alpha
Login
or
Join now
oyster.cafe
/
tangled-core
forked from
tangled.org/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.
Monorepo for Tangled
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
Pulls
Pipelines
tangled-core
/
appview
/
state
/
at
65ac2a148aea67bb08bd6e252bbc9db87f6bb148
1 folder
11 files
oppiliappan
appview/router: fix url rewriter
7mo ago
3409ece5
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>
8 months ago
follow.go
appview/router: fix url rewriter the appview rewrites urls of the form: host.com/did-plc-foo/repo => host.com/did:plc:foo/repo host.com/@handle.com/repo => host.com/handle.com/repo however, the rewriter did not preserve query parameters or fragments: host.com/@handle.com/repo?foo=bar => host.com/handle.com/repo? this resulted in url rewrites being broken for git clones, which usees the "service" query parameter: ../repo/info/refs?service=git-upload-pack => ../repo/info/refs? the new url rewriter simply takes the existing url and replaces the path component, thus preserving all other bits of the url. Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
gfi.go
appview: make default label defs configurable hard-coded labels make hard to setup local sandboxed environment as the appview won't run until we fill all 5 definitions under TangledDid. so make them configurable with `TANGLED_LABEL_DEFAULTS` which is a list of aturis delimitted by , character we can have any number/kind of default labels but gfi is required for `/good-first-issue` page Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
git_http.go
appview/models: move db.Repo* into models - move db.{Repo,RepoStats,IssueCount,PullCount} into models - moe auxilliary funcs like FromRecord into models Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
knotstream.go
appview: improve the logging situation a bit needs a lot more work, but we now inject slog in several places. Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
login.go
appview/oauth: support local PDS override `Client.Transport` to support PDS served in localhost Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
profile.go
appview: add personal pronouns to profile Signed-off-by: Shalabh Agarwal <me@serendipty01.dev> fixes: https://tangled.org/@tangled.org/core/issues/224
8 months ago
reaction.go
appview/{db,pages,models}: show tooltips for user handles when hovering on reactions Signed-off-by: Cameron Smith <cam@camsmith.dev>
8 months ago
router.go
appview/router: fix url rewriter the appview rewrites urls of the form: host.com/did-plc-foo/repo => host.com/did:plc:foo/repo host.com/@handle.com/repo => host.com/handle.com/repo however, the rewriter did not preserve query parameters or fragments: host.com/@handle.com/repo?foo=bar => host.com/handle.com/repo? this resulted in url rewrites being broken for git clones, which usees the "service" query parameter: ../repo/info/refs?service=git-upload-pack => ../repo/info/refs? the new url rewriter simply takes the existing url and replaces the path component, thus preserving all other bits of the url. Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
spindlestream.go
appview: improve the logging situation a bit needs a lot more work, but we now inject slog in several places. Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
star.go
appview: switch to indigo oauth library Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
state.go
Revert "Revert "*/config: add PLC URL config option"" This reverts commit 55b06460d331a29b940dd06c7518d9fd0a911cd2.
8 months ago