Nextcloud bot [Wed, 26 Feb 2020 03:28:57 +0000 (03:28 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 25 Feb 2020 03:34:13 +0000 (03:34 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Mon, 24 Feb 2020 20:07:12 +0000 (21:07 +0100)]
Merge pull request #1810 from nextcloud/rakekniven-patch-1
l10n: Changes to improve source strings
rakekniven [Mon, 24 Feb 2020 10:14:34 +0000 (11:14 +0100)]
l10n: Change spelling of "webdav"
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
rakekniven [Mon, 24 Feb 2020 10:13:34 +0000 (11:13 +0100)]
l10n: Removed colon from translation
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
rakekniven [Mon, 24 Feb 2020 10:10:05 +0000 (11:10 +0100)]
l10n: Removed blank before colon
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
rakekniven [Mon, 24 Feb 2020 10:08:56 +0000 (11:08 +0100)]
l10n: Change case of one word
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Nextcloud bot [Mon, 24 Feb 2020 03:30:44 +0000 (03:30 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 23 Feb 2020 03:30:53 +0000 (03:30 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 22 Feb 2020 03:30:06 +0000 (03:30 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Fri, 21 Feb 2020 22:39:10 +0000 (23:39 +0100)]
Merge pull request #1802 from nextcloud/feature/update-segment
Updater: Add query-parameter 'updatesegment' to the update check
Michael Schuster [Fri, 21 Feb 2020 20:28:42 +0000 (21:28 +0100)]
Updater: Add query-parameter 'updatesegment' to the update check
Used to throttle down desktop release rollout in order to keep the update servers alive at peak times.
See: https://github.com/nextcloud/client_updater_server/pull/36
Targeted issues: #1795, #1800
Signed-off-by: Michael Schuster <michael@schuster.ms>
Nextcloud bot [Fri, 21 Feb 2020 12:45:31 +0000 (12:45 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 21 Feb 2020 12:15:55 +0000 (12:15 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 20 Feb 2020 03:29:30 +0000 (03:29 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 19 Feb 2020 03:26:26 +0000 (03:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 18 Feb 2020 03:26:16 +0000 (03:26 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Mon, 17 Feb 2020 00:49:48 +0000 (01:49 +0100)]
Merge pull request #1768 from nextcloud/umlaut-sync-fix
Fix wrong encoding when specifying extra header with if-match path
Nextcloud bot [Sun, 16 Feb 2020 03:26:04 +0000 (03:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 15 Feb 2020 03:27:07 +0000 (03:27 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Fri, 14 Feb 2020 11:58:16 +0000 (12:58 +0100)]
Merge pull request #1782 from nextcloud/enh/quota-userinfo
Add UserInfo class and fetch quota via API instead of PropfindJob
Nextcloud bot [Fri, 14 Feb 2020 03:26:18 +0000 (03:26 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Fri, 14 Feb 2020 02:12:37 +0000 (03:12 +0100)]
Fix Tests linkage (missed UserInfo.cpp in CMakeLists.txt)
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Fri, 14 Feb 2020 02:00:20 +0000 (03:00 +0100)]
Code cleanup
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Fri, 14 Feb 2020 01:10:01 +0000 (02:10 +0100)]
Add UserInfo class and fetch quota via API instead of PropfindJob
The PropfindJob quota includes the size of shares and thus leads to confusion
in regard of the real space available, as shown in the UI.
This commit aims to streamline the behaviour with the Android and iOS apps,
which also utilize the API.
Details:
- Refactor the QuotaInfo class into UserInfo
- Use JsonApiJob (ocs/v1.php/cloud/user) instead of PropfindJob
- Let ConnectionValidator use the new UserInfo class to fetch
the user and the avatar image (to avoid code duplication)
- Allow updating the avatar image upon AccountSettings visibility,
using UserInfo's quota fetching
Signed-off-by: Michael Schuster <michael@schuster.ms>
Nextcloud bot [Thu, 13 Feb 2020 03:30:53 +0000 (03:30 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 12 Feb 2020 03:25:47 +0000 (03:25 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 11 Feb 2020 03:29:04 +0000 (03:29 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 10 Feb 2020 03:29:23 +0000 (03:29 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 9 Feb 2020 03:28:11 +0000 (03:28 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 8 Feb 2020 03:25:44 +0000 (03:25 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 7 Feb 2020 03:41:48 +0000 (03:41 +0000)]
[tx-robot] updated from transifex
Dominique Fuchs [Thu, 6 Feb 2020 07:17:38 +0000 (08:17 +0100)]
Merge pull request #1770 from nextcloud/rakekniven-patch-1
l10n: Changed grammar and triple dots to ellipsis
Dominique Fuchs [Thu, 6 Feb 2020 06:49:28 +0000 (07:49 +0100)]
Merge pull request #1759 from nextcloud/fix/do_not_save_all_the_time
Do not save notes on text change
Dominique Fuchs [Thu, 6 Feb 2020 06:48:27 +0000 (07:48 +0100)]
Merge pull request #1765 from nextcloud/tintou/cloudproviders-background
Start the client in background if activated by D-Bus
Dominique Fuchs [Thu, 6 Feb 2020 06:34:59 +0000 (07:34 +0100)]
Merge pull request #1760 from Andre-Schuiki/patch-1
Update autoupdate.rst
Dominique Fuchs [Thu, 6 Feb 2020 06:17:35 +0000 (07:17 +0100)]
Merge pull request #1763 from nextcloud/tintou/cloudprovider-valid-dbus-path
Make sure that the libcloudprovider integration is using a valid D-Bus path
Nextcloud bot [Thu, 6 Feb 2020 03:27:56 +0000 (03:27 +0000)]
[tx-robot] updated from transifex
rakekniven [Wed, 5 Feb 2020 05:55:51 +0000 (06:55 +0100)]
l10n: Changed grammar
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
rakekniven [Wed, 5 Feb 2020 05:54:32 +0000 (06:54 +0100)]
l10n: Triple dot to ellipsis
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
rakekniven [Wed, 5 Feb 2020 05:53:17 +0000 (06:53 +0100)]
l10n: Triple dot to ellipsis
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
rakekniven [Wed, 5 Feb 2020 05:52:17 +0000 (06:52 +0100)]
Triple dot to ellipsis
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
rakekniven [Wed, 5 Feb 2020 05:50:27 +0000 (06:50 +0100)]
l10n: Triple dot to ellipsis
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Nextcloud bot [Wed, 5 Feb 2020 03:28:00 +0000 (03:28 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 4 Feb 2020 03:25:30 +0000 (03:25 +0000)]
[tx-robot] updated from transifex
rakekniven [Sat, 1 Feb 2020 11:47:38 +0000 (12:47 +0100)]
l10n: Changed spelling of "user name" to "username"
Using "username" like on > 200 strings over the whole Nextcloud project.
Signed-off-by: rakekniven mark.ziegler@rakekniven.de
Nextcloud bot [Mon, 3 Feb 2020 03:22:22 +0000 (03:22 +0000)]
[tx-robot] updated from transifex
Dominique Fuchs [Sun, 2 Feb 2020 12:35:16 +0000 (13:35 +0100)]
Fix wrong encoding when specifying extra header with if-match path
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
Nextcloud bot [Sun, 2 Feb 2020 03:23:37 +0000 (03:23 +0000)]
[tx-robot] updated from transifex
Corentin Noël [Fri, 31 Jan 2020 08:25:25 +0000 (09:25 +0100)]
Start the client in background if activated by D-Bus
The nextcloud client can be started by any other application consuming libcloudproviers.
Make sure that the client won't pop-up if we open the file manager.
Signed-off-by: Corentin Noël <corentin.noel@collabora.com>
Nextcloud bot [Sat, 1 Feb 2020 03:24:07 +0000 (03:24 +0000)]
[tx-robot] updated from transifex
István Váradi [Fri, 31 Jan 2020 09:06:56 +0000 (10:06 +0100)]
Merge pull request #1764 from ivaradi/fix-xenial-cloudproviders
Do not install files related to cloud providers under Xenial
István Váradi [Fri, 31 Jan 2020 07:34:57 +0000 (08:34 +0100)]
Do not install files related to cloud providers under Xenial
Signed-off-by: István Váradi <Istvan.Varadi@ericsson.com>
Nextcloud bot [Fri, 31 Jan 2020 03:22:31 +0000 (03:22 +0000)]
[tx-robot] updated from transifex
Corentin Noël [Thu, 30 Jan 2020 20:09:55 +0000 (21:09 +0100)]
Merge pull request #1729 from nextcloud/tintou/cloud-providers-debian-install
Install libcloudproviders files by default on debian
Corentin Noël [Thu, 30 Jan 2020 20:01:23 +0000 (21:01 +0100)]
Make sure that the libcloudprovider integration is using a valid D-Bus path
Set a simple unique identifier per folder to ensure that it is always unique.
Fixes https://github.com/nextcloud/desktop/issues/1704
Signed-off-by: Corentin Noël <corentin@elementary.io>
rakekniven [Thu, 30 Jan 2020 17:40:08 +0000 (18:40 +0100)]
Changed product name to Nextcloud
Reported at Transifex.
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Andre-Schuiki [Thu, 30 Jan 2020 09:12:56 +0000 (10:12 +0100)]
Update autoupdate.rst
Hi, you have the wrong registry path in the documentation? (tested client version: 2.6.0 x64 build:
20190927)
The Nextcloud Client checks the path "HKEY_LOCAL_MACHINE\Software\Policies\Nextcloud GmbH\Nextcloud" not "HKEY_LOCAL_MACHINE\Software\Policies\Nextcloud\Nextcloud" under HKLM.
Nextcloud bot [Thu, 30 Jan 2020 03:26:35 +0000 (03:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 29 Jan 2020 03:26:58 +0000 (03:26 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 28 Jan 2020 11:07:53 +0000 (12:07 +0100)]
Am empty note is not a valid note
Do not show the note edit field for empty new shares.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Tue, 28 Jan 2020 11:09:17 +0000 (12:09 +0100)]
Do not save notes on text change
Only save notes on submit. Else you will get spammed with a ton of
requests (and possibly mails)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Tue, 28 Jan 2020 03:28:37 +0000 (03:28 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 27 Jan 2020 03:26:37 +0000 (03:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 26 Jan 2020 03:24:49 +0000 (03:24 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 25 Jan 2020 03:24:23 +0000 (03:24 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 24 Jan 2020 03:24:11 +0000 (03:24 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 22 Jan 2020 03:27:43 +0000 (03:27 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Tue, 21 Jan 2020 16:29:20 +0000 (17:29 +0100)]
Merge pull request #1745 from nextcloud/bugfix/noid/use-system-proxy-default
Use system proxy by default if no config file is present
Julius Härtl [Tue, 21 Jan 2020 10:59:07 +0000 (11:59 +0100)]
Use system proxy by default if no config file is present
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Tue, 21 Jan 2020 03:26:23 +0000 (03:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 20 Jan 2020 03:24:27 +0000 (03:24 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Sun, 19 Jan 2020 18:12:34 +0000 (19:12 +0100)]
Tray menu: Only show time ago (view too noisy)
Don't show date and time for now, rather as a tool tip later.
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Sun, 19 Jan 2020 17:11:36 +0000 (18:11 +0100)]
Merge pull request #1699 from Milokita/test-file-fix
apply http2 qt resend patch from owncloud
Dominique Fuchs [Sat, 18 Jan 2020 17:17:43 +0000 (18:17 +0100)]
Fix crash on start without any accounts
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
(cherry picked from commit
9935606c87ec4818f04c7d7c63d2f4b61187eead)
Signed-off-by: Michael Schuster <michael@schuster.ms>
István Váradi [Sun, 19 Jan 2020 12:42:31 +0000 (13:42 +0100)]
Merge pull request #1738 from ivaradi/qt5.5-compat
Qt 5.5 compatibility ifdef
István Váradi [Sun, 19 Jan 2020 09:01:04 +0000 (10:01 +0100)]
Qt 5.5 compatibility ifdef
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
Michael Schuster [Sun, 19 Jan 2020 11:43:32 +0000 (12:43 +0100)]
Merge pull request #1737 from nextcloud/appimage-qmlfix
Testing fix for qmldir import with linuxdeployqt AppImage
Dominique Fuchs [Sun, 19 Jan 2020 08:10:59 +0000 (09:10 +0100)]
Testing fix for qmldir import with linuxdeployqt AppImage by correcting source path
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
Nextcloud bot [Sun, 19 Jan 2020 03:25:56 +0000 (03:25 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Sat, 18 Jan 2020 16:11:44 +0000 (17:11 +0100)]
Bump version year to 2020
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Sat, 18 Jan 2020 15:31:48 +0000 (16:31 +0100)]
Linux AppImage build script: Add QML dir for new 2.7 Tray menu
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Sat, 18 Jan 2020 15:31:22 +0000 (16:31 +0100)]
Linux AppImage build script: Use QtKeyChain master
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Sat, 18 Jan 2020 14:45:49 +0000 (15:45 +0100)]
Merge pull request #1735 from nextcloud/feature/context-menu-direct-edit
Add direct editing to the file manager extension
Michael Schuster [Sat, 18 Jan 2020 14:12:16 +0000 (15:12 +0100)]
Share context menu: Use directEditing capability in SocketApi
- Allow direct editing "Edit" when an editor is available for the mime type
- Show "Open in browser" if editing is unavailable (as previously)
(now on top of the menu list)
- Rename the menu title to the app name, "Nextcloud" instead of "Share via ..."
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Sat, 18 Jan 2020 14:07:51 +0000 (15:07 +0100)]
Add support for the directEditing capability
- Fetch in ConnectionValidator::slotCapabilitiesRecieved
- Add editors to a list made of the new DirectEditor class
TODO:
- Add support for re-fetch and continously check for changes (ETag)
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Sat, 18 Jan 2020 14:03:21 +0000 (15:03 +0100)]
JsonApiJob: Add method usePOST to allow anonymous POST requests
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Sat, 18 Jan 2020 12:18:45 +0000 (13:18 +0100)]
Merge pull request #1565 from nextcloud/qml-tray-menu
New tray window
Michael Schuster [Sat, 18 Jan 2020 11:56:26 +0000 (12:56 +0100)]
More code maintenance
Signed-off-by: Michael Schuster <michael@schuster.ms>
Dominique Fuchs [Sat, 18 Jan 2020 09:30:34 +0000 (10:30 +0100)]
Code maintenance - correct some syntax, fix some warnings.
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
Nextcloud bot [Sat, 18 Jan 2020 03:28:30 +0000 (03:28 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Fri, 17 Jan 2020 19:26:48 +0000 (20:26 +0100)]
Add grey hint Activity entry if limit is reached
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Fri, 17 Jan 2020 19:25:41 +0000 (20:25 +0100)]
Limit fetching Activities to 100 or max. 30 days old
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Fri, 17 Jan 2020 19:21:42 +0000 (20:21 +0100)]
AccountState: Add helper to find navigation App
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Fri, 17 Jan 2020 19:20:37 +0000 (20:20 +0100)]
Notifications bug fix: Don't init ETag response header with *
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Fri, 17 Jan 2020 19:16:20 +0000 (20:16 +0100)]
Add Activity date and time
Signed-off-by: Michael Schuster <michael@schuster.ms>
Dominique Fuchs [Fri, 17 Jan 2020 15:30:27 +0000 (16:30 +0100)]
Fix hover property wrongly placed in button, not MouseArea
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
Dominique Fuchs [Fri, 17 Jan 2020 13:50:05 +0000 (14:50 +0100)]
Inclusion of possible 'notification' type descriptions in activity
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
Dominique Fuchs [Fri, 17 Jan 2020 13:29:54 +0000 (14:29 +0100)]
Adapted currentId logic for activity fetching to new API (should fix endless fetch bug)
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
Dominique Fuchs [Fri, 17 Jan 2020 10:21:43 +0000 (11:21 +0100)]
Removed visibility workaround
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>