summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add command for getting fileinfo for debuggingRobin Appelman2023-04-176-0/+264
* Merge pull request #36217 from nextcloud/handle-push-notification-with-no-cal...Simon L2023-04-174-10/+15
|\
| * Handle reminders where calendar name is nullThomas Citharel2023-01-184-10/+15
* | Merge pull request #37764 from nextcloud/artonge/fix/disable_versions_feature...Louis2023-04-171-1/+1
|\ \
| * | Really disable versions features when S3 versioning is enabledLouis Chemineau2023-04-171-1/+1
* | | Merge pull request #36845 from Murena-SAS/reminder-iterator-exceptionSimon L2023-04-171-1/+8
|\ \ \ | |/ / |/| |
| * | Remove reminder if max instances exceededAkhil2023-02-271-0/+1
| * | Update apps/dav/lib/CalDAV/Reminder/ReminderService.phpAkhil Potukuchi2023-02-271-2/+1
| * | Fix max instances exception for get vevent callAkhil2023-02-261-1/+8
* | | Merge pull request #37735 from nextcloud/techdebt/ref-37476/ignore-excluded-d...Joas Schilling2023-04-171-0/+16
|\ \ \
| * | | chore(assets): Ignore git-ignored directories on image optimizationJoas Schilling2023-04-141-0/+16
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-1716-0/+118
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-1632-6/+136
* | | | Merge pull request #37752 from nextcloud/automated/noid/master-update-psalm-b...John Molakvoæ2023-04-151-8/+0
|\ \ \ \
| * | | | Update psalm baselinenextcloud-command2023-04-151-8/+0
* | | | | 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
| * | | | | bump webpack from 5.78.0 to 5.79.0dependabot[bot]2023-04-1565-130/+153
|/ / / / /
* | | | | Merge pull request #37400 from nextcloud/dependabot/npm_and_yarn/nextcloud/ca...John Molakvoæ2023-04-157-11/+38
|\ \ \ \ \
| * | | | | chore(deps): Bump @nextcloud/calendar-availability-vuedependabot[bot]2023-04-157-11/+38
|/ / / / /
* | | | | Merge pull request #37751 from nextcloud/dependabot/npm_and_yarn/typescript-e...John Molakvoæ2023-04-152-58/+398
|\ \ \ \ \
| * | | | | bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.58.0dependabot[bot]2023-04-152-58/+398
* | | | | | Merge pull request #37749 from nextcloud/dependabot/composer/build/integratio...John Molakvoæ2023-04-151-6/+6
|\ \ \ \ \ \
| * | | | | | chore(deps-dev): Bump phpunit/phpunit in /build/integrationdependabot[bot]2023-04-151-6/+6
| |/ / / / /
* | | | | | Merge pull request #37747 from nextcloud/dependabot/npm_and_yarn/vue/vue2-jes...John Molakvoæ2023-04-152-5/+8
|\ \ \ \ \ \
| * | | | | | chore(deps-dev): Bump @vue/vue2-jest from 29.1.1 to 29.2.3dependabot[bot]2023-04-152-5/+8
| |/ / / / /
* | | | | | Merge pull request #37746 from nextcloud/dependabot/npm_and_yarn/sass-loader-...John Molakvoæ2023-04-152-10/+16
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | chore(deps-dev): Bump sass-loader from 13.2.0 to 13.2.2dependabot[bot]2023-04-152-10/+16
| |/ / / /
* / / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-04-15228-656/+702
|/ / / /
* | | | 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
| * | | | don't re-get fileinfo for versioned file if it's not sharedRobin Appelman2023-03-132-14/+17
| * | | | tests(files_versions): Tear down fs to clear mount cache before testingJulius Härtl2023-03-132-2/+9
| * | | | fix: Make sure that rollback hook is triggered on all version backendsJulius Härtl2023-03-132-7/+7
* | | | | Merge pull request #37611 from ZE3kr/patch-1Julius Härtl2023-04-141-1/+1
|\ \ \ \ \
| * | | | | Update AmazonS3.phpJames Guo2023-04-061-1/+1
* | | | | | Merge pull request #37603 from joshtrichards/jr-reset-pw-honest-msgSimon L2023-04-143-6/+4
|\ \ \ \ \ \
| * | | | | | Compile webpack assets - againJosh Richards2023-04-132-3/+3
| * | | | | | More honest reset password request responseJosh Richards2023-04-131-3/+1
* | | | | | | Merge pull request #36351 from nextcloud/bugfix/noid/move-encryption-password...Joas Schilling2023-04-144-93/+42
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Fix unit testsJoas Schilling2023-03-081-0/+8
| * | | | | | Move encrypt-all password email to EmailTemplateJoas Schilling2023-03-083-93/+34
* | | | | | | Merge pull request #37726 from nextcloud/feat/files-eventsJulius Härtl2023-04-149-29/+19
|\ \ \ \ \ \ \
| * | | | | | | fix(files): standardize `files:node:event` event syntaxJohn Molakvoæ2023-04-149-29/+19
* | | | | | | | Merge pull request #37476 from nextcloud/ci/checkers/fix-autoloader-generatio...Arthur Schiwon2023-04-141-0/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | ci(checkers): Fix autoloader regeneration for non-shipped appsChristoph Wurst2023-04-031-0/+5
* | | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-142-0/+12
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #32499 from nextcloud/enh/noid/ldap-search-entryuuid-no-wi...Arthur Schiwon2023-04-131-0/+5
|\ \ \ \ \ \ \
| * | | | | | | perform exact Ldap search as well to make sure it works for attributes withou...Julien Veyssier2023-04-131-0/+5
|/ / / / / / /
* | | | | | | Merge pull request #37429 from nextcloud/object-store-rmdirJulius Härtl2023-04-131-36/+50
|\ \ \ \ \ \ \