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
b1c60fc426c2a738359214a4c7e3bc0438fe2faa
36 folders
1 file
Seongmin Lee
go.mod: bump indigo version to fork
3mo ago
5fdfbd7f
bsky
appview/bsky: init module to fetch and store bsky posts on loadup fetches recent tangled posts for use on landing page Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
cache
all: rename go module to tangled.org/core Sets up a special-case handler for serving tangled.org/core go module, plus some misc. .sh -> .org renames. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
9 months ago
cloudflare
appview/cloudflare: add kv, r2 and dns client wrappers Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
4 months ago
commitverify
types,appview,knotserver: replace object.Commit with types.Commit Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
config
appview/settings: add account management UI for tngl.sh users Signed-off-by: Lewis <lewis@tangled.org>
3 months ago
db
appview/{db,models}: add repo sites and deploys models/queries Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
4 months ago
email
appview/email: replace regex check with mail.ParseAddress Signed-off-by: Evan Jarrett <evan@evanjarrett.com>
6 months ago
filetree
appview/pages: differentiate open/close icons in filetree the giant tailwind safelist is used because nested groups cannot be styled using tailwind, and therefore we need named groups. we pre-populate the source html with up to 12-deep named groups and their variants so that tailwind generates the right css. Signed-off-by: oppiliappan <me@oppi.li>
3 months ago
indexer
appview: add label-value search support to models and indexers Add LabelNameValues method to LabelState, returning composite "name:value" strings for all labels with non-empty values. Add LabelValues and NegatedLabelValues fields to IssueSearchOptions and PullSearchOptions. Change NegatedAuthorDid from a single string to NegatedAuthorDids []string to support excluding multiple authors. Update both issue and pull indexers: bump mapping version to 3, add label_values keyword field, populate it via LabelNameValues, and add search clauses for the new fields. Signed-off-by: Thomas Karpiniec <tom.karpiniec@outlook.com>
3 months ago
issues
go.mod: bump indigo version to fork We will start using our own forked version of indigo package. Signed-off-by: Seongmin Lee <git@boltless.me>
3 months ago
knots
appview: specify current tab from `pages` package Signed-off-by: Seongmin Lee <git@boltless.me>
5 months ago
labels
go.mod: bump indigo version to fork We will start using our own forked version of indigo package. Signed-off-by: Seongmin Lee <git@boltless.me>
3 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: migrate handlers to GetMultiAccountUser
5 months ago
models
appview/{db,models}: add repo sites and deploys models/queries Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
4 months ago
notifications
appview: migrate handlers to GetMultiAccountUser
5 months ago
notify
*: fmt Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
4 months ago
oauth
go.mod: bump indigo version to fork We will start using our own forked version of indigo package. Signed-off-by: Seongmin Lee <git@boltless.me>
3 months ago
ogcard
appview/ogcard: add utility to draw rounded rectangles Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
pages
blog: use standard time formatting helper Signed-off-by: oppiliappan <me@oppi.li>
3 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
appview/pipelines: fix incorrect totals the default query limits to 30 items, we need a separate query for total pipeline counts. Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
pulls
appview: integrate label-value search and DID resolution in handlers Use shared searchquery helpers (ResolveAuthor, ExtractTextFilters) to replace duplicated resolution logic in both issue and pull handlers. Wire up dynamic tag extraction for label-value queries. When label definitions with DID format are present, resolve handle values to DIDs at query time via ResolveDIDLabelValues. Signed-off-by: Thomas Karpiniec <tom.karpiniec@outlook.com>
3 months ago
randomart
show branches in a dropdown
1 year ago
repo
go.mod: bump indigo version to fork We will start using our own forked version of indigo package. Signed-off-by: Seongmin Lee <git@boltless.me>
3 months ago
reporesolver
*: fmt Signed-off-by: oppiliappan <me@oppi.li>
3 months ago
searchquery
appview/searchquery: add dynamic tag extraction and shared resolution helpers Add KnownTags map and GetDynamicTags/GetNegatedDynamicTags methods to extract label-value search filters from parsed queries. Any tag:value pair whose key is not a known system tag (state, author, label) is treated as a dynamic label filter. Add resolve.go with shared helpers: IdentResolver type, ResolveAuthor, ExtractTextFilters, and ResolveDIDLabelValues. These keep resolution logic in the searchquery package without coupling it to idresolver. Signed-off-by: Thomas Karpiniec <tom.karpiniec@outlook.com>
3 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
go.mod: bump indigo version to fork We will start using our own forked version of indigo package. Signed-off-by: Seongmin Lee <git@boltless.me>
3 months ago
signup
appview/settings: add domain claim/release with r2, kv and db cleanup Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
4 months ago
sites
appview/sites: add deploy, delete, and kv domain mapping logic Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
4 months ago
spindles
appview: move template-specific constants to global funcmap Constants those are mainly used to define a template shouldn't be managed from http handlers. Define constant values in `const` funcmap so we can easily access them without depending on template params. This change will make more sense with following change `rusppvkn` Signed-off-by: Seongmin Lee <git@boltless.me>
5 months ago
state
go.mod: bump indigo version to fork We will start using our own forked version of indigo package. Signed-off-by: Seongmin Lee <git@boltless.me>
3 months ago
strings
appview/strings: delete PDS record when deleting a string Orphaned `sh.tangled.string` records on users' PDSs cannot be cleaned up by the appview and they would need to be removed manually by each user. Signed-off-by: Youn Mélois <youn@melois.dev>
3 months ago
validator
appview/validator: replace x/exp/slices This API is in the standard library now.
4 months ago
xrpcclient
appview: switch to indigo oauth library Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
ingester.go
appview: migrate ownership of knot1 to tangled DID Signed-off-by: oppiliappan <me@oppi.li>
3 months ago