1
0
Fork 0
forgejo/routers/web
Lunny Xiao 196c8772a8
Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} ()
(cherry picked from commit f8ab9dafb7a173a35e9308f8f784735b0f822439)

Conflicts:
	routers/web/repo/fork.go
	trivial context conflict, the file does not exist in Forgejo
2024-03-26 19:04:27 +01:00
..
admin Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} () 2024-03-26 19:04:27 +01:00
auth Make "/user/login" page redirect if the current user has signed in () 2024-03-11 23:36:58 +07:00
devtest Move context from modules to services () 2024-03-06 12:10:43 +08:00
events Move context from modules to services () 2024-03-06 12:10:43 +08:00
explore Unify search boxes () 2024-03-20 12:31:05 +00:00
feed Rename Str2html to SanitizeHTML and clarify its behavior () 2024-03-06 12:10:45 +08:00
healthcheck [BRANDING] cosmetic s/Gitea/Forgejo/ in logs, messages, etc. 2024-02-05 16:02:14 +01:00
misc Move context from modules to services () 2024-03-06 12:10:43 +08:00
org Filter Repositories by type () 2024-03-06 12:10:46 +08:00
repo Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} () 2024-03-26 19:04:27 +01:00
shared Fix missing code in the user profile () 2024-03-26 19:04:25 +01:00
user Refactor StringsToInt64s () 2024-03-26 19:04:26 +01:00
base.go Fix panic in storageHandler () 2023-10-06 13:23:14 +00:00
githttp.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
goget.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
home.go migrate some more "OptionalBool" to "Option[bool]" () 2024-03-06 12:10:44 +08:00
metrics.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
nodeinfo.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
swagger_json.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
web.go Merge pull request 'Allow users to hide all "Add more units..." hints' () from algernon/forgejo:less-is-more into forgejo 2024-03-24 05:42:37 +00:00
webfinger.go Move context from modules to services () 2024-03-06 12:10:43 +08:00