Commit Graph

365 Commits (master)

Author SHA1 Message Date
provokateurin 51a493cbe7
fix(IGroupManager): Use correct return type for search method 3 months ago
Côme Chilliet e0e093fcde fix: Use HintException instead of InvalidArgumentException 4 months ago
Côme Chilliet 6d72ca74f7 fix: Avoid internal error when logging in with the wrong account to verify email address 4 months ago
provokateurin 53c1268ead
chore(provisioning_api): Remove legacy scopes 4 months ago
Kent Delante 2908f81769 feat: allow group's members to view fellow members 4 months ago
Maxence Lange 4f0d5634c7 fix(lexicon): convert instead of cast 4 months ago
Maxence Lange 295f0503d5 feat(lexicon): get value type from lexicon 4 months ago
Ferdinand Thiessen 0dd8e5e32e
feat(settings): allow to set own timezone in personal settings 4 months ago
yemkareems aa227f1c55 feat: add bluesky to accounts, show the same in profile edit and visibility option, in view profile and also in sharing tab 5 months ago
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
Côme Chilliet c85f7eacb8
fix: Throw AppNotFoundException from installer when application is not found 7 months ago
Côme Chilliet bf340a576f
fix: Do not enable applications which are not installed yet 7 months ago
nfebe b647ca6c26 fix(provisioning_api): Allow group details access for users with admin delegation 7 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
Côme Chilliet e757b649b7
fix: Fix psalm taint false-positives by small refactorings 10 months ago
Côme Chilliet 64863c9d46
chore: Apply new rector configuration to apps folder 11 months ago
Ferdinand Thiessen 2a0f81da53
fix(provisioning_api): Correct limit for `editUser` 11 months ago
Côme Chilliet a8a2ca42a4
fix: Return timestamps in unix format rather than milliseconds 12 months ago
Côme Chilliet baf7293cfe
feat: Add first login timestamp of each user to oc_preferences and user:info output 12 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
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