Commit graph

19686 commits

Author SHA1 Message Date
Nextcloud bot
dbabcc5df7
[tx-robot] updated from transifex 2019-04-18 00:12:58 +00:00
Roeland Jago Douma
71b8fe5c2c
Merge pull request #15131 from nextcloud/stable15-15057
[stable15] Use slient option to switch for regular file actions as well
2019-04-17 20:29:02 +02:00
Roeland Jago Douma
22d54078fc
Merge pull request #15128 from nextcloud/backport/15123/stable15
[stable15] Improve the share link password error feedback with a red border
2019-04-17 08:44:39 +02:00
Nextcloud bot
04d1177904
[tx-robot] updated from transifex 2019-04-17 00:13:00 +00:00
Julius Härtl
30539ee473
Use slient option to switch for regular file actions as well
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-16 15:46:29 +02:00
Christoph Wurst
3ba9f6bd6d
Improve the share link password error feedback with a red border
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-16 14:13:51 +02:00
Nextcloud bot
f7c229548d
[tx-robot] updated from transifex 2019-04-16 00:17:40 +00:00
Roeland Jago Douma
19a1dc06af
Merge pull request #15006 from nextcloud/backport/14480/stable15
[stable15] Reconnect to DB after timeout for Notify command. Fixes #14479
2019-04-15 09:14:11 +02:00
Nextcloud bot
655c0d6c85
[tx-robot] updated from transifex 2019-04-15 00:13:02 +00:00
Nextcloud bot
9bdd654e3e
[tx-robot] updated from transifex 2019-04-14 00:13:36 +00:00
Nextcloud bot
7398e6b018
[tx-robot] updated from transifex 2019-04-13 00:15:44 +00:00
Nextcloud bot
bf5c81fa8c
[tx-robot] updated from transifex 2019-04-12 00:13:00 +00:00
Nextcloud bot
514d92b7a8
[tx-robot] updated from transifex 2019-04-11 00:13:13 +00:00
Joas Schilling
3325038c47
Merge pull request #15021 from nextcloud/bugfix/noid/respect-lookup-server-disabling
[stable15] Respect the setting if the lookup server is disabled
2019-04-10 08:49:08 +02:00
Nextcloud bot
2531679ebb
[tx-robot] updated from transifex 2019-04-10 00:13:03 +00:00
Joas Schilling
a596eb2d0d
Respect the setting if the lookup server is disabled
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-09 13:20:22 +02:00
Nextcloud bot
24bc923323
[tx-robot] updated from transifex 2019-04-09 00:13:09 +00:00
Ari Selseng
47f30f5b23 Correct log attribute
Signed-off-by: Ari Selseng <ari@selseng.net>
2019-04-08 15:28:05 +00:00
Ari Selseng
df2f290726 Added logging to Notify command.
Signed-off-by: Ari Selseng <ari@selseng.net>
2019-04-08 15:28:04 +00:00
Ari Selseng
27b6c3c0cc Reconnect to DB after timeout for Notify command. Fixes #14479
Signed-off-by: Ari Selseng <ari@selseng.net>
2019-04-08 15:28:04 +00:00
Julius Härtl
64a507aaa3
Check if OCA.Files.App is available before calling
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-08 16:37:03 +02:00
Morris Jobke
4021e76368
Fix unnecessary boolean cast
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-08 15:55:03 +02:00
fretn
2e2e50ca4e
Fix for crashing occ files:scan
when $share === false then (int)$share['share_type'] will always be equal to (int)0

which results in following crash:

[root@server nextcloud] sudo -u apache php occ files:scan someuser
The current PHP memory limit is below the recommended value of 512MB.
Starting scan for user 1 out of 1 (someuser)
An unhandled exception has been thrown:
TypeError: Argument 1 passed to OC\OCS\DiscoveryService::discover() must be of the type string, null given, called in /var/www/html/nextcloud/apps/files_sharing/lib/External/Manager.php on line 382 and defined in /var/www/html/nextcloud/lib/private/OCS/DiscoveryService.php:65
Stack trace:
0 /var/www/html/nextcloud/apps/files_sharing/lib/External/Manager.php(382): OC\OCS\DiscoveryService->discover(NULL, 'FEDERATED_SHARI...')
1 /var/www/html/nextcloud/apps/files_sharing/lib/External/Manager.php(527): OCA\Files_Sharing\External\Manager->sendFeedbackToRemote(NULL, NULL, NULL, 'decline')
2 /var/www/html/nextcloud/apps/files_sharing/lib/External/Storage.php(216): OCA\Files_Sharing\External\Manager->removeShare('files/Someth...')
3 [internal function]: OCA\Files_Sharing\External\Storage->checkStorageAvailability()
4 /var/www/html/nextcloud/lib/private/Files/Storage/Wrapper/Wrapper.php(505): call_user_func_array(Array, Array)
5 [internal function]: OC\Files\Storage\Wrapper\Wrapper->__call('checkStorageAva...', Array)
6 /var/www/html/nextcloud/lib/private/Files/Storage/Wrapper/Wrapper.php(505): call_user_func_array(Array, Array)
7 /var/www/html/nextcloud/apps/files_sharing/lib/External/Scanner.php(89): OC\Files\Storage\Wrapper\Wrapper->__call('checkStorageAva...', Array)
8 /var/www/html/nextcloud/apps/files_sharing/lib/External/Scanner.php(44): OCA\Files_Sharing\External\Scanner->scanAll()
9 /var/www/html/nextcloud/lib/private/Files/Utils/Scanner.php(245): OCA\Files_Sharing\External\Scanner->scan('', true, 3)
10 /var/www/html/nextcloud/apps/files/lib/Command/Scan.php(172): OC\Files\Utils\Scanner->scan('/someuser', true, NULL)
11 /var/www/html/nextcloud/apps/files/lib/Command/Scan.php(249): OCA\Files\Command\Scan->scanFiles('someuser', '/someuser', false, Object(Symfony\Component\Console\Output\ConsoleOutput), false, true, false)
12 /var/www/html/nextcloud/3rdparty/symfony/console/Command/Command.php(251): OCA\Files\Command\Scan->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
13 /var/www/html/nextcloud/core/Command/Base.php(162): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
14 /var/www/html/nextcloud/3rdparty/symfony/console/Application.php(946): OC\Core\Command\Base->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
15 /var/www/html/nextcloud/3rdparty/symfony/console/Application.php(248): Symfony\Component\Console\Application->doRunCommand(Object(OCA\Files\Command\Scan), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
16 /var/www/html/nextcloud/3rdparty/symfony/console/Application.php(148): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
17 /var/www/html/nextcloud/lib/private/Console/Application.php(213): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
18 /var/www/html/nextcloud/console.php(96): OC\Console\Application->run()
19 /var/www/html/nextcloud/occ(11): require_once('/var/www/html/n...')
20 {main}[root@server nextcloud]

Signed-off-by: fretn <frederikdelaere+github@gmail.com>
2019-04-08 15:55:03 +02:00
Nextcloud bot
0ef37a11c6
[tx-robot] updated from transifex 2019-04-08 00:14:29 +00:00
Nextcloud bot
489837eb0f
[tx-robot] updated from transifex 2019-04-07 00:13:31 +00:00
Nextcloud bot
22599e2c58
[tx-robot] updated from transifex 2019-04-06 00:13:20 +00:00
Nextcloud bot
893947ed2d
[tx-robot] updated from transifex 2019-04-05 00:13:25 +00:00
Nextcloud bot
b190f0eed3
[tx-robot] updated from transifex 2019-04-04 00:13:32 +00:00
Nextcloud bot
b1ed447dd7
[tx-robot] updated from transifex 2019-04-03 00:13:45 +00:00
Nextcloud bot
1410f39efc
[tx-robot] updated from transifex 2019-04-02 00:13:48 +00:00
Julius Härtl
e27831c2df Fix hidden file display in grid view
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-01 08:58:15 +00:00
Nextcloud bot
9f3158a098
[tx-robot] updated from transifex 2019-04-01 00:14:07 +00:00
Nextcloud bot
3bdb48f204
[tx-robot] updated from transifex 2019-03-31 01:12:53 +00:00
Nextcloud bot
5acb5ccad8
[tx-robot] updated from transifex 2019-03-30 01:13:44 +00:00
Roeland Jago Douma
e953ea47ea
Merge pull request #14891 from nextcloud/stable15-14886
[stable15] Fix opening folders from different file lists
2019-03-29 13:32:01 +01:00
Nextcloud bot
aafedb9728
[tx-robot] updated from transifex 2019-03-29 01:12:59 +00:00
Julius Härtl
8ac03c67a7
Fix opening folders from different file lists
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-28 09:24:47 +01:00
Nextcloud bot
528d5299c7
[tx-robot] updated from transifex 2019-03-28 01:13:33 +00:00
Nextcloud bot
c1fa96596a
[tx-robot] updated from transifex 2019-03-27 12:06:38 +00:00
Morris Jobke
be8a82ecba
Merge pull request #14855 from nextcloud/backport/14583/remove-g+-federation
[stable15] Remove Google+ federation usersettings
2019-03-26 14:16:11 +01:00
Marius Blüm
fc7ac08565
Remove G+ CSS rule (Feedback from Joas)
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-03-26 11:53:20 +01:00
Marius Blüm
9c7a6c2c53
Remove G+ code from Federated Files Sharing-usersettings
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-03-26 11:52:15 +01:00
Marius Blüm
89c0d879bc
Remove G+ icon from Federated Files Sharing-usersettings
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-03-26 11:51:58 +01:00
Nextcloud bot
bca4a9ecbb
[tx-robot] updated from transifex 2019-03-26 10:41:42 +00: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
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
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