Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-29 | 104 | -298/+432 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48424 from nextcloud/fix/declarative-settings-priority | Ferdinand Thiessen | 2024-09-28 | 4 | -79/+72 |
|\ | | | | | fix(settings): Sort all settings - incl declarative settings - by priority | ||||
| * | fix(settings): Sort all settings - incl declarative settings - by priorityfix/declarative-settings-priority | Ferdinand Thiessen | 2024-09-28 | 4 | -79/+72 |
| | | | | | | | | | | | | | | | | Previously declarative settings were sorted by priority but behind the "native" settings, this is now fixed, meaning a declarative setting with higher priority than an `ISetting` will be correctly rendered before that `ISetting` in the settings list. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | feat(files_sharing): Make `ShareController` download route use the DAV ↵ | Ferdinand Thiessen | 2024-09-28 | 1 | -91/+24 |
| | | | | | | | | | | | | `ZipFolderPlugin` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | feat(files): Make the files download action use WebDAV zip download | Ferdinand Thiessen | 2024-09-28 | 4 | -273/+222 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | feat(dav): New `ZipFolderPlugin` which allows to download folders using GET ↵ | Ferdinand Thiessen | 2024-09-28 | 5 | -0/+167 |
|/ | | | | | | requests Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-28 | 22 | -6/+172 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48219 from nextcloud/fix/istorage/return-types | Kate | 2024-09-27 | 14 | -330/+178 |
|\ | |||||
| * | test: Fix IStorage return types | provokateurin | 2024-09-26 | 2 | -3/+3 |
| | | | | | | | | 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 | 24 | -18/+256 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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 #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 |