1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-10-25 03:42:48 +02:00
Commit Graph

13970 Commits

Author SHA1 Message Date
Nextcloud bot
b70243c6ba
[tx-robot] updated from transifex 2020-05-19 03:23:16 +00:00
Nextcloud bot
a370d9d9c4
[tx-robot] updated from transifex 2020-05-18 03:21:59 +00:00
Nextcloud bot
0bfe78b8eb
[tx-robot] updated from transifex 2020-05-17 03:22:44 +00:00
Nextcloud bot
40b0751db9
[tx-robot] updated from transifex 2020-05-16 03:23:56 +00:00
Nextcloud bot
04404d874f
[tx-robot] updated from transifex 2020-05-15 03:23:41 +00:00
Nextcloud bot
e18e38e8b7
[tx-robot] updated from transifex 2020-05-14 03:24:41 +00:00
Nextcloud bot
11c246e052
[tx-robot] updated from transifex 2020-05-13 03:23:25 +00:00
Michael Schuster
c6764ee7b9
Merge pull request #1975 from nextcloud/backport/1974/stable-2.6
[stable-2.6] Don't silently kill debug messages
2020-05-12 19:33:01 +02:00
Kevin Ottens
90e3a580c4 Don't silently kill debug messages
The message handler globally installed by the logger silently drop
messages if the logger is not logging. On top of it, it doesn't log
debug messages by default.

Anything not logged is currently silently discarded. This can come as a
surprise to a developer trying to contribute for the first time and
adding some debug message for some reason.

We're thus trying to strike a middle ground which is that debug messages
get a regular output if the logger isn't interested in them.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-05-12 17:32:10 +00:00
Michael Schuster
9e72888aa3
Merge pull request #1973 from nextcloud/backport/1972/stable-2.6
[stable-2.6] Fix leak in FileUtil::IsChildFile
2020-05-12 17:36:42 +02:00
Kevin Ottens
1c66b08c2b Fix leak in FileUtil::IsChildFile
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-05-12 15:35:50 +00:00
Nextcloud bot
f411e6e190
[tx-robot] updated from transifex 2020-05-12 03:22:18 +00:00
Nextcloud bot
71205d6b19
[tx-robot] updated from transifex 2020-05-11 03:23:33 +00:00
Nextcloud bot
23ef3329f8
[tx-robot] updated from transifex 2020-05-10 03:24:45 +00:00
Nextcloud bot
a33465c312
[tx-robot] updated from transifex 2020-05-09 03:22:19 +00:00
Nextcloud bot
8d518f0722
[tx-robot] updated from transifex 2020-05-07 03:23:48 +00:00
Michael Schuster
c40961dc38
Merge pull request #1958 from nextcloud/backport/1949/stable-2.6
[stable-2.6] Resolve symlinks when checking for registered paths.
2020-05-04 20:41:02 +02:00
Daniel Vedder
8a23380fe1 Fixed symlink resolution for menu items.
Signed-off-by: Daniel Vedder <d.vedder@web.de>
2020-05-04 18:18:48 +00:00
Daniel Vedder
f366fe75b0 Resolve symlinks when checking for registered paths.
Fixes issue #1948: https://github.com/nextcloud/desktop/issues/1948
The client already resolves symlinks when adding new paths to the
sync-list, but the Nautilus plugin did not do this yet, causing it
to not recognise synced folders if they were accessed via a symlink.

Signed-off-by: Daniel Vedder <d.vedder@web.de>
2020-05-04 18:18:47 +00:00
Michael Schuster
a7653588ae
Merge pull request #1954 from hefee/hefee/fix-typos-2.6.4
Fix typos.
2020-05-04 20:07:02 +02:00
Camila San
e4694df69b Update ChangeLog with 2.6 series.
(cherry picked from commit c14761445b)
Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-05-04 19:52:08 +02:00
Nextcloud bot
1420c080a5
[tx-robot] updated from transifex 2020-05-04 03:21:50 +00:00
Sandro Knauß
051f4c2652 Fix typos.
Debian has a list of known typos in their checking tools.

