summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #36617 from nextcloud/update/psr-containerSimon L2023-04-181-1/+4
|\ | | | | chore: Update PSR container to 2.0.2
| * fix: Adjust console formatter code to match with Symfony type hintsFerdinand Thiessen2023-04-171-1/+4
| | | | | | | | | | | | | | Symfony has added type hints on the `OutputFormatterInterface`, so we must adjust our type hints to match with Symfony. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
* | Merge pull request #32632 from nextcloud/smb-353Simon L2023-04-1816-43/+49
|\ \ | | | | | | update icewind/smb to 3.5.4
| * | update icewind/smb to 3.5.4Robin Appelman2023-04-177-23/+24
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | update icewind/smb to 3.5.3Robin Appelman2023-04-1713-40/+45
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #37241 from nextcloud/feature/allow-any-image-sizeJoas Schilling2023-04-181-2/+5
|\ \ | | | | | | Allow images of any size as profile pictures
| * | Allow images of any size as profile picturesSimon L2023-04-171-2/+5
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marco <marcoambrosini@icloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | feat(files): add view config service to store user-config per viewJohn Molakvoæ2023-04-1820-284/+490
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-18172-92/+190
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36774 from nextcloud/bugfix/noid/sabre-nodesSimon L2023-04-183-9/+30
|\ \ \ | | | | | | | | fix: always use proper path on node api when calling the view
| * | | tests: Adapt node related unit tests mocks to required root viewJulius Härtl2023-04-172-5/+7
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | fix: Use proper path when creating node instancesJulius Härtl2023-04-172-6/+25
| | |/ | |/| | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #37762 from nextcloud/Jerome-Herbinet-patch-1Simon L2023-04-181-1/+1
|\ \ \ | | | | | | | | Fix wording meaning (placeholder)
| * | | Fix wording meaning (placeholder)Jerome-Herbinet-patch-1Jérôme Herbinet2023-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #36528 from nextcloud/dav-backend-transationsSimon L2023-04-183-1197/+1269
|\ \ \ \ | | | | | | | | | | CalDAV/CardDAV: put every method from backends that does multiple DB calls in transactions
| * | | | refactor(dav): Since we're in a transaction, use QB properly when ↵Thomas Citharel2023-04-172-20/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | incrementing synctoken Now that we're in a transaction, we can reuse the sync token's previous value without trouble, and rewrite the increment UPDATE query without dirty direct SQL. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | | fix(CalDAV/CardDAV): put every method from Cal/CardDAV backends that does ↵Thomas Citharel2023-04-173-1196/+1256
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | multiple DB calls in transactions In a lot of methods we're doing read-after-writes (for instance calling updateProperties after touching calendar objects). There's also a lot of deleting methods that do stuff sequentially which could cause trouble. This should avoid this kind of issues. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Merge pull request #37645 from nextcloud/fix/improve-imip-emailsSimon L2023-04-172-3/+35
|\ \ \ \ | |/ / / |/| | | fix(dav): Parse sender PARTSTAT in REPLYs
| * | | fix(dav): Parse sender PARTSTAT in REPLYsAnna Larch2023-04-132-3/+35
| | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #37724 from nextcloud/fix/encryption-signature-check-logicChristoph Wurst2023-04-171-4/+6
|\ \ \ \ | |_|_|/ |/| | | Cleanup signature checking logic in encryption
| * | | Cleanup signature checking logic in encryptionjld31032023-04-141-4/+6
| | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | 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>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-1712-0/+102
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-1622-4/+106
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-15134-482/+492
| | | | | | | | | | | | | | | | | | | | 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 #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>
* | | | | | | | fix(files): standardize `files:node:event` event syntaxJohn Molakvoæ2023-04-145-23/+13
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-142-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | perform exact Ldap search as well to make sure it works for attributes ↵Julien Veyssier2023-04-131-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | without a substr matching rule Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | | | | | Merge pull request #37692 from nextcloud/feat/resizeobserver-breakpoint-filesSimon L2023-04-136-41/+63
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | feat(files): better breakpoints and sidebar responsive design
| * | | | | | | feat(files): better breakpoints and sidebar responsive designJohn Molakvoæ2023-04-136-41/+63
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | Fix button textChristopher Ng2023-04-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-1328-12/+120
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | fix: wrong copyrightJohn Molakvoæ2023-04-1213-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>