aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-271-1/+1
* Add Feed for Releases and Tags (#21696)Reo2022-12-211-0/+25
* Repair LFS web rendering. (#22195)Nick2022-12-211-1/+1
* Secrets storage with SecretKey encrypted (#22142)Jason Song2022-12-201-0/+40
* Ensure that plain files are rendered correctly even when containing ambiguous...zeripath2022-12-171-16/+4
* remove duplicated read file code (#22042)Lunny Xiao2022-12-141-117/+82
* Allow disable code tab (#20805)Lunny Xiao2022-12-121-0/+9
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-1012-27/+26
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-092-4/+9
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-039-20/+20
* Multiple improvements for comment edit diff (#21990)silverwind2022-12-021-4/+9
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2750-100/+50
* 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)KN4CK3R2022-11-241-1/+4
* Prepend refs/heads/ to issue template refs (#20461)zeripath2022-11-221-0/+4
* Improvements for Content Copy (#21842)silverwind2022-11-211-1/+8
* Allow disable RSS/Atom feed (#21622)Xinyu Zhou2022-11-211-6/+9
* Show syntax lexer name in file view/blame (#21814)silverwind2022-11-192-2/+14
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-1911-66/+66
* Adjust gitea doctor --run storages to check all storage types (#21785)zeripath2022-11-151-1/+1
* Copy citation file content, in APA and BibTex format, on repo home page (#19999)Nolann2022-11-111-0/+45
* Add Webhook authorization header (#20926)oliverpool2022-11-031-1/+11
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-031-1/+1
* 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