Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 2 | -4/+4 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Merge pull request #43877 from nextcloud/fix/provisioning_api/app-info-schema | Kate | 2024-03-14 | 2 | -47/+1 | |
|\ | ||||||
| * | fix(provisioning_api): Fix AppInfo schema for OpenAPI | provokateurin | 2024-02-27 | 2 | -47/+1 | |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | fix(settings): Fix always empty disabled users list for subadmins | Christopher Ng | 2024-03-11 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | Fix: #41005 Resend welcome email | Ezhil Shanmugham | 2024-02-23 | 1 | -1/+8 | |
| | | | | Signed-off-by: Ezhil Shanmugham <ezhil930@gmail.com> | |||||
* | fix: Add bruteforce protection to email endpoint | Joas Schilling | 2024-02-14 | 1 | -6/+15 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 3 | -4/+4 | |
| | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com> | |||||
* | fix(i18n): id -> ID | rakekniven | 2024-02-04 | 1 | -1/+1 | |
| | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | |||||
* | fix(provisioning_api): Translate exceptions shown in the frontend + replace ↵ | Ferdinand Thiessen | 2024-02-01 | 1 | -60/+40 | |
| | | | | | | some deprecations Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 1 | -0/+1 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | refactor: Migrate IgnoreOpenAPI attributes to OpenAPI | provokateurin | 2024-01-18 | 1 | -2/+2 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | lazy AppConfig | Maxence Lange | 2024-01-15 | 1 | -46/+19 | |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 4 | -22/+23 | |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | refactor: Rename OpenAPI type aliases to their namespaces | jld3103 | 2023-11-02 | 5 | -21/+21 | |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | fix(provisioning_api): Fix quota fields in OpenAPI | jld3103 | 2023-10-23 | 1 | -4/+4 | |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | Check limit and offset parameters sent to controller | Côme Chilliet | 2023-10-10 | 1 | -0/+7 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Fix api description for Users#getDisabledUsers | Côme Chilliet | 2023-10-09 | 1 | -0/+2 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Remove psalm @var annotations which should not be needed | Côme Chilliet | 2023-10-09 | 1 | -2/+0 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Add endpoint for getting disabled user list | Côme Chilliet | 2023-10-09 | 1 | -1/+65 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Add single status code descriptions for OpenAPI | jld3103 | 2023-09-27 | 4 | -0/+64 | |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usage | Joas Schilling | 2023-09-25 | 1 | -22/+11 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | provisioning_api: Fix quota constants in OpenAPI | jld3103 | 2023-09-14 | 1 | -1/+1 | |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | provisioning_api: Add OpenAPI spec | jld3103 | 2023-07-31 | 9 | -136/+440 | |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | to return correct code when group not found | Alexander Piskun | 2023-07-22 | 1 | -0/+3 | |
| | | | | Signed-off-by: Alexander Piskun <bigcat88@icloud.com> | |||||
* | feat(ocp): More specific type for ICapabilities::getCapabilities | Christoph Wurst | 2023-07-03 | 1 | -2/+0 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | fix(CI): Satisfy psalm by removing a now obsolete type check | Joas Schilling | 2023-05-31 | 1 | -3/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | feat(users): Store and load a user's manager | Christoph Wurst | 2023-05-12 | 2 | -2/+21 | |
| | | | | | Co-Authored-By: hamza221 <hamzamahjoubi221@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | fix(provisioning_api): Don't allow to configure the same additional email ↵ | Joas Schilling | 2023-04-26 | 1 | -4/+4 | |
| | | | | | | multiple times Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Improve handling of profile fields | Christopher Ng | 2023-03-30 | 1 | -0/+2 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | Use implementations instead of interfaces for accessing private methods | jld3103 | 2023-03-30 | 1 | -1/+1 | |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | Merge pull request #36665 from nextcloud/fix/36539 | Julien Veyssier | 2023-03-22 | 2 | -4/+3 | |
|\ | | | | | Always set displayname and display-name for user data | |||||
| * | Always set displayname and display-name for user data | jld3103 | 2023-02-10 | 2 | -4/+3 | |
| | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | | fix: Recalculate storage statistics on updating the quota | Julius Härtl | 2023-03-06 | 1 | -3/+2 | |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Merge pull request #36094 from ↵ | Joas Schilling | 2023-01-16 | 1 | -9/+12 | |
|\ | | | | | | | | | nextcloud/bugfix/noid/user-info-api-exclude-storage Only expose storage location to admins | |||||
| * | Only expose storage location to admins | Vincent Petry | 2023-01-13 | 1 | -9/+12 | |
| | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Vincent Petry <vincent@nextcloud.com> | |||||
* | | Tear down in catch of an Exception | Côme Chilliet | 2023-01-12 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Catch Exceptions when loading storage data of users | Côme Chilliet | 2023-01-12 | 1 | -0/+10 | |
|/ | | | | | | | | This avoids having the whole userlist crashing because a user external storage fails to load. With this change only the problematic user storage/quota information will be empty. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Add a const for the max user password length | Joas Schilling | 2023-01-04 | 1 | -2/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Merge pull request #34940 from nextcloud/feat/add-mastodon | Carl Schwan | 2022-11-22 | 2 | -0/+7 | |
|\ | | | | | Add mastodon and reorganize profile info section | |||||
| * | Fix tests | Carl Schwan | 2022-11-22 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
| * | Rename mastodon to fediverse | Carl Schwan | 2022-11-22 | 1 | -6/+6 | |
| | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
| * | Add mastodon personal info field | Carl Schwan | 2022-11-21 | 1 | -0/+6 | |
| | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | | Don't use quota cache through user management | Vincent Petry | 2022-11-21 | 1 | -1/+1 | |
|/ | | | | | | | When querying the free space through user management APIs, don't use the cached quota value. The latter is only there to accelerate PROPFINDs. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | |||||
* | Fix password length limitation | Joas Schilling | 2022-10-10 | 1 | -0/+6 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix translation of user exists error server-side | Christopher Ng | 2022-09-15 | 1 | -1/+1 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | Fix typos in apps/ subdirectory | luz paz | 2022-09-05 | 1 | -2/+2 | |
| | | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* | Fix creation of new user and display the correct error message | Christopher Ng | 2022-08-22 | 1 | -3/+12 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | Do not save invalid display name to the database | Christopher Ng | 2022-06-28 | 1 | -1/+3 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | Fix exception handling when profile data is too long | Joas Schilling | 2022-06-09 | 1 | -1/+5 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Add API to change preferences | Joas Schilling | 2022-05-23 | 1 | -0/+185 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |