Morris Jobke
2e30a5d107
Merge pull request #14781 from nextcloud/backport/14778/stable15
...
[stable15] Fix user creation using LDAP Plugin
2019-03-21 13:53:55 +01:00
Vinicius Cubas Brand
79b7f12a79
LDAP plugin: force createUser to return new user's DN
...
LDAP plugins must change the createUser method to return the DN, as we
need this to update the cache.
Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
2019-03-21 10:33:04 +00:00
Vinicius Cubas Brand
7d6a7ab351
Cache cleaning when subadmin adds user to group
...
This commit fix an error happening when the subadmin tries to create an
user, adding him/her to the group s/he is subadmin of, using a LDAP
User/Group plugin.
This just forces the cache to be reset after an user is added to a
group.
Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
2019-03-21 10:33:03 +00:00
Vinicius Cubas Brand
20b0817e5c
fix user creation using LDAP Plugin
...
Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
2019-03-21 10:33:03 +00:00
Nextcloud bot
2c7f1fd001
[tx-robot] updated from transifex
2019-03-21 01:14:06 +00:00
Morris Jobke
a5cbe94878
Merge pull request #14762 from nextcloud/backport/14674/stable15
...
[stable15] [app:files] Use current directory for hashing.
2019-03-20 22:30:38 +01:00
Morris Jobke
6fffd09a7c
Merge pull request #14759 from nextcloud/backport/14691/stable15
...
[stable15] always allow moving mountpoints inside the same mountpoint
2019-03-20 16:41:14 +01:00
Morris Jobke
8781a77d37
Merge pull request #14709 from HuemerGroup/groupname_like_username-allow_share_with_both
...
groupname like username - allow share with both
2019-03-20 16:32:53 +01:00
Morris Jobke
38beea8642
Update lib/private/Share20/Manager.php
...
tabulator change
Co-Authored-By: aignerat <46312655+aignerat@users.noreply.github.com>
2019-03-20 12:51:26 +01:00
Morris Jobke
2a3645a5a8
Update lib/private/Share20/Manager.php
...
fixed tabulator
Co-Authored-By: aignerat <46312655+aignerat@users.noreply.github.com>
2019-03-20 12:50:48 +01:00
Evilham
fad5424165
[app:files] Use current directory for hashing.
...
This fixes collisions that were causing uploads to break in a very
terrible way.
Kudos to @kesselb for finding the problematic place and to
@hottwister for the proposed solution.
Fixes #10527 .
2019-03-20 10:21:21 +00:00
Robin Appelman
9b6ead8abf
always allow moving mountpoints inside the same mountpoint
...
even if that mountpoint isn't normally a valid target for moving mounts into
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-03-20 09:59:17 +00:00
Roeland Jago Douma
d211d5ef57
Merge pull request #14749 from nextcloud/backport/14744/stable15
...
[stable15] Always register the Notifier
2019-03-20 10:05:45 +01:00
Christoph Wurst
fa779fe75c
Merge pull request #14751 from nextcloud/backport/14747/stable15
...
[stable15] Fix getting the access list on external storage
2019-03-20 09:19:31 +01:00
Nextcloud bot
ce619b07ae
[tx-robot] updated from transifex
2019-03-20 01:12:57 +00:00
Roeland Jago Douma
086f41b0bc
Fix getting the access list on external storage
...
If a file is on external storage there is no owner. WHich means we can't
check. So just return an empty array then.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-03-19 17:44:32 +00:00
Joas Schilling
b0938d7d0d
Always register the Notifier
...
... so background jobs without a user can prepare push notifications
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-19 15:43:38 +00:00
Nextcloud bot
3c76c0ce11
[tx-robot] updated from transifex
2019-03-19 01:12:52 +00:00
Morris Jobke
da7579c2e3
Merge pull request #14716 from Faldon/update_document_version
...
Updated documentation go.php to 15 and adjusted copyright year.
2019-03-18 17:23:52 +01:00
Roeland Jago Douma
3f559dd3ec
Merge pull request #14696 from nextcloud/backport/13401/stable15
...
[stable15] improve lookup server behaviour
2019-03-18 10:07:15 +01:00
Morris Jobke
ee6426024d
Fix missing $config dependency in RetryJob
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-18 08:34:15 +01:00
Daniel Kesselberg
6e56160123
Fix Undefined property: OCA\LookupServerConnector\UpdateLookupServer::$config
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-03-18 08:33:58 +01:00
Nextcloud bot
590ea7c5fb
[tx-robot] updated from transifex
2019-03-18 01:12:37 +00:00
Bjoern Schiessle
edbe99d44e
increase timespan between each retry
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-03-17 20:39:41 +01:00
Bjoern Schiessle
23c57b22cb
improve lookup server behaviour
...
Don't try to connect to the lookup server if the lookup server was disabled
by the admin or an empty lookup server URL was given
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-03-17 20:39:40 +01:00
Nextcloud bot
cec3fd4dcf
[tx-robot] updated from transifex
2019-03-17 01:13:33 +00:00
Nextcloud bot
d33cec3d7d
[tx-robot] updated from transifex
2019-03-16 01:12:43 +00:00
Thomas Pulzer
7233c0e797
Updated documentation go.php to 15 and adjusted copyright year.
...
Signed-off-by: Thomas Pulzer <t.pulzer@thesecretgamer.de>
2019-03-15 21:54:31 +01:00
Morris Jobke
ab492adb9a
Merge pull request #14699 from nextcloud/backport/14693/stable15
...
[stable15] dont try to restore a trashbin item to a readonly target
2019-03-15 10:56:31 +01:00
Morris Jobke
b42e4b19ee
Merge pull request #14700 from nextcloud/backport/14690/stable15
...
[stable15] throw a proper error if rename fails in dav
2019-03-15 10:53:40 +01:00
Morris Jobke
7cf35f4a56
Merge pull request #14697 from nextcloud/backport/14687/stable15
...
[stable15] add an integration test that ensures deletion of LDAP users
2019-03-15 10:49:20 +01:00
Christian Aigner
cde8a2896d
groupname like username - allow share with both
...
Signed-off-by: Christian Aigner <christian.aigner@huemer-it.com>
2019-03-15 10:18:27 +01:00
Nextcloud bot
9ebf78a88d
[tx-robot] updated from transifex
2019-03-15 01:15:29 +00:00
Roeland Jago Douma
d9119c0c64
Merge pull request #14694 from nextcloud/backport/14684/stable15
...
[stable15] handle long etags from dav external storage
2019-03-15 01:29:57 +01:00
Morris Jobke
d734a4ba7b
Merge pull request #14672 from nextcloud/backport/14640/disable-failing-tests
...
[stable15] Disable fragile tests
2019-03-15 00:25:06 +01:00
Robin Appelman
19a3ac67a7
throw a proper error if rename fails in dav
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-03-14 19:28:58 +00:00
Robin Appelman
7b1b161280
dont try to restore a trashbin item to a readonly target
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-03-14 19:27:29 +00:00
Arthur Schiwon
91b3080b3e
add an integration test that ensures deletion of LDAP users
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-03-14 17:36:10 +00:00
Robin Appelman
54b14946b4
handle long etags from dav external storage
...
we can only store etags up to 40 characters long in the database, so when we get an etag that's longer we simply hash it to bring down the length
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-03-14 16:19:09 +00:00
Nextcloud bot
92634ec842
[tx-robot] updated from transifex
2019-03-14 16:08:44 +00:00
Morris Jobke
06c80c77c2
Add time between SMB test runs and properly log full changeset
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-14 16:43:19 +01:00
Morris Jobke
7e48b4ebb2
Disable failing files app test - act 4
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-14 16:31:42 +01:00
Morris Jobke
10ac33919e
Disable failing files app test - act 3
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-14 16:24:20 +01:00
Morris Jobke
7bc7f55c02
Disable failing app management test
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-14 16:21:48 +01:00
Morris Jobke
9d965fa9eb
Disable failing comments app test - act 2
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-14 13:45:36 +01:00
Morris Jobke
354e0f94a5
Disable failing files app test - act 2
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-14 13:44:41 +01:00
Morris Jobke
f216e9913a
Merge pull request #14677 from nextcloud/backport/14670/stable15
...
[stable15] Use SCSS variables since CSS vars are not loaded on public pages
2019-03-14 10:08:27 +01:00
Julius Härtl
1d5149aff6
Use SCSS variables since CSS vars are not loaded on public pages
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-14 07:52:10 +00:00
Morris Jobke
6ff4371348
Wait up to 10 seconds for incoming changes from SMB notifier
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-13 22:18:16 +01:00
Morris Jobke
75ccff42dc
Disable fragile user acceptance tests
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-13 22:18:13 +01:00