Weird URL for accounts -> recently active
Open
Nobody has claimed this yet.
1. to develop
30-feedback
bug
feature: users and groups
hotspot: account name handling
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- I agree to follow Nextcloud's Code of Conduct.
Bug description
The URL for the "Recently active" list in the accounts manager is /settings/users/__nc_internal_recent.
It works and it's no problem form a technical point.
Only a bit weird, given that we use cleaner urls for admins and disabled accounts.
Admins: /settings/users/admin
Disabled accounts: /settings/users/disabled
Steps to reproduce
- Login as admin
- Go to accounts management
- Click "Recently active"
- Notice url
Expected behavior
A clean url ;)
cc @sorbaugh @Pytal
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.