Commit Graph

264 Commits (appStoreDisabledOcc)

Author SHA1 Message Date
provokateurin 77114fb327
fix(OpenAPI): Adjust array syntax to avoid ambiguities 1 year ago
provokateurin 381077028a
refactor(apps): Use constructor property promotion when possible 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 1dcdc87b44 refactor: Clean up 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
Côme Chilliet 7ed583cb8e
chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_App 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Joas Schilling 9641433001
fix(provisioning): Support setting new app configs as well 1 year ago
Arthur Schiwon a3cd963264
fix(ProvisioningAPI): set typed config values by via API 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
provokateurin 0565583c47
fix(provisioning_api): Fix AppInfo schema for OpenAPI 2 years ago
Ezhil Shanmugham ef1d9c61e0 Fix: #41005 Resend welcome email 2 years ago
Joas Schilling e7a5d0cd5f
fix: Add bruteforce protection to email endpoint 2 years ago
Vincent Petry 839ddaa354
feat: rename users to account or person 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
provokateurin b64ab5fba8
refactor: Migrate IgnoreOpenAPI attributes to OpenAPI 2 years ago
Maxence Lange f7d0c74b10 lazy AppConfig 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 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
Côme Chilliet a1255539b8 Add endpoint for getting disabled user list 2 years ago
jld3103 c2d45cb172
Add single status code descriptions for OpenAPI 2 years ago