alpha
Login
or
Join now
bdbch.com
/
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
/
repo
/
at
master
20 files
Seongmin Lee
appview: update appview repo_language cache when loading index page
1mo ago
540acdea
archive.go
appview: zip download for repo Implementation of [issue #581](https://tangled.org/tangled.org/core/issues/581). Adds a `zip` download when downloading a repo. Defaults to zip for windows, and `tar.gz` for non-windows with a dropdown to choose the preferred format. Signed-off-by: Smit Patil <smit@smit.codes>
1 month ago
artifact.go
knotmirror: temp git xrpc to use repodid Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
blob.go
appview/repo: fallback to octet-stream for all unsupported media types Fix: <https://tangled.org/tangled.org/core/issues/552> Signed-off-by: Seongmin Lee <git@boltless.me>
2 months ago
blob_test.go
appview/repo/blob.go: fix XSS via raw blob endpoint Replace the image/ prefix match with an explicit allowlist of safe binary MIME types. SVG is intentionally excluded as it supports embedded scripts. Normalize the knot-supplied Content-Type with mime.ParseMediaType before classification to strip parameters and prevent bypass attempts. Add X-Content-Type-Options: nosniff as defence-in-depth. Add tests covering the allowlist invariants and the normalization behaviour. Signed-off-by: Matías Insaurralde <matias@insaurral.de>
3 months ago
branches.go
knotmirror: temp git xrpc to use repodid Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
compare.go
knotmirror: temp git xrpc to use repodid Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
feed.go
knotmirror: temp git xrpc to use repodid Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
index.go
appview: update appview repo_language cache when loading index page Updating only on `refUpdate` event is unstable. Signed-off-by: Seongmin Lee <git@boltless.me>
1 month ago
log.go
knotmirror: temp git xrpc to use repodid Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
opengraph.go
appview: update appview repo_language cache when loading index page Updating only on `refUpdate` event is unstable. Signed-off-by: Seongmin Lee <git@boltless.me>
1 month ago
rawdiff.go
appview/repo: serve .diff and .patch for commits Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
3 months ago
rawdiff_test.go
appview/repo: serve .diff and .patch for commits Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
3 months ago
rename_test.go
knotmirror,spindle,appview: propagate repo rename across services Lewis: May this revision serve well! <lewis@tangled.org>
3 months ago
repo.go
appview/state: switch streams to eventstream, backfill legacy cursors Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
repo_util.go
appview/pipelines: key by repoDid in all queries no more owner/repo! Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
router.go
appview/repo: show number of forks on repo and link to page of forks Signed-off-by: Will <did:plc:dadhhalkfcq3gucaq25hjqon>
2 months ago
settings.go
appview/{repo,sites}: name-keyed sites kv mapping Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
2 months ago
tags.go
knotmirror: temp git xrpc to use repodid Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
tree.go
appview/pages/markup: fix readme detection for directories and unsupported formats - IsReadmeFile now takes (name, mode) and only matches regular file blobs (filemode.Regular/Executable). A directory or symlink named "readme" was being picked up by tree handlers, which then tried to fetch its blob and 503'd. - ReadmePattern matches by convention (^readme(?:[._-].+)?$) rather than a fixed extension set. README.rst, README.org, README-old, etc. now surface on index/tree pages and fall through to FormatText in GetFormat for plaintext rendering. - pages.RepoIndex and pages.RepoTree route through markup.GetFormat instead of hardcoded extension switches, so the markdown extension list lives in one place (FileTypePatterns[FormatMarkdown]). - Added format_test.go covering IsReadmeFile (mode/symlink/dir rejection, the directory regression), FileTypePatterns, and GetFormat. Signed-off-by: Evan Jarrett <evan@evanjarrett.com>
2 months ago
webhooks.go
appview: handlers, state, and templates for more record types w/ repoDID Lewis: May this revision serve well! <lewis@tangled.org> appview,knotserver: validate git repo ownership according to knot Lewis: May this revision serve well! <lewis@tangled.org>
3 months ago