0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-11 04:21:21 +01:00
gitea/routers/web/user
Giteabot 771fb453a1
Add missing repository type filter parameters to pager (#31832) (#31837)
Backport #31832 by @yp05327

Fix #31807

ps: the newly added params's value will be changed.
When the first time you selected the filter, the values of params will
be `0` or `1`
But in pager it will be `true` or `false`.
So do we have `boolToInt` function?

Co-authored-by: yp05327 <576951401@qq.com>
2024-08-16 20:41:45 +08:00
..
setting Initial support for colorblindness-friendly themes (#30625) 2024-04-24 00:18:41 +08:00
avatar.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
code.go Remove AddParamIfExist(AddParam) (#29841) 2024-03-16 12:07:56 +00:00
home.go Expose fuzzy search for issues/pulls (#29701) 2024-04-18 00:16:52 +00:00
home_test.go Add an trailing slash to dashboard links (#29555) 2024-03-04 01:02:51 +00:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
notification.go Add missing repository type filter parameters to pager (#31832) (#31837) 2024-08-16 20:41:45 +08:00
package.go Remove sub-path from container registry realm (#31293) (#31300) 2024-06-10 12:04:49 +08:00
profile.go Add missing repository type filter parameters to pager (#31832) (#31837) 2024-08-16 20:41:45 +08:00
search.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 2024-02-29 18:52:49 +00:00
stop_watch.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
task.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00