summaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-062-2/+3
* Refactor legacy strange git operations (#22756)wxiaoguang2023-02-061-47/+25
* Show all projects, not just repo projects and open/closed projects (#22640)Lunny Xiao2023-02-041-8/+2
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-045-6/+8
* Improve trace logging for pulls and processes (#22633)zeripath2023-02-031-28/+23
* Improve error report when user passes a private key (#22726)zeripath2023-02-021-0/+4
* Add main landmark to templates and adjust titles (#22670)Felipe Leopoldo Sologuren GutiƩrrez2023-02-013-6/+6
* Enable `@<user>`- completion popup on the release description textarea (#22359)delvh2023-02-011-0/+15
* Add user secrets (#22191)KN4CK3R2023-02-012-39/+46
* Add repository setting to enable/disable releases unit (#22671)Brecht Van Lommel2023-02-011-0/+9
* Use relative url in actions view (#22675)Jason Song2023-01-311-2/+2
* Fix wrong hint when deleting a branch successfully from pull request UI (#22673)Lunny Xiao2023-01-311-1/+1
* Implement actions (#21937)Jason Song2023-01-315-19/+567
* Pull request yaml template support for including commit body in a field (#22629)Brecht Van Lommel2023-01-301-5/+19
* Issues: support setting issue template field values with query (#22545)techknowlogick2023-01-301-0/+8
* Issues: add Project filter to issues list and search (#22544)techknowlogick2023-01-291-11/+18
* Support system hook API (#14537)Lunny Xiao2023-01-281-1/+1
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-241-2/+2
* Support org/user level projects (#22235)Lunny Xiao2023-01-202-51/+30
* Fix invalid issue branch reference if not specified in template (#22513)Brecht Van Lommel2023-01-181-1/+2
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-165-177/+200
* Improve utils of slices (#22379)Jason Song2023-01-112-3/+3
* Use context parameter in models/git (#22367)Jason Song2023-01-0911-31/+31
* Restructure `webhook` module (#22256)delvh2023-01-011-22/+23
* Support template for merge message description (#22248)Jason Song2022-12-292-3/+5
* Move `convert` package to services (#22264)KN4CK3R2022-12-293-3/+3
* Use dynamic package type list (#22263)KN4CK3R2022-12-291-0/+1
* Add option to prohibit fork if user reached maximum limit of repositories (#2...Xinyu Zhou2022-12-271-0/+13
* 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