aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* BUmp Hub 5 -> Hub 6Andy Scherzinger2023-08-151-1/+1
| | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Merge pull request #39866 from nextcloud/enh/fix-php-8.3-support-in-testsDaniel2023-08-152-1/+2
|\
| * Fix various deprecation warnings in tests on PHP 8.3Côme Chilliet2023-08-141-0/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * DateRangeError in PHP>=8.3 is not a ValueError anymoreCôme Chilliet2023-08-141-1/+1
| | | | | | | | | | | | Fixing 32bit CI on PHP>=8.3 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1520-0/+398
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #39786 from nextcloud/bugfix/version-expire-cleanupJulius Härtl2023-08-141-0/+15
|\ \
| * | fix: Also cleanup version metadata if expiringJulius Härtl2023-08-141-0/+15
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / use fresh builders when deleting storagesRobin Appelman2023-08-141-0/+3
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-146-4/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39568 from nextcloud/caldav-share-preloadRobin Appelman2023-08-144-5/+103
|\ | | | | Calendar optimizations
| * cache calendar objects from calendarQueryRobin Appelman2023-07-261-5/+30
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * preload shares for calendars when listing calendarsRobin Appelman2023-07-264-0/+73
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #39820 from nextcloud/l10n-files-remindersJoas Schilling2023-08-141-0/+0
|\ \ | | | | | | Add l10n for files_reminders
| * | Add l10n for files_remindersChristopher Ng2023-08-111-0/+0
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1410-4/+12
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Migrate parts of files app away from depecrated Iloggerfenn-cs2023-08-134-85/+64
| | | | | | | | | | | | | | | | | | | | | - Migrate some backgrounds jobs, `TransferOwnership` & `DeleteOrphanedItems` - Migrate `DirectEditingController` Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1322-60/+72
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-12142-180/+2152
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | test(updatenotification): No internetChristopher Ng2023-08-111-2/+27
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | fix(updatenotification): Skip update checkChristopher Ng2023-08-111-0/+5
|/ / | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #39700 from ↵Joas Schilling2023-08-112-2/+5
|\ \ | | | | | | | | | | | | nextcloud/debt/noid/invitation-response-close-cursor fix: close cursor after reading the invitation
| * | fix: close cursor after reading the invitationDaniel Kesselberg2023-08-102-2/+5
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | "Allow untested app" wordingJérôme Herbinet2023-08-111-2/+2
| | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1128-14/+136
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | enh(files_reminders): Adjust reminder optionsChristopher Ng2023-08-101-20/+19
|/ / | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #39446 from ↵Côme Chilliet2023-08-1014-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 membershipsCôme Chilliet2023-08-101-0/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix check-group --update for deleted groupsCôme Chilliet2023-08-101-2/+10
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Use BIGINT for new table id fieldCôme Chilliet2023-08-101-2/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Removed GroupCreatedEvent/GroupDeletedEvent from UpdateGroupsServiceCôme Chilliet2023-08-101-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>
| * | Dispatch UserRemovedEvents for removed groupsCôme Chilliet2023-08-101-0/+12
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | [user_ldap] Small perf improvements suggestion from reviewCôme Chilliet2023-08-102-2/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix check-group command for new groupsCôme Chilliet2023-08-101-6/+12
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix getKnownGroups return valueCôme Chilliet2023-08-101-1/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Add output to check-group --update commandCôme Chilliet2023-08-101-1/+25
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Always empty cache before updating a groupCôme Chilliet2023-08-101-0/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix errors in UpdateGroupsService.phpCôme Chilliet2023-08-101-4/+4
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Add missing primary key for ldap_group_membershipCôme Chilliet2023-08-101-0/+6
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Add check-group commandCôme Chilliet2023-08-105-10/+199
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Move UpdateGroups methods to a serviceCôme Chilliet2023-08-105-233/+222
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Add group events to UpdateGroupsCôme Chilliet2023-08-101-0/+7
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Update autoloader mapping for user_ldapCôme Chilliet2023-08-103-2/+12
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Refactor user_ldap group membership to use flat DBCôme Chilliet2023-08-106-91/+309
| | | | | | | | | | | | | | | | | | Move away from serialized arrays. Also use a QBMapper class for the new table. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix: Pass proper viewer filenameJulius Härtl2023-08-101-1/+1
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1056-8/+682
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | enh: set later today to 6pmChristopher Ng2023-08-092-13/+20
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | enh: pass params in subjectChristopher Ng2023-08-092-14/+11
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | enh: move to 8amChristopher Ng2023-08-091-5/+5
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | enh: en dashChristopher Ng2023-08-091-5/+5
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | feat: custom date & timeChristopher Ng2023-08-092-0/+63
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>