aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add test for CacheEntry gettersFerdinand Thiessen2023-08-161-0/+25
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #39686 from nextcloud/fix/modern-mimetypeFerdinand Thiessen2023-08-161-10/+10
|\ | | | | fix(core): Modernize JS for mimetype handling
| * fix(core): Modernize the mimetype handlingFerdinand Thiessen2023-08-161-10/+10
| | | | | | | | | | | | No need for jQuery or lodash as standard ECMA is supported by all of our supported browsers Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #39525 from nextcloud/fix/set-owner-principal-for-SABThomas Citharel2023-08-164-5/+8
|\ \ | |/ |/| fix(CardDAV): set owner-principal, displayname properties for SAB
| * fix(CardDAV): set owner-principal, displayname properties for SABAnna Larch2023-08-164-5/+8
|/ | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1628-0/+336
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39876 from nextcloud/fix/files-remindersPytal2023-08-154-11/+17
|\
| * fix(files_reminders): Delete reminders on node deletedChristopher Ng2023-08-142-7/+8
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix(files_reminders): Always respect json output optionChristopher Ng2023-08-141-4/+5
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix(files_reminders): Allow non-adminChristopher Ng2023-08-141-0/+4
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #39885 from nextcloud/chore/noid/bumpHubNextAndy Scherzinger2023-08-151-1/+1
|\ \ | | | | | | Bump Hub 5 -> Hub 6
| * | 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-159-4/+29
|\ \
| * | Fix various deprecation warnings in tests on PHP 8.3Côme Chilliet2023-08-146-0/+21
| | | | | | | | | | | | 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 setting static property in tests on PHP 8.3Côme Chilliet2023-08-142-3/+7
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1522-0/+404
| |/ |/| | | | | 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>
* | Merge pull request #38714 from nextcloud/cache-imcomplete-id-firstRobin Appelman2023-08-141-5/+9
|\ \ | | | | | | select the fileid first when looking for incomplete files
| * | select the fileid first when looking for incomplete filesRobin Appelman2023-08-141-5/+9
| |/ | | | | | | | | | | this seems to improve mariadbs index selection Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #39868 from nextcloud/files-ext-builder-reuseRobin Appelman2023-08-141-0/+3
|\ \ | |/ |/| Remove query builder reuse in files_external
| * use fresh builders when deleting storagesRobin Appelman2023-08-141-0/+3
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #39644 from nextcloud/fix/noid/copy-delete-fallback-for-filesDaniel2023-08-141-1/+1
|\ | | | | fix: copy-and-delete fallback should use unlink
| * fix: copy-and-delete fallback should use unlinkDaniel Kesselberg2023-07-311-1/+1
| | | | | | | | | | | | because rmdir does not work for files. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #39850 from nextcloud/nulCoalSimplDaniel2023-08-141-24/+4
|\ \ | | | | | | Code simplification using null coalescing
| * | Code simplification using null coalescingGit'Fellow2023-08-131-24/+4
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | 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-142-1/+6
|\ \ \ \ | | | | | | | | | | Add l10n for files_reminders
| * | | | Add l10n for files_remindersChristopher Ng2023-08-112-1/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1478-206/+214
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #39218 from ↵F. E Noel Nfebe2023-08-134-85/+64
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | nextcloud/32127-migrate-parts-of-files-from-ilogger Migrate parts of files app away from depecrated Ilogger
| * | | | 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>
* | | | | Merge pull request #39846 from nextcloud/pgSQLCheckRemoveDaniel2023-08-131-40/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove check for very old PGsql version
| * | | | | Fix lintGit'Fellow2023-08-131-1/+0
| | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | | | Remove check for very old PGsql Git'Fellow2023-08-131-39/+0
| | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | Merge pull request #39848 from nextcloud/39804-wrap-org-name-login-formSimon L2023-08-133-3/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Wrap long productName on login form
| * | | | | Wrap long productName on login formfenn-cs2023-08-133-3/+4
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves : https://github.com/nextcloud/server/issues/39804 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1330-70/+104
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #39836 from ↵dependabot[bot]2023-08-122-6/+12
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/node-7.22.10
| * | | | chore(deps-dev): Bump @babel/node from 7.22.6 to 7.22.10dependabot[bot]2023-08-122-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.22.6 to 7.22.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-node) --- updated-dependencies: - dependency-name: "@babel/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #39834 from ↵dependabot[bot]2023-08-122-6/+33
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | nextcloud/dependabot/npm_and_yarn/eslint-plugin-cypress-2.14.0
| * | | | chore(deps-dev): Bump eslint-plugin-cypress from 2.13.3 to 2.14.0dependabot[bot]2023-08-122-6/+33
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.13.3 to 2.14.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.13.3...v2.14.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-12150-184/+2678
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #39806 from nextcloud/fix/update-check-no-internetJoas Schilling2023-08-112-2/+32
|\ \ \ \ | |/ / / |/| | | fix(updatenotification): Skip update check
| * | | 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>