Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-17 | 132 | -74/+460 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #39909 from ↵ | Pytal | 2023-08-16 | 1 | -9/+12 |
|\ | | | | | | | nextcloud/fix/a11y-users-list-select-focus-on-tag-delete | ||||
| * | fix(settings): fix "Set user manager" label in users settings | Grigorii K. Shartsev | 2023-08-16 | 1 | -2/+5 |
| | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
| * | fix(settings): fix set manager loading indicator in users settings | Grigorii K. Shartsev | 2023-08-16 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
| * | fix(settings): do not disable select on loading in users settings | Grigorii K. Shartsev | 2023-08-16 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | | try to fix regression with public file upload button | Simon L | 2023-08-16 | 5 | -5/+11 |
| | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | | Merge pull request #39332 from ↵ | Julia Kirschenheuter | 2023-08-16 | 1 | -6/+5 |
|\ \ | | | | | | | | | | | | | nextcloud/fix/36981-fix-focus-style-on-status-radio-buttons Set double outline on checked state for radio buttons | ||||
| * | | Set double outline on checked state for radio buttons | julia.kirschenheuter | 2023-08-16 | 1 | -6/+5 |
| |/ | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | ||||
* | | Merge pull request #39860 from nextcloud/metadata-dont-preload-subfolders | Robin Appelman | 2023-08-16 | 1 | -6/+10 |
|\ \ | | | | | | | don't preload metadata for the sub-childen | ||||
| * | | only triger metadata preload logic when at least one metadata is requested | Robin Appelman | 2023-08-14 | 1 | -6/+10 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | don't preload metadata for the sub-childen | Robin Appelman | 2023-08-14 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #39884 from nextcloud/enh/37207/adjust-add-button | Simon L | 2023-08-16 | 8 | -11/+20 |
|\ \ \ | |_|/ |/| | | adjust add button | ||||
| * | | address review | Simon L | 2023-08-16 | 5 | -5/+7 |
| | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | adjust add button | Simon L | 2023-08-15 | 8 | -11/+18 |
| | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | | | fix(CardDAV): set owner-principal, displayname properties for SAB | Anna Larch | 2023-08-16 | 4 | -5/+8 |
| | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-16 | 24 | -0/+318 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #39876 from nextcloud/fix/files-reminders | Pytal | 2023-08-15 | 4 | -11/+17 |
|\ \ \ | |||||
| * | | | fix(files_reminders): Delete reminders on node deleted | Christopher Ng | 2023-08-14 | 2 | -7/+8 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | fix(files_reminders): Always respect json output option | Christopher Ng | 2023-08-14 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | fix(files_reminders): Allow non-admin | Christopher Ng | 2023-08-14 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | | BUmp Hub 5 -> Hub 6 | Andy Scherzinger | 2023-08-15 | 1 | -1/+1 |
| |/ / |/| | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | | | Merge pull request #39866 from nextcloud/enh/fix-php-8.3-support-in-tests | Daniel | 2023-08-15 | 2 | -1/+2 |
|\ \ \ | |||||
| * | | | Fix various deprecation warnings in tests on PHP 8.3 | Côme Chilliet | 2023-08-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | DateRangeError in PHP>=8.3 is not a ValueError anymore | Côme Chilliet | 2023-08-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixing 32bit CI on PHP>=8.3 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-15 | 20 | -0/+398 |
| |/ / |/| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #39786 from nextcloud/bugfix/version-expire-cleanup | Julius Härtl | 2023-08-14 | 1 | -0/+15 |
|\ \ \ | |||||
| * | | | fix: Also cleanup version metadata if expiring | Julius Härtl | 2023-08-14 | 1 | -0/+15 |
| |/ / | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* / / | use fresh builders when deleting storages | Robin Appelman | 2023-08-14 | 1 | -0/+3 |
|/ / | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-14 | 6 | -4/+6 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #39568 from nextcloud/caldav-share-preload | Robin Appelman | 2023-08-14 | 4 | -5/+103 |
|\ \ | | | | | | | Calendar optimizations | ||||
| * | | cache calendar objects from calendarQuery | Robin Appelman | 2023-07-26 | 1 | -5/+30 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | preload shares for calendars when listing calendars | Robin Appelman | 2023-07-26 | 4 | -0/+73 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #39820 from nextcloud/l10n-files-reminders | Joas Schilling | 2023-08-14 | 1 | -0/+0 |
|\ \ \ | |_|/ |/| | | Add l10n for files_reminders | ||||
| * | | Add l10n for files_reminders | Christopher Ng | 2023-08-11 | 1 | -0/+0 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-14 | 10 | -4/+12 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Migrate parts of files app away from depecrated Ilogger | fenn-cs | 2023-08-13 | 4 | -85/+64 |
| | | | | | | | | | | | | | | | | | | | | | - Migrate some backgrounds jobs, `TransferOwnership` & `DeleteOrphanedItems` - Migrate `DirectEditingController` Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-13 | 22 | -60/+72 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-12 | 142 | -180/+2152 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | test(updatenotification): No internet | Christopher Ng | 2023-08-11 | 1 | -2/+27 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | fix(updatenotification): Skip update check | Christopher Ng | 2023-08-11 | 1 | -0/+5 |
|/ / | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Merge pull request #39700 from ↵ | Joas Schilling | 2023-08-11 | 2 | -2/+5 |
|\ \ | | | | | | | | | | | | | nextcloud/debt/noid/invitation-response-close-cursor fix: close cursor after reading the invitation | ||||
| * | | fix: close cursor after reading the invitation | Daniel Kesselberg | 2023-08-10 | 2 | -2/+5 |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | "Allow untested app" wording | Jérôme Herbinet | 2023-08-11 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-11 | 28 | -14/+136 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | enh(files_reminders): Adjust reminder options | Christopher Ng | 2023-08-10 | 1 | -20/+19 |
|/ / | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Merge pull request #39446 from ↵ | Côme Chilliet | 2023-08-10 | 14 | -298/+762 |
|\ \ | | | | | | | | | | | | | nextcloud/enh/user_ldap-refactor-group-membership-cache Refactor user_ldap group membership cache and add check-group command | ||||
| * | | Add unique index for user_ldap group memberships | Côme Chilliet | 2023-08-10 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Fix check-group --update for deleted groups | Côme Chilliet | 2023-08-10 | 1 | -2/+10 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Use BIGINT for new table id field | Côme Chilliet | 2023-08-10 | 1 | -2/+1 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Removed GroupCreatedEvent/GroupDeletedEvent from UpdateGroupsService | Côme Chilliet | 2023-08-10 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | | | | This should be handled when mapping groups, not when registering their members. An empty group may still exist. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |