Nextcloud bot
279b8e46ba
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-10 02:55:28 +00:00
Nextcloud bot
be314c3778
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-09 02:53:42 +00:00
Claudio Cambra
c0ffd38778
Merge pull request #7468 from nextcloud/bugfix/delete-proxypass-whenempty
2024-11-08 12:55:16 +08:00
Claudio Cambra
fa33dd61cf
Only present proxy password delete error if it is not a "does not exist" error
...
Prevent error on deletion when the proxy password does not exist
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-08 12:41:03 +08:00
Nextcloud bot
c75a324ef0
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-07 02:57:13 +00:00
Claudio Cambra
e1449ccb8d
Merge pull request #7398 from nextcloud/bugfix/copyright-year-macOS
...
Update copyright year in macOS info.plist template
2024-11-05 16:19:03 +09:00
Claudio Cambra
7142f55788
Update copyright year in macOS info.plist template
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-05 16:18:16 +09:00
Claudio Cambra
a255c1f1cb
Merge pull request #7401 from nextcloud/bugfix/materialised-storage-calculation-macOS
...
Fix materialised storage use calculation (macOS VFS)
2024-11-05 15:00:10 +09:00
Claudio Cambra
4f8a83b080
Start counting storage usage from 0 for macOS virtual files account
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-05 14:59:53 +09:00
Claudio Cambra
01da699e7a
Merge pull request #7397 from nextcloud/bugfix/mac-vfs-syncstatechange-freeze
...
Fix stuttering and freezing of client while computing sync state changes (macOS VFS)
2024-11-05 14:59:30 +09:00
Claudio Cambra
c48ecf8d60
Store reachability of FileProviderExt by respective account
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-05 14:59:13 +09:00
Claudio Cambra
4ecaed47df
Increase reachability retry timeout
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-05 14:59:13 +09:00
Claudio Cambra
eae8e76fd9
Slash semaphore wait delta on reachability down to 1 second
...
Any longer does not really yield any positive result and freezes the
client for longer
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-05 14:59:13 +09:00
Claudio Cambra
2214c1d3d5
Do not attempt to reach out to FileProviderExt every single time we want to check if it is reachable
...
Only check every 60 seconds, this way we do not freeze the client for 3
seconds every time that we want to check the reachability while the
extension is unreachable
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-05 14:59:13 +09:00
Nextcloud bot
e8defb9f8c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-05 02:47:40 +00:00
Nextcloud bot
8f847452bd
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-04 02:52:30 +00:00
Nextcloud bot
7f4b86f8a2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-03 02:55:25 +00:00
Claudio Cambra
64a3e843fa
Merge pull request #7428 from nextcloud/dependabot/github_actions/platisd/clang-tidy-pr-comments-1.5.1
...
Bump platisd/clang-tidy-pr-comments from 1.5.0 to 1.5.1
2024-11-03 10:22:50 +09:00
dependabot[bot]
3e048692be
Bump platisd/clang-tidy-pr-comments from 1.5.0 to 1.5.1
...
Bumps [platisd/clang-tidy-pr-comments](https://github.com/platisd/clang-tidy-pr-comments ) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/platisd/clang-tidy-pr-comments/releases )
- [Commits](https://github.com/platisd/clang-tidy-pr-comments/compare/v1.5.0...v1.5.1 )
---
updated-dependencies:
- dependency-name: platisd/clang-tidy-pr-comments
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-03 10:22:43 +09:00
Nextcloud bot
1c979d22c7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-02 03:26:12 +00:00
Nextcloud bot
416c191d5f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-01 02:45:33 +00:00
Claudio Cambra
f6b6e23a27
Merge pull request #7418 from nextcloud/bugfix/change-log-settings-fix
2024-11-01 02:08:15 +08:00
Claudio Cambra
b39f4aa68c
Do not alter the user's debug and expiration settings when changing temporary log dir setting
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-10-31 21:51:27 +08:00
Matthieu Gallien
eb50768efb
Merge pull request #7350 from nextcloud/bugfix/updatechannels
...
Bugfix update channels
2024-10-31 14:29:48 +01:00
Camila Ayres
9b33cb5e0d
Fix compiling when BUILD_UPDATER is set to OFF.
...
Only connect signal/slot for update channels listing when BUILD_UPDATER is ON.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-10-31 13:06:04 +01:00
Camila Ayres
19db552f7d
Remove check in setServerHasValidSubscription.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-10-31 13:06:04 +01:00
Camila Ayres
60e04bdb8c
Address PR feedback.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-10-31 13:06:03 +01:00
Camila Ayres
b9b9813655
Update config value when serverHasValidSubscription when accounts are added or removed.
...
To give priority to server susbscriptions and keep listing the right update channels.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-10-31 13:06:03 +01:00
Camila Ayres
a7144ca981
Fix logic for initial load of update channels and priority for user with subscription.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-10-31 13:06:03 +01:00
Camila Ayres
d0f87c3496
Save serverHasValidsubcription in the account.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-10-31 13:06:03 +01:00
Camila Ayres
664a13189b
Do not override the channels list if one of the account has enterprise.
...
Maintain stable and enterprise.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-10-31 13:06:03 +01:00
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