0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-12 06:42:51 +01:00
gitea/routers/web/repo
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
..
actions Fix various trivial problems (#32861) 2024-12-17 01:15:18 +00:00
setting Add is_archived option for issue indexer (#32735) 2024-12-12 07:33:31 +08:00
activity.go
attachment.go
blame.go GitHub like repo home page (#32213) 2024-12-06 14:29:04 +00:00
branch.go Support "merge upstream branch" (Sync fork) (#32741) 2024-12-06 21:10:35 +00:00
cherry_pick.go
code_frequency.go
commit.go GitHub like repo home page (#32213) 2024-12-06 14:29:04 +00:00
compare.go
contributors.go
download.go
editor_test.go
editor.go
find.go
fork.go Allow to fork repository into the same owner (#32819) 2024-12-14 09:39:05 +08:00
githttp_test.go
githttp.go
helper.go
issue_comment.go
issue_content_history.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_list.go Add label/author/assignee filters to the user/org home issue list (#32779) 2024-12-11 06:33:24 +00:00
issue_lock.go
issue_new.go
issue_page_meta.go Fix compare page bug view as anonymous (#32754) 2024-12-08 14:38:21 +08:00
issue_pin.go
issue_poster.go
issue_stopwatch.go
issue_suggestions.go
issue_test.go
issue_timetrack.go
issue_view.go Split issue/pull view router function as multiple smaller functions (#32749) 2024-12-08 04:39:35 +00:00
issue_watch.go
issue.go Make API "compare" accept commit IDs (#32801) 2024-12-12 08:10:09 +00:00
main_test.go
middlewares.go
migrate.go
milestone.go Refactor issue filter (labels, poster, assignee) (#32771) 2024-12-10 11:38:22 +08:00
packages.go
patch.go
projects_test.go
projects.go Add label/author/assignee filters to the user/org home issue list (#32779) 2024-12-11 06:33:24 +00:00
pull_review_test.go
pull_review.go
pull.go Split issue/pull view router function as multiple smaller functions (#32749) 2024-12-08 04:39:35 +00:00
recent_commits.go
release_test.go
release.go GitHub like repo home page (#32213) 2024-12-06 14:29:04 +00:00
render.go
repo.go
search_test.go
search.go
topic.go
treelist.go
view_file.go Support "merge upstream branch" (Sync fork) (#32741) 2024-12-06 21:10:35 +00:00
view_home.go Rearrange Clone Panel (#31142) 2024-12-11 21:54:30 +08:00
view_readme.go GitHub like repo home page (#32213) 2024-12-06 14:29:04 +00:00
view_test.go
view.go GitHub like repo home page (#32213) 2024-12-06 14:29:04 +00:00
wiki_test.go Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
wiki.go