Signed-off-by: Sandro Knauß <hefee@debian.org>
2020-05-03 23:00:17 +02:00
István Váradi
e159ba5ab8 Merge branch 'stable-2.6' of github.com:nextcloud/desktop into stable-2.6 2020-05-03 16:06:26 +02:00
Nextcloud bot
ff01533581
[tx-robot] updated from transifex 2020-05-03 03:21:50 +00:00
István Váradi
78e3ff0288 Add Groovy build
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
2020-05-02 11:03:27 +02:00
István Váradi
53a7a10abf Allow specifying the base commit and version in the configuration file
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
2020-05-02 11:03:21 +02:00
István Váradi
3a09c9658b Add Groovy build
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
2020-05-02 10:14:40 +02:00
István Váradi
e117d6d0d3 Allow specifying the base commit and version in the configuration file
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
2020-05-02 10:14:33 +02:00
István Váradi
0b7eb9d031 Change Debian build to the new more Debian-y way
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
2020-05-02 10:14:17 +02:00
Nextcloud bot
1c45d8b0e7
[tx-robot] updated from transifex 2020-05-02 03:22:21 +00:00
Dominique Fuchs
9eada70bc8
Merge pull request #1899 from danjpgriffin/stable-2.6
Free IconJob after use
2020-05-01 10:06:41 +02:00
Nextcloud bot
5de080a52f
[tx-robot] updated from transifex 2020-05-01 03:26:38 +00:00
Dan Griffin
3630a5e45b Free IconJob after use
Signed-off-by: Dan Griffin <github.mk@xiragon.com>
2020-04-30 17:34:12 +02:00
Nextcloud bot
f286546435
[tx-robot] updated from transifex 2020-04-30 03:26:07 +00:00
Nextcloud bot
2172586e5b
[tx-robot] updated from transifex 2020-04-29 03:22:36 +00:00
Nextcloud bot
9ae02a605c
[tx-robot] updated from transifex 2020-04-28 03:23:13 +00:00
István Váradi
5bfd5d2260 Add Groovy-specific files
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
2020-04-27 19:10:31 +02:00
István Váradi
069fd53cf6 Generate alpha, beta and stable versions
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
2020-04-27 19:10:26 +02:00
István Váradi
04e53c39a1 Generate more unique and ordered version numbers for Debian builds
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
2020-04-27 19:10:20 +02:00
Nextcloud bot
3bc6d468e9
[tx-robot] updated from transifex 2020-04-27 03:21:35 +00:00
Dominique Fuchs
b09516f0e9
Merge pull request #1909 from heirecka/fix-build-with-qt-5-15
include QPainterPath to maintain compatibility with future Qt versions
2020-04-25 12:26:28 +02:00
Nextcloud bot
8ff738fd43
[tx-robot] updated from transifex 2020-04-24 03:38:36 +00:00
Nextcloud bot
f382309bdb
[tx-robot] updated from transifex 2020-04-23 03:28:25 +00:00
Nextcloud bot
50f2ec2e62
[tx-robot] updated from transifex 2020-04-22 03:25:06 +00:00
Nextcloud bot
07cfbd7670
[tx-robot] updated from transifex 2020-04-20 03:22:24 +00:00
Nextcloud bot
93515deb81
[tx-robot] updated from transifex 2020-04-18 03:22:57 +00:00
Michael Schuster
112a8ccdf1
Merge pull request #1934 from nextcloud/backport/1933/stable-2.6
[stable-2.6] Fix build of Dolphin integration
2020-04-17 20:05:46 +02:00
Nicolas Fella
acc59e466c Fix build of Dolphin integration
config.h needs to be included in the header already since we use APPLICATION_ICON_NAME there. This got introduced in 6fc877577c

Signed-off-by: Nicolas Fella <nicolas.fella@gmx.de>
2020-04-17 18:04:54 +00:00
Nextcloud bot
0a501e0469
[tx-robot] updated from transifex 2020-04-17 03:23:11 +00:00