aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-1729-50/+195
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #45020 from Noodlesalat/fix-lastlogin-update-token-loginJohn Molakvoæ2024-09-171-0/+1
|\ \ \ \ \
| * | | | | fix: update last_login timestamp for token based-loginsFabian Dreßler2024-09-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #31075 and maybe #32953 Signed-off-by: Fabian Dreßler <nudelsalat@clouz.de>
* | | | | | Merge pull request #48151 from nextcloud/dependabot/npm_and_yarn/vite-5.4.6dependabot[bot]2024-09-171-17/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | chore(deps): Bump vite from 5.4.2 to 5.4.6dependabot[bot]2024-09-171-17/+15
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.2 to 5.4.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #48144 from nextcloud/fix/psalm/throws-annotationsKate2024-09-177-7/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix(psalm): Fix @throws annotationsfix/psalm/throws-annotationsprovokateurin2024-09-177-7/+7
|/ / / / | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #47986 from cfiehe/fix_move_on_same_bucketStephan Orbaugh2024-09-174-0/+183
|\ \ \ \ | |_|_|/ |/| | | perf(ObjectStoreStorage): Improve (slow) move on same object bucket
| * | | perf(ObjectStoreStorage): Improve (slow) move on same object bucketChristoph Fiehe2024-09-164-0/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the issue #47856. When you upload a file into a group folder and when you use a single S3 bucket as primary storage, the final move operation hangs for a long time. In the background, Nextcloud initiates a copy-delete sequence from the bucket into the bucket, with causes a lot unnecessary overhead. Nextcloud thinks that the file must be imported to another storage and does not recognize that everything is done on the same object bucket. In that case, the import step can be completely skipped, which saves time, network bandwidth and reduces the load on the object storage. The behavior improves a lot with https://github.com/nextcloud/server/pull/46013. However, there are still some put messages that are being sent to the object storage when you use an object storage as primary storage and upload files into a group folder. Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Christoph Fiehe <c.fiehe@eurodata.de>
* | | | Merge pull request #48138 from nextcloud/chore/remove-legacy-settings-forsFerdinand Thiessen2024-09-175-116/+6
|\ \ \ \ | | | | | | | | | | fix: Remove legacy settings forms
| * | | | fix: Remove legacy settings formschore/remove-legacy-settings-forsFerdinand Thiessen2024-09-175-116/+6
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | `OC_App::getForms` was always returning an empty array, because there were no setter for `adminForms` or `personalForms` anymore. So removed all that legacy settings forms logic. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #48129 from nextcloud/feat/zstJohn Molakvoæ2024-09-177-96/+149
|\ \ \ \ | |_|_|/ |/| | |
| * | | chore: update RepairMimeTypes migrationfeat/zstJohn Molakvoæ (skjnldsv)2024-09-174-53/+103
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | chore: add `application/zstd`John Molakvoæ (skjnldsv)2024-09-173-43/+46
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #48086 from nextcloud/refactor/move-to-new-activity-exceptionAnna2024-09-1715-41/+53
|\ \ \ \ | | | | | | | | | | refactor: move to new activity exception
| * | | | refactor: move to new activity exceptionrefactor/move-to-new-activity-exceptionAnna Larch2024-09-1715-41/+53
|/ / / / | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #48080 from nextcloud/fix/storage/method-docs-inheritanceKate2024-09-1712-176/+16
|\ \ \ \
| * | | | fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritanceprovokateurin2024-09-1712-176/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #48094 from nextcloud/fix/storage/get-owner-falseJohn Molakvoæ2024-09-1717-66/+75
|\| | | |
| * | | | fix(Files): Handle getOwner() returning falsefix/storage/get-owner-falseprovokateurin2024-09-176-18/+60
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | fix(Storage): Document getOwner() can return falseprovokateurin2024-09-1713-48/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #48090 from ↵Grigorii K. Shartsev2024-09-176-9/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/settings--disable-discover-when-app-store-is-disabled fix(settings): disable Discover when appstore is disabled
| * | | | | chore(assets): Recompile assetsfix/settings--disable-discover-when-app-store-is-disabledGrigorii K. Shartsev2024-09-164-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | | | fix(settings): disable Discover when appstore is disabledGrigorii K. Shartsev2024-09-162-3/+6
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | | | Merge pull request #47998 from nextcloud/fix/sabre-dav-itip-brokerJohn Molakvoæ2024-09-171-0/+0
|\ \ \ \ \
| * | | | | fix: Add SabreDav Patch for iTip Brokerfix/sabre-dav-itip-brokerSebastianKrupinski2024-09-161-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | | | Merge pull request #48114 from nextcloud/fix/AppStore--remove-unneeded-warningJohn Molakvoæ2024-09-172-9/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | fix(appstoreFetcher): get app list from custom app storefix/AppStore--remove-unneeded-warningGrigorii K. Shartsev2024-09-172-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | | | fix(appstoreFetcher): remove unneeded warningGrigorii K. Shartsev2024-09-171-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | | | | Merge pull request #48110 from nextcloud/chore/remove-deprecated-aliasesCôme Chilliet2024-09-172-134/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | chore: Remove deprecated aliases from dependency injection
| * | | | | | chore: Replace DI alias with real classchore/remove-deprecated-aliasesFerdinand Thiessen2024-09-171-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | chore: Remove deprecated aliases from dependency injectionCôme Chilliet2024-09-161-131/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | Merge pull request #48115 from ↵github-actions[bot]2024-09-171-14/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | | | | | chore(tests): Update psalm baselinenextcloud-command2024-09-171-14/+0
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-09-17176-378/+408
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #48009 from ↵Côme Chilliet2024-09-1638-656/+167
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/remove-references-to-deprected-storage-interface fix: Remove OCP\Files\Storage interface deprecated since version 9
| * | | | | | chore: Improve typing and phpdoc commentsCôme Chilliet2024-09-163-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | chore: Check storage is an instance of the correct class instead of ↵fix/remove-references-to-deprected-storage-interfaceCôme Chilliet2024-09-161-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | psalm-suppress Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | chore: Remove deprecated Storage::search method instead of moving it to IStorageCôme Chilliet2024-09-165-43/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | chore: psalm-suppress legacy code weirdnessCôme Chilliet2024-09-161-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | chore: Fix psalm issues, put back private versions of getter in private ↵Côme Chilliet2024-09-169-18/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Storage interface Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | chore: fix autoloadersCôme Chilliet2024-09-162-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | chore: Fix encryption test use statementCôme Chilliet2024-09-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | fix: Fix other uses of removed Storage interfaceCôme Chilliet2024-09-167-95/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-1619-539/+90
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #46480 from nextcloud/fix/mailer-binaryfinder-fallbackRobin Appelman2024-09-164-4/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | | fix(Mailer): Fix sendmail binary fallback
| * | | | | fix(Mailer): Fix sendmail binary fallbackfix/mailer-binaryfinder-fallbackJosh2024-09-164-4/+10
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | feat: add debug logging to sendmail binary finder Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | | Merge pull request #46218 from nextcloud/artonge/fix/hash_return_typeJohn Molakvoæ2024-09-162-1/+2
|\ \ \ \ \
| * | | | | chore: improve hash_file php usage in Local Storageartonge/fix/hash_return_typeJohn Molakvoæ2024-09-161-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | | fix(files): Ensure that the hash method does not return nullLouis Chemineau2024-09-162-2/+10
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To match https://github.com/nextcloud/server/blob/beececf66068f57c416225efcde9b44ce5c2e835/lib/private/Files/View.php#L1050 - Fix https://github.com/nextcloud/server/issues/44110 Signed-off-by: Louis Chemineau <louis@chmn.me>