alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
core
/
appview
/
state
1 folder
13 files
at
7615cf12216121b7f4ef17cd727fba3595ed3562
oppiliappan
appview/profile: fix profile card rendering on tabs
5mo ago
34d8a513
userutil
appview: remove `@` from URLs and interface old URLs that refer to users with the `@` are redirected to the version without `@`. the leading motivation for this change is that valid atproto handles do not contain the prefix. it is purely stylistic. Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
accounts.go
appview/profile: fix profile card rendering on tabs the .ShowPunchcard variable was being referenced in pages that didn't have the variable set. to circumvent this, the `State.profile` helper calculates whether or not to show the punchcard, and this helper is then substituted in all profile tabs. Signed-off-by: oppiliappan <me@oppi.li>
5 months ago
follow.go
appview: migrate handlers to GetMultiAccountUser
7 months ago
gfi.go
appview: migrate handlers to GetMultiAccountUser
7 months ago
git_http.go
appview: proxy git-upload-archive service to knots Signed-off-by: tjh <x@tjh.dev>
8 months ago
knotstream.go
appview/state: integrate webhooks with gitRefUpdate events Trigger webhooks on git push events from knotstream. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
6 months ago
login.go
appview/state: normalize handle on login Signed-off-by: oppiliappan <me@oppi.li>
5 months ago
manifest.go
appview/state: refactor manifest.json incorporates changes suggested by @boltless.me Co-authored-by: Seongmin Lee <git@boltless.me> Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
profile.go
appview/profile: fix profile card rendering on tabs the .ShowPunchcard variable was being referenced in pages that didn't have the variable set. to circumvent this, the `State.profile` helper calculates whether or not to show the punchcard, and this helper is then substituted in all profile tabs. Signed-off-by: oppiliappan <me@oppi.li>
5 months ago
reaction.go
appview: migrate handlers to GetMultiAccountUser
7 months ago
router.go
appview: allow users to set their preferences for the punchcard being displayed Signed-off-by: Will Andrews <will7989@hotmail.com>
5 months ago
spindlestream.go
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
star.go
appview: migrate handlers to GetMultiAccountUser
7 months ago
state.go
appview: validate repo description length (max 140 chars) The description field had no length validation, so long descriptions would pass the form but fail at the DB INSERT (CHECK constraint) or lexicon layer (maxGraphemes: 140), after the PDS record and bare repo were already created. Add client-side maxlength and server-side rune count validation to reject early and avoid partial rollback state.
5 months ago