aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
* Fix missing check (#28406) (#28413)release/v1.20Lunny Xiao2023-12-122-4/+24
* Fix comment permissions (#28213) (#28217)Lunny Xiao2023-11-264-13/+58
* Dont leak private users via extensions (#28023) (#28028)Giteabot2023-11-141-0/+5
* Fix http protocol auth (#27875) (#27878)Lunny Xiao2023-11-024-14/+46
* 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 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 context filter has no effect in dashboard (#26695) (#26811)yp053272023-08-301-2/+2
* 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-281-1/+1
* 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
* 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-091-6/+6
* 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
* Display deprecated warning in admin panel pages as well as in the log file (#...Lunny Xiao2023-07-262-0/+13
* Fix the route for pull-request's authors (#26016) (#26018)Giteabot2023-07-202-5/+11
* 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
* 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
* Fix incorrect oldest sort in project list (#25806) (#25835)Giteabot2023-07-122-2/+2
* For API attachments, use API URL (#25639) (#25814)Giteabot2023-07-101-5/+5
* Fix notification list bugs (#25781) (#25787)Giteabot2023-07-091-1/+1
* Check `ctx.Written()` for `GetActionIssue` (#25698) (#25711)Giteabot2023-07-065-11/+20
* Fix tags header and pretty format numbers (#25624) (#25694)Giteabot2023-07-051-0/+1
* Replace `interface{}` with `any` (#25686) (#25687)silverwind2023-07-0449-162/+162
* Fix the nil pointer when assigning issues to projects (#25665) (#25677)Giteabot2023-07-042-6/+10
* Log the real reason when authentication fails (but don't show the user) (#254...Giteabot2023-07-033-12/+31
* Make "cancel" buttons have proper type in modal forms (#25618) (#25641)wxiaoguang2023-07-031-0/+10
* Redirect to package after version deletion (#25594) (#25599)KN4CK3R2023-06-301-1/+7
* Improve loadprojects for issue list (#25468) (#25493)Giteabot2023-06-263-5/+15
* Improve wiki sidebar and TOC (#25460) (#25477)Giteabot2023-06-241-10/+10
* Refactor path & config system (#25330) (#25416)wxiaoguang2023-06-221-15/+0
* Fix `Permission` in API returned repository struct (#25388) (#25441)Giteabot2023-06-221-1/+2