alpha
Login
or
Join now
tangled.org
/
core
Star
5
Fork
66
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
tangled.org
Star
5
Fork
66
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
12
Pulls
26
Pipelines
core
/
appview
/
repo
/
at
07b1cbdbd9f7b49f158e463f97bc52e7bf712d68
20 files
oppiliappan
appview/{issues,pulls,repo}: populate recent links on visit
3w ago
46fa6326
archive.go
appview/{issues,pulls,repo}: populate recent links on visit Signed-off-by: oppiliappan <me@oppi.li>
3 weeks ago
artifact.go
knotmirror: temp git xrpc to use repodid Lewis: May this revision serve well! <lewis@tangled.org>
1 month 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>
1 month 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>
2 months ago
branches.go
knotmirror: temp git xrpc to use repodid Lewis: May this revision serve well! <lewis@tangled.org>
1 month ago
compare.go
knotmirror: temp git xrpc to use repodid Lewis: May this revision serve well! <lewis@tangled.org>
1 month ago
feed.go
knotmirror: temp git xrpc to use repodid Lewis: May this revision serve well! <lewis@tangled.org>
1 month ago
index.go
appview/{issues,pulls,repo}: populate recent links on visit Signed-off-by: oppiliappan <me@oppi.li>
3 weeks ago
log.go
knotmirror: temp git xrpc to use repodid Lewis: May this revision serve well! <lewis@tangled.org>
1 month 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>
4 weeks ago
rawdiff.go
appview/repo: serve .diff and .patch for commits Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
2 months ago
rawdiff_test.go
appview/repo: serve .diff and .patch for commits Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
2 months ago
rename_test.go
knotmirror,spindle,appview: propagate repo rename across services Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
repo.go
appview: read permissions thru knotacl service Lewis: May this revision serve well! <lewis@tangled.org>
3 weeks ago
repo_util.go
appview/pipelines: key by repoDid in all queries no more owner/repo! Signed-off-by: oppiliappan <me@oppi.li>
1 month ago
router.go
appview: read permissions thru knotacl service Lewis: May this revision serve well! <lewis@tangled.org>
3 weeks ago
settings.go
appview: read permissions thru knotacl service Lewis: May this revision serve well! <lewis@tangled.org>
3 weeks ago
tags.go
knotmirror: temp git xrpc to use repodid Lewis: May this revision serve well! <lewis@tangled.org>
1 month 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>
1 month 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>
2 months ago