-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor admin user filter query parameters #18965
Conversation
Only pass `status_filter` on admin page Use a more general method to pass query parameters, remove hard-coded keys
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. I had fixed the default user explore locally by only optionally setting the pager paremeters if already present in the UR,L but it didn't work out. I apparently forgot about them in my second attempt which I made the PR of.
I think this should also be backported, since the PR this improves upon is also backported. In fact, I'd rather consider this to be part of the backported error fix, as releasing the current state would indeed lead into quite confusing URLs. |
@fnetX just send a backport ... |
* giteaofficial/main: Don't clean up hardcoded `tmp` (go-gitea#18983) git backend ignore replace objects (go-gitea#18979) Improve the deletion of issue (go-gitea#18945) Add note to GPG key response if user has no keys (go-gitea#18961) adds restore docs for docker based instances (go-gitea#18844) Refactor admin user filter query parameters (go-gitea#18965)
* main: ignore missing comment for user notifications (go-gitea#18954) allow overwrite artifacts for github releases (go-gitea#18987) fix & refactor (go-gitea#18973) Don't clean up hardcoded `tmp` (go-gitea#18983) git backend ignore replace objects (go-gitea#18979) Improve the deletion of issue (go-gitea#18945) Add note to GPG key response if user has no keys (go-gitea#18961) adds restore docs for docker based instances (go-gitea#18844) Refactor admin user filter query parameters (go-gitea#18965)
Only pass `status_filter` on admin page Use a more general method to pass query parameters, remove hard-coded keys
Follows
Changes:
status_filter
on admin pageFix the strange URL: