aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Disable unnecessary mirroring elements (#18527)Paweł Bogusławski2022-06-041-1/+3
* Set Setpgid on child git processes (#19865)zeripath2022-06-031-0/+1
* improvement some release related code (#19867)Lunny Xiao2022-06-033-17/+13
* Prevent NPE on update mirror settings (#19864)zeripath2022-06-021-1/+1
* Fix spelling mistake in ProcReceive (#19853)zeripath2022-06-011-2/+2
* fix(telegram): fix link bot to release tag (#19830)Yehonatan Ezron2022-05-284-5/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-2034-67/+81
* Make Ctrl+Enter (quick submit) work for issue comment and wiki editor (#19729)wxiaoguang2022-05-201-2/+4
* Use a better OlderThan for DeleteInactiveUsers (#19693)Gusted2022-05-131-1/+1
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-1112-20/+33
* Update go tool dependencies (#19676)silverwind2022-05-103-5/+3
* Calculate filename hash only once (#19654)KN4CK3R2022-05-092-2/+6
* Move some helper files out of models (#19355)Lunny Xiao2022-05-089-29/+39
* Repository level enable package or disable (#19323)Lunny Xiao2022-05-081-0/+1
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-082-10/+32
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-084-35/+162
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-071-23/+104
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-086-2/+265
* PullService lock via pullID (#19520)65432022-05-046-2/+21
* Use for a repo action one database transaction (#19576)65432022-05-036-113/+135
* Move user password verification after checking his groups on ldap auth (#19587)Gwilherm Folliot2022-05-031-8/+8