summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-151-1/+2
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-1341-441/+599
* Move some code into models/git (#19879)Lunny Xiao2022-06-1217-75/+89
* Unify repo settings & show better error (#19828)Gusted2022-06-122-2/+2
* Fix some mirror bugs (#18649)Lunny Xiao2022-06-112-4/+5
* Custom regexp external issues (#17624)Sandro Santilli2022-06-101-0/+1
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-102-11/+0
* Prevent NPE whilst migrating if there is a team request review (#19855)zeripath2022-06-094-4/+37
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-0613-17/+198
* Implement http signatures support for the API (#17565)Wim2022-06-051-0/+217