aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Fix http protocol auth (#27875) (#27878)Lunny Xiao2023-11-024-14/+46
* Fix org team endpoint (#27721) (#27729)Giteabot2023-10-221-4/+4
* Fix 404 when deleting Docker package with an internal version (#27615) (#27629)Giteabot2023-10-151-1/+1
* Fix panic in storageHandler (#27446) (#27478)Giteabot2023-10-061-51/+50
* When comparing with an non-exist repository, return 404 but 500 (#27437) (#27...Giteabot2023-10-041-1/+3
* Allow get release download files and lfs files with oauth2 token format (#264...Giteabot2023-10-011-5/+3
* Fix organization field being null in POST /orgs/{orgid}/teams (#27150) (#27162)Giteabot2023-09-211-1/+1
* fix pagination for followers and following (#27127) (#27138)Giteabot2023-09-191-2/+2
* Fix issue templates when blank isses are disabled (#27061) (#27082)Giteabot2023-09-142-11/+14
* Redirect from `{repo}/issues/new` to `{repo}/issues/new/choose` when blank is...Giteabot2023-09-011-1/+9
* Fix verifyCommits error when push a new branch (#26664) (#26810)Giteabot2023-08-3140-16/+236
* Fix context filter has no effect in dashboard (#26695) (#26811)yp053272023-08-301-2/+2
* Include the GITHUB_TOKEN/GITEA_TOKEN secret for fork pull requests (#26759) (...js6pak2023-08-301-8/+5
* Fix some slice append usages (#26778) (#26798)Giteabot2023-08-291-9/+7
* Fix being unable to use a repo that prohibits accepting PRs as a PR source. (...Giteabot2023-08-291-1/+1
* Use docs.gitea.com instead of docs.gitea.io (#26769)Lunny Xiao2023-08-282-2/+2
* Fix unable to display individual-level project (#26198) (#26636)Giteabot2023-08-211-2/+8
* fix reopen logic for agit flow pull request (#26399) (#26613)a10121127962023-08-211-42/+44
* Fix "issueReposQueryPattern does not match query" (#26556) (#26564)Giteabot2023-08-171-1/+1
* Sync repo's IsEmpty status correctly (#26517) (#26560)Giteabot2023-08-171-2/+6
* Fix typo of RunerOwnerID (#26508) (#26528)Giteabot2023-08-161-1/+1
* Fix NuGet search endpoints (#25613) (#26499)KN4CK3R2023-08-162-7/+15
* Add ThreadID parameter for Telegram webhooks (#25996) (#26480)Giteabot2023-08-141-1/+2
* Improve profile readme rendering (#25988) (#26453)crystal2023-08-111-0/+1
* Add transaction when creating pull request created dirty data (#26259) (#26437)Lunny Xiao2023-08-111-1/+1
* Fix wrong middleware sequence (#26428) (#26436)Giteabot2023-08-101-1/+1
* Fix admin queue page title and fix CI failures (#26409) (#26421)wxiaoguang2023-08-101-1/+1
* Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392) (#26405)Giteabot2023-08-092-10/+10
* Fix pull request check list is limited (#26179) (#26245)Giteabot2023-07-313-5/+5
* Fix access check for org-level project (#26182) (#26223)Giteabot2023-07-291-6/+7
* Fix handling of plenty Nuget package versions (#26075) (#26173)Giteabot2023-07-264-32/+94
* Display deprecated warning in admin panel pages as well as in the log file (#...Lunny Xiao2023-07-262-0/+13
* Remove "misc" scope check from public API endpoints (#26134) (#26149)Giteabot2023-07-261-2/+2
* Fix handling of Debian files with trailing slash (#26087) (#26098)Giteabot2023-07-241-1/+1
* fix Missing 404 swagger response docs for /admin/users/{username} (#26086) (#...Giteabot2023-07-241-0/+2
* Fix the route for pull-request's authors (#26016) (#26018)Giteabot2023-07-202-5/+11
* parseScope with owner/repo always sets owner to zero (#25987) (#25989)Giteabot2023-07-191-1/+2
* Update path related documents (#25417) (#25982)Giteabot2023-07-191-1/+1
* Ignore `runs-on` with expressions when warning no matched runners (#25917) (#...Giteabot2023-07-181-0/+7
* Avoid opening/closing PRs which are already merged (#25883) (#25903)Giteabot2023-07-171-0/+8
* Fix incorrect milestone count when provide a keyword (#25880) (#25904)Giteabot2023-07-171-10/+9
* fix incorrect repo url when changed the case of ownername (#25733) (#25881)Giteabot2023-07-151-6/+0
* Add support for different Maven POM encoding (#25873) (#25890)Giteabot2023-07-141-1/+7
* Fix incorrect release count (#25879) (#25887)Giteabot2023-07-141-1/+0
* Fix empty project displayed in issue sidebar (#25802) (#25854)Giteabot2023-07-122-4/+2
* Show correct SSL Mode on "install page" (#25818) (#25838)Giteabot2023-07-121-0/+1
* Fix incorrect oldest sort in project list (#25806) (#25835)Giteabot2023-07-122-2/+2
* For API attachments, use API URL (#25639) (#25814)Giteabot2023-07-108-36/+36
* Make "install page" respect environment config (#25648) (#25799)wxiaoguang2023-07-101-6/+12
* Fix notification list bugs (#25781) (#25787)Giteabot2023-07-091-1/+1