summaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid issue branch reference if not specified in template (#22513) (#22...John Olheiser2023-01-191-1/+2
* Prepend refs/heads/ to issue template refs (#20461) (#22427)zeripath2023-01-131-0/+4
* Use complete SHA to create and query commit status (#22244) (#22257)Jason Song2022-12-281-1/+1
* Ensure that plain files are rendered correctly even when containing ambiguous...zeripath2022-12-191-16/+4
* Multiple improvements for comment edit diff (#21990) (#22007)silverwind2022-12-021-4/+9
* Prevent NPE if trying to restore an already restored deleted branch (#21940) ...zeripath2022-11-251-0/+4
* Add support for HEAD requests in Maven registry (#21834) (#21929)KN4CK3R2022-11-251-1/+4
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-244-10/+10
* adapt README_{Country}.md stype name in localizedExtensions (#21486)a10121127962022-10-242-5/+5
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-236-8/+8
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-211-3/+3
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-2/+2
* Display total commit count in hook message (#21400)KN4CK3R2022-10-171-9/+10
* [refactor] Use const for wiki DefaultBranch (#21466)65432022-10-151-4/+4
* Fix #21406: Hide repo information from file view/blame mode (#21420)Neel2022-10-131-0/+2
* Respect user's locale when rendering the date range in the repo activity page...Yarden Shoham2022-10-131-2/+2
* Add generic set type (#21408)KN4CK3R2022-10-123-16/+16
* Use Name instead of DisplayName in LFS Lock (#21415)KN4CK3R2022-10-111-1/+1
* Use ISO date format instead of hard-coded English date format for date range ...Yarden Shoham2022-10-111-2/+2
* Add user/organization code search (#19977)Lauris BH2022-10-111-6/+16
* Refactor parseTreeEntries, speed up tree list (#21368)wxiaoguang2022-10-081-2/+2
* Tag list should include draft releases with existing tags (#21263)Jason Song2022-10-031-3/+11
* Do not allow organisation owners add themselves as collaborator (#20043)Wim2022-09-281-0/+13
* Fix CSV diff for added/deleted files (#21189)KN4CK3R2022-09-171-18/+18
* Keep path when creating a new branch (#21153)JakobDev2022-09-151-1/+1
* Use correct branch for .editorconfig error (#21152)JakobDev2022-09-141-1/+1
* Show .editorconfig errors in frontend (#21088)JakobDev2022-09-121-0/+5
* Allow poster to choose reviewers (#21084)Jason Song2022-09-091-5/+10
* Fix typo of issue template name (#21117)Jason Song2022-09-091-1/+1
* Fix pagination limit parameter problem (#21109)Tyrone Yeh2022-09-081-1/+1
* Fix various typos (#21103)luzpaz2022-09-071-1/+1
* Webhook for Wiki changes (#20219)Aaron F2022-09-042-0/+8
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-041-8/+1
* Fill the specified ref in webhook test payload (#20961)Jason Song2022-09-041-2/+4
* Support Issue forms and PR forms (#20987)Jason Song2022-09-023-69/+132
* fix hard-coded timeout and error panic in API archive download endpoint (#20925)Peter GardfjÀll2022-08-291-49/+6
* Replace `ServeStream` with `ServeContent` (#20903)KN4CK3R2022-08-251-1/+2
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-2511-52/+57
* refactor webhook *EditPost (#20780)oliverpool2022-08-231-478/+193
* Fix mirror address setting not working (#20850)Gary Wang2022-08-211-2/+5
* Remove follow from commits by file (#20765)zeripath2022-08-141-2/+2
* Switch Unicode Escaping to a VSCode-like system (#19990)zeripath2022-08-134-38/+64
* refactor webhook *NewPost (#20729)oliverpool2022-08-111-449/+128
* Add issue filter for Author (#20578)parnic2022-08-081-1/+9
* Use request timeout for git service rpc (#20689)parnic2022-08-061-5/+6
* Add default commit messages to PR for squash merge (#20618)Tyrone Yeh2022-08-031-0/+2
* Support localized README (#20508)Gary Wang2022-08-012-69/+117
* Rework file highlight rendering and fix yaml copy-paste (#19967)silverwind2022-07-301-13/+13
* Add new API endpoints for push mirrors management (#19841)Mohamed Sekour2022-07-301-9/+9
* Fix possible panic when repository is empty (#20509)Lunny Xiao2022-07-281-4/+8