summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-10-3034-20/+124
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-29112-1944/+2058
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexv24.0.7rc1Nextcloud bot2022-10-28136-216/+428
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34770 from nextcloud/backport/34579/stable24John Molakvoæ2022-10-271-1/+1
|\ | | | | [stable24] fix null error in getUnencryptedSize
| * fix null error in getUnencryptedSizeRobin Appelman2022-10-241-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #34838 from nextcloud/release/24.0.7_rc1John Molakvoæ2022-10-271-2/+2
|\ \ | | | | | | 24.0.7 RC1
| * | 24.0.7 RC1John Molakvoæ2022-10-271-2/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #34845 from nextcloud/dependaskjnldsv/32413/stable24John Molakvoæ2022-10-278-76/+16
|\ \ \ | | | | | | | | [stable24] Fix psalm errors fron the end of the baseline file
| * | | Fix psalm errors fron the end of the baseline fileCarl Schwan2022-10-278-76/+16
| | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #34440 from nextcloud/backport/32635/stable24John Molakvoæ2022-10-273-4/+10
|\ \ \ \
| * | | | Fix inverted profile pictureChristopher Ng2022-10-271-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | Update ContactsStoreTest.phpAndy Xheli2022-10-271-1/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
| * | | | Update lib/private/Contacts/ContactsMenu/ContactsStore.php Andy Xheli2022-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Tested no issues. Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
| * | | | Update ContactsStore.phpAndy Xheli2022-10-271-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
| * | | | Apply suggestions from code review Andy Xheli2022-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Co-authored-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
| * | | | Fix User profile picture when performing the searchAndy Xheli2022-10-271-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Before ![image](https://user-images.githubusercontent.com/59488153/140980158-b9108161-57ab-48b4-ae6f-98ec4e72775a.png) After Fix for #31065
* | | | | Merge pull request #34798 from nextcloud/backport/33405/stable24Marcel Klehr2022-10-273-0/+24
|\ \ \ \ \
| * | | | | DB mounts table: Add index for mount_provider_classMarcel Klehr2022-10-273-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | Merge pull request #34797 from nextcloud/backport/33540/stable24Vincent Petry2022-10-272-1/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable24] fix updating cached mounts that didn't have their mount provider set previously
| * | | | | | add tests for cached mount provider migrationRobin Appelman2022-10-251-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | fix updating cached mounts that didn't have their mount provider set previouslyRobin Appelman2022-10-251-1/+6
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #34840 from nextcloud/backport/34502/stable24Vincent Petry2022-10-272-185/+106
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | [stable24] Propagate attributes when resharing
| * | | | | More fixesCarl Schwan2022-10-271-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | Small progress with fixing unit testsCarl Schwan2022-10-272-169/+87
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | Propagate attributes when resharingCarl Schwan2022-10-271-27/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When updating a share, load the node from the initiator instead of the owner similar to how this is done when creating the share. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #34410 from nextcloud/backport/33566/stable24John Molakvoæ2022-10-274-4/+40
|\ \ \ \ \ \
| * | | | | | trigger a rescan when trying to fopen a file that exists in cache but not on ↵Robin Appelman2022-10-062-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disk Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | add test for trying to fopen a file which no longer exists on diskRobin Appelman2022-10-062-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #34032 from nextcloud/backport/34019/stable24John Molakvoæ2022-10-272-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable24] Fix quota type to int
| * | | | | | | Fix quota type to intCarl Schwan2022-09-122-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the quota to int from float, since the quota is a number of bits and a bits can not be splitted. Fix #34010 Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Fix quota type to intCarl Schwan2022-09-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the quota to int from float, since the quota is a number of bits and a bits can not be splitted. Fix #34010 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | | Merge pull request #34040 from nextcloud/backport/34001/stable24John Molakvoæ2022-10-271-1/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | use filesystem user instead of file owner for creating versionRobin Appelman2022-10-031-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | Merge pull request #34460 from nextcloud/backport/31947/stable24John Molakvoæ2022-10-271-1/+0
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | [stable24] Fix Error: Undefined index: redirect_url
| * | | | | | | | Fix Error: Undefined index: redirect_urlAndy Xheli2022-10-061-1/+0
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Should fix Undefined index: redirect_url at core/templates/twofactorsetupselection.php #21968
* | | | | | | | Merge pull request #34584 from nextcloud/backport/34438/stable24Vincent Petry2022-10-271-33/+37
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable24] return proper error code when reporting exception fails in remote.php
| * | | | | | | | return proper error code when reporting exception fails in remote.phpRobin Appelman2022-10-141-33/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | Merge pull request #34447 from nextcloud/backport/34302/stable24Vincent Petry2022-10-271-18/+29
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | [stable24] Fix: Prevent deadlocks during mtime/size/etag propagation
| * | | | | | | | Fix unencrypted size calculation for files created before the Encryption ↵raul2022-10-251-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | storage is enabled Signed-off-by: raul <raul@nextcloud.com>
| * | | | | | | | Fix: Prevent deadlocks during mtime/size/etag propagationraul2022-10-251-17/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: raul <raul@nextcloud.com>
* | | | | | | | | Merge pull request #34355 from nextcloud/backport/34348/stable24Vincent Petry2022-10-273-8/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | [stable24] Fix renaming in shared with you file list
| * | | | | | | | Fix renaming in shared with you file listVincent Petry2022-09-303-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-10-2750-66/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Merge pull request #33185 from ↵Julius Härtl2022-10-261-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/stable24/behat/behat-approx-3.11.0
| * | | | | | | | | Update behat/behat requirement in /build/integrationdependabot[bot]2022-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version. - [Release notes](https://github.com/Behat/Behat/releases) - [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md) - [Commits](https://github.com/Behat/Behat/compare/v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: behat/behat dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | | | Merge pull request #34812 from ↵Roeland Jago Douma2022-10-261-12/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/stable24-update-psalm-baseline [stable24] Update psalm-baseline.xml
| * | | | | | | | | | Update psalm baselinenextcloud-command2022-10-261-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | | | | | Merge pull request #34824 from nextcloud/backport/34788/stable24Julius Härtl2022-10-263-0/+30
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | [stable24] Check share attributes on preview endpoints
| * | | | | | | | | | Check share attributes on preview endpointsJulius Härtl2022-10-263-0/+30
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-10-2622-8/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>