0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-19 00:00:34 +01:00
gitea/routers/web
wxiaoguang 2d7e6e9482
Fix various trivial problems (#32861)
1. add/improve comments to help future readers could understand the
problem more easily.
2. add an error log to LDAP with username fallback
3. use `or` instead of `Iif` for "repo/branch_dropdown" (`Iif` was a
mistake, but it doesn't really affect the UI)
4. add `tw-font-mono` style to container digest to match dockerhub
5. fix a bug in RepoBranchTagSelector: the form is not updated when
there is no click to an item

---------

Co-authored-by: delvh <dev.lh@web.de>
2024-12-17 01:15:18 +00:00
..
admin Refactor some frontend problems (#32646) 2024-11-26 15:36:55 +00:00
auth Allow to disable the password-based login (sign-in) form (#32687) 2024-12-02 02:03:15 +08:00
devtest Make RepoActionView.vue support ##[group] (#32770) 2024-12-10 01:57:20 +00:00
events
explore Respect UI.ExploreDefaultSort setting again (#32357) 2024-10-30 12:33:25 +00:00
feed Move GetFeeds to service layer (#32526) 2024-11-29 17:53:49 +00:00
healthcheck
misc Refactor render system (#32492) 2024-11-14 05:02:11 +00:00
org Add label/author/assignee filters to the user/org home issue list (#32779) 2024-12-11 06:33:24 +00:00
repo Fix various trivial problems (#32861) 2024-12-17 01:15:18 +00:00
shared Add label/author/assignee filters to the user/org home issue list (#32779) 2024-12-11 06:33:24 +00:00
user Add label/author/assignee filters to the user/org home issue list (#32779) 2024-12-11 06:33:24 +00:00
base.go Fix missing signature key error when pulling Docker images with SERVE_DIRECT enabled (#32365) 2024-10-31 15:28:25 +00:00
githttp.go Fix LFS route mock, realm, middleware names (#32488) 2024-11-13 16:58:09 +08:00
goget.go Refactor RepoRefByType (#32413) 2024-11-05 06:35:54 +00:00
home.go
metrics.go
nodeinfo.go
passkey.go
swagger_json.go
web.go Add label/author/assignee filters to the user/org home issue list (#32779) 2024-12-11 06:33:24 +00:00
webfinger.go