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 Refactor markup render system (#32589) 2024-11-22 05:48:09 +00:00
contributors.go
download.go
editor.go
editor_test.go
find.go
fork.go Allow to fork repository into the same owner (#32819) 2024-12-14 09:39:05 +08:00
githttp.go
githttp_test.go
helper.go
issue.go Make API "compare" accept commit IDs (#32801) 2024-12-12 08:10:09 +00:00
issue_comment.go Refactor markup render system (#32612) 2024-11-24 16:18:57 +08:00
issue_content_history.go
issue_dependency.go
issue_label.go Refactor sidebar label selector (#32460) 2024-11-10 08:26:42 +00:00
issue_label_test.go Refactor sidebar label selector (#32460) 2024-11-10 08:26:42 +00:00
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 Move some functions from issue.go to standalone files (#32468) 2024-11-11 04:28:54 +00:00
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 Move some functions from issue.go to standalone files (#32468) 2024-11-11 04:28:54 +00:00
issue_stopwatch.go Issue time estimate, meaningful time tracking (#23113) 2024-12-05 13:07:53 +00:00
issue_suggestions.go
issue_test.go
issue_timetrack.go Issue time estimate, meaningful time tracking (#23113) 2024-12-05 13:07:53 +00:00
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
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.go Add label/author/assignee filters to the user/org home issue list (#32779) 2024-12-11 06:33:24 +00:00
projects_test.go
pull.go Split issue/pull view router function as multiple smaller functions (#32749) 2024-12-08 04:39:35 +00:00
pull_review.go Move some functions from issue.go to standalone files (#32468) 2024-11-11 04:28:54 +00:00
pull_review_test.go
recent_commits.go
release.go GitHub like repo home page (#32213) 2024-12-06 14:29:04 +00:00
release_test.go
render.go Refactor markup render system (#32612) 2024-11-24 16:18:57 +08:00
repo.go Add github compatible tarball download API endpoints (#32572) 2024-11-25 19:35:49 +00:00
search.go
search_test.go
topic.go
treelist.go
view.go GitHub like repo home page (#32213) 2024-12-06 14:29:04 +00:00
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
wiki.go Make wiki pages visit fast (#32732) 2024-12-06 07:39:50 +00:00
wiki_test.go Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00