summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* adapt test to new workflowGlandos2023-04-171-12/+7
| | | | | | | getDirectoryListing should return all files getFile is not called anymore Signed-off-by: Glandos <bugs-github@antipoul.fr>
* Revert 0e49b40Glandos2023-04-171-3/+0
| | | Signed-off-by: Glandos <bugs-github@antipoul.fr>
* improve parameter docGlandos2023-04-171-1/+1
| | | Signed-off-by: Glandos <bugs-github@antipoul.fr>
* Ensure max preview image is not nullGlandos2023-04-171-0/+3
| | | Signed-off-by: Glandos <bugs-github@antipoul.fr>
* php-cs-fixGlandos2023-04-171-1/+1
| | | Signed-off-by: Glandos <bugs-github@antipoul.fr>
* List preview directory only onceGlandos2023-04-171-5/+13
| | | | | | getCachedPreview used to call `getFile`, and this calls `getDirectoryListing` (or underlying function that list directory) to find the file. This was done for every preview spec. Now, this is done only once at the beginning of the loop, and the array is just iterated when needed to find the correct entry. Signed-off-by: Glandos <bugs-github@antipoul.fr>
* Merge pull request #36217 from ↵Simon L2023-04-174-10/+15
|\ | | | | | | | | nextcloud/handle-push-notification-with-no-calendar-name Handle reminders where calendar name is null
| * Handle reminders where calendar name is nullThomas Citharel2023-01-184-10/+15
| | | | | | | | | | | | | | | | | | This adds an interface change, but that's not a public API. We're handling this in the providers and not in ReminderService because the fallback is translated with the user's language. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #37764 from ↵Louis2023-04-171-1/+1
|\ \ | | | | | | | | | | | | nextcloud/artonge/fix/disable_versions_feature_s3_versioning Really disable versions features when S3 versioning is enabled
| * | Really disable versions features when S3 versioning is enabledLouis Chemineau2023-04-171-1/+1
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #36845 from Murena-SAS/reminder-iterator-exceptionSimon L2023-04-171-1/+8
|\ \ \ | |/ / |/| | Fix max instances exception in get vevent call
| * | Remove reminder if max instances exceededAkhil2023-02-271-0/+1
| | | | | | | | | | | | Signed-off-by: Akhil <akhil@e.email>
| * | Update apps/dav/lib/CalDAV/Reminder/ReminderService.phpAkhil Potukuchi2023-02-271-2/+1
| | | | | | | | | | | | Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com> Signed-off-by: Akhil Potukuchi <akhil.potukuchi@gmail.com>
| * | Fix max instances exception for get vevent callAkhil2023-02-261-1/+8
| | | | | | | | | | | | Signed-off-by: Akhil <akhil@e.email>
* | | Merge pull request #37735 from ↵Joas Schilling2023-04-171-0/+16
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/ref-37476/ignore-excluded-dirs-on-image-optimization chore(assets): Ignore git-ignored directories on image optimization
| * | | chore(assets): Ignore git-ignored directories on image optimizationJoas Schilling2023-04-141-0/+16
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-1716-0/+118
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-1632-6/+136
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #37752 from ↵John Molakvoæ2023-04-151-8/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | | Update psalm baselinenextcloud-command2023-04-151-8/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | Merge pull request #37750 from nextcloud/dependabot/npm_and_yarn/webpack-5.79.0dependabot[bot]2023-04-1565-169/+241
|\ \ \ \ \
| * | | | | Bump @nextcloud/browser-storage from 0.1.1 to 0.2.0dependabot[bot]2023-04-154-42/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/browser-storage](https://github.com/nextcloud/nextcloud-browser-storage) from 0.1.1 to 0.2.0. - [Release notes](https://github.com/nextcloud/nextcloud-browser-storage/releases) - [Changelog](https://github.com/nextcloud/nextcloud-browser-storage/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-browser-storage/compare/v0.1.1...v0.2.0) --- updated-dependencies: - dependency-name: "@nextcloud/browser-storage" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
| * | | | | bump webpack from 5.78.0 to 5.79.0dependabot[bot]2023-04-1565-130/+153
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #37400 from ↵John Molakvoæ2023-04-157-11/+38
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/calendar-availability-vue-0.6.0-alpha1
| * | | | | chore(deps): Bump @nextcloud/calendar-availability-vuedependabot[bot]2023-04-157-11/+38
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue) from 0.5.0-rc2 to 0.6.0-alpha1. - [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases) - [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v0.5.0-rc2...v0.6.0-alpha1) --- updated-dependencies: - dependency-name: "@nextcloud/calendar-availability-vue" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | Merge pull request #37751 from ↵John Molakvoæ2023-04-152-58/+398
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.58.0 bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.58.0
| * | | | | bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.58.0dependabot[bot]2023-04-152-58/+398
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #37749 from ↵John Molakvoæ2023-04-151-6/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/phpunit/phpunit-9.6.7 chore(deps-dev): Bump phpunit/phpunit from 9.6.6 to 9.6.7 in /build/integration
| * | | | | | chore(deps-dev): Bump phpunit/phpunit in /build/integrationdependabot[bot]2023-04-151-6/+6
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.6 to 9.6.7. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.7/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.6...9.6.7) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #37747 from ↵John Molakvoæ2023-04-152-5/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vue/vue2-jest-29.2.3 chore(deps-dev): Bump @vue/vue2-jest from 29.1.1 to 29.2.3
| * | | | | | chore(deps-dev): Bump @vue/vue2-jest from 29.1.1 to 29.2.3dependabot[bot]2023-04-152-5/+8
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@vue/vue2-jest](https://github.com/vuejs/vue-jest) from 29.1.1 to 29.2.3. - [Release notes](https://github.com/vuejs/vue-jest/releases) - [Commits](https://github.com/vuejs/vue-jest/compare/v29.1.1...v29.2.3) --- updated-dependencies: - dependency-name: "@vue/vue2-jest" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #37746 from ↵John Molakvoæ2023-04-152-10/+16
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/sass-loader-13.2.2 chore(deps-dev): Bump sass-loader from 13.2.0 to 13.2.2
| * | | | | chore(deps-dev): Bump sass-loader from 13.2.0 to 13.2.2dependabot[bot]2023-04-152-10/+16
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 13.2.0 to 13.2.2. - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v13.2.0...v13.2.2) --- updated-dependencies: - dependency-name: sass-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* / / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-04-15228-656/+702
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #36690 from nextcloud/bugfix/noid/rollback-hookJulius Härtl2023-04-144-21/+34
|\ \ \ \
| * | | | fix: Check return type on rollbackJulius Härtl2023-03-131-5/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | don't re-get fileinfo for versioned file if it's not sharedRobin Appelman2023-03-132-14/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | tests(files_versions): Tear down fs to clear mount cache before testingJulius Härtl2023-03-132-2/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | fix: Make sure that rollback hook is triggered on all version backendsJulius Härtl2023-03-132-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #37611 from ZE3kr/patch-1Julius Härtl2023-04-141-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Unquote S3 ETag stored in oc_filecache
| * | | | | Update AmazonS3.phpJames Guo2023-04-061-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: James Guo <i@ze3kr.com>
* | | | | | Merge pull request #37603 from joshtrichards/jr-reset-pw-honest-msgSimon L2023-04-143-6/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | More honest reset password request response
| * | | | | | Compile webpack assets - againJosh Richards2023-04-132-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
| * | | | | | More honest reset password request responseJosh Richards2023-04-131-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addresses request in additional comments of #37408 * Honest but still won't leak information * Also reminds user to verify the provided user id email address/user Signed-off-by: Josh Richards <josh.t.richards@gmail.com> Refine reset password response copy Co-authored-by: Louis <6653109+artonge@users.noreply.github.com> Signed-off-by: Josh Richards <josh.t.richards@gmail.com> Wrap honest password reset request response
* | | | | | | Merge pull request #36351 from ↵Joas Schilling2023-04-144-93/+42
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/move-encryption-password-email-to-template Move encrypt-all password email to EmailTemplate
| * | | | | | Fix unit testsJoas Schilling2023-03-081-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Move encrypt-all password email to EmailTemplateJoas Schilling2023-03-083-93/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #37726 from nextcloud/feat/files-eventsJulius Härtl2023-04-149-29/+19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix(files): standardize `files:node:event` event syntax
| * | | | | | | fix(files): standardize `files:node:event` event syntaxJohn Molakvoæ2023-04-149-29/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | | Merge pull request #37476 from ↵Arthur Schiwon2023-04-141-0/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/ci/checkers/fix-autoloader-generation-extraneous-apps ci(checkers): Fix autoloader (re)generation for extraneous apps