]>
source.dussan.org Git - nextcloud-server.git/log
Roeland Jago Douma [Fri, 1 Nov 2019 07:51:48 +0000 (08:51 +0100)]
Merge pull request #17768 from nextcloud/backport/17755/stable16
[stable16] Bring back external storage group select delete
Nextcloud bot [Fri, 1 Nov 2019 07:46:47 +0000 (07:46 +0000)]
[tx-robot] updated from transifex
John Molakvoæ (skjnldsv) [Wed, 30 Oct 2019 15:13:54 +0000 (16:13 +0100)]
Bring back external storage group select delete
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Roeland Jago Douma [Thu, 31 Oct 2019 08:11:34 +0000 (09:11 +0100)]
Merge pull request #17722 from nextcloud/version/16.0.6/rc1
16.0.6 RC1
Roeland Jago Douma [Wed, 30 Oct 2019 20:07:59 +0000 (21:07 +0100)]
Bump ca-bundle
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Mon, 28 Oct 2019 17:48:53 +0000 (18:48 +0100)]
16.0.6 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Wed, 30 Oct 2019 18:53:13 +0000 (19:53 +0100)]
Merge pull request #17689 from nextcloud/backport/17626/stable16
[stable16] Fix weird KDE bug with loginflowv2
Roeland Jago Douma [Tue, 29 Oct 2019 10:17:05 +0000 (11:17 +0100)]
Merge pull request #17732 from nextcloud/backport/17730/stable16
[stable16] Fix DAV mimetype search
Roeland Jago Douma [Mon, 28 Oct 2019 20:56:05 +0000 (21:56 +0100)]
Fix DAV mimetype search
Fixes #15048
Catches the case where a full mimetype is sumbitted in the where like
clause. Before we didn't catch this and it was just forwarded as is
causing invalid queries.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Tue, 29 Oct 2019 02:15:36 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 28 Oct 2019 02:15:50 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 27 Oct 2019 02:14:27 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 26 Oct 2019 18:33:45 +0000 (20:33 +0200)]
Merge pull request #17687 from nextcloud/backport/17673/stable16
[stable16] Fix jsConfigHelper lang/locale mixup
Roeland Jago Douma [Mon, 21 Oct 2019 18:58:40 +0000 (20:58 +0200)]
Fix weird KDE bug with loginflowv2
It seems that KDE by default opens the url in secret.
Should fix: https://github.com/nextcloud/desktop/issues/1412
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 25 Oct 2019 11:31:19 +0000 (13:31 +0200)]
Cleanup theming mess
* Do not do translations in the constructor. This gets called to early
so there is no user yet. Which means we can't obtain the locale. Which
means we store the wrong translation instance.
* Same for the theming app magic. Just use the parent call when needed.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 25 Oct 2019 11:29:51 +0000 (13:29 +0200)]
Don't pass in the locale as the language
This messes with the translation of the date names etc.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Sat, 26 Oct 2019 02:15:31 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 25 Oct 2019 02:15:47 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 24 Oct 2019 02:15:40 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 23 Oct 2019 12:25:04 +0000 (14:25 +0200)]
Merge pull request #17653 from nextcloud/backport/16727/stable16
[stable16] Reset and init new user form language
John Molakvoæ (skjnldsv) [Tue, 13 Aug 2019 06:46:22 +0000 (08:46 +0200)]
Reset and init new user form language
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Wed, 23 Oct 2019 06:36:20 +0000 (08:36 +0200)]
Merge pull request #17648 from nextcloud/backport/16782/stable16
[stable16] Stop if there is no encrypted token
Nextcloud bot [Wed, 23 Oct 2019 02:15:39 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Daniel Kesselberg [Sun, 18 Aug 2019 21:27:03 +0000 (23:27 +0200)]
Add test case for existing user with token null
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg [Sun, 18 Aug 2019 21:18:39 +0000 (23:18 +0200)]
Return the disabled user mock instead of the existing
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg [Sun, 18 Aug 2019 17:58:50 +0000 (19:58 +0200)]
Stop if there is no encrypted token
Fix Argument 1 passed to OC\Security\Crypto::decrypt() must be of the type string, null given
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Roeland Jago Douma [Tue, 22 Oct 2019 18:18:32 +0000 (20:18 +0200)]
Merge pull request #17641 from nextcloud/backport/17578/stable16
[stable16] [stable17] Load additional scripts on help page
Julius Härtl [Thu, 17 Oct 2019 08:23:29 +0000 (10:23 +0200)]
Load additional scripts on help page
Signed-off-by: Julius Härtl <jus@bitgrid.net>
blizzz [Tue, 22 Oct 2019 08:17:21 +0000 (10:17 +0200)]
Merge pull request #17622 from nextcloud/backport/17450/stable16
[stable16] hide strange Everyone and Disabled group numbers with LDAP
Nextcloud bot [Tue, 22 Oct 2019 02:15:58 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 21 Oct 2019 19:04:30 +0000 (21:04 +0200)]
Merge pull request #17619 from nextcloud/fix/noid/visibility
[stable16] fix method scope
Roeland Jago Douma [Mon, 21 Oct 2019 14:49:33 +0000 (16:49 +0200)]
Merge pull request #17618 from nextcloud/backport/17595/stable16
[stable16] treat LDAP error 50 as auth issue, prevents lost server connection errors
npmbuildbot[bot] [Mon, 21 Oct 2019 11:50:34 +0000 (11:50 +0000)]
Compile assets
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Arthur Schiwon [Mon, 21 Oct 2019 11:46:52 +0000 (13:46 +0200)]
backport of #17450
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Mon, 21 Oct 2019 10:50:47 +0000 (12:50 +0200)]
fix call of a protected method by a different class
was due to a backport while relying on not backported changes
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Fri, 18 Oct 2019 16:55:10 +0000 (18:55 +0200)]
treat LDAP error 50 as auth issue, prevents lost server connection errors
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Mon, 21 Oct 2019 02:16:05 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 20 Oct 2019 02:16:57 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 19 Oct 2019 09:11:36 +0000 (11:11 +0200)]
Merge pull request #17580 from nextcloud/backport/17543/stable16
[stable16] Let SCSS cleanup only run once
Roeland Jago Douma [Sat, 19 Oct 2019 09:10:57 +0000 (11:10 +0200)]
Merge pull request #17588 from nextcloud/backport/17585/stable16
[stable16] added documentation links on settings pages
Nextcloud bot [Sat, 19 Oct 2019 02:15:57 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Sascha Wiswedel [Thu, 17 Oct 2019 13:09:49 +0000 (15:09 +0200)]
added documentation links on settings pages
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
Nextcloud bot [Fri, 18 Oct 2019 02:15:38 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
blizzz [Thu, 17 Oct 2019 12:33:28 +0000 (14:33 +0200)]
Merge pull request #17511 from nextcloud/backport/16721/stable16
[stable16] Correctly handle emtpy string in proxyuserpwd config
Julius Härtl [Tue, 15 Oct 2019 09:56:27 +0000 (11:56 +0200)]
Make sure the cache is only reset once at a time
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 15 Oct 2019 09:56:02 +0000 (11:56 +0200)]
Use a distributed cache for the isCachedCache
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Thu, 17 Oct 2019 02:16:08 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 16 Oct 2019 02:15:55 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Tue, 15 Oct 2019 16:40:14 +0000 (18:40 +0200)]
adjust tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Roeland Jago Douma [Tue, 15 Oct 2019 15:01:12 +0000 (17:01 +0200)]
Merge pull request #17539 from nextcloud/backport/17332/stable16
[stable16] Only cache the mimetype if the file exists
Roeland Jago Douma [Tue, 15 Oct 2019 07:18:06 +0000 (09:18 +0200)]
Merge pull request #17542 from nextcloud/backport/17503/stable16
[stable16] Set the proper filename for version downloads
Nextcloud bot [Tue, 15 Oct 2019 02:15:20 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 10 Oct 2019 10:51:24 +0000 (12:51 +0200)]
Set the proper filename for version downloads
Before it just used the internalid (timestamp often) which is not really
user friendly.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Joas Schilling [Mon, 30 Sep 2019 09:39:50 +0000 (11:39 +0200)]
Only cache the mimetype if the file exists
Otherwise files access control will cache "application/octet-stream"
for all the target node on:
rename, move, copy and all other methods which create a new item
To check this:
1. Add an automated tagging rule which tags on mimetype NOT "httpd/unix-directory"
2. Add an access control rule which checks for any mimetype
3. Create a folder and rename it, the folder should not be tagged, but it is
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Mon, 14 Oct 2019 02:15:22 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 13 Oct 2019 02:16:04 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 12 Oct 2019 02:15:23 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Fri, 11 Oct 2019 13:54:21 +0000 (15:54 +0200)]
remove odd code, align to master
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Scott Shambarger [Fri, 2 Aug 2019 22:18:01 +0000 (15:18 -0700)]
Correctly handle emtpy string in proxyuserpwd config
As documented, the default value for config value proxyuserpwd is ''.
However, that value results in the error:
"cURL error 5: Unsupported proxy syntax in '@'".
This patch handles the values of '' and null (the default in the code)
the same for config values proxyuserpwd and proxy.
Signed-off-by: Scott Shambarger <devel@shambarger.net>
John Molakvoæ [Fri, 11 Oct 2019 05:45:39 +0000 (07:45 +0200)]
[stable16] Force hide tooltips on sidebar close (#17500)
[stable16] Force hide tooltips on sidebar close
John Molakvoæ (skjnldsv) [Wed, 9 Oct 2019 15:28:45 +0000 (17:28 +0200)]
Force hide tooltips on sidebar close
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Nextcloud bot [Fri, 11 Oct 2019 02:14:56 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Thu, 10 Oct 2019 06:57:55 +0000 (08:57 +0200)]
Merge pull request #17012 from nextcloud/backport/16999/stable16
[stable16] Return the proper jailed path when requesting the root path
Nextcloud bot [Wed, 9 Oct 2019 02:15:22 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Tue, 8 Oct 2019 07:42:20 +0000 (09:42 +0200)]
Merge pull request #17227 from nextcloud/backport/17017/stable16
[stable16] fix "create folder" icon overlaying home icon
Nextcloud bot [Tue, 8 Oct 2019 02:15:15 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
blizzz [Mon, 7 Oct 2019 14:46:13 +0000 (16:46 +0200)]
Merge pull request #17441 from nextcloud/backport/17359/stable16
[stable16] Don't call basename on null
Joas Schilling [Tue, 1 Oct 2019 15:30:52 +0000 (17:30 +0200)]
Don't call basename on null
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Mon, 7 Oct 2019 07:43:32 +0000 (09:43 +0200)]
Merge pull request #17419 from nextcloud/backport/17387/stable16
[stable16] Allow removing federated shares of locally reshared files
Nextcloud bot [Mon, 7 Oct 2019 02:14:56 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 6 Oct 2019 02:15:26 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 5 Oct 2019 13:31:24 +0000 (15:31 +0200)]
Merge pull request #16814 from nextcloud/backport/16572/stable16
[stable16] instead of upsert query, fallback to default on PSQL <= 9.4
Roeland Jago Douma [Thu, 3 Oct 2019 13:21:04 +0000 (15:21 +0200)]
Allow removing federated shares of locally reshared files
* UserA shares a folder to UserB
* UserB does a federated share to userC@serverC
* UserB now tries to revoke the federated share
Before we always tried to notify the remote cloud. The case that the
file was reshared locally was not considered. This patch makes sure not
to try to notify a federated server if both users are local users.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Sat, 5 Oct 2019 13:13:42 +0000 (15:13 +0200)]
Merge pull request #17416 from nextcloud/backport/17397/stable16
[stable16] Fix updating and deleting authtokens
Sergej Nikolaev [Fri, 4 Oct 2019 00:28:48 +0000 (03:28 +0300)]
fix updating and deleting authtokens
Signed-off-by: Sergej Nikolaev <kinolaev@gmail.com>
Nextcloud bot [Sat, 5 Oct 2019 02:15:20 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Fri, 4 Oct 2019 16:09:41 +0000 (18:09 +0200)]
[stable16] Append / to data(path) for folder content request (#17310)
[stable16] Append / to data(path) for folder content request
Roeland Jago Douma [Fri, 4 Oct 2019 09:35:54 +0000 (11:35 +0200)]
Merge pull request #17282 from nextcloud/backport/17262/stable16
[stable16] dont delete cache entries if deleting an object from object store failed
Roeland Jago Douma [Fri, 4 Oct 2019 09:34:27 +0000 (11:34 +0200)]
Merge pull request #17352 from nextcloud/backport/17001/stable16
[stable16] reduce adressbook change events and handling
Nextcloud bot [Fri, 4 Oct 2019 02:15:40 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Thu, 3 Oct 2019 06:39:27 +0000 (08:39 +0200)]
[stable16] Don't process known avatars from LDAP (#17373)
[stable16] Don't process known avatars from LDAP
Nextcloud bot [Thu, 3 Oct 2019 02:14:38 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Wed, 4 Sep 2019 12:44:48 +0000 (14:44 +0200)]
Don't process known avatars from LDAP
* avoids useless FS operation
* avoids useless DB writes
* avoids useless addressbook updates
* addendum to #17001
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Wed, 2 Oct 2019 02:15:24 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 1 Oct 2019 12:42:10 +0000 (12:42 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 1 Oct 2019 10:55:15 +0000 (12:55 +0200)]
Merge pull request #17342 from nextcloud/backport/16798/stable16
[stable16] Fix scrolling after switching to grid view
Arthur Schiwon [Wed, 4 Sep 2019 11:36:36 +0000 (13:36 +0200)]
adjust test expectations
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Wed, 4 Sep 2019 11:36:08 +0000 (13:36 +0200)]
reduce adressbook change events and handling
... from four to one on avatar updates
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Roeland Jago Douma [Tue, 1 Oct 2019 10:11:38 +0000 (12:11 +0200)]
Merge pull request #17299 from nextcloud/backport/17258/stable16
[stable16] add (hidden) option to configure smb timeout
Roeland Jago Douma [Tue, 1 Oct 2019 10:07:46 +0000 (12:07 +0200)]
Merge pull request #17347 from nextcloud/backport/stable16/fix/hbs-compile-script
[stable16] Use handlebars from node_modules (on CI)
Christoph Wurst [Mon, 30 Sep 2019 14:20:44 +0000 (16:20 +0200)]
Use handlebars from node_modules (on CI)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Jonathan Matthews [Mon, 19 Aug 2019 19:18:05 +0000 (15:18 -0400)]
Fix grid view
Signed-off-by: Jonathan Matthews <jgit@pixelnet.work>
Roeland Jago Douma [Mon, 30 Sep 2019 15:11:15 +0000 (17:11 +0200)]
Merge pull request #17296 from nextcloud/backport/17286/stable16
[stable16] Correctly detect the mimetype from uploads
Roeland Jago Douma [Mon, 30 Sep 2019 15:10:23 +0000 (17:10 +0200)]
Merge pull request #17271 from nextcloud/backport/14913/stable16
[stable16] Fix directory detection for s3
John Molakvoæ [Sun, 29 Sep 2019 15:19:12 +0000 (17:19 +0200)]
[stable16] Fix fetching additional search results on scrolling… (#17304)
[stable16] Fix fetching additional search results on scrolling down
John Molakvoæ (skjnldsv) [Sat, 28 Sep 2019 15:28:17 +0000 (17:28 +0200)]
Append / to data(path) for folder content request
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
René Bühlmann [Wed, 15 May 2019 21:48:46 +0000 (23:48 +0200)]
Fix fetching additional search results on scrolling down
Signed-off-by: René Bühlmann <rene@buehlmann.net>
Nextcloud bot [Sat, 28 Sep 2019 02:15:06 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Robin Appelman [Wed, 25 Sep 2019 12:59:44 +0000 (14:59 +0200)]
Update apps/files_external/lib/Lib/Backend/SMB.php
Co-Authored-By: Daniel Kesselberg <mail@danielkesselberg.de>
Robin Appelman [Wed, 25 Sep 2019 11:30:40 +0000 (13:30 +0200)]
add (hidden) option to configure smb timeout
hidden from ui to prevent clutter
```occ files_external:config <mount> timeout 30```
Signed-off-by: Robin Appelman <robin@icewind.nl>