Nicolas Fella
|
bc3eb7845d
|
Remove unneeded target_link_libraries
OS_SPECIFIC_LINK_LIBRARIES is always empty here
Signed-off-by: Nicolas Fella <nicolas.fella@gmx.de>
|
2021-09-01 11:43:03 +00:00 |
|
Nicolas Fella
|
72277726a3
|
Remove unneeded include_directories
Signed-off-by: Nicolas Fella <nicolas.fella@gmx.de>
|
2021-09-01 11:43:03 +00:00 |
|
Nicolas Fella
|
18ddb9df4a
|
Use CMAKE_INSTALL_DATADIR instead of custom DATADIR
CMake provides what we wan out of the box
Signed-off-by: Nicolas Fella <nicolas.fella@gmx.de>
|
2021-09-01 11:43:03 +00:00 |
|
Nicolas Fella
|
d247e4791a
|
Remove copy of GNUInstallDirs
It is provided by CMake itself
Signed-off-by: Nicolas Fella <nicolas.fella@gmx.de>
|
2021-09-01 11:43:03 +00:00 |
|
Nextcloud bot
|
49a3a7d7c7
|
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2021-09-01 03:53:21 +00:00 |
|
Felix Weilbach
|
9ce161679a
|
Merge pull request #3719 from pprkut/svg
Allow using rsvg-convert to generate pngs instead of inkscape
|
2021-08-31 15:30:32 +02:00 |
|
Heinz Wiesinger
|
727de34879
|
Allow using rsvg-convert to generate pngs instead of inkscape
Signed-off-by: Heinz Wiesinger <pprkut@liwjatan.org>
|
2021-08-31 14:52:46 +02:00 |
|
Matthieu Gallien
|
8b71a1f305
|
Merge pull request #3683 from nextcloud/ci/fixClangTidyConfigFile
fix name of one clang-tidy check
|
2021-08-31 11:38:19 +02:00 |
|
Matthieu Gallien
|
d17d831205
|
switch from Q_DECL_OVERRIDE to plain override
our requirements guarantee availability of override keyword so we just
use it
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2021-08-31 08:35:57 +00:00 |
|
Matthieu Gallien
|
25669938fd
|
let clang-tidy add missing override after enabling again the check
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2021-08-31 08:35:56 +00:00 |
|
Matthieu Gallien
|
0c3f5cde12
|
fix name of one clang-tidy check
allow modernize-use-override to work fine
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2021-08-31 08:35:56 +00:00 |
|
Nextcloud bot
|
843b9d45f4
|
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2021-08-31 03:54:33 +00:00 |
|
Nextcloud bot
|
494e100b0f
|
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2021-08-30 03:53:26 +00:00 |
|
Nextcloud bot
|
02e518381c
|
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2021-08-29 03:52:22 +00:00 |
|
Nextcloud bot
|
1d4f6ab19d
|
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2021-08-28 04:24:43 +00:00 |
|
Nextcloud bot
|
6ae83c25ed
|
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2021-08-27 03:55:02 +00:00 |
|
Matthieu Gallien
|
e83d441d42
|
Merge pull request #3697 from nextcloud/bugfix/warnings2
Fix more warnings
|
2021-08-26 18:44:12 +02:00 |
|
Felix Weilbach
|
44df9283fe
|
Handle every enum value in switch statement
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
|
2021-08-26 15:52:25 +00:00 |
|
Felix Weilbach
|
23fca8019b
|
Add parens around && in || statement
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
|
2021-08-26 15:52:25 +00:00 |
|
Felix Weilbach
|
4d72d375f2
|
Fix warnings related to wrong ordering of ctor init
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
|
2021-08-26 15:52:25 +00:00 |
|
Matthieu Gallien
|
210e736bf5
|
Merge pull request #3715 from nextcloud/i18n/fixUnecessaryTrCall
remove a tr call where translator cannot do anything meaningful
|
2021-08-26 17:51:04 +02:00 |
|
Matthieu Gallien
|
601c4fb3c0
|
remove a tr call where translator cannot do anything meaningful
close #3708
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2021-08-26 15:26:54 +00:00 |
|
Matthieu Gallien
|
fbe39db773
|
Merge pull request #3698 from nextcloud/bugfix/nextcloud-cmd-documentation-update
Update nextcloudcmd documentation.
|
2021-08-26 09:48:37 +02:00 |
|
allexzander
|
4927e48bf3
|
Update nextcloudcmd documentation.
Signed-off-by: allexzander <blackslayer4@gmail.com>
|
2021-08-26 10:38:06 +03:00 |
|
Nextcloud bot
|
3feba08965
|
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2021-08-26 03:54:45 +00:00 |
|
Matthieu Gallien
|
c263c8b8ca
|
Merge pull request #3712 from nextcloud/ci/fixMacCompilation
fix build socket api Mac specific file is now in a subdirectory
|
2021-08-25 16:55:52 +02:00 |
|
Matthieu Gallien
|
23bd4675fd
|
fix build socket api Mac specific file is now in a subdirectory
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2021-08-25 14:02:05 +00:00 |
|
Valdnet
|
99c022cb00
|
Merge pull request #3627 from nextcloud/Valdnet-patch-1
l10n: Remove line break
|
2021-08-25 11:48:08 +02:00 |
|
Valdnet
|
86cb56757e
|
l10n: Remove line break
A line break is unnecessary in this message.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
|
2021-08-25 09:11:06 +00:00 |
|
Nextcloud bot
|
89cb1f437c
|
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2021-08-25 03:52:44 +00:00 |
|
Matthieu Gallien
|
df36c97bb5
|
Merge pull request #3709 from nextcloud/bugfix/updateServerSupportedVersions
support server versions for one year after it is end of life
|
2021-08-24 16:48:03 +02:00 |
|
Matthieu Gallien
|
ecb13d36f3
|
support server versions for one year after it is end of life
according to https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2021-08-24 14:51:31 +02:00 |
|
Nextcloud bot
|
df1bc519b7
|
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2021-08-24 03:53:34 +00:00 |
|
Matthieu Gallien
|
9c01989370
|
Merge pull request #3705 from nextcloud/bugfix/removeBrokenAssert
remove broken assert that is not needed and break account setup
|
2021-08-23 15:02:09 +02:00 |
|
Matthieu Gallien
|
22a5fadc13
|
remove broken assert that is not needed and break account setup
it has been also removed from the original branch so no problem removing
it
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2021-08-23 14:13:58 +02:00 |
|
Matthieu Gallien
|
1bbb09a7ef
|
Merge pull request #3619 from nextcloud/feat/workflow-auto-update-command-rebase.yml
Updating command-rebase.yml workflow from template
|
2021-08-23 12:19:55 +02:00 |
|
Nextcloud bot
|
f00c27b4f3
|
Updating command-rebase.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2021-08-23 08:50:42 +00:00 |
|
Matthieu Gallien
|
138323b79d
|
Merge pull request #3669 from nextcloud/bugfix/variousFixesV2
Bugfix/various fixes v2
|
2021-08-23 10:40:32 +02:00 |
|
Matthieu Gallien
|
0456cacd79
|
fix clang-tidy check for usage of =default
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2021-08-23 09:44:34 +02:00 |
|
Hannah von Reth
|
c273c8f71b
|
Ensure the socket listener still exists
|
2021-08-23 09:44:34 +02:00 |
|
Hannah von Reth
|
4b0122093a
|
Add socket command to upload a selection of files based on a regex
(cherry picked from commit 0ded3a56a9f3470a951b18eaa9d3c1b5e8db1135)
|
2021-08-23 09:44:34 +02:00 |
|
Hannah von Reth
|
010fccb4fa
|
Remove dead code
|
2021-08-23 09:44:34 +02:00 |
|
Christian Kamm
|
ebaa98fa7a
|
owncloudcmd: Use env vars for chunk sizes #7078
Moves a bunch of env var reading from Folder into SyncOptions.
|
2021-08-23 09:44:34 +02:00 |
|
Hannah von Reth
|
10e02b0031
|
Don't create QStringList copy first
|
2021-08-23 09:44:34 +02:00 |
|
Hannah von Reth
|
44fa4aad88
|
Always call doLog to ensure we get a crash log
|
2021-08-23 09:44:34 +02:00 |
|
Hannah von Reth
|
d16b2bd369
|
Send crash log as comment
|
2021-08-23 09:44:34 +02:00 |
|
Hannah von Reth
|
1ff3a0f8b6
|
Remove anchient debug msg that mutated to a warning over the year
|
2021-08-23 09:44:34 +02:00 |
|
Hannah von Reth
|
6324ac9cac
|
Cleanup members
|
2021-08-23 09:44:34 +02:00 |
|
Hannah von Reth
|
df567efd37
|
Remove dead code
|
2021-08-23 09:44:34 +02:00 |
|
Hannah von Reth
|
990ce6ed05
|
Dump the last 20 lines of logs to a file when we crash
Fixes: #8467
|
2021-08-23 09:44:34 +02:00 |
|