You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/web/user
yp05327 7092402a2d
Add missing repository type filter parameters to pager (#31832)
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?
6 months ago
..
setting add skip secondary authorization option for public oauth2 clients (#31454) 7 months ago
avatar.go Refactor names (#31405) 8 months ago
code.go Remove AddParamIfExist(AddParam) (#29841) 11 months ago
home.go Hide the "Details" link of commit status when the user cannot access actions (#30156) 7 months ago
home_test.go Refactor names (#31405) 8 months ago
main_test.go make writing main test easier (#27270) 1 year ago
notification.go Add missing repository type filter parameters to pager (#31832) 6 months ago
package.go Refactor names (#31405) 8 months ago
profile.go Add missing repository type filter parameters to pager (#31832) 6 months ago
search.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 12 months ago
stop_watch.go Move context from modules to services (#29440) 1 year ago
task.go Refactor names (#31405) 8 months ago