aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/web.go
Commit message (Expand)AuthorAgeFilesLines
* User details page (#26713)Denys Konovalov2023-08-311-1/+2
* Check disabled workflow when rerun jobs (#26535)yp053272023-08-221-2/+2
* add disable workflow feature (#26413)a10121127962023-08-141-0/+2
* Fix wrong middleware sequence (#26428)Lunny Xiao2023-08-101-1/+1
* Allow package cleanup from admin page (#25307)KN4CK3R2023-08-081-0/+1
* Add `Retry` button when creating a mirror-repo fails (#26228)Kerwin Bryant2023-08-041-1/+5
* Fix access check for org-level project (#26182)Zettat1232023-07-291-6/+7
* Add commits dropdown in PR files view and allow commit by commit review (#25528)sebastian-sauer2023-07-281-2/+8
* Show branches and tags that contain a commit (#25180)delvh2023-07-271-0/+1
* Fixing redirection issue for logged-in users (#26105)cassiozareck2023-07-271-1/+2
* Fix branch list auth (#26041)Lunny Xiao2023-07-221-1/+1
* Serve pre-defined files in "public", add "security.txt", add CORS header for ...wxiaoguang2023-07-211-8/+5
* Use frontend fetch for branch dropdown component (#25719)HesterG2023-07-211-0/+2
* Actions Artifacts support uploading multiple files and directories (#24874)FuXiaoHei2023-07-211-1/+1
* Remove redundant "RouteMethods" method (#26024)wxiaoguang2023-07-211-8/+8
* Fix the route for pull-request's authors (#26016)wxiaoguang2023-07-201-4/+3
* Less naked returns (#25713)65432023-07-071-5/+5
* Support displaying diff stats in PR tab bar (#25387)hiifong2023-07-031-1/+2
* Move some files under repo/setting (#25585)Lunny Xiao2023-07-021-70/+70
* Support downloading raw task logs (#24451)Vitaliy Filippov2023-06-291-0/+1
* Show outdated comments in files changed tab (#24936)sebastian-sauer2023-06-211-3/+3
* Support configuration variables on Gitea Actions (#24724)sillyguodong2023-06-201-0/+12
* Batch delete issue and improve tippy opts (#25253)wxiaoguang2023-06-191-0/+1
* Refactor web package and context package (#25298)wxiaoguang2023-06-181-7/+2
* Change form actions to fetch for submit review box (#25219)HesterG2023-06-141-0/+1
* Fix bug for code search if code is disabled (#25173)Lunny Xiao2023-06-091-1/+6
* Use a separate admin page to show global stats, remove `actions` stat (#25062)wxiaoguang2023-06-031-2/+3
* Merge `new project` templates into one (#24985)delvh2023-05-311-4/+4
* Add user level action runners (#24995)HesterG2023-05-311-0/+1
* Followup to pinned Issues (#24945)JakobDev2023-05-301-2/+2
* Add the ability to pin Issues (#24406)JakobDev2023-05-251-0/+3
* Fix install page context, make the install page tests really test (#24858)wxiaoguang2023-05-231-1/+1
* Implement actions artifacts (#22738)FuXiaoHei2023-05-191-0/+2
* Add icon support for safari (#24697)Lunny Xiao2023-05-131-0/+1
* Make repo migration cancelable and fix various bugs (#24605)wxiaoguang2023-05-111-0/+1
* Improve queue & process & stacktrace (#24636)wxiaoguang2023-05-111-4/+7
* Rewrite queue (#24505)wxiaoguang2023-05-081-6/+1
* Require at least one unit to be enabled (#24189)Lunny Xiao2023-05-061-16/+22
* Fix some mistakes when using `ignSignIn` (#24415)wxiaoguang2023-05-041-7/+7
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-041-17/+13
* Add rerun workflow button and refactor to use SVG octicons (#24350)yp053272023-05-011-1/+2
* Use globally shared HTMLRender (#24436)wxiaoguang2023-04-301-1/+2
* getting the tag list does not require being signed in (#24413)Earl Warren2023-04-291-1/+1
* Move secrets and runners settings to actions settings (#24200)Hester Gong2023-04-271-68/+57
* Refactor "route" related code, fix Safari cookie bug (#24330)wxiaoguang2023-04-271-154/+25
* Improve RSS (#24335)wxiaoguang2023-04-251-2/+2
* Fix incorrect CORS response in Http Git handler (#24303)wxiaoguang2023-04-251-1/+1
* Add tags list for repos whose release setting is disabled (#23465)Zettat1232023-04-251-3/+7
* Add RSS Feeds for branches and files (#22719)jladbrook2023-04-251-0/+3
* Move code from module to service (#24287)KN4CK3R2023-04-231-6/+6