alpha
Login
or
Join now
usaa.ma
/
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
core
/
appview
/
state
/
at
24dfe1b7f1c7d071074e55e1c2436fa0e7d863ff
1 folder
22 files
Seongmin Lee
appview: move tx into `UpsertProfile`
15d ago
928c2678
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>
9 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>
2 months ago
codesearch.go
appview: add auth to codesearch Signed-off-by: Seongmin Lee <git@boltless.me>
2 weeks ago
comment.go
appview/{pages,state/comment}: redirect to correct location Introduce aturi->url maker in `pages.Pages`. This can be used throughout the codebase later. Signed-off-by: Seongmin Lee <git@boltless.me>
3 months ago
follow.go
appview: upsert star/reaction/follow records Most service flow will be: 1. start db transaction 2. run db operation 3. run PDS operation 4. rollback db if anything above failed 5. commit transaction If PDS operation succeed, don't try rollback anymore. The ingester will backfill the missed db operations. 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>
1 month 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>
2 months ago
knotstream.go
spindle,shuttle: microvm engine init spindle,shuttle,nix: add an alpine microvm image spindle/microvm: allow user defined binary caches in workflows shuttle,nix/microvm: get rid of the hacky nix config parsing / rendering, use nix directly so we can access module options spindle/engine: generalize scheduler out of microvm, make it work-conserving with aging and per-user fairness spindle/microvm: add resource budget limits and optional cgroup enforcement Signed-off-by: dawn <dawn@tangled.org>
1 month ago
knotstream_test.go
appview/state: ingest knot ACL events into roster Lewis: May this revision serve well! <lewis@tangled.org>
1 month ago
login.go
appview,knotserver: pref-handle display + identity ingest Lewis: May this revision serve well! <lewis@tangled.org>
2 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>
3 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>
6 months ago
profile.go
appview: move tx into `UpsertProfile` Signed-off-by: Seongmin Lee <git@boltless.me>
2 weeks ago
reaction.go
appview: upsert star/reaction/follow records Most service flow will be: 1. start db transaction 2. run db operation 3. run PDS operation 4. rollback db if anything above failed 5. commit transaction If PDS operation succeed, don't try rollback anymore. The ingester will backfill the missed db operations. Signed-off-by: Seongmin Lee <git@boltless.me>
6 months ago
router.go
appview: remove validator - RBAC should be enforced on service logic. - We should not check for referenced records existence from db due to the nature of atproto. - Comment depth validation is not necessary. We can accept them and just don't render replies with deeper depth. Move markdown sanitizer to dedicated package to avoid import cycle Signed-off-by: Seongmin Lee <git@boltless.me>
6 months ago
search.go
appview: auth-gate repo search Signed-off-by: Seongmin Lee <git@boltless.me>
2 weeks ago
search_test.go
appview/state: add test for parseSortParam Signed-off-by: Matías Insaurralde <matias@insaurral.de>
3 months ago
spindlestream.go
spindle,shuttle: microvm engine init spindle,shuttle,nix: add an alpine microvm image spindle/microvm: allow user defined binary caches in workflows shuttle,nix/microvm: get rid of the hacky nix config parsing / rendering, use nix directly so we can access module options spindle/engine: generalize scheduler out of microvm, make it work-conserving with aging and per-user fairness spindle/microvm: add resource budget limits and optional cgroup enforcement Signed-off-by: dawn <dawn@tangled.org>
1 month ago
spindlestream_test.go
spindle,shuttle: microvm engine init spindle,shuttle,nix: add an alpine microvm image spindle/microvm: allow user defined binary caches in workflows shuttle,nix/microvm: get rid of the hacky nix config parsing / rendering, use nix directly so we can access module options spindle/engine: generalize scheduler out of microvm, make it work-conserving with aging and per-user fairness spindle/microvm: add resource budget limits and optional cgroup enforcement Signed-off-by: dawn <dawn@tangled.org>
1 month ago
star.go
appview: upsert star/reaction/follow records Most service flow will be: 1. start db transaction 2. run db operation 3. run PDS operation 4. rollback db if anything above failed 5. commit transaction If PDS operation succeed, don't try rollback anymore. The ingester will backfill the missed db operations. Signed-off-by: Seongmin Lee <git@boltless.me>
6 months ago
state.go
appview: state NSIDs in firehose allowlist, start reconciler Lewis: May this revision serve well! <lewis@tangled.org>
2 weeks ago
streams.go
spindle,shuttle: microvm engine init spindle,shuttle,nix: add an alpine microvm image spindle/microvm: allow user defined binary caches in workflows shuttle,nix/microvm: get rid of the hacky nix config parsing / rendering, use nix directly so we can access module options spindle/engine: generalize scheduler out of microvm, make it work-conserving with aging and per-user fairness spindle/microvm: add resource budget limits and optional cgroup enforcement Signed-off-by: dawn <dawn@tangled.org>
1 month ago
vouch.go
appview/pages: display evidences in vouches tab Signed-off-by: oppiliappan <me@oppi.li>
2 months ago