Skip to content
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

Adding/Editing of arbitrary user fields through Nextcloud #25

Open
3 tasks
marcthe12 opened this issue Mar 27, 2020 · 3 comments
Open
3 tasks

Adding/Editing of arbitrary user fields through Nextcloud #25

marcthe12 opened this issue Mar 27, 2020 · 3 comments
Labels
blocked by nextcloud enhancement New feature or request needs more info Issue creator must provide additional information

Comments

@marcthe12
Copy link

An ability to set and get other fields like email, quota, groups, etc in the same way as display name currently do. This allows to do the user management inside nextcloud for stuff like email or git.

Another idea if possible will be to lock the fields which would be useful if they are static or computed/generated from other entries. In my case, since there is only one domain, email gets generated from username.

There are already 3 exsisting issues related to this:

@kosli
Copy link

kosli commented Apr 8, 2020

@marcthe12 I have just created a pull request which implements #20 and #7 and could easily be extended for #23 too. Please have a look at #26

@PanCakeConnaisseur PanCakeConnaisseur changed the title Meta: Add Methods to get and set user fields Adding/Editing of arbitrary user fields through Nextcloud Oct 11, 2020
@PanCakeConnaisseur
Copy link
Owner

You mean Nextcloud should read the Quota value from an external SQL database?

What do you mean by "git"? What would this field contain and how would Nextcloud use it?

@PanCakeConnaisseur PanCakeConnaisseur added the needs more info Issue creator must provide additional information label Oct 13, 2020
@marcthe12
Copy link
Author

I was referring non gui services. Git is poor choice of example but for mail you can share quota for the mailbox which is useful. Any field that can be edited via documented Nextclould apis should prob be exposed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked by nextcloud enhancement New feature or request needs more info Issue creator must provide additional information
Projects
None yet
Development

No branches or pull requests

3 participants