0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-22 22:29:05 -05:00
forgejo/routers/web/repo
Gusted 7480b6072f
fix: don't show private forks in forks list
- If a repository is forked to a private or limited user/organization,
the fork should not be visible in the list of forks depending on the
doer requesting the list of forks.
- Added integration testing for web and API route.

(cherry picked from commit 061abe6004)
2024-11-15 11:58:58 +01:00
..
actions Fix nil dereference on error (#30740) (#30746) 2024-05-01 08:14:16 +02:00
badges badges: Relax the default workflow badge conditions 2024-05-20 10:47:25 +00:00
flags
setting fix: add ID check for updating push mirror interval 2024-11-15 11:58:37 +01:00
activity.go Show repo activities even if only code unit active or git repo is empty but issue is active (#3455) 2024-04-28 13:50:45 +00:00
attachment.go
blame.go Migrate margin and padding helpers to tailwind (#30043) 2024-03-30 07:17:29 +01:00
branch.go
cherry_pick.go
code_frequency.go
commit.go [BUG] Fix panic on too high page number 2024-07-22 14:31:05 +02:00
compare.go [v7.0/forgejo] Fix "view file" button in diff compare view (#3077) 2024-04-06 13:24:55 +00:00
contributors.go Fix Activity Page Contributors dropdown (#31264) 2024-06-18 19:42:31 +00:00
download.go
editor.go Add missed return after ctx.ServerError (#31130) (#31133) 2024-05-31 14:35:19 +02:00
editor_test.go
find.go
githttp.go
githttp_test.go
helper.go
helper_test.go
issue.go [BUG] Return blocking errors as JSON errors 2024-08-10 05:53:00 +00:00
issue_content_history.go Migrate margin and padding helpers to tailwind (#30043) 2024-03-30 07:17:29 +01:00
issue_dependency.go
issue_label.go [GITEA] Apply changes to archived labels 2024-04-03 20:14:39 +00:00
issue_label_test.go enable linter testifylint on v7 (#4572) 2024-07-30 19:42:06 +00:00
issue_lock.go
issue_pin.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go Fix Issue watching / unwatching on the web ui 2024-05-01 13:32:39 +02:00
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go
patch.go
projects.go Fix various problems around projects board view (#30696) 2024-05-14 15:51:15 +02:00
projects_test.go
pull.go security: add permission check to 'delete branch after merge' 2024-10-28 06:32:10 +01:00
pull_review.go Prevent re-review and dismiss review actions on closed and merged PRs (#30065) 2024-03-30 07:17:32 +01:00
pull_review_test.go enable linter testifylint on v7 (#4572) 2024-07-30 19:42:06 +00:00
recent_commits.go
release.go Fix release published actions not triggering for releases created from existing tags 2024-04-16 18:28:53 +00:00
release_test.go enable linter testifylint on v7 (#4572) 2024-07-30 19:42:06 +00:00
render.go Refactor render (#30136) 2024-03-30 07:17:31 +01:00
repo.go Add an immutable tarball link to archive download headers for Nix 2024-05-29 18:50:14 +00:00
search.go [v7.0/forgejo] [BUG] Fix code search in explore reporting as git grep even with indexer enabled (#3204) 2024-04-14 14:21:31 +00:00
topic.go
treelist.go
view.go fix: don't show private forks in forks list 2024-11-15 11:58:58 +01:00
view_test.go
wiki.go
wiki_test.go enable linter testifylint on v7 (#4572) 2024-07-30 19:42:06 +00:00