Commit Graph

205 Commits (3dac5b33ee426bd79ef358fb7718f968bc725183)

Author SHA1 Message Date
skjnldsv 74d6494290 fix(provisioning_api): catch failed user creation 6 months ago
skjnldsv 027471b146 fix: force lowercase emails 6 months ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 6 months ago
Jana Peper 50c9852e24
feat: add ocs route to get apps enabled for current user 6 months ago
provokateurin 8da9c0f48c
Revert "refactor: add migration for email setting" 9 months ago
Ferdinand Thiessen e7859f0dac refactor: add migration for email setting 9 months ago
provokateurin eb98e99530 fix(settings): Handle email change restriction separately from display name change restriction 9 months ago
Christopher Ng 7e4d26457c feat(provisioning_api): Add endpoint for fetching user subadmin groups with details 9 months ago
Christopher Ng a1a4988c27 feat(provisioning_api): Add endpoint for fetching user groups with details 9 months ago
provokateurin c2c069c3e4
fix(provisioning_api): Pass on translated hint if password change fails 9 months ago
Ferdinand Thiessen 2a0f81da53
fix(provisioning_api): Correct limit for `editUser` 11 months ago
Robin Appelman 118ff883b0
perf: use more optimized way to get user storage info in ocs user info when possible 12 months ago
provokateurin f52aa9ad32
refactor(provisioning_api): Rename AUserData to AUserDataOCSController to allow openapi-extractor to detect it as OCS 12 months ago
provokateurin 77114fb327
fix(OpenAPI): Adjust array syntax to avoid ambiguities 1 year ago
Côme Chilliet c6a06b1511
fix(provisioning_api): Fix getting disabled users for group admins 1 year ago
Côme Chilliet 1580c8612b
chore(apps): Apply new rector configuration to autouse classes 1 year ago
Christopher Ng 026b7b8b15 fix: Return correct list of managers for a user 1 year ago
Hamza Mahjoubi 9be2f060f9 fix: provision api's status codes 1 year ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
John Molakvoæ (skjnldsv) 26abc86eca
feat: add profile pronouns 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Christopher Ng 7f51a02076
fix: Reset notification email automatically when deleting additonal email 1 year ago
provokateurin b51e432d32
refactor(provisioning_api): Replace security annotations with respective attributes 1 year ago
Richard Steinmetz b37fb43a32
feat: let users configure their first day of week 1 year ago
Louis Chemineau dff8815449
feat(users): Add support for admin delegation for users and groups management 1 year ago
yemkareems 4eba967d63 fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manager 1 year ago
yemkareems ae95e46787 fix: limit and fixLimit removed. negative limit handled in controller. removed getUsersSortedByLastLogin from Manager and instead used the config in controller 1 year ago
yemkareems ceedfb4616 fix: removed default limit of 25. if null is given all users are fetched or if limit is given limit number of users are fetched 1 year ago
yemkareems cfafbc8415 fix: removed references to old disabled users code. refactored query as per getDisplayNames function. limit and offset added to query. default limit set to 25. 1 year ago
yemkareems 4c62f78a25 fix: removed NoCSRFRequired used for testing locally 1 year ago
yemkareems afa51365ff fix: removed the params related to sortMode and order since it sorts by lastLogin 1 year ago
yemkareems 3615b1f928 fix: removed csrf check for the recent end point and ran cs fix 1 year ago
yemkareems 4cb85f7c9e fix: rebased the branch with master and resolved conflicts 1 year ago
yemkareems 76c875a588 fix: change orderBy and sort to sortMode and sortOrder. default it to uid asc. enable email search by changing query 1 year ago
yemkareems c8c68c3510 fix: sort the user getDisplayNames based on lastLogin. Default sort order is lastLogin DESC 1 year ago
yemkareems 87a8013ee3 feat: cs fix run on the changed files and default order by last_login desc. Also last_login sort logic changed 1 year ago
yemkareems 0ee676cd51 feat: add ability to sort users by last_login, uid or displayName. one of these needs to be passed as orderBy and sort can be ASC or DESC 1 year ago
Andy Scherzinger afa48a4e0e
chore: Add SPDX header 2 years ago
Jake Nabasny f863290572
feat(ldap): sync additional properties to profile and SAB 2 years ago
Côme Chilliet 6d56f3557d
feat: Add back searching in disabled user list 2 years ago
Ferdinand Thiessen d566e1222d
fix(provisioning_api): Show warning but do not fail when listing accounts in case of users removed from backend but still in database 2 years ago
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 years ago
Christopher Ng 77d2d3cf53 fix(settings): Fix always empty disabled users list for subadmins 2 years ago
Ezhil Shanmugham ef1d9c61e0 Fix: #41005 Resend welcome email 2 years ago
rakekniven 14a8507ebf
fix(i18n): id -> ID 2 years ago
Ferdinand Thiessen a025611420
fix(provisioning_api): Translate exceptions shown in the frontend + replace some deprecations 2 years ago
jld3103 755de1e0b5 refactor: Rename OpenAPI type aliases to their namespaces 2 years ago
Côme Chilliet e51d20479e
Check limit and offset parameters sent to controller 2 years ago
Côme Chilliet afcebd1e92
Fix api description for Users#getDisabledUsers 2 years ago
Côme Chilliet cac3d465f0 Remove psalm @var annotations which should not be needed 2 years ago