summaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
* Only delete secrets belonging to its owner (#24284)KN4CK3R2023-04-234-2/+8
* show workflow config error on file view also (#24267)a10121127962023-04-221-0/+12
* Add missing badges in user profile for /projects and /packages (#24232)Jakob2023-04-222-0/+2
* Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` (#24270)wxiaoguang2023-04-222-6/+6
* Show commit history for closed/merged PRs (#24238)wxiaoguang2023-04-211-2/+4
* Refactor web route (#24080)wxiaoguang2023-04-201-5/+5
* Fix unclear "Owner" concept (#24233)wxiaoguang2023-04-203-3/+2
* Fix issue attachment handling (#24202)wxiaoguang2023-04-201-12/+16
* Make wiki title supports dashes and improve wiki name related features (#24143)wxiaoguang2023-04-192-60/+75
* Don't list root repository on compare page if pulls not allowed (#24183)Lunny Xiao2023-04-191-1/+1
* Add unset default project column (#23531)yp053272023-04-193-0/+36
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-193-40/+48
* Add runner check in repo action page (#24124)yp053272023-04-191-6/+40
* fix calReleaseNumCommitsBehind (#24148)oliverpool2023-04-181-7/+2
* Use correct locale key for forks page (#24172)John Olheiser2023-04-171-1/+1
* Improve Wiki TOC (#24137)wxiaoguang2023-04-172-14/+20
* Localize activity heatmap (except tooltip) (#24131)Yarden Shoham2023-04-172-0/+2
* Fix 2-dot direct compare to use the right base commit (#24133)Jonathan Tran2023-04-161-1/+5
* Remove untranslatable `on_date` key (#24106)Yarden Shoham2023-04-151-0/+10
* Sort repo topic labels by name (#24123)wxiaoguang2023-04-141-6/+1
* Add option to search for users is active join a team (#24093)Tyrone Yeh2023-04-141-0/+1
* Make more functions use ctx instead of db.DefaultContext (#24068)wxiaoguang2023-04-141-8/+8
* Fix incorrect server error content in RunnersList (#24118)yp053272023-04-141-2/+2
* Refactor cookie (#24107)wxiaoguang2023-04-135-17/+16
* Fix admin team access mode value in team_unit table (#24012)yp053272023-04-131-43/+50
* Use a general approach to access custom/static/builtin assets (#24022)wxiaoguang2023-04-122-12/+9
* Make Release Download URLs predictable (#23891)JakobDev2023-04-123-4/+15
* Add cardtype to org/user level project on creation, edit and view (#24043)Hester Gong2023-04-111-0/+22
* Avoid recursing into sub-sub-sub-docs folders when looking for READMEs. (#23695)Nick2023-04-101-4/+4
* Use auto-updating, natively hoverable, localized time elements (#23988)Yarden Shoham2023-04-111-4/+2
* Make label templates have consistent behavior and priority (#23749)wxiaoguang2023-04-104-4/+6
* Improve GetBoards and getDefaultBoard (#22981)yp053272023-04-092-2/+2
* Group template helper functions, remove `Printf`, improve template error mess...wxiaoguang2023-04-082-11/+14
* Fix redirect bug when creating issue from a project (#23971)Lunny Xiao2023-04-081-2/+2
* Add job.duration in web ui (#23963)yp053272023-04-071-0/+2
* Support "." char as user name for User/Orgs in RSS/ATOM/GPG/KEYS path ... (#2...65432023-04-071-10/+42
* Ensure RSS icon is present on all repo tabs (#23904)silverwind2023-04-071-3/+0
* Clean template/helper.go (#23922)wxiaoguang2023-04-071-0/+1
* Title can be empty when creating tag only (#23917)Zettat1232023-04-061-0/+6
* Refactor authors dropdown (send get request from frontend to avoid long wait ...Hester Gong2023-04-076-19/+114
* Use graceful editorconfig loader to reduce errors when loading malformed edit...Yoan Blanc2023-04-063-5/+12
* User/Org Feed render description as per web (#23887)65432023-04-041-1/+15
* Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823)wxiaoguang2023-04-041-2/+2
* Fix submit button won't refresh in New Repository Fork page (#22994)yp053272023-04-031-0/+1
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-0311-32/+42
* Fix 500 error if there is a name conflict when edit authentication source (#2...yp053272023-03-311-2/+4
* Fix incorrect/Improve error handle in edit user page (#23805)yp053272023-03-301-3/+6
* Fix incorrect visibility dropdown list in add/edit user page (#23804)yp053272023-03-301-0/+2
* Refactor commit status for Actions jobs (#23786)Jason Song2023-03-291-11/+4
* Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more stric...wxiaoguang2023-03-291-3/+11