alpha
Login
or
Join now
metru.dev
/
tangled-monorepo
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-monorepo
/
appview
/
state
/
at
sl/md-editor
1 folder
22 files
Seongmin Lee
appview/pages: use comment at-uri for internal identifier
7w ago
ea346668
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: redirect back to home when switched account on login page follow `return_url` param or send back to `/` Signed-off-by: Seongmin Lee <git@boltless.me>
3 months ago
comment.go
appview: support blob upload from markdown editor This commit doesn't include blob rendering Signed-off-by: Seongmin Lee <git@boltless.me>
3 months ago
follow.go
appview: remove `oauth.User` type This is not required anymore. `MultiAccountUser` can just hold active user DID. Signed-off-by: Seongmin Lee <git@boltless.me>
6 months ago
gfi.go
appview/pages: UI bits for focus mode Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
git_http.go
appview/git_http: replace proxy with redirects hopefully this can improve error handling in clones Signed-off-by: oppiliappan <me@oppi.li>
3 months ago
knotstream.go
appview: read permissions thru knotacl service Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
login.go
appview,knotserver: pref-handle display + identity ingest Lewis: May this revision serve well! <lewis@tangled.org>
3 months ago
login_test.go
appview/state: fix open redirect via return_url after OAuth login Validate return_url before storing it in the session: only relative paths starting with "/" (and not "//") are accepted. Anything else — absolute URLs and protocol-relative URLs — is replaced with "/". Add tests covering the accepted and rejected cases. Signed-off-by: Matías Insaurralde <matias@insaurral.de>
4 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
markup.go
wip: appview,blobstore: v2 markdown renderer New renderer that is more pure and receive ownerDid to generate blob URLs including the user DID. Issue: PDS doesn't serve pre-uploaded blobs, so preview fails. We need extra blobCache just for pre-uploaded blobs or just do markdown rendering on client side. NOTE: considering we can't implement markdown normalizer with goldmark, maybe it's better to split this as separate, embedable service Signed-off-by: Seongmin Lee <git@boltless.me>
2 months ago
profile.go
appview: refactor string page to accept multiple files db schema is still using single file for non-blob file contents. Signed-off-by: Seongmin Lee <git@boltless.me>
4 months ago
reaction.go
appview/pages: use comment at-uri for internal identifier still use `#comment-{rkey}` for UI, but internal identifier should always use full at-uri. Signed-off-by: Seongmin Lee <git@boltless.me>
1 month ago
router.go
appview: support blob upload from markdown editor This commit doesn't include blob rendering Signed-off-by: Seongmin Lee <git@boltless.me>
3 months ago
search.go
appview/pages: UI bits for focus mode Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
search_test.go
appview/state: add test for parseSortParam Signed-off-by: Matías Insaurralde <matias@insaurral.de>
4 months ago
spindlestream.go
appview/state: switch streams to eventstream, backfill legacy cursors Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
spindlestream_test.go
appview/state: switch streams to eventstream, backfill legacy cursors Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
star.go
appview/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
4 months ago
state.go
wip: appview,blobstore: v2 markdown renderer New renderer that is more pure and receive ownerDid to generate blob URLs including the user DID. Issue: PDS doesn't serve pre-uploaded blobs, so preview fails. We need extra blobCache just for pre-uploaded blobs or just do markdown rendering on client side. NOTE: considering we can't implement markdown normalizer with goldmark, maybe it's better to split this as separate, embedable service Signed-off-by: Seongmin Lee <git@boltless.me>
2 months ago
streams.go
eventconsumer: share legacy cursor migration Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
vouch.go
appview/pages: display evidences in vouches tab Signed-off-by: oppiliappan <me@oppi.li>
3 months ago
xrpc.go
appview: support blob upload from markdown editor This commit doesn't include blob rendering Signed-off-by: Seongmin Lee <git@boltless.me>
3 months ago