• Joined on 2025年11月27日
underdarknl pushed to forgejo at underdarknl/forgejo 2026年07月03日 10:16:15 +02:00
17a03e2155
backend linting
underdarknl pushed to forgejo at underdarknl/forgejo 2026年07月03日 10:05:20 +02:00
40ad4e64a5
Linting, and some refactoring
underdarknl commented on pull request forgejo/forgejo#12247 2026年06月24日 13:15:38 +02:00
Make forgejo CSP happy

I'm picking up the various Ci issues this week.

underdarknl pushed to forgejo at underdarknl/forgejo 2026年06月23日 10:59:10 +02:00
135d30c4e4 Update web_src/js/branchdropdown.js
underdarknl pushed to forgejo at underdarknl/forgejo 2026年06月23日 10:19:43 +02:00
c2db85c720
manually add changes from upstream commit #a0bee7b0b8
underdarknl pushed to forgejo at underdarknl/forgejo 2026年06月23日 10:11:49 +02:00
4ad11c0b41
Various fixes as requested by preliminary review.
underdarknl commented on pull request forgejo/forgejo#12247 2026年06月23日 10:05:46 +02:00
Make forgejo CSP happy

They were indeed not used, but the JS expected them downstream. I've cleaned this up to produce only an empty stub.

underdarknl commented on pull request forgejo/forgejo#12247 2026年06月23日 09:40:42 +02:00
Make forgejo CSP happy

That seems reasonable. Keeping them out of the dom is also wise. Ill look into creating a cached endpoint for that, cache invalidation seems the biggest question, so If you have any pointers on...

underdarknl commented on pull request forgejo/forgejo#12976 2026年06月11日 17:25:47 +02:00
12975: Fix HTMX attributes in watch, star, and notification buttons

Im thinking this will conflict with my PR.

underdarknl pushed to forgejo at underdarknl/forgejo 2026年06月04日 09:43:17 +02:00
cd352d9f3f Merge branch 'forgejo' into forgejo
6a27eb051d feat(api,ui): add multiline comment on pullrequest (#12582)
f576a1a21e feat: remove no-transform in Cache-Control header. (#12905)
377c455062 Update module github.com/jackc/pgx/v5 to v5.10.0 (forgejo) (#12914)
eda4c387b8 Update go-openapi packages to v0.22.5 (forgejo) (#12909)
Compare 13 commits »
underdarknl pushed to forgejo at underdarknl/forgejo 2026年06月02日 10:03:54 +02:00
2dbe4d5f10
Add refocus attr on watch/unwatch button, remove discrete htmlx after-settle to remove inline js eval.
underdarknl pushed to forgejo at underdarknl/forgejo 2026年05月26日 09:30:01 +02:00
7b32624c42 Merge branch 'forgejo' into forgejo
761ed894c5 fix: workflow with pull_request trigger and path filter not run when merging (#12739)
2c7ce02da1 Update dependency forgejo/release-notes-assistant to v1.7.1 (forgejo) (#12740)
e2c8c0d1f6 Update dependency katex to v0.17.0 (forgejo) (#12741)
c8d24ff06a feat: enable auth to git HTTP via authorized integrations (#12715)
Compare 122 commits »
underdarknl pushed to forgejo at underdarknl/forgejo 2026年05月07日 20:30:54 +02:00
e0a5786f15 Merge branch 'forgejo' into forgejo
326ae6ad67 Update go toolchain directive to v1.26.3 (forgejo) (#12454)
bf958fa355 fix: make package cleanup work again (#12446)
69cf1f3333 Lock file maintenance (forgejo) (#12408)
1cdef7d39f chore: upgrade xorm to v1.3.9-forgejo.12 (#12430)
Compare 28 commits »
underdarknl pushed to forgejo at underdarknl/forgejo 2026年05月05日 13:07:08 +02:00
72d51a0c6f
harden against missing tags
underdarknl pushed to forgejo at underdarknl/forgejo 2026年05月04日 12:11:37 +02:00
d72f5952a8
Fix inline eval in htmx focussing of elements after settle
underdarknl pushed to forgejo at underdarknl/forgejo 2026年05月04日 11:52:19 +02:00
2b04c6178c
fix team, assignee and participant lookups for comment mentions
64071dac8e
fix team, assignee and participant lookups for comment mentions
Compare 2 commits »
underdarknl pushed to forgejo at underdarknl/forgejo 2026年05月02日 20:32:30 +02:00
57fc99221a Merge branch 'forgejo' into forgejo
b6658076a9 Update dependency clippie to v4.1.15 (forgejo) (#12371)
731334e973 fix(web): org projects assignment in issue view (#7999)
07a6b6ce82 chore: make use of go1.26 features (#12369)
c1dc213c9b feat: add missing tooltips in lfs_pointers.tmpl (#12139)
Compare 9 commits »
underdarknl commented on issue forgejo/forgejo#9854 2026年05月02日 15:19:09 +02:00
feat: Allow strictier Content-Security-Policy

Dear @Gusted

underdarknl commented on pull request forgejo/forgejo#12247 2026年05月01日 10:44:20 +02:00
Make forgejo CSP happy
underdarknl pushed to forgejo at underdarknl/forgejo 2026年05月01日 10:27:14 +02:00
8242ce2550
Fix json object in template, make parse errors more visible. Fixes organizations list.