Camila
d7a72d679e
Upgrade to Mac OS 12.0.0.
...
- Mac OS Monterey should be the minimun OS version since Apple stopped
supporting anything bellow.
Signed-off-by: Camila <hello@camila.codes>
2023-10-25 09:49:39 +02:00
Nextcloud bot
d4e7dcb816
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-25 03:02:20 +00:00
allexzander
511af3a0a8
Merge pull request #6160 from nextcloud/bugfix/vfs-error-dialog-on-uknown-error
...
Do not show failure popul for VFS when hydration finished with code 200 or 204.
2023-10-24 13:00:32 +02:00
alex-z
5f9e04dad3
Do not show failure popul for VFS when hydration finished with code 200 or 204.
...
Signed-off-by: alex-z <blackslayer4@gmail.com>
2023-10-24 13:00:22 +02:00
Nextcloud bot
ad4b7b1347
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-24 02:47:14 +00:00
allexzander
b3621877e9
Merge pull request #6150 from nextcloud/feature/settings-dialog-design-improvements
...
Improve Settings dialog design.
2023-10-23 16:45:47 +02:00
alex-z
bc91eac2e5
Improve Settings dialog design.
...
Signed-off-by: alex-z <blackslayer4@gmail.com>
2023-10-23 12:45:24 +02:00
Nextcloud bot
96fecb6714
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-23 02:48:21 +00:00
Nextcloud bot
b8cb491c4c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-22 02:50:48 +00:00
Nextcloud bot
9affe5399d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-21 02:43:46 +00:00
allexzander
c4c9709797
Merge pull request #6140 from nextcloud/feature/better-error-messages-for-vfs
...
Show more informative error message when VFS hydration fails. Displaya popup and put an error into activity list. More detailed logs.
2023-10-20 16:56:41 +02:00
alex-z
727cd797ff
Show more informative error message when VFS hydration fails. Display a popup and put an error into activity list. More detailed logs.
...
Signed-off-by: alex-z <blackslayer4@gmail.com>
2023-10-20 14:54:42 +02:00
Nextcloud bot
bac61c7a6b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-18 03:11:45 +00:00
Matthieu Gallien
d1a2858f24
Merge pull request #6135 from nextcloud/ci/clazyFixes
...
Ci/clazy fixes
2023-10-17 10:02:58 +02:00
Matthieu Gallien
8b0d6dc322
avoid for loops detaching the container when uneeded
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-10-17 09:32:34 +02:00
Matthieu Gallien
a46bc8e8b0
fix mising emit keyword in two places when emitting a signal
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-10-17 09:32:34 +02:00
Matthieu Gallien
a1e6c562ea
remove duplicated signals overriding the same signal in base class
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-10-17 09:32:34 +02:00
Matthieu Gallien
fcd5a86349
signals/slots need to have fully qualified arguments
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-10-17 09:32:34 +02:00
Matthieu Gallien
ab5984549c
Merge pull request #6134 from nextcloud/bugfix/restoreFoldersRecursively
...
Bugfix/restore folders recursively
2023-10-17 07:38:36 +02:00
Matthieu Gallien
242135d9d9
remove deprecated openssl 3.0 warnings
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-10-16 22:00:00 +02:00
Matthieu Gallien
15a45a21c1
when sync is completed and data fingerprint changed, update it
...
in case sync would complete after a data fingerprint change, we should
tolerate some errors
a file being blacklisted for whatever reason should not block the
propagation of data fingerprint
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-10-16 22:00:00 +02:00
Matthieu Gallien
27b807d164
ensure we do not restore unselected folders from selective sync
...
we should not try to restore files/folders no longer synced because of
selective sync when detecting a data fingerprint change
in case the user deselect a folder from selective sync list, we would do
a local delete
in case the client is also detecting a change of data fingerprint (or is
stuck in restore mode) then instead of applying the new set of selected
folders to sync, it would upload unselected files/folders
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-10-16 22:00:00 +02:00
Matthieu Gallien
0e4ac85f69
in debug builds, we want immediate log flush and debug output
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-10-16 22:00:00 +02:00
Matthieu Gallien
4ca69f6c44
Merge pull request #6133 from nextcloud/bugfix/chunk-v2-dest-header
...
Fix chunk v2 destination header
2023-10-16 11:06:19 +02:00
Claudio Cambra
f6140f5b5f
Also add destination header to initial chunk folder MKCOL
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2023-10-16 10:11:00 +02:00
Claudio Cambra
2b9b182204
Move destination header build to own method
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2023-10-16 10:11:00 +02:00
Claudio Cambra
a29af562de
Provide full url for chunked upload destination header
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2023-10-16 10:11:00 +02:00
Claudio Cambra
105834c82b
Add utility method to remove leading slashes from paths
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2023-10-16 10:11:00 +02:00
Nextcloud bot
4a36138679
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-14 02:45:33 +00:00
Nextcloud bot
16e1d1a406
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-13 04:09:58 +00:00
Nextcloud bot
d7cfe9d39c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-12 02:41:40 +00:00
Nextcloud bot
2ebe3d937b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-11 02:50:24 +00:00
Nextcloud bot
66ba230e7a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-09 02:44:26 +00:00
Nextcloud bot
b8fe7ba6c2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-08 02:47:50 +00:00
Nextcloud bot
d2cbc0f6ad
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-07 04:06:54 +00:00
allexzander
9289883d99
Merge pull request #6114 from nextcloud/feature/use-material-icons
...
Use material icon for folders.
2023-10-06 11:10:53 +02:00
alex-z
37b22c021c
Use material icon for folders.
...
Signed-off-by: alex-z <blackslayer4@gmail.com>
2023-10-06 10:18:31 +02:00
Nextcloud bot
646baf277f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-06 02:44:50 +00:00
allexzander
39eab0b0b8
Merge pull request #6112 from nextcloud/feature/unhide-some-discovery-logs
...
Unhide discovery logs for file deleted on the server and for discovered file
2023-10-05 12:13:29 +02:00
alex-z
623fe40c36
Unhide discovery logs for file deleted on the server and for discovered file.
...
Signed-off-by: alex-z <blackslayer4@gmail.com>
2023-10-05 10:48:06 +02:00
Nextcloud bot
f18fc601ef
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-05 02:58:32 +00:00
Claudio Cambra
5046b8c579
Merge pull request #6100 from nextcloud/bugfix/share-password-dialog
...
Prevent empty password being passed into share creation
2023-10-04 19:00:52 +08:00
Claudio Cambra
8fbd6ef790
Prevent empty password being passed into share creation
...
We already generate a new password when the share password dialog is
created, so there is really no need to clear the field when it closes.
This prevents the field being cleared before the password is sent into
the C++ code, leading to no password actually being sent to the server
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2023-10-04 18:58:38 +08:00
Matthieu Gallien
4973967885
Merge pull request #6090 from nextcloud/dependabot/github_actions/actions/github-script-6
...
Bump actions/github-script from 3 to 6
2023-10-04 09:09:59 +02:00
dependabot[bot]
c1e8755f47
Bump actions/github-script from 3 to 6
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 3 to 6.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v3...v6 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-04 08:33:43 +02:00
Nextcloud bot
263be40bf1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-04 02:45:20 +00:00
Nextcloud bot
29e8c89181
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-03 02:43:24 +00:00
Nextcloud bot
bcfe80a3b5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-02 02:43:31 +00:00
Nextcloud bot
36190326b9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-01 02:50:15 +00:00
Nextcloud bot
202966ebc9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-30 02:42:03 +00:00