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
/
at
6dc86ffbed5a290ca6a4890caa2dadea5c8b8a81
33 folders
1 file
yemou
appview/knots,spindles: ignore invalid handles when removing members
5mo ago
8b4c0280
cache
appview/knots,spindles: ignore invalid handles when removing members This was preventing knot and spindle owners from removing members if the members's handle became invalid Fixes: https://tangled.org/tangled.org/core/issues/192 Signed-off-by: yemou <dev@mou.pink>
5 months ago
commitverify
types,appview,knotserver: replace object.Commit with types.Commit Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
config
Revert "Revert "*/config: add PLC URL config option"" This reverts commit 55b06460d331a29b940dd06c7518d9fd0a911cd2.
8 months ago
db
appview/profile: fix more profile rendering issues Signed-off-by: oppiliappan <me@oppi.li>
5 months ago
dns
appview/{dns,signup}: make signup flow transactional
8 months ago
email
appview/email: replace regex check with mail.ParseAddress Signed-off-by: Evan Jarrett <evan@evanjarrett.com>
6 months ago
filetree
appview: diff: organize changed-files into file-tree introduces the filetree package. eventually we will have a sticky side-panel style layout for any page displaying diffs (probably makes most sense when we have split diffs), and this file-tree will move there.
1 year ago
indexer
appview/indexer: log docCount on startup Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
issues
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
knots
appview/knots,spindles: ignore invalid handles when removing members This was preventing knot and spindle owners from removing members if the members's handle became invalid Fixes: https://tangled.org/tangled.org/core/issues/192 Signed-off-by: yemou <dev@mou.pink>
5 months ago
labels
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
mentions
appview: rename refresolver module to mentions usage of the resolver is now mentionsResolver. Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
middleware
appview: explicitly set statuscode in NotFound handlers Signed-off-by: oppiliappan <me@oppi.li>
5 months ago
models
lexicons,appview/pulls: upload patches as blobs By using blobs we massively increase our maximum patch size. When stored directly on the record patches can be at most 2 MiB. By moving it to a blob, we get a minimum of 50 MiB (smaller if the pds has set it but 50 is the default). legacy field name `patch` in `repo.pull` lexicon is preserved (but not used) to support some level of backward compatibility Signed-off-by: Samuel Shuert <me@thecoded.prof> Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
notifications
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
notify
appview/pulls: notify on stacked pull creation the merged_notifier no longer waits for the notifiers to complete. it is now fire-and-forget. Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
oauth
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
ogcard
appview/ogcard: introduce highlevel helpers to draw icons and assets - DrawLucideIcon & DrawDollySilhouette to simplify the svg drawing logic - DrawDollySilhouette now depends on the html template itself, instead of a bespoke svg this changes lets us remove dolly.svg from the fragments. Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
pages
appview/repo/fragments: improve diff copy behavior Replace block-level divs with inline spans and use flex-col for visual line stacking. Move whitespace-pre to content spans only. This allows text content copied out of diffs to match the UI, and not copy hidden newlines. Signed-off-by: Evan Jarrett <evan@evanjarrett.com>
6 months ago
pagination
appview: add basic issue indexer - Heavily inspired by gitea - add `GetAllIssues` which only receives a paginator and gathers all issues ignoring `repoAt` field Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
11 months ago
pipelines
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
pulls
lexicons,appview/pulls: upload patches as blobs By using blobs we massively increase our maximum patch size. When stored directly on the record patches can be at most 2 MiB. By moving it to a blob, we get a minimum of 50 MiB (smaller if the pds has set it but 50 is the default). legacy field name `patch` in `repo.pull` lexicon is preserved (but not used) to support some level of backward compatibility Signed-off-by: Samuel Shuert <me@thecoded.prof> Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
randomart
show branches in a dropdown
1 year ago
repo
appview/repo: strip .tar.gz suffix from archive ref allows /archive/main.tar.gz to work like /archive/main for compatibility with github-style archive URLs
5 months ago
reporesolver
appview: remove `ResolvedRepo` for eternity Signed-off-by: Seongmin Lee <git@boltless.me>
7 months ago
serververify
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
settings
appview/state: Moved /knots & /spindle to /settings Signed-off-by: 5jiji <git@5jiji.com> Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
signup
appview/{dns,signup}: make signup flow transactional
8 months ago
spindles
appview/knots,spindles: ignore invalid handles when removing members This was preventing knot and spindle owners from removing members if the members's handle became invalid Fixes: https://tangled.org/tangled.org/core/issues/192 Signed-off-by: yemou <dev@mou.pink>
5 months ago
state
appview: explicitly set statuscode in NotFound handlers Signed-off-by: oppiliappan <me@oppi.li>
5 months ago
strings
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
validator
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
xrpcclient
appview: switch to indigo oauth library Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
ingester.go
appview/pulls: notify on stacked pull creation the merged_notifier no longer waits for the notifiers to complete. it is now fire-and-forget. Signed-off-by: oppiliappan <me@oppi.li>
6 months ago