aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Fix various typos (#21103)luzpaz2022-09-073-3/+3
* Fix delete user missed some comments (#21067)Lunny Xiao2022-09-051-3/+3
* Webhook for Wiki changes (#20219)Aaron F2022-09-043-1/+12
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-041-3/+1
* Add more checks in migration code (#21011)zeripath2022-09-041-1/+1
* Add another index for Action table on postgres (#21033)zeripath2022-09-032-3/+17
* Delete unreferenced packages when deleting a package version (#20977)KN4CK3R2022-09-032-2/+78
* Kd/ci playwright go test (#20123)Kyle D2022-09-023-5/+5
* Fix missed sort bug (#20996)Lunny Xiao2022-08-311-0/+2
* fix hard-coded timeout and error panic in API archive download endpoint (#20925)Peter Gardfjäll2022-08-292-5/+4
* Add support for Vagrant packages (#20930)KN4CK3R2022-08-292-0/+8
* Only show relevant repositories on explore page (#19361)Gusted2022-08-251-2/+29
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-2543-1088/+567
* Increase Content field size of gpg_key and public_key to MEDIUMTEXT (#20896)zeripath2022-08-225-4/+38
* Fix SQL Query for `SearchTeam` (#20844)Gusted2022-08-213-13/+32
* Pad GPG Key ID with preceding zeroes (#20878)zeripath2022-08-211-0/+9
* In PushMirrorsIterate and MirrorsIterate if limit is negative do not set it (...zeripath2022-08-182-8/+12
* Remove calls to load Mirrors in user.Dashboard (#20855)zeripath2022-08-181-53/+0
* Fix migration file name (#20843)Lunny Xiao2022-08-182-2/+1
* Check Mirror exists before linking its Repo (#20840)zeripath2022-08-181-1/+3
* Add badge capabilities to users (#20607)techknowlogick2022-08-184-0/+74
* Fix panic when an invalid oauth2 name is passed (#20820)Balki2022-08-171-1/+5
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-165-92/+34
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-1641-363/+363
* Refactor legacy git init (#20376)wxiaoguang2022-08-092-9/+3
* Add issue filter for Author (#20578)parnic2022-08-081-0/+12
* Fix v220 migration to be compatible for MSSQL 2008 r2 (#20702)Lunny Xiao2022-08-081-10/+9
* Add support for Pub packages (#20560)KN4CK3R2022-08-072-0/+8
* 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