Claudio Cambra
|
913707edb3
|
Merge pull request #5966 from nextcloud/feature/generate-password-for-require-password-share
Generate a suggested password when server requires password for share creation
|
2023-08-22 21:59:36 +08:00 |
|
Claudio Cambra
|
12d9a484c0
|
Suggest a password when password is enforced on server
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-22 21:26:19 +08:00 |
|
Claudio Cambra
|
bfa7fc5299
|
Move createRandomPassword to public static Q_INVOKABLE method of ShareModel
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-22 21:26:19 +08:00 |
|
Matthieu Gallien
|
e83c2c86e6
|
Merge pull request #5948 from nextcloud/bugfix/share-password-entry-display
Hide password field in share settings when share type does not support passwords
|
2023-08-22 11:00:24 +02:00 |
|
Claudio Cambra
|
8bda3fdce7
|
Hide password field in share settings when share type does not support passwords
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-22 10:11:13 +02:00 |
|
Nextcloud bot
|
658e9cd8d4
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-08-22 03:09:34 +00:00 |
|
Matthieu Gallien
|
5183455dd7
|
Merge pull request #5978 from nextcloud/bugfix/lockUnlockVirtualFiles
update read-only status of virtual files when needed for lock state
|
2023-08-21 16:37:45 +02:00 |
|
Matthieu Gallien
|
a7c163968a
|
update read-only status of virtual files when needed for lock state
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2023-08-21 12:57:16 +02:00 |
|
Matthieu Gallien
|
aa55275cc8
|
add an automated test to check that locked files are read-only
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2023-08-21 12:57:16 +02:00 |
|
Nextcloud bot
|
0bcc772c0a
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-08-17 02:47:17 +00:00 |
|
Matthieu Gallien
|
4d650e7e63
|
Merge pull request #5971 from nextcloud/bugfix/fixFilenameEncodingTestOnWindows
on windows file names can always be encoded: fix wrong test
|
2023-08-16 13:50:50 +02:00 |
|
Matthieu Gallien
|
f90cb239f3
|
on windows file names can always be encoded: fix wrong test
inspired by https://github.com/owncloud/client/pull/6820
Close #5935
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2023-08-16 10:44:37 +02:00 |
|
Matthieu Gallien
|
ac3fc531ff
|
test that discovery of file names with UTF-8 is working
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2023-08-16 10:44:37 +02:00 |
|
Nextcloud bot
|
f990b23ae7
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-08-16 02:35:11 +00:00 |
|
Nextcloud bot
|
b519cea79d
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-08-15 03:13:17 +00:00 |
|
Nextcloud bot
|
888e537322
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-08-14 02:42:12 +00:00 |
|
Nextcloud bot
|
cf24d39b9e
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-08-13 02:35:32 +00:00 |
|
Nextcloud bot
|
9d1b97addf
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-08-12 02:42:20 +00:00 |
|
Claudio Cambra
|
c805e202c4
|
Merge pull request #5965 from nextcloud/feature/allow-resharing-share
Add "Allow resharing" option to share dialog
|
2023-08-12 00:26:08 +08:00 |
|
Claudio Cambra
|
d428915d35
|
More distinctly name server allowing resharing property
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-11 22:59:59 +08:00 |
|
Claudio Cambra
|
372cd9b9a4
|
Hide 'Allow resharing' checkbox when resharing not allowed by server
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-11 22:59:59 +08:00 |
|
Claudio Cambra
|
172c7ab711
|
Add resharing allowed property to ShareModel
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-11 22:59:59 +08:00 |
|
Claudio Cambra
|
4b3d6c5316
|
Make busy indicator for share permissions cover all share permission check/radio boxes
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-11 22:59:59 +08:00 |
|
Claudio Cambra
|
a344ff7c91
|
Add checkbox in share details page for resharing allowed setting
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-11 22:59:59 +08:00 |
|
Claudio Cambra
|
acb22b1684
|
Add role for resharing allowed in share model
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-11 22:59:59 +08:00 |
|
Claudio Cambra
|
c05e1920bb
|
Fix share permission values
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-11 22:59:59 +08:00 |
|
Nextcloud bot
|
aec5f09212
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-08-11 02:41:23 +00:00 |
|
Nextcloud bot
|
9058ae3615
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-08-10 02:42:45 +00:00 |
|
Nextcloud bot
|
5659df2a17
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-08-09 03:04:11 +00:00 |
|
Nextcloud bot
|
f1e6c51f2c
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-08-08 02:44:13 +00:00 |
|
Claudio Cambra
|
f529dd6e6d
|
Merge pull request #5872 from nextcloud/work/do-not-mod-new-files-unnecessarily
Do not modify discovered files on disk if not necessary
|
2023-08-07 17:28:37 +08:00 |
|
Claudio Cambra
|
812e696d53
|
Set modificationHappened to also depend on file size change
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-07 16:25:19 +08:00 |
|
Claudio Cambra
|
1cd537f928
|
Add test for unmodified local files not getting mtimes changed upon upload to server
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-07 16:25:19 +08:00 |
|
Claudio Cambra
|
67e6546e1a
|
Add find method to DiskFileModifier class in SyncEngineTestUtils
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-07 16:25:19 +08:00 |
|
Claudio Cambra
|
4681d27de5
|
Ensure file modification time is set if item modtime differs from journal modtime
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-07 16:25:19 +08:00 |
|
Claudio Cambra
|
961033efc1
|
Only attempt conversion to placeholder on new file if VFS enabled in SyncEngine::slotItemDiscovered
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-07 16:25:19 +08:00 |
|
Claudio Cambra
|
fe829e2693
|
Only change modification time if any modifications were actually made on downsynced file
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-07 16:25:19 +08:00 |
|
Claudio Cambra
|
9811d35a96
|
Return bool from FileSystem::setFileReadOnlyWeak depending on whether permission change was actually made or not
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-07 16:25:19 +08:00 |
|
Claudio Cambra
|
32145342c8
|
Unify else and if in SyncEngine::slotItemDiscovered for filesystem setmodtime check
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-07 16:25:19 +08:00 |
|
Nextcloud bot
|
0a86967f14
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-08-07 02:41:59 +00:00 |
|
Nextcloud bot
|
2d4568648f
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-08-06 02:37:40 +00:00 |
|
Nextcloud bot
|
e05086f989
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-08-05 02:41:35 +00:00 |
|
Claudio Cambra
|
a89fe84459
|
Merge pull request #5868 from nextcloud/work/folder-threshold-improve
Add option to notify when synced folder overcomes set size limit
|
2023-08-04 18:29:56 +08:00 |
|
Claudio Cambra
|
a5d7c75e6f
|
Add additional logging for folder size check
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-04 17:44:23 +08:00 |
|
Claudio Cambra
|
6d56621520
|
Deduplicate whitelistFolderPath and blacklistFolderPath
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-04 17:44:23 +08:00 |
|
Claudio Cambra
|
a7fcb846ab
|
Extract folder now big activity generation into separate method
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-04 17:44:22 +08:00 |
|
Claudio Cambra
|
cbad4347bd
|
Extract notifying of existing folder now big to separate static method
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-04 17:44:22 +08:00 |
|
Claudio Cambra
|
e1f342c320
|
Declare whitelist and blacklist activity verbs as static constexprs in activitydata, refer to this in usage
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-04 17:44:22 +08:00 |
|
Claudio Cambra
|
5db79261f6
|
Fix breakages in testactivitylistmodel caused by recent activitylistmodel changes
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-04 17:44:22 +08:00 |
|
Claudio Cambra
|
e987fe88c5
|
Fix generation of context menu activity links
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2023-08-04 17:44:22 +08:00 |
|