Commit graph

20339 commits

Author SHA1 Message Date
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
Nextcloud bot
6723ff7862
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-29 02:43:36 +00:00
Nextcloud bot
56c25a9c71
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-28 02:43:52 +00:00
Nextcloud bot
12678febcf
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-27 02:42:51 +00:00
Matthieu Gallien
a9925b4e3c
Merge pull request #6072 from nextcloud/bugfix/legacy-migration
Bugfix/legacy migration
2023-09-26 17:02:28 +02:00
Matthieu Gallien
d517cbfd68 fix build by making unique_ptr not const if we std::move it
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-09-26 15:40:38 +02:00
Camila
d6eb5c5c7c Address PR comments.
Signed-off-by: Camila <hello@camila.codes>
2023-09-26 14:03:37 +02:00
Camila
a23b9f1280 User "1" instead of "one" in thelegacy import dialogs.
Signed-off-by: Camila <hello@camila.codes>
2023-09-26 14:03:37 +02:00
Camila
6a170bf394 Application function and var renames and clean up setupConfigFile function.
Signed-off-by: Camila <hello@camila.codes>
2023-09-26 14:03:37 +02:00
Camila
0a5c147e2d Rename FolderMan::setupFolderFromOldConfigFile => FolderMan::setupLegacyFolder
Signed-off-by: Camila <hello@camila.codes>
2023-09-26 14:03:37 +02:00
Camila
b9fd13695c Fix QMessageBox 'skip' button functionality for importing legacy account.
Signed-off-by: Camila <hello@camila.codes>
2023-09-26 14:03:37 +02:00
Camila
67e9998269 Clean up code, fix comments, remove not needed function...
Signed-off-by: Camila <hello@camila.codes>
2023-09-26 14:03:37 +02:00
Camila
0db5e78d6f Improve text and buttons of notification dialogs used during legacy import.
Signed-off-by: Camila <hello@camila.codes>
2023-09-26 14:03:37 +02:00
Camila
8f9f7bd3a7 Update folder version.
Signed-off-by: Camila <hello@camila.codes>
2023-09-26 14:03:37 +02:00
Camila
6f1e1612b1 Only show message with migration status in the end of the process.
Signed-off-by: Camila <hello@camila.codes>
2023-09-26 14:03:37 +02:00
Camila
f9e4029404 Move config creation and restoring of account to new function.
Signed-off-by: Camila <hello@camila.codes>
2023-09-26 14:03:37 +02:00
Camila
23d0bfabeb Move restore legacy account logic to a function.
Signed-off-by: Camila <hello@camila.codes>
2023-09-26 14:03:37 +02:00
Nextcloud bot
b2b26b97cc
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-26 02:44:33 +00:00
Matthieu Gallien
b4a5717759
Merge pull request #6089 from nextcloud/ci/betterNamesForCiChecks
improve names of CI checks and do not run them on merges to master
2023-09-25 16:16:25 +02:00
Matthieu Gallien
bb09bc67fc improve names of CI checks and do not run them on merges to master
not convinced it is needed to run the checks after a merge to master
branch in addition to running them before merging a PR

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-09-25 11:27:13 +02:00
Matthieu Gallien
a91c96b174
Merge pull request #6083 from nextcloud/feature/optimize-caseclashconflicts-search-during-sync
Optimize CaseConflictRecords search in local DB during the sync.
2023-09-25 11:26:16 +02:00
alex-z
fde7933585 Optimize CaseConflictRecords search in local DB during the sync.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2023-09-25 10:37:10 +02:00
Nextcloud bot
b3f3cff16f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-25 02:43:46 +00:00
Nextcloud bot
db057b5713
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-24 02:44:40 +00:00
Nextcloud bot
072490a659
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-23 02:42:48 +00:00
allexzander
767af53c59
Merge pull request #6064 from nextcloud/bugfix/activity-list-fixes
Bugfix/activity list fixes
2023-09-22 17:19:30 +02:00
alex-z
1e9fa0a132 Activity list fixes and improvements. Adjusted sorting to show interactive and security activities always on top (after errors). Added button to scroll up when new activity arrives. Improved sync status scrollbar.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2023-09-22 15:28:50 +02:00
Claudio Cambra
2660b04d47
Merge pull request #6084 from nextcloud/bugfix/chunkv2-destination-header
Fix Chunk v2 upload headers
2023-09-22 20:08:01 +08:00
Claudio Cambra
a045dd71ae
Fix Chunk v2 upload headers
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2023-09-22 16:45:20 +08:00
Nextcloud bot
395edd95b2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-20 02:44:31 +00:00
Matthieu Gallien
ee345841f8
Merge pull request #5991 from nextcloud/bugfix/macos-open-after-install
Open Nextcloud after installation on macOS
2023-09-19 11:40:17 +02:00
Claudio Cambra
4660c6ebae Open Nextcloud after installation on macOS
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2023-09-19 15:46:46 +08:00
Claudio Cambra
1a0a7ec7a2
Merge pull request #6005 from nextcloud/work/remove-unused-oauth-theme-values
Remove dead OAuth code
2023-09-19 15:44:53 +08:00
Claudio Cambra
6cf04d660b Remove OAuth authentication method as it is now unused
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2023-09-19 14:58:17 +08:00
Nextcloud bot
9e74f5c508
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-19 02:39:12 +00:00
Claudio Cambra
24a9dc5527
Merge pull request #5729 from nextcloud/feature/macos-ci
Add macOS CI (and fixes for newly-found FolderWatcher bugs)
2023-09-18 14:34:57 +08:00
Claudio Cambra
00f464ca92 Fix files being skipped in coalesced path traersal in mac folder watcher
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2023-09-18 11:35:05 +08:00