forgejo-aneksajo/routers/web
Matthias Riße 945d0749f7 fix: make p2phttp work for deleted and recreated repositories (#86)
The issue was that the caching mechanism for the UUID to repository path
association tried to be too smart and ended up buggy. This removes the
parts that skip updating the UUIDs for already-in-cache repository
paths. This change makes updating the cache more expensive, but since
https://codeberg.org/forgejo-aneksajo/forgejo-aneksajo/pulls/65 is
merged it should be fast enough to be fine.

Fixes #83.

Reviewed-on: https://codeberg.org/forgejo-aneksajo/forgejo-aneksajo/pulls/86
Co-authored-by: Matthias Riße <m.risse@fz-juelich.de>
Co-committed-by: Matthias Riße <m.risse@fz-juelich.de>
2025-06-18 12:01:09 +02:00
..
admin fix(sec): consider webauthn for external login 2025-05-02 07:31:20 +02:00
auth fix(sec): consider webauthn for external login 2025-05-02 07:31:20 +02:00
devtest [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
events [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
explore [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
feed [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
healthcheck [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
misc [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
org [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
repo fix: make p2phttp work for deleted and recreated repositories (#86) 2025-06-18 12:01:09 +02:00
shared [v11.0/forgejo] fix: show membership of limited orgs (#8095) 2025-06-07 01:59:55 +02:00
user fix(sec): consider webauthn for external login 2025-05-02 07:31:20 +02:00
base.go [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
githttp.go [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
goget.go [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
home.go [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
metrics.go [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
nodeinfo.go [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
swagger_json.go [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
web.go Add git-annex p2phttp support (#42) 2025-06-18 12:01:09 +02:00
webfinger.go [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00