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/org
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 Move context from modules to services (#29440) 12 months ago
block.go Add user blocking (#29028) 11 months ago
home.go Add missing repository type filter parameters to pager (#31832) 6 months ago
main_test.go make writing main test easier (#27270) 1 year ago
members.go Refactor names (#31405) 8 months ago
org.go Move context from modules to services (#29440) 12 months ago
org_labels.go Move context from modules to services (#29440) 12 months ago
projects.go Add issue comment when moving issues from one column to another of the project (#29311) 6 months ago
projects_test.go Refactor names (#31405) 8 months ago
setting.go Move context from modules to services (#29440) 12 months ago
setting_oauth2.go Move context from modules to services (#29440) 12 months ago
setting_packages.go Move context from modules to services (#29440) 12 months ago
teams.go Refactor names (#31405) 8 months ago