]>
dgit.raspbian.org Git - nextcloud-desktop.git/log
Michael Schuster [Sat, 19 Oct 2019 03:43:23 +0000 (05:43 +0200)]
Merge branch 'master' into qt-5.12.5-update-submodules
Nextcloud bot [Sat, 19 Oct 2019 03:04:56 +0000 (03:04 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Sat, 19 Oct 2019 03:04:41 +0000 (05:04 +0200)]
Update submodules for Qt 5.12.5 (qtmacgoodies)
Fetch the new submodule commits to get these fixes:
- Merge upstream: Retrieve the associated NSView more reliably: https://github.com/camilasan/qtmacgoodies/pull/1
- Bugfix for Qt 5.12.5 - Redraw the ToolBar: https://github.com/camilasan/qtmacgoodies/pull/2
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Sat, 19 Oct 2019 02:41:54 +0000 (04:41 +0200)]
Merge pull request #1526 from JohannesLorenz/clang-variadic-macro-warning-fix
Fix clang's variadic macro warnings
Michael Schuster [Sat, 19 Oct 2019 02:37:42 +0000 (04:37 +0200)]
Merge branch 'master' into clang-variadic-macro-warning-fix
Michael Schuster [Sat, 19 Oct 2019 02:36:08 +0000 (04:36 +0200)]
Merge pull request #1471 from tintou/master
Build with libcloudproviders on debian and in the AppImage
NOTE:
The admin/linux/Dockerfile is outdated and the following repo is currently used for our daily builds:
https://github.com/nextcloud/docker-ci/tree/master/client
This fix will be added there soon too.
Michael Schuster [Sat, 19 Oct 2019 01:50:43 +0000 (03:50 +0200)]
Merge branch 'master' into master
Michael Schuster [Sat, 19 Oct 2019 01:48:39 +0000 (03:48 +0200)]
Merge pull request #1456 from andwun/fix/too-low-default-poll-interval
Revert DEFAULT_REMOTE_POLL_INTERVAL back from 5 seconds to 30 seconds
Michael Schuster [Sat, 19 Oct 2019 01:40:21 +0000 (03:40 +0200)]
Merge branch 'master' into fix/too-low-default-poll-interval
Johannes Lorenz [Fri, 18 Oct 2019 03:17:23 +0000 (05:17 +0200)]
Fix clang's variadic macro warnings
Using variadic macros like `qCWarning()` without any parameter for "..."
is a GNU extension, which causes a lot of `clang` warnings:
```
desktop/src/common/ownsql.cpp:74:24: warning: must specify at least one
argument for '...' parameter of variadic macro
[-Wgnu-zero-variadic-macro-arguments]
qCWarning(lcSql) << "Error:" << _error << "for" << filename;
^
/usr/include/qt/QtCore/qloggingcategory.h:140:11: note: macro 'qCWarning'
defined here
^
```
This patch tells `clang` to be silent.
Signed-off-by: Johannes Lorenz <j.git@lorenz-ho.me>
Nextcloud bot [Fri, 18 Oct 2019 03:04:52 +0000 (03:04 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Thu, 17 Oct 2019 20:23:37 +0000 (22:23 +0200)]
Merge pull request #1504 from nextcloud/feature/remote-wipe
Remote wipe for RC1.
Michael Schuster [Thu, 17 Oct 2019 20:05:20 +0000 (22:05 +0200)]
Merge branch 'master' into feature/remote-wipe
Michael Schuster [Thu, 17 Oct 2019 20:04:18 +0000 (22:04 +0200)]
Merge pull request #1523 from nextcloud/improvement/merge-ignored-files-notification
Merge the list of ignored files/symlinks into one Activity notification.
Camila San [Wed, 24 Jul 2019 11:56:21 +0000 (13:56 +0200)]
Once client gets 401/403 from the server, check if remote wipe was requested.
- When the the users logs because of 401 or 403 errors, it checks if the
server requested the remote wipe. If yes, locally deletes account and folders
connected to the account and notify the server. If no, proceeds to ask the
user to login again.
- The app password is restored in the keychain.
- WIP: The change also includes a test class for RemoteWipe.
Signed-off-by: Camila San <hello@camila.codes>
Camila San [Thu, 17 Oct 2019 16:45:33 +0000 (18:45 +0200)]
Merge the list of ignored files/symlinks into one Activity notification.
Signed-off-by: Camila San <hello@camila.codes>
Camila Ayres [Thu, 17 Oct 2019 11:44:07 +0000 (13:44 +0200)]
Merge branch 'master' into master
Camila Ayres [Thu, 17 Oct 2019 11:35:58 +0000 (13:35 +0200)]
Merge pull request #1520 from nextcloud/fix-mac-crash-qtmacgoodies-pr-1
Pick from upstream: Update qtmacgoodies for an OSX crash fix #6930
Michael Schuster [Thu, 17 Oct 2019 03:50:38 +0000 (05:50 +0200)]
Merge branch 'master' into fix-mac-crash-qtmacgoodies-pr-1
Nextcloud bot [Thu, 17 Oct 2019 03:05:50 +0000 (03:05 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Thu, 17 Oct 2019 02:24:04 +0000 (04:24 +0200)]
Pick from upstream: Update qtmacgoodies for an OSX crash fix #6930
With Qt 5.12.5 this OC crash also applies to the Nextcloud Desktop Client on macOS.
For reference please see:
- https://github.com/owncloud/client/issues/6930
- https://github.com/guruz/qtmacgoodies/commit/
0dc7bc33282bdf3ea262cbd1e6c380a8ab9d6dcf
For the required changes in the qtmacgoodies submodule see:
https://github.com/camilasan/qtmacgoodies/pull/1
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Wed, 16 Oct 2019 12:01:42 +0000 (14:01 +0200)]
Merge pull request #1478 from sryze/quit-wizard-fix
Don't run connection wizard when quitting the application
Michael Schuster [Wed, 16 Oct 2019 03:19:21 +0000 (05:19 +0200)]
Merge branch 'master' into quit-wizard-fix
Nextcloud bot [Wed, 16 Oct 2019 03:04:57 +0000 (03:04 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Wed, 16 Oct 2019 02:43:41 +0000 (04:43 +0200)]
Merge branch 'master' into quit-wizard-fix
Michael Schuster [Tue, 15 Oct 2019 23:44:49 +0000 (01:44 +0200)]
Merge pull request #1516 from nextcloud/backport/1515/master
[master] Add new "styles" plugin to macOS deployment script for Qt 5.12.5
Michael Schuster [Mon, 14 Oct 2019 00:01:56 +0000 (02:01 +0200)]
Add new "styles" plugin to macOS deployment script for Qt 5.12.5
Qt 5.12 needs this library to use the correct style for Light / Dark Mode:
styles/libqmacstyle.dylib
The interface looks like from the 1990's without this library ;-)
Signed-off-by: Michael Schuster <michael@schuster.ms>
Nextcloud bot [Tue, 15 Oct 2019 03:04:26 +0000 (03:04 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 13 Oct 2019 03:05:59 +0000 (03:05 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 12 Oct 2019 03:05:06 +0000 (03:05 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 11 Oct 2019 03:02:18 +0000 (03:02 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Thu, 10 Oct 2019 06:08:26 +0000 (08:08 +0200)]
Merge pull request #1495 from nextcloud/fix-flow2-content-length
Add a 'Content-Length: 0' header to initial POST requests
Michael Schuster [Thu, 10 Oct 2019 03:17:22 +0000 (05:17 +0200)]
Add a 'Content-Length: 0' header to initial POST requests
The webserver lighttpd rejected POST requests without a Content-length
header with "411 Length Required".
See: https://github.com/nextcloud/desktop/issues/1473
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Wed, 9 Oct 2019 23:30:40 +0000 (01:30 +0200)]
Merge pull request #1481 from asapelkin/for_loop_optimization
Avoiding copying in range-based loops
Michael Schuster [Wed, 9 Oct 2019 23:29:57 +0000 (01:29 +0200)]
Merge pull request #1441 from nextcloud/trexcl
Fixed missing 'translatable' exclusions, added missing window titles
Michael Schuster [Wed, 9 Oct 2019 23:12:57 +0000 (01:12 +0200)]
Merge branch 'master' into for_loop_optimization
Michael Schuster [Wed, 9 Oct 2019 23:12:48 +0000 (01:12 +0200)]
Merge branch 'master' into trexcl
Michael Schuster [Wed, 9 Oct 2019 23:09:01 +0000 (01:09 +0200)]
Merge pull request #1032 from k1l1/master
Changed max GUI bandwidth limits
Michael Schuster [Wed, 9 Oct 2019 23:03:46 +0000 (01:03 +0200)]
Fix outdated link to server admin docs
Sets the target version from "15" to "latest" and removes
"index.html" because this could get obsolete in the future too.
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Wed, 9 Oct 2019 22:45:04 +0000 (00:45 +0200)]
Merge branch 'master' into master
Michael Schuster [Wed, 9 Oct 2019 22:41:46 +0000 (00:41 +0200)]
Merge branch 'master' into for_loop_optimization
Dominique Fuchs [Wed, 9 Oct 2019 07:18:26 +0000 (09:18 +0200)]
Merge branch 'master' into quit-wizard-fix
Sergey Zolotarev [Wed, 9 Oct 2019 05:07:00 +0000 (11:07 +0600)]
Replace isQuitting flag with disconnect()
Signed-off-by: Sergey Zolotarev <sryze@protonmail.com>
Nextcloud bot [Wed, 9 Oct 2019 03:04:39 +0000 (03:04 +0000)]
[tx-robot] updated from transifex
Dominique Fuchs [Tue, 8 Oct 2019 08:36:25 +0000 (10:36 +0200)]
Merge branch 'master' into for_loop_optimization
Nextcloud bot [Tue, 8 Oct 2019 03:03:10 +0000 (03:03 +0000)]
[tx-robot] updated from transifex
asapelkin [Mon, 7 Oct 2019 12:31:01 +0000 (15:31 +0300)]
Merge branch 'master' into for_loop_optimization
Camila Ayres [Mon, 7 Oct 2019 10:53:28 +0000 (12:53 +0200)]
Merge pull request #1477 from sryze/tray-menu-fix
Prevent jumping of tray menu
asapelkin [Mon, 7 Oct 2019 09:35:18 +0000 (12:35 +0300)]
Merge branch 'master' into for_loop_optimization
Camila Ayres [Mon, 7 Oct 2019 07:56:40 +0000 (09:56 +0200)]
Merge branch 'master' into tray-menu-fix
Dominique Fuchs [Mon, 7 Oct 2019 07:45:22 +0000 (09:45 +0200)]
Merge branch 'master' into master
Nextcloud bot [Mon, 7 Oct 2019 03:02:44 +0000 (03:02 +0000)]
[tx-robot] updated from transifex
asapelkin [Sun, 6 Oct 2019 21:10:26 +0000 (00:10 +0300)]
little loops optimization
Signed-off-by: asapelkin <asapelkin0x01@ya.ru>
Nextcloud bot [Sun, 6 Oct 2019 03:05:29 +0000 (03:05 +0000)]
[tx-robot] updated from transifex
Sergey Zolotarev [Sat, 5 Oct 2019 16:37:46 +0000 (22:37 +0600)]
Don't run connection wizard when quitting the application
Signed-off-by: Sergey Zolotarev <sryze@protonmail.com>
Sergey Zolotarev [Sat, 5 Oct 2019 15:54:09 +0000 (21:54 +0600)]
Prevent jumping of tray menu
Instead of adding the "Apps" menu after the apps are fetched, add it
from the start (together with other actions) but in a disabled state,
and enable it after the apps data is ready.
Signed-off-by: Sergey Zolotarev <sryze@protonmail.com>
Dominique Fuchs [Sat, 5 Oct 2019 08:35:59 +0000 (10:35 +0200)]
Merge branch 'master' into master
Nextcloud bot [Sat, 5 Oct 2019 03:04:09 +0000 (03:04 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Fri, 4 Oct 2019 23:50:38 +0000 (01:50 +0200)]
Merge pull request #1465 from nextcloud/show-server-vers
Add server info to menu
Michael Schuster [Fri, 4 Oct 2019 22:44:08 +0000 (00:44 +0200)]
Merge branch 'master' into show-server-vers
Michael Schuster [Fri, 4 Oct 2019 22:43:05 +0000 (00:43 +0200)]
Merge pull request #1474 from nextcloud/rakekniven-patch-1
Fixed grammar
Michael Schuster [Fri, 4 Oct 2019 22:04:39 +0000 (00:04 +0200)]
Merge branch 'master' into rakekniven-patch-1
István Váradi [Fri, 4 Oct 2019 19:29:51 +0000 (21:29 +0200)]
Merge pull request #1467 from ivaradi/fix-eoan-build
Remove kdelibs5-dev from the build dependencies for Eoan
István Váradi [Fri, 4 Oct 2019 18:15:38 +0000 (20:15 +0200)]
Merge branch 'master' into fix-eoan-build
rakekniven [Fri, 4 Oct 2019 06:10:55 +0000 (08:10 +0200)]
Fixed grammar
Reported at Transifex.
See https://www.transifex.com/nextcloud/nextcloud/translate/#nl/client/
182396083
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Nextcloud bot [Fri, 4 Oct 2019 03:05:53 +0000 (03:05 +0000)]
[tx-robot] updated from transifex
Corentin Noël [Thu, 3 Oct 2019 08:32:07 +0000 (10:32 +0200)]
Build with libcloudproviders on debian and in the AppImage
Signed-off-by: Corentin Noël <corentin.noel@collabora.com>
Nextcloud bot [Thu, 3 Oct 2019 03:03:10 +0000 (03:03 +0000)]
[tx-robot] updated from transifex
István Váradi [Wed, 2 Oct 2019 18:02:42 +0000 (20:02 +0200)]
Remove kdelibs5-dev from the build dependencies for Eoan
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
Nextcloud bot [Wed, 2 Oct 2019 03:05:56 +0000 (03:05 +0000)]
[tx-robot] updated from transifex
Daniel Kesselberg [Tue, 1 Oct 2019 14:08:31 +0000 (16:08 +0200)]
Add server info to menu
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Camila Ayres [Tue, 1 Oct 2019 13:06:15 +0000 (15:06 +0200)]
Merge pull request #1459 from tribut/fix-ldap-display-name
Use user-provided username in `displayName()` - Fix #836
Camila Ayres [Tue, 1 Oct 2019 10:34:39 +0000 (12:34 +0200)]
Merge branch 'master' into fix-ldap-display-name
Roeland Jago Douma [Tue, 1 Oct 2019 10:02:36 +0000 (12:02 +0200)]
Merge pull request #1462 from tribut/fix-typo-elided
Fix typo
Felix Eckhofer [Tue, 1 Oct 2019 06:25:24 +0000 (08:25 +0200)]
Fix typo
Signed-off-by: Felix Eckhofer <felix@eckhofer.com>
Nextcloud bot [Tue, 1 Oct 2019 03:15:23 +0000 (03:15 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Mon, 30 Sep 2019 19:52:04 +0000 (21:52 +0200)]
Merge pull request #1461 from nextcloud/issue/1458
Checks if exclude file is empty before creating the regular expressions.
Camila San [Mon, 30 Sep 2019 18:33:51 +0000 (20:33 +0200)]
Checks if exclude file is empty before creating the regular expressions.
The default file created by the application it is not empty.
Signed-off-by: Camila San <hello@camila.codes>
Felix Eckhofer [Mon, 30 Sep 2019 15:56:14 +0000 (17:56 +0200)]
Use user-provided username in `displayName()`
This replaces `davUser()`, which is replaced by a numeric ID when using
LDAP, by the username that was actually used for logging in.
Fixes #836
Signed-off-by: Felix Eckhofer <felix@eckhofer.com>
Nextcloud bot [Mon, 30 Sep 2019 03:12:41 +0000 (03:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 29 Sep 2019 03:15:41 +0000 (03:15 +0000)]
[tx-robot] updated from transifex
Andreas Wunderlich [Sat, 28 Sep 2019 22:42:24 +0000 (00:42 +0200)]
Revert default remote poll interval back from 5 seconds to 30 seconds
Signed-off-by: Andreas Wunderlich <code@andwun.me>
Nextcloud bot [Sat, 28 Sep 2019 03:04:02 +0000 (03:04 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 27 Sep 2019 03:04:15 +0000 (03:04 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Fri, 27 Sep 2019 02:54:04 +0000 (04:54 +0200)]
Revert "Fix White Window issue on Windows after Qt 5.12.4 upgrade"
This reverts commit
8f616969ab482c72092cb7c037a91292a0f159e1 .
Turns out that with the upgrade to the new released Qt 5.12.5 the issue
has been solved by the Qt developers, so this fix becomes obsolete.
Signed-off-by: Michael Schuster <michael@schuster.ms>
Camila Ayres [Thu, 26 Sep 2019 11:20:42 +0000 (13:20 +0200)]
Merge pull request #1443 from nextcloud/enhancement/change-share-menu-wording
Improve wording of the context menu in the file manager extension.
Camila Ayres [Thu, 26 Sep 2019 09:12:43 +0000 (11:12 +0200)]
Merge branch 'master' into enhancement/change-share-menu-wording
Camila Ayres [Thu, 26 Sep 2019 09:04:14 +0000 (11:04 +0200)]
Merge pull request #1445 from nextcloud/fix-white-window
Fix White Window issue on Windows after Qt 5.12.4 upgrade
Michael Schuster [Thu, 26 Sep 2019 03:21:42 +0000 (05:21 +0200)]
Merge branch 'master' into fix-white-window
Nextcloud bot [Thu, 26 Sep 2019 03:03:05 +0000 (03:03 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Thu, 26 Sep 2019 02:59:17 +0000 (04:59 +0200)]
Fix White Window issue on Windows after Qt 5.12.4 upgrade
Qt 5.12.4 seems to introduce a new bug on Windows, causing the settings window
to not be redrawn when re-opening it, for example by clicking at the tray icon.
As a workaround this fix starts a 100 ms timer to be fired once upon
QDialog::showEvent is called.
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Wed, 25 Sep 2019 23:41:06 +0000 (01:41 +0200)]
Merge branch 'master' of https://github.com/nextcloud/desktop
Camila San [Wed, 25 Sep 2019 17:54:22 +0000 (19:54 +0200)]
Improve wording of the context menu in the file manager extension.
'Share...' -> 'Share options'
'private link' -> 'internal link'
Removes 'to clipboard' from 'copy link' options.
Signed-off-by: Camila San <hello@camila.codes>
Dominique Fuchs [Wed, 25 Sep 2019 12:02:59 +0000 (14:02 +0200)]
Fixed some missing 'translatable' exclusions, added missing window titles in flow dialogs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
Nextcloud bot [Wed, 25 Sep 2019 03:04:06 +0000 (03:04 +0000)]
[tx-robot] updated from transifex
Camila Ayres [Tue, 24 Sep 2019 14:52:27 +0000 (16:52 +0200)]
Merge pull request #1438 from nextcloud/enhancement/change-share-menu-wording
Changes wording in the share context menu.
Camila San [Tue, 24 Sep 2019 14:25:03 +0000 (16:25 +0200)]
Changes wording in the share context menu.
Instead of only Nextcloud it says "Share via Nextcloud".
Signed-off-by: Camila San <hello@camila.codes>
Camila Ayres [Tue, 24 Sep 2019 10:24:36 +0000 (12:24 +0200)]
Merge pull request #1434 from nextcloud/ui-msg-delete-all-files
UI improvement: Message box: Delete / Keep all files
Camila Ayres [Tue, 24 Sep 2019 10:06:09 +0000 (12:06 +0200)]
Merge branch 'master' into ui-msg-delete-all-files
Nextcloud bot [Tue, 24 Sep 2019 03:07:21 +0000 (03:07 +0000)]
[tx-robot] updated from transifex