You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
3 months ago
..
admin Refactor some frontend problems (#32646) 4 months ago
auth Allow to disable the password-based login (sign-in) form (#32687) 4 months ago
devtest Make RepoActionView.vue support `##[group]` (#32770) 4 months ago
events Move context from modules to services (#29440) 1 year ago
explore Respect UI.ExploreDefaultSort setting again (#32357) 5 months ago
feed Move GetFeeds to service layer (#32526) 4 months ago
healthcheck Always enable caches (#28527) 1 year ago
misc Refactor render system (#32492) 5 months ago
org Add label/author/assignee filters to the user/org home issue list (#32779) 4 months ago
repo Fix various trivial problems (#32861) 3 months ago
shared Add label/author/assignee filters to the user/org home issue list (#32779) 4 months ago
user Add label/author/assignee filters to the user/org home issue list (#32779) 4 months ago
base.go Fix `missing signature key` error when pulling Docker images with `SERVE_DIRECT` enabled (#32365) 5 months ago
githttp.go Fix LFS route mock, realm, middleware names (#32488) 5 months ago
goget.go Refactor RepoRefByType (#32413) 5 months ago
home.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 1 year ago
metrics.go Implement FSFE REUSE for golang files (#21840) 2 years ago
nodeinfo.go Move context from modules to services (#29440) 1 year ago
passkey.go Move context from modules to services (#29440) 1 year ago
swagger_json.go Move context from modules to services (#29440) 1 year ago
web.go Add label/author/assignee filters to the user/org home issue list (#32779) 4 months ago
webfinger.go Move context from modules to services (#29440) 1 year ago