summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* fix hard-coded timeout and error panic in API archive download endpoint (#20925)Peter Gardfjäll2022-08-291-10/+61
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-284-14/+10
* Replace `ServeStream` with `ServeContent` (#20903)KN4CK3R2022-08-251-4/+4
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-2529-177/+253
* Double check CloneURL is acceptable (#20869)zeripath2022-08-213-5/+24
* Prevent 500 is head repo does not have PullRequest unit in IsUserAllowedToUpd...zeripath2022-08-181-0/+3
* Add proxy host into allow list (#20798)Lunny Xiao2022-08-161-0/+5
* auth/reverseproxy: Add support for full name (#20776)Will Norris2022-08-161-2/+8
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-161-1/+1
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-1620-91/+91
* Switch Unicode Escaping to a VSCode-like system (#19990)zeripath2022-08-131-16/+17
* refactor webhook *NewPost (#20729)oliverpool2022-08-113-6/+38
* Add support mCaptcha as captcha provider (#20458)Gusted2022-08-102-0/+2
* Remove manual rollback for failed generated repositories (#20639)Gabriel Vasile2022-08-091-7/+0
* Fix typo in source (#20723)luzpaz2022-08-091-2/+2
* Fix init mail render logic (#20704)KN4CK3R2022-08-083-25/+17
* Use correct context to get package content (#20673)KN4CK3R2022-08-041-1/+1
* Check issue labels slice length before calling xorm Insert; fixes #20654 (#20...Gabriel Vasile2022-08-041-0/+5
* Rework mailer settings (#18982)Clar Fon2022-08-026-46/+64
* Add new API endpoints for push mirrors management (#19841)Mohamed Sekour2022-07-302-3/+3
* Add latest commit's SHA to content response (#20398)Gusted2022-07-303-27/+40
* Ensure that all unmerged files are merged when conflict checking (#20528)zeripath2022-07-292-2/+27
* Added email notification option to receive all own messages (#20179)Tyrone Yeh2022-07-281-1/+4
* Add Docker /v2/_catalog endpoint (#20469)KN4CK3R2022-07-282-12/+59
* Hide internal package versions (#20492)KN4CK3R2022-07-271-1/+3
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-251-9/+7
* Improve code diff highlight, fix incorrect rendered diff result (#19958)wxiaoguang2022-07-234-375/+374
* Fix: Actor is required to get user repositories (#20443)Dhruv Manilawala2022-07-212-0/+21
* Add "X-Gitea-Object-Type" header for GET `/raw/` & `/media/` API (#20438)65432022-07-211-0/+16
* Dismiss prior pull reviews if done via web in review dismiss (#20197)65432022-07-191-1/+18
* Remove confusing TrimPrefix(... git.BranchPrefix) (#20369)wxiaoguang2022-07-161-2/+0
* Add option to purge users (#18064)zeripath2022-07-144-10/+136
* Fix checks in PR for empty commits #19603 (#20290)Ing. Jaroslav Šafka2022-07-132-1/+9
* Add tests for the host checking logic, clarify the behaviors (#20328)wxiaoguang2022-07-132-3/+48
* Fix various typos (#20338)luzpaz2022-07-121-1/+1
* Correctly handle draft releases without a tag (#20314)Chongyi Zheng2022-07-121-2/+1
* Implement sync push mirror on commit (#19411)Chongyi Zheng2022-07-082-89/+33
* EscapeFilter the group dn membership (#20200)zeripath2022-07-051-1/+1
* Fix cli command restore-repo: "units" should be splitted to string slice, to ...wxiaoguang2022-07-011-1/+1
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-302-5/+22
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-273-7/+7
* Make better use of i18n (#20096)Gusted2022-06-264-14/+15
* Add more linters to improve code readability (#19989)Wim2022-06-2014-117/+116
* fix delete pull head ref for DeleteIssue (#20032)a10121127962022-06-191-1/+1
* Write Commit-Graphs in RepositoryDumper (#20004)zeripath2022-06-171-0/+5
* move agit dependcy (#19998)Lunny Xiao2022-06-171-59/+16
* fix permission check for delete tag (#19985)a10121127962022-06-161-0/+14
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-163-75/+34
* Always try to fetch repo for mirrors (#19975)Gusted2022-06-151-2/+2
* Fix cli command restore-repo: "units" should be parsed as StringSlice (#19953)wxiaoguang2022-06-151-2/+10