alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
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.
This repository has no description
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
2
Pulls
1
Pipelines
core
/
appview
/
repo
19 files
at
0f6a9a5dfd119f55f231af14f5a745964bb4c7ca
Seongmin Lee
appview/repo: don't refresh page on default branch change
4mo ago
c6b95ed9
archive.go
appview/repo: don't refresh page on default branch change knotmirror update happens asynchronously, so if we immediately refresh the page, default branch will rollback to original. Not refreshing a page here is totally fine. Signed-off-by: Seongmin Lee <git@boltless.me>
4 months ago
artifact.go
appview: add more logs to debug knot xrpc failure Signed-off-by: Seongmin Lee <git@boltless.me>
4 months ago
blob.go
appview: add more logs to debug knot xrpc failure Signed-off-by: Seongmin Lee <git@boltless.me>
4 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>
4 months ago
branches.go
appview: add more logs to debug knot xrpc failure Signed-off-by: Seongmin Lee <git@boltless.me>
4 months ago
compare.go
appview: add more logs to debug knot xrpc failure Signed-off-by: Seongmin Lee <git@boltless.me>
4 months ago
feed.go
appview/repo: allow customizing atom feed using the include query param, the user can now select portions of the repo feed to listen to Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
index.go
appview/repo: do not retry language detection override the default indigo xrpc client here to use one without retry logic. Signed-off-by: oppiliappan <me@oppi.li>
5 months ago
log.go
appview: add more logs to debug knot xrpc failure Signed-off-by: Seongmin Lee <git@boltless.me>
4 months ago
opengraph.go
ogre: request jpeg from avatar service This plays nice with satori and doesn't require wacky conversions etc. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
5 months ago
rawdiff.go
appview/repo: serve .diff and .patch for commits Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
5 months ago
rawdiff_test.go
appview/repo: serve .diff and .patch for commits Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
5 months ago
repo.go
appview: add more logs to debug knot xrpc failure Signed-off-by: Seongmin Lee <git@boltless.me>
4 months ago
repo_util.go
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>
6 months ago
router.go
appview: add "starred-by" page at /{user}/{repo}/stars Signed-off-by: Patrick Dewey <p@pdewey.com>
6 months ago
settings.go
appview/repo: don't refresh page on default branch change knotmirror update happens asynchronously, so if we immediately refresh the page, default branch will rollback to original. Not refreshing a page here is totally fine. Signed-off-by: Seongmin Lee <git@boltless.me>
4 months ago
tags.go
appview: add more logs to debug knot xrpc failure Signed-off-by: Seongmin Lee <git@boltless.me>
4 months ago
tree.go
appview: add more logs to debug knot xrpc failure Signed-off-by: Seongmin Lee <git@boltless.me>
4 months ago
webhooks.go
appview/repo: webhook deliveries endpoint Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
6 months ago