Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | 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 #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 #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 #48354 from nextcloud/artonge/fix/storage_full_warning | Louis | 2024-09-26 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | 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 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | < 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 | 98 | -108/+194 |
| |/ / |/| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix(weatherstatus): adjustments from review comments | Julien Veyssier | 2024-09-25 | 1 | -6/+10 |
| | | | | | | | | | | | | 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 #48331 from nextcloud/fix/duplicated-conflict-resolution | Simon L. | 2024-09-25 | 2 | -13/+14 |
|\ \ \ | |/ / |/| | | fix(files): Fix having to resolve conflicts twice when dropping files | ||||
| * | | 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> | ||||
* | | | 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> | ||||
* | | | fix(tests): Also check that the backup status works | Joas Schilling | 2024-09-25 | 1 | -0/+12 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | fix(tests): Make timing test more reliable | Joas Schilling | 2024-09-25 | 1 | -1/+4 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-25 | 172 | -182/+222 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(files): Link share URL was not generated due to typo | Ferdinand Thiessen | 2024-09-24 | 1 | -3/+4 |
| | | | | | | | | | | | | `toen` vs `token` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | refactor(updatenotification): Migrate legacy code | Ferdinand Thiessen | 2024-09-24 | 6 | -45/+85 |
| | | | | | | | | | | | | | | 1. Remove hook usage and just provide an initial state 2. Replace jQuery code with modern non-deprecated frontend code Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #32018 from nextcloud/cleanup/event/trashbin | Côme Chilliet | 2024-09-24 | 8 | -71/+87 |
|\ \ | |/ |/| | Port files trashbin events to IEventDispatcher/IEventListener | ||||
| * | fix(tests): Fix tests now that trashbin listens to events properly | Côme Chilliet | 2024-09-23 | 1 | -17/+11 |
| | | | | | | | | | | | | | | Hooks are cleared in test bootstrap so switching to events activates them in tests. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | chore: Use SPDX headers and property promotion in new files | Côme Chilliet | 2024-09-23 | 1 | -18/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | feat(trashbin): Port files trashbin events to IEventDispatcher/IEventListener | Carl Schwan | 2024-09-23 | 7 | -54/+92 |
| | | | | | | | | | | | | | | | | oc_hooks is deprecated and will at some point be removed Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: Ensure app discover section is returned as listfix/app-discover | Ferdinand Thiessen | 2024-09-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #44945 from nextcloud/rakekniven-patch-1 | Joas Schilling | 2024-09-24 | 1 | -1/+1 |
|\ \ | |/ |/| | fix(i18n): Changed grammar | ||||
| * | fix(translations): Changed grammar | rakekniven | 2024-09-23 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-23 | 6 | -6/+10 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48111 from ↵ | Côme Chilliet | 2024-09-23 | 1 | -0/+5 |
|\ | | | | | | | | | nextcloud/fix/move-storage-constructor-to-specific-interface fix: Move storage constructor to specific interface | ||||
| * | fix: Move storage constructor to specific interface | Côme Chilliet | 2024-09-23 | 1 | -0/+5 |
| | | | | | | | | | | | | That allows Wrappers to use DI and not care about the constructor Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #48223 from nextcloud/feat/add-rector-config | Côme Chilliet | 2024-09-23 | 69 | -137/+137 |
|\ \ | | | | | | | Add rector config | ||||
| * | | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 69 | -137/+137 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #48175 from ↵ | Joas Schilling | 2024-09-23 | 9 | -46/+41 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/followup/48086/fix-more-activity-providers fix(activity): Update more activity providers to use new exceptions | ||||
| * | | | fix(activity): Update more activity providers to use new exceptionsfollowup/48086/fix-more-activity-providers | Joas Schilling | 2024-09-23 | 9 | -46/+41 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #48215 from nextcloud/bugfix/noid/run-all-unit-tests | Joas Schilling | 2024-09-23 | 3 | -15906/+27 |
|\ \ \ \ | |/ / / |/| | | | fix(tests): Fix test selection and run unit tests of DAV and user_status | ||||
| * | | | test: fix ContactsMigratorTestbugfix/noid/run-all-unit-tests | Anna Larch | 2024-09-19 | 2 | -15894/+21 |
| | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
| * | | | fix(user_status): Fix integration test of user status | Joas Schilling | 2024-09-19 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | fix(tests): Fix test selection and run unit tests of DAV and user_status | Joas Schilling | 2024-09-19 | 1 | -7/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | fix(users): Don't crash if disabled user is missing in the databaseartonge/fix/prevent_missing_users_from_crashing_disabled_users_search | Louis Chemineau | 2024-09-23 | 1 | -0/+2 |
| |_|/ |/| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> |