Camila San [Fri, 10 May 2019 14:58:54 +0000 (16:58 +0200)]
Display error when current user is not allowed to reshare file/folder.
Signed-off-by: Camila San <hello@camila.codes>
Camila San [Fri, 10 May 2019 14:56:03 +0000 (16:56 +0200)]
Display sharees on the first show of the share dialog.
It was displaying them only when the current user would edit the share.
Signed-off-by: Camila San <hello@camila.codes>
Camila San [Thu, 9 May 2019 20:11:25 +0000 (22:11 +0200)]
Adds parameter to retrieve shares with its reshares.
If the initiator or the recipient is not the current user,
show the list of sharees without any options to edit it.
Minor change: updates api to v2.
Signed-off-by: Camila San <hello@camila.codes>
Nextcloud bot [Mon, 27 May 2019 02:54:16 +0000 (02:54 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 25 May 2019 02:55:41 +0000 (02:55 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 24 May 2019 02:56:34 +0000 (02:56 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 23 May 2019 17:59:49 +0000 (19:59 +0200)]
Merge pull request #1273 from csware/issue-1266
WebView: Properly handle usernames with spaces and plus signs in it
Sven Strickroth [Thu, 23 May 2019 14:44:01 +0000 (16:44 +0200)]
WebView: Properly handle usernames with spaces and plus signs in it
The path returned from the server encodes a space in the username with `+` and if the username contains a `+` sign it is encoded as `%2B` (cf. https://www.php.net/manual/function.urlencode.php).
Fix: Don't (double) decode the URL path and then replace `+` with space (introduced in issue #279 resp. commit
9ec61a84ce682399b4c39182887e488c99f1d87a). Instead first replace `+` with space, then decode percent encoding.
Tested with a username containing a space, a username containing a `+`sign and a username containing just A-Za-z0-9- (with Nextcloud 16).
(fixes issue #1266)
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Nextcloud bot [Thu, 23 May 2019 02:55:27 +0000 (02:55 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 22 May 2019 02:56:14 +0000 (02:56 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 20 May 2019 02:53:13 +0000 (02:53 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 19 May 2019 02:55:18 +0000 (02:55 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 18 May 2019 02:53:47 +0000 (02:53 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 17 May 2019 02:59:46 +0000 (02:59 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 16 May 2019 02:53:07 +0000 (02:53 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 14 May 2019 02:51:16 +0000 (02:51 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 13 May 2019 05:58:52 +0000 (07:58 +0200)]
Merge pull request #1253 from muesli/webview-typo
Fixed typo in "certificate"
Roeland Jago Douma [Mon, 13 May 2019 05:58:29 +0000 (07:58 +0200)]
Merge pull request #1251 from yarons/patch-1
Fixed typo
Christian Muehlhaeuser [Mon, 13 May 2019 03:20:29 +0000 (05:20 +0200)]
Fixed typo in "certificate"
Signed-off-by: Christian Muehlhaeuser <muesli@gmail.com>
Nextcloud bot [Mon, 13 May 2019 00:47:37 +0000 (00:47 +0000)]
[tx-robot] updated from transifex
Yaron Shahrabani [Sun, 12 May 2019 16:11:33 +0000 (19:11 +0300)]
Fixed typo
Chipher -> Cipher
Nextcloud bot [Sat, 11 May 2019 00:48:37 +0000 (00:48 +0000)]
[tx-robot] updated from transifex
Camila Ayres [Fri, 10 May 2019 15:04:40 +0000 (17:04 +0200)]
Merge pull request #1245 from joshua-sterner/master
This should fix issue #1000.
Camila Ayres [Fri, 10 May 2019 12:42:44 +0000 (14:42 +0200)]
Merge branch 'master' into master
Camila Ayres [Fri, 10 May 2019 09:08:32 +0000 (11:08 +0200)]
Merge pull request #1234 from curiousDTU/small-fix
updated default remote poll to 5 seconds #1115
Joshua Sterner [Fri, 10 May 2019 06:15:54 +0000 (23:15 -0700)]
Merge branch 'master' into master
shobha [Sat, 4 May 2019 05:01:37 +0000 (10:31 +0530)]
updated default remote poll to 5 seconds #1115
Signed-off-by: shobha <tyagishobha@gmail.com>
Nextcloud bot [Fri, 10 May 2019 00:49:02 +0000 (00:49 +0000)]
[tx-robot] updated from transifex
Joshua Sterner [Thu, 9 May 2019 10:45:41 +0000 (03:45 -0700)]
testMove3LevelDirWithFile now uses mv function to move the directory
Signed-off-by: Joshua Sterner <joshua.s.sterner@gmail.com>
Joshua Sterner [Thu, 9 May 2019 08:05:49 +0000 (01:05 -0700)]
Fixed Issue #1000 - Subfolders of moved folders not synced
Signed-off-by: Joshua Sterner <joshua.s.sterner@gmail.com>
Nextcloud bot [Thu, 9 May 2019 00:48:24 +0000 (00:48 +0000)]
[tx-robot] updated from transifex
Camila Ayres [Wed, 8 May 2019 18:14:49 +0000 (20:14 +0200)]
Merge pull request #1239 from nextcloud/fix/device-memory-leak
Fix memory leak with device pointer
Christoph Wurst [Wed, 8 May 2019 17:41:48 +0000 (19:41 +0200)]
Fix memory leak with device pointer
Downstream of https://github.com/owncloud/client/pull/6856
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Nextcloud bot [Wed, 8 May 2019 00:52:12 +0000 (00:52 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 7 May 2019 00:48:06 +0000 (00:48 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 5 May 2019 00:49:10 +0000 (00:49 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 3 May 2019 00:47:47 +0000 (00:47 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 2 May 2019 00:48:16 +0000 (00:48 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 1 May 2019 00:48:06 +0000 (00:48 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 28 Apr 2019 00:50:09 +0000 (00:50 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 27 Apr 2019 00:47:44 +0000 (00:47 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 26 Apr 2019 00:47:12 +0000 (00:47 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 25 Apr 2019 00:47:56 +0000 (00:47 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 23 Apr 2019 00:48:20 +0000 (00:48 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 22 Apr 2019 00:48:48 +0000 (00:48 +0000)]
[tx-robot] updated from transifex
Camila Ayres [Sun, 21 Apr 2019 17:41:52 +0000 (19:41 +0200)]
Merge pull request #1212 from nextcloud/cmake-simplify
Simplify cmake command to make copy-pastable.
Camila San [Sun, 21 Apr 2019 12:34:45 +0000 (14:34 +0200)]
Simplify compile instructions.
Signed-off-by: Camila San <hello@camila.codes>
Jan-Christoph Borchardt [Wed, 28 Nov 2018 10:56:15 +0000 (11:56 +0100)]
Simplify cmake command to make copy-pastable
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Nextcloud bot [Sun, 21 Apr 2019 00:50:00 +0000 (00:50 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 20 Apr 2019 00:48:15 +0000 (00:48 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 19 Apr 2019 00:49:24 +0000 (00:49 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 18 Apr 2019 00:49:41 +0000 (00:49 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 17 Apr 2019 00:50:11 +0000 (00:50 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 15 Apr 2019 00:49:36 +0000 (00:49 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 14 Apr 2019 00:51:05 +0000 (00:51 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 13 Apr 2019 00:51:53 +0000 (00:51 +0000)]
[tx-robot] updated from transifex
Camila San [Fri, 12 Apr 2019 15:17:23 +0000 (17:17 +0200)]
Increase version to 2.5.3.
Camila Ayres [Fri, 12 Apr 2019 15:08:27 +0000 (17:08 +0200)]
Merge pull request #1118 from tuchfarber/tuchfarber/fix_empty_file_error_wording
Fix empty file wording in error log (small)
Camila Ayres [Fri, 12 Apr 2019 14:51:36 +0000 (16:51 +0200)]
Merge branch 'master' into tuchfarber/fix_empty_file_error_wording
Camila Ayres [Fri, 12 Apr 2019 14:38:51 +0000 (16:38 +0200)]
Merge pull request #1201 from nextcloud/bugfix/popup-empty-folder
Uses configuraion to determine if it should show empty folder popup.
Camila San [Fri, 12 Apr 2019 14:21:39 +0000 (16:21 +0200)]
Updates test to fit new configuration default value.
Signed-off-by: Camila San <hello@camila.codes>
Camila San [Fri, 12 Apr 2019 10:11:43 +0000 (12:11 +0200)]
Uses configuraion to determine if it should show empty folder popup.
Configuration default value is set to false because users are getting
the popup message too often.
Signed-off-by: Camila San <hello@camila.codes>
Camila Ayres [Fri, 12 Apr 2019 14:09:31 +0000 (16:09 +0200)]
Merge pull request #1185 from tintou/master
libcloudproviders: Add missing check for Qt5DBus
Camila Ayres [Fri, 12 Apr 2019 13:50:55 +0000 (15:50 +0200)]
Merge branch 'master' into master
Roeland Jago Douma [Fri, 12 Apr 2019 12:31:11 +0000 (14:31 +0200)]
Merge pull request #1191 from nextcloud/bugfix/1172/share-link
Share link fixing
Corentin Noël [Fri, 12 Apr 2019 12:25:56 +0000 (14:25 +0200)]
Merge branch 'master' into master
Camila San [Fri, 12 Apr 2019 09:52:02 +0000 (11:52 +0200)]
Disable options in share dialog if account state changes.
Signed-off-by: Camila San <hello@camila.codes>
Camila San [Sat, 6 Apr 2019 18:15:24 +0000 (20:15 +0200)]
Refactores sharing link to support multiple share links.
Signed-off-by: Camila San <hello@camila.codes>
Camila San [Wed, 3 Apr 2019 18:32:49 +0000 (20:32 +0200)]
Fixes deleting of one single link share.
Signed-off-by: Camila San <hello@camila.codes>
Roeland Jago Douma [Fri, 12 Apr 2019 12:09:30 +0000 (14:09 +0200)]
Merge pull request #1186 from tintou/tintou/i18n
Fix several memory leaks in cloudproviders and add translation support
Roeland Jago Douma [Fri, 12 Apr 2019 11:48:19 +0000 (13:48 +0200)]
Merge branch 'master' into tintou/i18n
Roeland Jago Douma [Fri, 12 Apr 2019 11:47:28 +0000 (13:47 +0200)]
Merge pull request #1200 from nextcloud/new_drone
New drone config
Roeland Jago Douma [Fri, 12 Apr 2019 09:14:05 +0000 (11:14 +0200)]
New drone config
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 12 Apr 2019 08:35:02 +0000 (10:35 +0200)]
Merge branch 'master' into tintou/i18n
Nextcloud bot [Fri, 12 Apr 2019 00:49:48 +0000 (00:49 +0000)]
[tx-robot] updated from transifex
Camila Ayres [Thu, 11 Apr 2019 11:54:18 +0000 (13:54 +0200)]
Merge branch 'master' into tintou/i18n
Nextcloud bot [Wed, 10 Apr 2019 00:48:53 +0000 (00:48 +0000)]
[tx-robot] updated from transifex
Julius Härtl [Tue, 9 Apr 2019 08:01:35 +0000 (10:01 +0200)]
Merge branch 'master' into master
Nextcloud bot [Tue, 9 Apr 2019 00:48:35 +0000 (00:48 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 8 Apr 2019 00:49:58 +0000 (00:49 +0000)]
[tx-robot] updated from transifex
Corentin Noël [Thu, 4 Apr 2019 20:06:22 +0000 (22:06 +0200)]
Fix several memory leaks in cloudproviders and add translation support
Corentin Noël [Thu, 4 Apr 2019 15:50:30 +0000 (17:50 +0200)]
libcloudproviders: Add missing check for Qt5DBus
Nextcloud bot [Thu, 4 Apr 2019 00:49:12 +0000 (00:49 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 2 Apr 2019 00:51:06 +0000 (00:51 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 1 Apr 2019 00:51:27 +0000 (00:51 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 31 Mar 2019 01:50:45 +0000 (01:50 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 30 Mar 2019 01:50:00 +0000 (01:50 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Fri, 29 Mar 2019 12:33:55 +0000 (13:33 +0100)]
Merge pull request #1157 from stragu/patch-1
Fix a minor typo
Nextcloud bot [Fri, 29 Mar 2019 01:50:20 +0000 (01:50 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 27 Mar 2019 11:31:33 +0000 (11:31 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 27 Mar 2019 01:42:51 +0000 (01:42 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 26 Mar 2019 01:41:08 +0000 (01:41 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 25 Mar 2019 01:43:41 +0000 (01:43 +0000)]
[tx-robot] updated from transifex
Stéphane Guillou [Sun, 24 Mar 2019 10:12:44 +0000 (20:12 +1000)]
Fix a minor typo
Nextcloud bot [Sun, 24 Mar 2019 01:44:42 +0000 (01:44 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 23 Mar 2019 01:43:05 +0000 (01:43 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 22 Mar 2019 01:44:35 +0000 (01:44 +0000)]
[tx-robot] updated from transifex
Camila Ayres [Thu, 21 Mar 2019 16:56:27 +0000 (17:56 +0100)]
Merge pull request #1153 from nextcloud/enh/512/ci
Add Qt-5.12 to CI
Roeland Jago Douma [Thu, 21 Mar 2019 12:38:31 +0000 (13:38 +0100)]
Move over AppImage builder to 5.12
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Thu, 21 Mar 2019 10:36:23 +0000 (11:36 +0100)]
Add Qt-5.12 to CI
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>