Commit graph

17493 commits

Author SHA1 Message Date
Nextcloud bot
5c7cce6dfe
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-02 03:51:13 +00:00
Nextcloud bot
72f32fc4f4
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-31 03:52:13 +00:00
Nextcloud bot
a8f8b6d36c
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-30 03:52:09 +00:00
allexzander
fdba105a0d
Merge pull request #4022 from antonio-rojas/patch-1
Unbreak loading translations
2021-12-28 11:34:04 +02:00
Antonio Rojas
9d4d11df61 Unbreak loading translations
Commit 18ddb9df4a changed SHAREDIR to point to CMAKE_INSTALL_DATADIR, which is a relative path by default. This prevents the C++ code from finding the translations at runtime.

Signed-off-by: Antonio Rojas <arojas@archlinux.org>
2021-12-28 08:07:04 +00:00
Nextcloud bot
493da5f964
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-28 03:52:02 +00:00
Nextcloud bot
9b5a16e57e
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-27 03:50:47 +00:00
Nextcloud bot
f1e17c6672
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-25 03:51:24 +00:00
Nextcloud bot
3909f62fa9
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-24 03:54:07 +00:00
Nextcloud bot
df40bee75e
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-23 03:52:20 +00:00
Nextcloud bot
55e6301fa6
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-22 03:54:00 +00:00
Nextcloud bot
d549a16ee8
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-21 03:52:58 +00:00
Claudio Cambra
2ba0df3d3c
Merge pull request #4090 from nextcloud/feature/hide-share-for-deleted
Hide share button for deleted files and ignored files in tray activity
2021-12-20 17:39:16 +01:00
Claudio Cambra
8c091a2daa Hide share button for deleted and ignored files in tray activity
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2021-12-20 16:07:11 +00:00
Nextcloud bot
fc366933e4
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-20 03:55:12 +00:00
Nextcloud bot
e62ce9e6e3
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-19 03:58:02 +00:00
Nextcloud bot
728f5fe2cd
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-18 03:52:32 +00:00
Matthieu Gallien
49a81a7a2c
Merge pull request #4096 from nextcloud/Valdnet-patch-2
l10n: Remove parenthesis
2021-12-17 09:44:44 +01:00
Valdnet
cedf079762
Remove parenthesis
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-12-17 08:53:35 +01:00
Nextcloud bot
d61983643a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-17 03:56:40 +00:00
Matthieu Gallien
a5275e37d1
Merge pull request #4092 from nextcloud/bugfix/protectLastGetModTimeCalls
ensure any errors after calling FileSystem::getModTime are handled
2021-12-16 16:00:29 +01:00
Matthieu Gallien
3e82466d5e ensure any errors after calling FileSystem::getModTime are handled
be sure that even in release mode no errors when calling getModTime
could be ignored

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-12-16 15:28:46 +01:00
Nextcloud bot
384c4bb3f8
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-16 03:52:20 +00:00
allexzander
4c447b06a2
Merge pull request #4058 from nextcloud/bugfix/do-not-crash-on-cancele-delete-jobs
Do not crash on findAndCancelDeletedJob
2021-12-15 16:33:46 +02:00
alex-z
b66ba8ba0a Added sync stop when failed to cancel delete jobs.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-12-15 13:41:30 +00:00
alex-z
6381acf85b Do not crash on findAndCancelDeletedJob.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-12-15 13:41:29 +00:00
Nextcloud bot
3758cdf818
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-15 03:51:41 +00:00
allexzander
3b4b2c7a50
Merge pull request #4079 from nextcloud/bugfix/ecm-add-app-icon-fix-mac
Fix CMake error in ECMAddAppIcon for mac
2021-12-14 20:16:48 +02:00
alex-z
2482ca7ea7 Fix CMake error in ECMAddAppIcon for mac.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-12-14 17:31:21 +00:00
Matthieu Gallien
e092909b81
Merge pull request #4076 from nextcloud/bugfix/avoidSyncGettingStuck
Bugfix/avoid sync getting stuck
2021-12-14 17:24:54 +01:00
Matthieu Gallien
24f1d2ce89 fix review comment
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-12-14 15:28:42 +00:00
Matthieu Gallien
f581f71058 ensure bulk upload jobs finished after an error
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-12-14 15:28:42 +00:00
allexzander
958a9a3aed
Merge pull request #4073 from nextcloud/feature/force-vfs
Enforce VFS. Disable 'Make always available locally'.
2021-12-14 17:18:42 +02:00
alex-z
3f3b752e44 Save folder settings to config when force-switching VFS.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-12-14 16:33:35 +02:00
alex-z
1244e96681 Enforce VFS. Disable 'Make always available locally'.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-12-14 15:03:57 +02:00
Matthieu Gallien
b021460290
Merge pull request #4074 from nextcloud/bugfix/forceDownloadLocalInvalidFiles
Bugfix/force download local invalid files
2021-12-14 11:15:10 +01:00
Matthieu Gallien
9a201a8963 force download from server for local files that have invalid dates
will trigger if local state is incoherent
like the file itself haveing 0 or negative modtime and the database not

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-12-14 10:00:59 +01:00
Nextcloud bot
5b696e5cf3
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-14 03:51:16 +00:00
Nextcloud bot
3c62c9ddb8
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-13 03:51:32 +00:00
Nextcloud bot
284a5eff89
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-12 03:53:39 +00:00
Nextcloud bot
a0b7ba6d9b
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-11 03:52:23 +00:00
Matthieu Gallien
e1d5a2a4c1
Merge pull request #4064 from nextcloud/bugfix/syncStuckOnError
Bugfix/sync stuck on error
2021-12-10 13:37:20 +01:00
Matthieu Gallien
8ead035016 do not get stuck forever in sync in case of errors
when a local file has invalid date and we try to upload it, properly
handle the error such that we are not stuck forever in sync state

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-12-10 11:28:35 +01:00
Nextcloud bot
7e19462312
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-10 03:55:50 +00:00
Matthieu Gallien
881697d3d7
Merge pull request #4055 from nextcloud/bugfix/3.4.1RC1
Bugfix/3.4.1 rc1
2021-12-09 10:08:26 +01:00
Matthieu Gallien
66d981aa64 remove files which gets downloaded with an invalid modified time
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-12-09 10:00:36 +01:00
Nextcloud bot
f2219ee717
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-09 03:55:42 +00:00
Matthieu Gallien
833e3bbcf6
Merge pull request #4045 from nextcloud/bugfix/assertInvalidModtime
Bugfix/assert invalid modtime
2021-12-08 09:00:25 +01:00
Matthieu Gallien
8696670909 add log statements for each new assert about invalid modified time
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-12-08 07:22:24 +00:00
Matthieu Gallien
791073bd28 recover from local invalid modifie time: force download from server
force file download if local modified time is invalid and server has
valid modified time

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-12-08 07:22:24 +00:00