0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-19 11:44:06 +01:00
gitea/routers/web
wxiaoguang 5dddcc1773
chore: fix some trivial problems and TODOs (#33473)
1. Fix incorrect `MentionCount` (actually it seems to be deadcode,
affects nothing)
2. Remove fallback sha1 support for time limit token
3. Use route middleware `reqRepoActionsWriter` for `ArtifactsDeleteView`
4. Use clearer message "Failed to authenticate user" instead of "Verify"
when auth fails
5. `tests/integration/benchmarks_test.go` is not quite right, actually
it is never used, so delete it.
6. Remove or update TODO comments
2025-02-02 18:16:56 +00:00
..
admin Support performance trace (#32973) 2025-01-21 18:57:07 +00:00
auth Support disable passkey auth (#33348) 2025-01-22 22:58:36 +00:00
devtest De-emphasize signed commits (#31160) 2024-12-28 04:18:30 +08:00
events Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
explore Fix bleve fuzziness search (#33078) 2025-01-03 00:32:02 +08:00
feed Add pubdate for repository rss and add some tests (#33411) 2025-01-27 23:58:46 +08:00
healthcheck Always enable caches (#28527) 2023-12-19 09:29:05 +00:00
misc Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
org Worktime tracking for the organization level (#19808) 2025-02-03 01:51:12 +08:00
repo chore: fix some trivial problems and TODOs (#33473) 2025-02-02 18:16:56 +00:00
shared [Feature] Private README.md for organization (#32872) 2024-12-31 04:22:09 +00:00
user Refactor user & avatar (#33433) 2025-01-30 07:33:50 +08:00
base.go Prepare for support performance trace (#33286) 2025-01-15 20:05:18 +00:00
githttp.go Fix LFS route mock, realm, middleware names (#32488) 2024-11-13 16:58:09 +08:00
goget.go Make git clone URL could use current signed-in user (#33091) 2025-01-07 13:17:44 +08:00
home.go Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
metrics.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
nodeinfo.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
passkey.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
swagger_json.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
web.go chore: fix some trivial problems and TODOs (#33473) 2025-02-02 18:16:56 +00:00
webfinger.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00