34 Commits (main)

Author SHA1 Message Date
wxiaoguang 3917d27467
Make restricted users can access public repositories (#35693) 2 months ago
silverwind 1f35435b81
Run `gopls modernize` on codebase (#34751) 6 months ago
Philip Peterson c5e78fc7ad
Do not mutate incoming options to SearchRepositoryByName (#34553) 7 months ago
Lunny Xiao 6c8fb8d455
Small refactor to reduce unnecessary database queries and remove duplicated functions (#33779) 10 months ago
Lunny Xiao 4f879a00df
Refactor find forks and fix possible bugs that weak permissions check (#32528) 1 year ago
techknowlogick d9a7748cdc
bump to go 1.23 (#31855) 1 year ago
6543 bb04311b0b
[Refactor] Unify repo search order by logic (#30876) 2 years ago
yp05327 daf2a4c047
Fix wrong display of recently pushed notification (#25812) 2 years ago
oliverpool d547b53cca
Add container.FilterSlice function (#30339) 2 years ago
Lunny Xiao aed3b53abd
Some performance optimization on dashboard and issues page (#29010) 2 years ago
6543 f6656181e4
migrate some more "OptionalBool" to "Option[bool]" (#29479) 2 years ago
6543 5ab3782f11
Restricted users only see repos in orgs which their team was assigned to (#28025) 2 years ago
Lunny Xiao cddf245c12
Replace more db.DefaultContext (#27628) 2 years ago
JakobDev ebe803e514
Penultimate round of `db.DefaultContext` refactor (#27414) 2 years ago
Jason Song 5db21ce7e1
Fix counting and filtering on the dashboard page for issues (#26657) 2 years ago
JakobDev f3fbb7c67d
Count only visible repos on profile (#25928) 2 years ago
silverwind 88f835192d
Replace `interface{}` with `any` (#25686) 3 years ago
yp05327 d74a7efb60
Use context for `RepositoryList.LoadAttributes` (#23435) 3 years ago
Jason Song c84238800b
Refactor `setting.Database.UseXXX` to methods (#23354) 3 years ago
delvh 4d20a4a1ba
Remove ONLY_SHOW_RELEVANT_REPOS setting (#21962) 3 years ago
zeripath 16e9dec827
Fix Operator does not exist bug on explore page with ONLY_SHOW_RELEVANT_REPOS (#22454) 3 years ago
KN4CK3R 3fef47b41c
Use ErrInvalidArgument in packages (#22268) 3 years ago
flynnnnnnnnnn e81ccc406b
Implement FSFE REUSE for golang files (#21840) 3 years ago
KN4CK3R 044c754ea5
Add `context.Context` to more methods (#21546) 3 years ago
delvh 0ebb45cfe7
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 3 years ago
KN4CK3R 0e57ff7eee
Add generic set type (#21408) 3 years ago
Lauris BH b59b0cad0a
Add user/organization code search (#19977) 3 years ago
Gusted 27ac65a124
Only show relevant repositories on explore page (#19361) 3 years ago
Lunny Xiao 1f146090ec
Add migrate repo archiver and packages storage support on command line (#20757) 3 years ago
Dhruv Manilawala 3df33799c1
Fix: Actor is required to get user repositories (#20443) 3 years ago
Hugo Hoitink 6473bd333a
In code search, get code unit accessible repos in one (main) query (#19764) 4 years ago
Lunny Xiao 26095115f4
Move some repository related code into sub package (#19711) 4 years ago
Lunny Xiao fd7d83ace6
Move almost all functions' parameter db.Engine to context.Context (#19748) 4 years ago
Lunny Xiao 8ce1b539b1
Use conditions but not repo ids as query condition (#16839) 4 years ago