summaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
...
* Alert error message if open dependencies are included in the issues that try ...sillyguodong2023-04-261-1/+1
* Improve RSS (#24335)wxiaoguang2023-04-251-6/+0
* Fix incorrect CORS response in Http Git handler (#24303)wxiaoguang2023-04-251-29/+17
* Add tags list for repos whose release setting is disabled (#23465)Zettat1232023-04-251-13/+13
* Add RSS Feeds for branches and files (#22719)jladbrook2023-04-252-1/+14
* default show closed actions list if all actions was closed (#24234)a10121127962023-04-241-1/+7
* Only delete secrets belonging to its owner (#24284)KN4CK3R2023-04-231-0/+2
* show workflow config error on file view also (#24267)a10121127962023-04-221-0/+12
* Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` (#24270)wxiaoguang2023-04-221-1/+1
* Show commit history for closed/merged PRs (#24238)wxiaoguang2023-04-211-2/+4
* 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-191-0/+17
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-192-39/+47
* 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-171-1/+9
* Fix 2-dot direct compare to use the right base commit (#24133)Jonathan Tran2023-04-161-1/+5
* Sort repo topic labels by name (#24123)wxiaoguang2023-04-141-6/+1
* Make more functions use ctx instead of db.DefaultContext (#24068)wxiaoguang2023-04-141-8/+8
* Make Release Download URLs predictable (#23891)JakobDev2023-04-123-4/+15
* Avoid recursing into sub-sub-sub-docs folders when looking for READMEs. (#23695)Nick2023-04-101-4/+4
* Make label templates have consistent behavior and priority (#23749)wxiaoguang2023-04-103-3/+5
* Improve GetBoards and getDefaultBoard (#22981)yp053272023-04-091-1/+1
* 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
* Ensure RSS icon is present on all repo tabs (#23904)silverwind2023-04-071-3/+0
* 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-075-18/+110
* Use graceful editorconfig loader to reduce errors when loading malformed edit...Yoan Blanc2023-04-063-5/+12
* 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-037-13/+0
* Refactor commit status for Actions jobs (#23786)Jason Song2023-03-291-11/+4
* Implement Issue Config (#20956)JakobDev2023-03-282-5/+12
* Add API to manage issue dependencies (#17935)qwerty2872023-03-282-5/+74
* Fix tags view (#23243)Wiktor Kwapisiewicz2023-03-271-1/+7
* Add commit info in action page (#23210)yp053272023-03-271-0/+42
* Fix cancel button in the page of project edit not work (#23655)sillyguodong2023-03-241-0/+1
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-241-4/+3
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-212-2/+2
* Fix tags sort by creation time (descending) on branch/tag dropdowns (#23491)Hester Gong2023-03-161-5/+4
* Replace `repo.namedBlob` by `git.TreeEntry`. (#22898)Nick2023-03-151-44/+38
* Add workflow error notification in ui (#23404)yp053272023-03-141-3/+23
* Make branches list page operations remember current page (#23420)wxiaoguang2023-03-141-10/+7
* Fix actions frontend bugs (pagination, long name alignment) and small simplif...Hester Gong2023-03-131-0/+2
* Show edit/close/delete button on organization wide repositories (#23388)yp053272023-03-121-1/+1
* Preserve file size when creating attachments (#23406)Peter2023-03-121-1/+1
* Add user webhooks (#21563)KN4CK3R2023-03-101-34/+33