summaryrefslogtreecommitdiffstats
path: root/routers/private (follow)
Commit message (Expand)AuthorAgeFilesLines
* [CHORE] Use forked `binding` libraryGusted2024-11-051-1/+1
* [PORT] Fix git error handling (gitea#32401)wxiaoguang2024-11-031-7/+4
* Add branch auto deletion for scheduled PRsTom Neuber2024-10-311-1/+1
* fix(sec): use constant time check for internal tokenGusted2024-10-281-1/+2
* chore: remove some Windows-specific files0ko2024-09-191-27/+0
* feat(quota): Quota enforcementGergely Nagy2024-08-021-0/+56
* Add testifylint to lint checks (#4535)TheFox0x72024-07-302-11/+12
* fix(hook): ignore unknown push options instead of failingTwenty Panda2024-07-022-20/+5
* Enable `unparam` linter (#31277)silverwind2024-06-161-2/+2
* 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
* fix: hook post-receive for sha256 reposoliverpool2024-05-151-1/+1
* Move database operations of merging a pull request to post receive hook and a...Lunny Xiao2024-05-122-0/+112
* Add codespell support and fix a good number of typos with its help (#3270)Yaroslav Halchenko2024-05-091-1/+1
* Fix tautological conditions (#30735)silverwind2024-05-051-10/+8
* Enable more `revive` linter rules (#30608)silverwind2024-04-281-1/+0
* hooks: Harden when we accept push options that change repo settingsGergely Nagy2024-04-191-0/+61
* Clean up log messages (#30313)wxiaoguang2024-04-153-11/+10
* Do not update PRs based on events that happened before they existedEarl Warren2024-04-111-0/+2
* [FEAT] Configure if protected branch rule should apply to adminsGusted2024-03-291-8/+8
* Restore deleted branches when syncing (#29898)Jason Song2024-03-261-0/+4
* Sync branches first (gitea#29714)Jason Song2024-03-181-13/+13
* use gitRepo.GetCommit directlyoliverpool2024-03-181-3/+1
* Sync branches to DB immediately when handle git hook calling (gitea#29493)Jason Song2024-03-181-1/+65
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-111-1/+2
* Move context from modules to services (#29440)Lunny Xiao2024-03-0616-16/+16
* Fix logic error from #28138 (#29417)yp053272024-03-061-1/+1
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-261-1/+1
* [CLI] implement forgejo-cliEarl Warren2024-02-051-1/+6
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-2/+2
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-191-2/+2
* Adjust object format interface (#28469)Lunny Xiao2023-12-173-6/+6
* Abstract hash function usage (#28138)Adam Majer2023-12-134-10/+15
* Fix typo "GetLatestRunnerToken" (#27680)Jason Song2023-10-181-1/+1
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-114-10/+10
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Redefine the meaning of column is_active to make Actions Registration Token g...Lunny Xiao2023-09-271-2/+2
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-1/+1
* Fix verifyCommits error when push a new branch (#26664)CaiCandong2023-08-3040-16/+236
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-1/+1
* parseScope with owner/repo always sets owner to zero (#25987)Earl Warren2023-07-191-1/+2
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-262-22/+19
* Fix logger refactoring regression: manager logging add (#24847)wxiaoguang2023-05-241-1/+1
* Add gitea manager reload-templates command (#24843)Brecht Van Lommel2023-05-222-0/+14
* Fix regression: access log template, gitea manager cli command (#24838)wxiaoguang2023-05-221-1/+1
* Rewrite logger system (#24726)wxiaoguang2023-05-222-55/+73
* Refactor web route (#24080)wxiaoguang2023-04-201-3/+3
* add CLI command to register runner tokens (#23762)techknowlogick2023-04-172-0/+92