-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Move admin routers from /admin to /-/admin #32189
Conversation
Test failures are related |
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.
review
good to merge
I like the way you did it :)
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.
Two things:
- I hope we didn't overlook any URLs still pointing to the old path. Oh well, there will be bug reports if that happens.
- I think this will be one of the largest UI-link breaking actions we have ever done. Let's hope our users muscle memory can be overwritten soon enough (for those that typed the URL themselves instead of finding a link)
This comment was marked as outdated.
This comment was marked as outdated.
If the user always uses the menu to enter the admin page, it should not be considered as a break change. |
Technically, changing UI routes is not breaking as it does not break anything for anyone who simply uses the UI as intended. |
Conflicts caused by my PR have been resolved 1c601b5909fbedfe4d3d177507cd02aa8c0e0732 |
* giteaofficial/main: Fix checkbox bug on private/archive filter (go-gitea#32236) Improve the maintainblity of the reserved username list (go-gitea#32229) Move admin routers from /admin to /-/admin (go-gitea#32189)
Resolve #32181