nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.41k stars 4.07k forks source link

Persist user management column settings as user config values (not localstorage) #15632

Open juliusknorr opened 5 years ago

juliusknorr commented 5 years ago

The visibility of user management columns is currently stored in localstorage, which is removed on logout. Ideally the settings should be stored as user config values in the database, so that they are persistent across sessions.

szaimen commented 3 years ago

I suppose this issue is still valid? If not, please close this issue!

joshtrichards commented 3 weeks ago

Yes, still the case:

https://github.com/nextcloud/server/blob/2ef74b986058928fd59af0c839b463d101d35146/apps/settings/src/store/users.js#L40-L46