aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo
Commit message (Expand)AuthorAgeFilesLines
* Refactor topic Find functions and add more tests for pagination (#30127) (#30...Giteabot2024-03-292-25/+20
* Do some performance optimize for issues list and view issue/pull (#29515)Lunny Xiao2024-03-121-1/+1
* Some performance optimization on dashboard and issues page (#29010)Lunny Xiao2024-03-122-0/+38
* Make wiki default branch name changable (#29603)wxiaoguang2024-03-061-0/+4
* Fix projects mode bugs (#29593)Denys Konovalov2024-03-042-2/+4
* Add user blocking (#29028)KN4CK3R2024-03-049-153/+173
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-042-1/+60
* remove util.OptionalBool and related functions (#29513)65432024-03-022-6/+7
* Refactor some Str2html code (#29397)wxiaoguang2024-03-011-1/+2
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-292-69/+66
* Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)65432024-02-281-10/+11
* Users with `read` permission of pull requests can be assigned too (#27263)Lunny Xiao2024-02-241-1/+3
* Allow non-admin users to delete review requests (#29057)Zettat1232024-02-241-3/+3
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-122-0/+4
* Move some repository transfer functions to service layer (#28855)Lunny Xiao2024-02-051-50/+0
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-0/+8
* Fix non-alphabetic sorting of repo topics (#28938)wackbyte2024-01-261-1/+1
* Don't run push mirrors for archived repos (#27140)JakobDev2024-01-241-2/+5
* Add support for sha256 repositories (#23894)Adam Majer2024-01-194-8/+4
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-2/+1
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-155-80/+53
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-01-121-26/+0
* Refactor deletion (#28610)delvh2023-12-256-52/+13
* Add orphaned topic consistency check (#28507)Earl Warren2023-12-181-0/+10
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-2/+4
* Refactor SSH clone URL generation code (#28421)wxiaoguang2023-12-152-13/+42
* Abstract hash function usage (#28138)Adam Majer2023-12-131-1/+5
* Fix comment permissions (#28213)Lunny Xiao2023-11-251-0/+15
* Use restricted sanitizer for repository description (#28141)Earl Warren2023-11-231-2/+2
* Restricted users only see repos in orgs which their team was assigned to (#28...65432023-11-141-5/+5
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-153-9/+9
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-142-4/+4
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-116-31/+31
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-032-6/+6
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-293-19/+19
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-252-19/+20
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-0/+16
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-163-11/+9
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-164-42/+42
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-157-57/+58
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-142-8/+10
* Replace 'userxx' with 'orgxx' in all test files when the user type is org (#...Nanguan Lin2023-09-142-6/+6
* Update status and code index after changing the default branch (#27018)Nanguan Lin2023-09-131-1/+3
* Move some functions to service layer (#26969)Lunny Xiao2023-09-082-0/+54
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-1/+3
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-1/+2
* Move `modules/mirror` to `services` (#26737)Chongyi Zheng2023-08-271-1/+1
* add Upload URL to release API (#26663)Earl Warren2023-08-241-0/+5
* Fix counting and filtering on the dashboard page for issues (#26657)Jason Song2023-08-231-13/+23