summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Check webhooks slice length before calling xorm (#20642)Gabriel Vasile2022-08-041-0/+4
* Add new API endpoints for push mirrors management (#19841)Mohamed Sekour2022-07-302-28/+54
* WebAuthn CredentialID field needs to be increased in size (#20530)zeripath2022-07-309-14/+362
* Modify milestone search keywords to be case insensitive again (#20513)Tyrone Yeh2022-07-283-11/+27
* Added email notification option to receive all own messages (#20179)Tyrone Yeh2022-07-282-3/+8
* Add Docker /v2/_catalog endpoint (#20469)KN4CK3R2022-07-287-43/+135
* Hide internal package versions (#20492)KN4CK3R2022-07-271-2/+4
* Display project in issue list (#20434)aceArt-GmbH2022-07-261-0/+45
* Fix: Actor is required to get user repositories (#20443)Dhruv Manilawala2022-07-211-0/+4
* Simplify visibility checks (#20406)KN4CK3R2022-07-211-11/+4
* Dismiss prior pull reviews if done via web in review dismiss (#20197)65432022-07-191-0/+30
* Fix commit status icon when in subdirectory (#20285)silverwind2022-07-151-0/+1
* Add order by for assignee no sort issue (#20053)Tyrone Yeh2022-07-144-3/+11
* Add option to purge users (#18064)zeripath2022-07-144-16/+48
* Fix org label open count, including close count issue (#20353)Tyrone Yeh2022-07-141-0/+2
* Fix checks in PR for empty commits #19603 (#20290)Ing. Jaroslav Šafka2022-07-131-0/+6
* Fix various typos (#20338)luzpaz2022-07-123-3/+3
* Store read access in access for team repo's (#20275)Gusted2022-07-111-1/+7
* Implement sync push mirror on commit (#19411)Chongyi Zheng2022-07-083-0/+41
* Use git.HOME_PATH for Git HOME directory (#20114)wxiaoguang2022-07-081-0/+2
* Modify milestone search keywords to be case insensitive (#20266)Tyrone Yeh2022-07-061-1/+1
* Only show Followers that current user can access (#20220)zeripath2022-07-051-9/+50
* Display full name (#20171)Baekjun Kim2022-07-051-0/+3
* Refix indices on actions table (#20158)zeripath2022-07-015-53/+59
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-302-0/+16
* Use neutral language in comments and docs (#20135)Gusted2022-06-254-5/+5
* Fix typos related to ErrTaskDoesNotExist error (#20118)Petr Vaněk2022-06-241-2/+2
* Allow manager logging to set SQL (#20064)zeripath2022-06-242-9/+25
* Adjust transaction handling via db.Context (#20031)Lunny Xiao2022-06-203-41/+28
* Add more linters to improve code readability (#19989)Wim2022-06-2037-127/+127
* Alter hook_task TEXT fields to LONGTEXT (#20038)Wim2022-06-193-3/+31
* Simplify and fix migration 216 (#20035)zeripath2022-06-191-21/+0
* User keypairs and HTTP signatures for ActivityPub federation using go-ap (#19...Anthony Wang2022-06-191-0/+4
* Improve action table indices (#19472)zeripath2022-06-183-7/+88
* Fix CountOrphanedLabels in orphan check (#20009)zeripath2022-06-171-1/+1
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-162-2/+8
* Use correct count for `NumOpenIssues` (#19980)Gusted2022-06-161-1/+7
* In code search, get code unit accessible repos in one (main) query (#19764)Hugo Hoitink2022-06-164-26/+55
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-1526-898/+899
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-1365-2243/+2057
* fix: some typos (#19956)yutotnh2022-06-131-2/+2
* Move some code into models/git (#19879)Lunny Xiao2022-06-1220-271/+291
* Fix some mirror bugs (#18649)Lunny Xiao2022-06-111-6/+0
* Fix data-race problems in git module (quick patch) (#19934)wxiaoguang2022-06-112-3/+3
* Custom regexp external issues (#17624)Sandro Santilli2022-06-103-3/+10
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-102-3/+7
* Feature: Find files in repo (#15028)Roger Luo2022-06-092-2/+3
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-0633-1631/+1213
* Fix typo (#19889)Gusted2022-06-041-1/+1
* Fix order by parameter (#19849)Lunny Xiao2022-06-0413-41/+52