aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo/repo_list.go
Commit message (Expand)AuthorAgeFilesLines
* 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-151-2/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-4/+4
* Fix counting and filtering on the dashboard page for issues (#26657)Jason Song2023-08-231-13/+23
* Count only visible repos on profile (#25928)JakobDev2023-08-111-0/+5
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Use context for `RepositoryList.LoadAttributes` (#23435)yp053272023-03-131-7/+3
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-071-1/+1
* Remove ONLY_SHOW_RELEVANT_REPOS setting (#21962)delvh2023-02-041-4/+4
* Fix Operator does not exist bug on explore page with ONLY_SHOW_RELEVANT_REPOS...zeripath2023-01-161-2/+7
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-311-2/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-6/+5
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-6/+6
* Add generic set type (#21408)KN4CK3R2022-10-121-3/+3
* Add user/organization code search (#19977)Lauris BH2022-10-111-10/+20
* Only show relevant repositories on explore page (#19361)Gusted2022-08-251-2/+29
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-161-24/+0
* Fix: Actor is required to get user repositories (#20443)Dhruv Manilawala2022-07-211-0/+4
* In code search, get code unit accessible repos in one (main) query (#19764)Hugo Hoitink2022-06-161-21/+48
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-9/+652
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+2
* Use conditions but not repo ids as query condition (#16839)Lunny Xiao2021-12-291-0/+46