Camila Ayres
85a3658414
Do not override the subscription value if one of the account has enterprise.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-10-31 13:06:03 +01:00
Camila Ayres
bf09295a63
Change the list of update channels when server capabilities change.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-10-31 13:06:03 +01:00
Camila Ayres
a58e64f132
Remove checks for the update channel from the getter function.
...
It should only return the value.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-10-31 13:06:02 +01:00
Claudio Cambra
a5b6df9697
Merge pull request #7423 from nextcloud/bugfix/escaped-infoplist-xml-appvendor
...
Fix code-signing issues for vendors with special chars
2024-10-31 19:00:01 +08:00
Claudio Cambra
a57eb77131
Use xml-escaped application vendor in info plist, fixing code-signing issues for vendors with special chars
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-10-31 18:39:13 +08:00
Claudio Cambra
b27d360cb6
Add xml-escaped version of application vendor variable in CMakeLists
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-10-31 18:39:13 +08:00
Matthieu Gallien
569a69426d
Merge pull request #7439 from nextcloud/bugfix/appimage
...
Update share link for AppImage tool.
2024-10-31 11:23:48 +01:00
Camila Ayres
817a161211
Update share link for AppImage tool.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-10-31 11:23:39 +01:00
Nextcloud bot
6af7f81b01
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-31 02:46:40 +00:00
Nextcloud bot
88e94ca815
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-30 02:47:15 +00:00
Camila Ayres
eea2153727
Merge pull request #7426 from nextcloud/bugfix/accounts
...
Bugfix account removal
2024-10-29 13:41:54 +01:00
Camila Ayres
d080261692
Use const auto.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-10-29 12:40:24 +01:00
Camila Ayres
33cc5a2017
Validate http_user value before assigning it to user in the config file.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-10-29 12:40:24 +01:00
Camila Ayres
d038ae8482
Remove call to wantsAccountSaved when clearing the cookies.
...
The cookies are cleared when an account is removed, this call was
bringing back the deleted account.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-10-29 12:40:24 +01:00
Nextcloud bot
d3cc3984a6
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-29 02:44:47 +00:00
Claudio Cambra
ad492ef35a
Merge pull request #7379 from nextcloud/dependabot/github_actions/cpp-linter/cpp-linter-action-2.13.3
...
Bump cpp-linter/cpp-linter-action from 2.13.2 to 2.13.3
2024-10-28 14:27:49 +08:00
dependabot[bot]
9194a19fc9
Bump cpp-linter/cpp-linter-action from 2.13.2 to 2.13.3
...
Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action ) from 2.13.2 to 2.13.3.
- [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases )
- [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.13.2...v2.13.3 )
---
updated-dependencies:
- dependency-name: cpp-linter/cpp-linter-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 14:27:40 +08:00
Claudio Cambra
ab31f87334
Merge pull request #7413 from nextcloud/bugfix/display-multi-enforced-servers-name-only
...
Only display server name in multiple override servers dropdown
2024-10-28 14:05:17 +08:00
Claudio Cambra
00c11b248a
Only display server name in multiple override servers dropdown
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-10-28 10:13:49 +08:00
Nextcloud bot
fdb64e3968
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-27 02:55:26 +00:00
Nextcloud bot
3f57c414e8
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-26 02:45:00 +00:00
Nextcloud bot
b28661d22a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-25 14:02:06 +00:00
Nextcloud bot
61af238327
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-25 03:02:37 +00:00
Nextcloud bot
dd1880c5b7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-24 15:35:24 +00:00
Camila Ayres
89239db90a
Merge pull request #7408 from nextcloud/bugfix/enforceconfig
...
Change default of promptDeleteFiles to false
2024-10-24 14:52:47 +02:00
Camila Ayres
485a2b6afe
On upgrade notification for mass file deletion is disabled by default.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-10-24 14:31:45 +02:00
Camila Ayres
104e0720a3
Set promptDeleteFiles default to false.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-10-24 14:31:45 +02:00
Nextcloud bot
d49e2108bd
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-24 12:21:58 +00:00
Nextcloud bot
e9e788d51b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-24 03:14:24 +00:00
Matthieu Gallien
752755bb89
Merge pull request #7404 from nextcloud/bugfix/improveStateHandlingInToSIntegration
...
improve again state tracking with terms of service app
2024-10-23 18:40:55 +02:00
Matthieu Gallien
ba4b28cc00
improve logs when checking terms of service status
...
should help diagnosing a client stuck with ToS block while thinking they
had been accepted
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-10-23 18:20:08 +02:00
Matthieu Gallien
3b0f9a5beb
improve again state tracking with terms of service app
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-10-23 18:20:08 +02:00
Nextcloud bot
4c058e87ba
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-23 02:57:41 +00:00
Matthieu Gallien
9315951280
Merge pull request #7395 from nextcloud/bugfix/fixToSDetection
...
properly detect need to sign terms of service state
2024-10-22 22:40:41 +02:00
Matthieu Gallien
79fa7cd04f
properly detect need to sign terms of service state
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-10-22 22:39:38 +02:00
Matthieu Gallien
0190bf68f3
Merge pull request #7389 from nextcloud/bugfix/dealWithToSApp
...
content access denied error during discovery: verify server access
2024-10-22 18:05:31 +02:00
Matthieu Gallien
0b0b80b70f
notify user once when terms of service need to be signed
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-10-22 17:13:31 +02:00
Matthieu Gallien
51352353e4
content access denied error during discovery: verify server access
...
will trigger a check of the server connectivity in case of content
access denied reporting when listing folders during discovery
should allow discovering early that terms of service need to be signed
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-10-22 15:45:37 +02:00
Matthieu Gallien
788a381bce
Merge pull request #7385 from nextcloud/bugfix/dealWithToSApp
...
detect the terms of service app is requiring the user to sign them
2024-10-22 15:39:47 +02:00
Matthieu Gallien
968289cbf0
content access denied error during discovery: verify server access
...
will trigger a check of the server connectivity in case of content
access denied reporting when listing folders during discovery
should allow discovering early that terms of service need to be signed
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-10-22 15:03:45 +02:00
Matthieu Gallien
8ddf11d960
detect the terms of service app is requiring the user to sign them
...
will query the sign state for the terms of service and automatically
pause or resume sync
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-10-22 15:03:45 +02:00
Nextcloud bot
ca516af4d4
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-22 02:51:06 +00:00
Nextcloud bot
c255c1cce1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-21 02:44:08 +00:00
Nextcloud bot
4ca07b5ac9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-20 02:48:23 +00:00
Nextcloud bot
ec5cc503e6
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-19 03:00:31 +00:00
Matthieu Gallien
8741d5fdc3
Merge pull request #7368 from nextcloud/bugfix/pin-qt-version
...
Pin Craft Qt version to 6.7.2 and binary cache version to 24.08
2024-10-18 18:51:02 +02:00
Claudio Cambra
34b9dbefaf
Pin Craft Qt version to 6.7.2 and binary cache version to 24.08
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-10-18 18:50:52 +02:00
Matthieu Gallien
de22334070
Merge pull request #7339 from nextcloud/feature/distinguisable-shares
...
Make shares distinguishable if there are sharees with the same display name
2024-10-18 11:05:26 +02:00
Claudio Cambra
e36604271f
Ensure on removal of share that display string is updated for last (now non-)duplicate share
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-10-18 11:05:16 +02:00
Claudio Cambra
cd1d1f5833
Store duplicate indices as key-value pair with value storing bucket of all duplicates
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-10-18 11:05:16 +02:00