| Commit message (Expand) | Author | Age | Files | Lines |
* | to return correct code when group not found | Alexander Piskun | 2023-07-31 | 1 | -0/+3 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-28 | 2 | -2/+2 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-19 | 2 | -0/+34 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-05 | 2 | -4/+4 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-22 | 2 | -0/+34 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-20 | 2 | -2/+2 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-14 | 2 | -2/+2 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-12 | 2 | -12/+12 |
* | openapi: Fix wrapping OCS responses that are not DataResponse | jld3103 | 2023-06-05 | 1 | -63/+3 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-05-27 | 2 | -4/+4 |
* | Add OpenAPI specs | jld3103 | 2023-05-24 | 1 | -0/+4532 |
* | feat(users): Store and load a user's manager | Christoph Wurst | 2023-05-12 | 3 | -2/+24 |
* | fix(provisioning_api): Don't allow to configure the same additional email mul... | Joas Schilling | 2023-04-26 | 2 | -4/+161 |
* | fix(assets): Optimize SVGs with scour 0.38.2 | Joas Schilling | 2023-04-24 | 1 | -1/+1 |
* | chore(autoloader): Update autoloaders with composer 2.5.5 | Joas Schilling | 2023-04-21 | 3 | -11/+22 |
* | Merge pull request #37497 from nextcloud/enh/profile-fields | Arthur Schiwon | 2023-03-31 | 1 | -0/+2 |
|\ |
|
| * | Improve handling of profile fields | Christopher Ng | 2023-03-30 | 1 | -0/+2 |
* | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-03-31 | 2 | -2/+14 |
|/ |
|
* | Use implementations instead of interfaces for accessing private methods | jld3103 | 2023-03-30 | 1 | -1/+1 |
* | adjust tests after #36665 | Julien Veyssier | 2023-03-23 | 1 | -1/+7 |
* | 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 | jld3103 | 2023-02-10 | 2 | -4/+3 |
* | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-03-19 | 4 | -4/+26 |
* | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-03-10 | 2 | -0/+20 |
* | | fix: Recalculate storage statistics on updating the quota | Julius Härtl | 2023-03-06 | 1 | -3/+2 |
* | | chore(release): Bump requirements and versions in apps/ | Joas Schilling | 2023-03-03 | 1 | -2/+2 |
* | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-03-01 | 2 | -0/+34 |
* | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-02-24 | 2 | -0/+28 |
* | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-02-22 | 2 | -10/+10 |
|/ |
|
* | Fix a few tests that were using too big int values for 32bits | Côme Chilliet | 2023-02-07 | 1 | -2/+1 |
* | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-01-30 | 2 | -0/+2 |
* | chore(autoloaders): Update autoloader files for Composer 2.5.1 | Christoph Wurst | 2023-01-25 | 2 | -16/+25 |
* | Merge pull request #36094 from nextcloud/bugfix/noid/user-info-api-exclude-st... | Joas Schilling | 2023-01-16 | 2 | -17/+16 |
|\ |
|
| * | Only expose storage location to admins | Vincent Petry | 2023-01-13 | 2 | -17/+16 |
* | | Tear down in catch of an Exception | Côme Chilliet | 2023-01-12 | 1 | -0/+2 |
* | | Catch Exceptions when loading storage data of users | Côme Chilliet | 2023-01-12 | 1 | -0/+10 |
|/ |
|
* | Add a const for the max user password length | Joas Schilling | 2023-01-04 | 1 | -2/+2 |
* | rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run build/au... | Julien Veyssier | 2022-12-15 | 1 | -2/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-11-23 | 2 | -0/+34 |
* | Merge pull request #34940 from nextcloud/feat/add-mastodon | Carl Schwan | 2022-11-22 | 5 | -4/+38 |
|\ |
|
| * | Update composer autoloader | Carl Schwan | 2022-11-22 | 2 | -4/+17 |
| * | Fix tests | Carl Schwan | 2022-11-22 | 2 | -0/+15 |
| * | Rename mastodon to fediverse | Carl Schwan | 2022-11-22 | 1 | -6/+6 |
| * | Add mastodon personal info field | Carl Schwan | 2022-11-21 | 1 | -0/+6 |
* | | Don't use quota cache through user management | Vincent Petry | 2022-11-21 | 1 | -1/+1 |
|/ |
|
* | Fix errors from PHP 8.2 testing | Côme Chilliet | 2022-11-14 | 1 | -1/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-11-05 | 46 | -92/+46 |
* | Fix password length limitation | Joas Schilling | 2022-10-10 | 1 | -0/+6 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-10-09 | 2 | -14/+14 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-10-08 | 2 | -10/+10 |