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
da28eba8712005107a7eeaced7c634e26f04b0df
1 folder
11 files
Seongmin Lee
appview: parse reference links from markdown body
7mo ago
d2dcc711
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/follow: fix html IDs for did-webs this bug prevented following did:web accounts on tangled... because of a htmx target error. Signed-off-by: oppiliappan <me@oppi.li>
8 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/pages: show monthly commit count in profile timeline Signed-off-by: oppiliappan <me@oppi.li>
6 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: parse reference links from markdown body Defined `refResolver` which will parse useful data from markdown body like @-mentions or issue/pr/comment mentions Signed-off-by: Seongmin Lee <git@boltless.me>
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: support star for `sh.tangled.string` Not sending "XXX starred your string" notif yet. Close: <https://tangled.org/tangled.org/core/issues/296> Signed-off-by: Seongmin Lee <git@boltless.me>
7 months ago
state.go
appview: parse reference links from markdown body Defined `refResolver` which will parse useful data from markdown body like @-mentions or issue/pr/comment mentions Signed-off-by: Seongmin Lee <git@boltless.me>
7 months ago