summaryrefslogtreecommitdiffstats
path: root/routers (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix(api): issue state change is not idempotentEarl Warren2024-07-252-10/+16
* [BUG] Fix panic on too high page numberGusted2024-07-211-0/+6
* Load attachments for `/issues/comments/{id}`Gergely Nagy2024-07-161-0/+5
* [BUG] Use correct SHA in `GetCommitPullRequest`Gusted2024-07-061-1/+1
* Fixes an visual bug where the info box to dispatch a workflow is shown even f...Mai-Lapyst2024-07-061-1/+3
* fix(hook): ignore unknown push options instead of failingTwenty Panda2024-07-022-20/+5
* Add support for workflow_dispatch (#3334)Mai-Lapyst2024-06-286-6/+169
* Add cache test for admins (#31265)65432024-06-233-0/+27
* Merge pull request 'Add headers to follower lists' (#4174) from 0ko/forgejo:u...Earl Warren2024-06-191-0/+2
|\
| * Add headers to follower lists0ko2024-06-191-0/+2
* | [SWAGGER] Make it consistent with realityGusted2024-06-191-1/+1
* | Fix Activity Page Contributors dropdown (#31264)wxiaoguang2024-06-181-6/+0
|/
* Merge pull request '[gitea] week 2024-25 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-06-1817-73/+421
|\
| * Rename repo_model.SearchOrderByMap to repo_model.OrderByMap (#31359)65432024-06-163-3/+3
| * Allow downloading attachments of draft releases (#31369)Zettat1232024-06-161-2/+3
| * Add tag protection via rest api #17862 (#31295)mzroot2024-06-164-0/+379
| * [Refactor] Unify repo search order by logic (#30876)65432024-06-162-36/+8
| * Reduce memory usage for chunked artifact uploads to MinIO (#31325)Rowan Bohde2024-06-161-2/+2
| * Enable `unparam` linter (#31277)silverwind2024-06-169-31/+27
* | [FEAT] expose fuzzy search for issues/repo (#4160)Shiny Nematoda2024-06-172-6/+22
* | add org readme to search with priorityBeowulf2024-06-161-6/+7
|/
* Fix wrong error highlighting on install page (#4063)0ko2024-06-111-1/+1
* Merge pull request '[gitea] week 2024-24 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-06-112-20/+30
|\
| * Fix NuGet Package API for $filter with Id equality (#31188)Thomas Desveaux2024-06-091-19/+29
| * Remove unnecessary inline style for tab-size (#31224)silverwind2024-06-091-1/+1
* | fix: PKCE only for supported providersoliverpool2024-06-101-2/+19
|/
* Add slogan config (#3752)mirko2024-06-071-1/+3
* feat(federated-star) star repositories via ActivityPub (#1680)Earl Warren2024-06-062-3/+7
* fix(oauth): HTML snippets in templates can be displayedEarl Warren2024-06-051-3/+4
* Merge pull request '[gitea] week 2024-23 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-06-0416-175/+225
|\
| * Performance improvements for pull request list API (#30490)Lunny Xiao2024-06-021-16/+32
| * Drop `IDOrderDesc` for listing Actions task and always order by `id DESC` (#3...Jason Song2024-06-021-3/+2
| * Add missed return after `ctx.ServerError` (#31130)Lunny Xiao2024-06-025-0/+5
| * Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-06-026-14/+41
| * Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-06-026-142/+138
| * Fix possible ui 500 if workflow's job is nil (#31092)Lunny Xiao2024-06-021-0/+8
* | Merge pull request 'fix(hook): repo admins are wrongly denied the right to fo...Earl Warren2024-06-021-2/+7
|\ \
| * | fix(hook): repo admins are wrongly denied the right to force mergeEarl Warren2024-06-021-2/+2
| * | fix(hook): instance admins wrongly restricted by permissions checksEarl Warren2024-06-011-0/+5
| |/
* / Add missed return after `ctx.ServerError` (#31130) (partial)Lunny Xiao2024-06-021-0/+1
|/
* Merge pull request 'forgejo-federated-star: UI to define following repos' (#3...Earl Warren2024-05-311-0/+36
|\
| * fix reviewMichael Jerger2024-05-291-7/+6
| * Merge branch 'forgejo' into forgejo-federated-pr5Michael Jerger2024-05-296-8/+35
| |\
| * | ui for adding following reposMichael Jerger2024-05-241-0/+37
* | | Merge pull request 'Disable self-registration by default on the install page'...Earl Warren2024-05-311-1/+1
|\ \ \ | |_|/ |/| |
| * | install: Force DisableRegistration on during installGergely Nagy2024-05-281-1/+1
* | | use existing oauth grant for public client (#31015)Denys Konovalov2024-05-261-2/+17
* | | Refactor sha1 and time-limited code (#31023)wxiaoguang2024-05-261-1/+1
* | | Return `access_denied` error when an OAuth2 request is denied (#30974)Zettat1232024-05-261-0/+10
* | | Fix "force private" logic (#31012)wxiaoguang2024-05-263-4/+4
|/ /