Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: rework move into object store to better preserve fileidsreadd-object-store-phpunit | Robin Appelman | 2024-09-27 | 1 | -19/+55 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | test: fix share storage move test with object store | Robin Appelman | 2024-09-27 | 1 | -0/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: preserve fileid when moving from objectstore to non-objectstore | Robin Appelman | 2024-09-27 | 3 | -10/+27 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: ensure source folder is removed from cache when moving to objectstore | Robin Appelman | 2024-09-27 | 1 | -0/+1 |
| | | | | | | otherwise this causes confusion down the line as it's contents will be moved to the new cache Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | test: re-add object store primary storage phpunit tests | Robin Appelman | 2024-09-27 | 2 | -0/+136 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #48219 from nextcloud/fix/istorage/return-types | Kate | 2024-09-27 | 46 | -1928/+789 |
|\ | |||||
| * | fix(IStorage): Use false instead of bool intersection type to match ↵fix/istorage/return-types | provokateurin | 2024-09-26 | 2 | -25/+10 |
| | | | | | | | | | | | | implementations Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | fix(Storage): Fix IStorage return types | provokateurin | 2024-09-26 | 26 | -1565/+559 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | test: Fix IStorage return types | provokateurin | 2024-09-26 | 7 | -14/+48 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | fix(files_external): Fix all IStorage return types | provokateurin | 2024-09-26 | 7 | -232/+130 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | fix(files_sharing): Fix all IStorage return types | provokateurin | 2024-09-26 | 3 | -70/+34 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | fix(files_trashbin): Fix all IStorage return types | provokateurin | 2024-09-26 | 2 | -25/+11 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-27 | 28 | -20/+310 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #48370 from ↵ | Joas Schilling | 2024-09-26 | 1 | -0/+0 |
|\ \ | |/ |/| | | | | | nextcloud/dependabot/composer/laravel/serializable-closure-1.3.5 build(deps): Bump laravel/serializable-closure from 1.3.3 to 1.3.5 | ||||
| * | build(deps): Bump laravel/serializable-closure from 1.3.3 to 1.3.5dependabot/composer/laravel/serializable-closure-1.3.5 | Joas Schilling | 2024-09-26 | 1 | -0/+0 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #48366 from nextcloud/fix/files_sharing/ocm-permissions | Daniel | 2024-09-26 | 1 | -6/+13 |
|\ \ | | | | | | | fix(files_sharing): Parse OCM share permissions from OCM and not OCS prop | ||||
| * | | fix(files_sharing): Check if propfind response is valid before accessing ↵fix/files_sharing/ocm-permissions | provokateurin | 2024-09-26 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | share permission props Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | refactor(files_sharing): Make permissions prop checks less error prone | provokateurin | 2024-09-26 | 1 | -6/+9 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | fix(files_sharing): Parse OCM share permissions from OCM and not OCS prop | provokateurin | 2024-09-26 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | Merge pull request #48153 from nextcloud/feat/shipped/app_api | Joas Schilling | 2024-09-26 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | feat(app_api): make app_api shipped and default enabled | ||||
| * | | | feat: add app_api to shipped and default enabled appsfeat/shipped/app_api | Andrey Borysenko | 2024-09-25 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | | | | Merge pull request #48375 from ↵ | Joas Schilling | 2024-09-26 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/skip-future-shipped-apps-from-updatenotification-check Skip future shipped apps from updatenotification check | ||||
| * | | | | fix(updatenotification): Communicate app_api as shipped in 30+bugfix/noid/skip-future-shipped-apps-from-updatenotification-check | Joas Schilling | 2024-09-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | | fix(updatenotification): Communicate twofactor_nextcloud_notification as ↵ | Joas Schilling | 2024-09-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shipped in 30+ Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | | fix(updatenotification): Communicate files_downloadlimit as shipped in 29+ | Joas Schilling | 2024-09-26 | 1 | -0/+1 |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #48361 from ↵ | Joas Schilling | 2024-09-26 | 1 | -0/+17 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/querybuilder/oracle-indentifier-length fix(QueryBuilder): Restrict identifier length to 30 characters due to Oracle limitations | ||||
| * | | | | fix(QueryBuilder): Restrict identifier length to 30 characters due to Oracle ↵fix/querybuilder/oracle-indentifier-length | provokateurin | 2024-09-26 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | limitations Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | | Merge pull request #48359 from ↵ | Louis | 2024-09-26 | 1 | -0/+8 |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | nextcloud/artonge/feat/compare_hashed_password_when_updating_global_cred_in_files_external fix: Use placeholder for external storage password | ||||
| * | | | | fix: Use hashed password in files_external settingsartonge/feat/compare_hashed_password_when_updating_global_cred_in_files_external | Louis Chemineau | 2024-09-25 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | | | Merge pull request #48343 from ↵ | Joas Schilling | 2024-09-26 | 1 | -0/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/giggsey/libphonenumber-for-php-lite-8.13.45 chore(deps): Bump giggsey/libphonenumber-for-php-lite to 8.13.45 | ||||
| * | | | | | chore(deps): Bump giggsey/libphonenumber-for-php-lite to 8.13.45dependabot/composer/giggsey/libphonenumber-for-php-lite-8.13.45 | Joas Schilling | 2024-09-26 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | | Merge pull request #48354 from nextcloud/artonge/fix/storage_full_warning | Louis | 2024-09-26 | 3 | -5/+5 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | fix: Show storage full warning when storage is actually full | ||||
| * | | | | | fix: Show storage full warning when storage is actually fullartonge/fix/storage_full_warning | Louis Chemineau | 2024-09-25 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | < 0 values for "free" do not mean that the storage is full: https://github.com/nextcloud/server/blob/6befdd6dd7cd20fe7f7036e4665bcfbb783d6803/lib/public/Files/FileInfo.php#L31-L42 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | | | | | | Merge pull request #48345 from nextcloud/fix/files_external/forbidden-exception | Marcel Klehr | 2024-09-26 | 1 | -7/+9 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | fix(files_external): Catch correct exception | ||||
| * | | | | | fix(files_external): Catch correct exceptionfix/files_external/forbidden-exception | Marcel Klehr | 2024-09-26 | 1 | -7/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SMB#getFileInfo used to throw an icewind/smb exception, but nowadays throws \OCP\Files\ForbiddenException. This fixes downstream methods to catch the new exception. Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-26 | 102 | -112/+198 |
| |/ / / / |/| | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | Merge pull request #48353 from ↵ | Julien Veyssier | 2024-09-25 | 119 | -213/+3602 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enh/30551/weather-status-support-more-codes [WeatherStatus] Support more weather codes, change icons, fix style | ||||
| * | | | | | chore(assets): Recompile assetsenh/30551/weather-status-support-more-codes | nextcloud-command | 2024-09-25 | 9 | -16/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | | | fix(weatherstatus): adjustments from review comments | Julien Veyssier | 2024-09-25 | 3 | -48/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
| * | | | | | fix(weatherstatus): fix location marker icon with dark theme, only use icons ↵ | Julien Veyssier | 2024-09-25 | 2 | -16/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from @mdi/svg Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
| * | | | | | fix(weatherstatus): make a difference between 'unknown weather code' and 'no ↵ | Julien Veyssier | 2024-09-25 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | weather info' Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
| * | | | | | feat(weatherstatus): support all weather codes from api.met.no, use the ↵ | Julien Veyssier | 2024-09-25 | 108 | -156/+3551 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | icons provided by met.no, cleanup UI Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
| * | | | | | Fix #30551: Added snowfall option to weather status | XxTysweezyxX | 2024-09-25 | 1 | -0/+14 |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | | | | Merge pull request #48356 from nextcloud/bugfix/noid/document-icon-requirements | Joas Schilling | 2024-09-25 | 2 | -0/+16 |
|\ \ \ \ \ | | | | | | | | | | | | | fix(icons): Document icon requirements for notifications and activities | ||||
| * | | | | | fix(icons): Document icon requirements for notifications and activitiesbugfix/noid/document-icon-requirements | Joas Schilling | 2024-09-25 | 2 | -0/+16 |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | Merge pull request #48331 from nextcloud/fix/duplicated-conflict-resolution | Simon L. | 2024-09-25 | 6 | -19/+20 |
|\ \ \ \ \ | |/ / / / |/| | | | | fix(files): Fix having to resolve conflicts twice when dropping files | ||||
| * | | | | chore(assets): Recompile assetsfix/duplicated-conflict-resolution | nextcloud-command | 2024-09-24 | 4 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | | fix(files): Fix having to resolve conflicts twice when dropping files | Christopher Ng | 2024-09-24 | 2 | -13/+14 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | | | Merge pull request #48344 from nextcloud/bugfix/noid/more-reliable-tests | Joas Schilling | 2024-09-25 | 1 | -2/+19 |
|\ \ \ \ \ | |_|/ / / |/| | | | | More reliable user_status tests | ||||
| * | | | | fix(tests): Check that the revert was successfulbugfix/noid/more-reliable-tests | Joas Schilling | 2024-09-25 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |