forgejo/routers/web/admin
Lunny Xiao df1e7d0067
Use db.Find instead of writing methods for every object (#28084)
For those simple objects, it's unnecessary to write the find and count
methods again and again.
2023-11-24 03:49:41 +00:00
..
admin.go Replace more db.DefaultContext (#27628) 2023-10-15 17:46:06 +02:00
admin_test.go
applications.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
auths.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
config.go
diagnosis.go
emails.go
hooks.go
main_test.go
notice.go
orgs.go Allow to set explore page default sort (#27951) 2023-11-09 10:11:45 +00:00
packages.go
queue.go
queue_tester.go
repos.go
runners.go
stacktrace.go
users.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
users_test.go