alpha
Login
or
Join now
tangled.org
/
core
Star
6
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
6
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
be0ee5dfc416e4dcf7e9c8d1d7af31c8c1e6d629
19 files
Seongmin Lee
appview,knotmirror: redirect to knotmirror to serve raw contents
3w ago
3100001b
archive.go
appview,knotmirror: redirect to knotmirror to serve raw contents Serving raw SVG from same origin can cause XSS attack. Using octet-stream for SVG file will break the README rendering. Thus, assuming knotmirror is hosted on different origin, appview will just redirect to knotmirror for all `/raw/` blob paths. Signed-off-by: Seongmin Lee <git@boltless.me>
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,knotmirror: redirect to knotmirror to serve raw contents Serving raw SVG from same origin can cause XSS attack. Using octet-stream for SVG file will break the README rendering. Thus, assuming knotmirror is hosted on different origin, appview will just redirect to knotmirror for all `/raw/` blob paths. Signed-off-by: Seongmin Lee <git@boltless.me>
3 weeks 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>
1 month 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/acl: gate collaborator removal on knot version for now Lewis: May this revision serve well! <lewis@tangled.org>
2 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