]>
source.dussan.org Git - nextcloud-server.git/log
John Molakvoæ (skjnldsv) [Tue, 7 May 2019 16:20:24 +0000 (18:20 +0200)]
[stable15] Set Edge < 16 as incompatible with css vars
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Morris Jobke [Tue, 7 May 2019 16:05:10 +0000 (18:05 +0200)]
Merge pull request #15387 from nextcloud/backport/13511/remove-orphan-event-and-contact-data-15
[stable15] Remove orphan event and contacts data
Nextcloud bot [Tue, 7 May 2019 00:13:08 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Mon, 6 May 2019 13:29:22 +0000 (15:29 +0200)]
Merge pull request #15390 from nextcloud/backport/15384/stable15
[stable15] Fix collapse button in app navigation in IE11
Daniel Calviño Sánchez [Mon, 6 May 2019 07:14:29 +0000 (09:14 +0200)]
Fix collapse button in app navigation in IE11
Although the collapse button has an absolute position Internet Explorer
11 needs the left position of that button to be explicitly set to 0
(other browsers do it implicitly due to the absolute position);
otherwise the button appears to the right of the link (and behind the
app content).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Joas Schilling [Fri, 11 Jan 2019 11:36:31 +0000 (12:36 +0100)]
Remove orphan event and contacts data
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Mon, 6 May 2019 10:27:43 +0000 (12:27 +0200)]
Merge pull request #15346 from nextcloud/backport/15309/stable15
[stable15] Do NOT assume all files are selected if the first checkbox is
Nextcloud bot [Mon, 6 May 2019 00:13:31 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 5 May 2019 00:13:14 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 4 May 2019 00:13:03 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 3 May 2019 00:12:59 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
John Molakvoæ (skjnldsv) [Tue, 30 Apr 2019 10:26:37 +0000 (12:26 +0200)]
Do NOT assume all files are selected if the first checkbox is
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Roeland Jago Douma [Thu, 2 May 2019 11:22:32 +0000 (13:22 +0200)]
Merge pull request #15342 from nextcloud/backport/15122/stable15
[stable15] Check if the data is in the lookup server
Joas Schilling [Tue, 16 Apr 2019 06:40:17 +0000 (08:40 +0200)]
Check if the data is in the lookup server
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Thu, 2 May 2019 00:13:08 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 1 May 2019 00:12:53 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 30 Apr 2019 13:35:42 +0000 (15:35 +0200)]
Merge pull request #15307 from nextcloud/backport/15290/stable15
[stable15] take return of mkdir into consideration; photocache to not create a folder for deletion
Morris Jobke [Tue, 30 Apr 2019 12:56:17 +0000 (14:56 +0200)]
Merge pull request #15139 from nextcloud/backport/15129/stable15
Backport/15129/stable15
Arthur Schiwon [Mon, 29 Apr 2019 14:15:07 +0000 (16:15 +0200)]
do not create folder just to delete it afterwards
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Mon, 29 Apr 2019 14:12:01 +0000 (16:12 +0200)]
take return of mkdir into account, throw exception on failure
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Tue, 30 Apr 2019 00:12:53 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 29 Apr 2019 00:12:48 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 28 Apr 2019 00:12:45 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 27 Apr 2019 00:12:45 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 26 Apr 2019 00:12:43 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 25 Apr 2019 00:12:51 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 24 Apr 2019 14:12:12 +0000 (16:12 +0200)]
Merge pull request #15205 from nextcloud/backport/15168/stable15
[stable15] Always use a temp file for swift writes
Roeland Jago Douma [Wed, 24 Apr 2019 13:53:40 +0000 (15:53 +0200)]
Merge pull request #15206 from nextcloud/backport/15146/stable15
[stable15] Prefetching blows up if there are a lot of files.
Roeland Jago Douma [Wed, 17 Apr 2019 19:37:16 +0000 (21:37 +0200)]
Prefetching blows up if there are a lot of files.
I saw instances where people had a lot of files (each with custom
properties) and all this prefetching blew up and started to consume an
insane amount of RAM resulting in the process getting killed.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Thu, 18 Apr 2019 19:04:27 +0000 (21:04 +0200)]
Always use a temp file for swift writes
Apparently the if statement doesn't work in all cases (even if I could
not reproduce it). So for the time being we will just not directly
stream to swift.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Wed, 24 Apr 2019 00:12:41 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 23 Apr 2019 00:12:47 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 22 Apr 2019 00:12:59 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 21 Apr 2019 00:13:20 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 20 Apr 2019 00:13:01 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 19 Apr 2019 00:12:57 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 18 Apr 2019 16:38:39 +0000 (18:38 +0200)]
Merge pull request #15158 from nextcloud/backport/15153/stable15
[stable15] Load apps before running repair steps
Temtaime [Thu, 18 Apr 2019 12:28:00 +0000 (15:28 +0300)]
Fix #15042
Nextcloud bot [Thu, 18 Apr 2019 00:12:58 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 17 Apr 2019 18:29:02 +0000 (20:29 +0200)]
Merge pull request #15131 from nextcloud/stable15-15057
[stable15] Use slient option to switch for regular file actions as well
Joas Schilling [Tue, 16 Apr 2019 09:44:23 +0000 (11:44 +0200)]
Use the querybuilder for the queries
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 16 Apr 2019 09:43:12 +0000 (11:43 +0200)]
Allow to use Subqueries in from
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Mon, 15 Apr 2019 19:19:32 +0000 (21:19 +0200)]
Repair step for link shares
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Wed, 17 Apr 2019 06:44:39 +0000 (08:44 +0200)]
Merge pull request #15128 from nextcloud/backport/15123/stable15
[stable15] Improve the share link password error feedback with a red border
Nextcloud bot [Wed, 17 Apr 2019 00:13:00 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Julius Härtl [Thu, 11 Apr 2019 12:38:58 +0000 (14:38 +0200)]
Use slient option to switch for regular file actions as well
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Christoph Wurst [Tue, 16 Apr 2019 08:12:25 +0000 (10:12 +0200)]
Improve the share link password error feedback with a red border
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
John Molakvoæ [Tue, 16 Apr 2019 06:33:10 +0000 (08:33 +0200)]
Merge pull request #15119 from nextcloud/backport/15115/stable15
[stable15] Do not use spaces in generated passwords
Nextcloud bot [Tue, 16 Apr 2019 00:17:40 +0000 (00:17 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Mon, 15 Apr 2019 14:29:52 +0000 (16:29 +0200)]
Do not use spaces in generated passwords
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Mon, 15 Apr 2019 21:06:05 +0000 (23:06 +0200)]
Merge pull request #15112 from nextcloud/backport/14965/stable15
[stable15] Prevent a reinstall
Roeland Jago Douma [Thu, 4 Apr 2019 21:32:00 +0000 (23:32 +0200)]
Block install without CAN_INSTALL file
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Mon, 15 Apr 2019 10:01:19 +0000 (12:01 +0200)]
Merge pull request #15071 from nextcloud/backport/14652/stable15
[stable15] Do not allow invalid users to be created
Roeland Jago Douma [Mon, 15 Apr 2019 07:14:11 +0000 (09:14 +0200)]
Merge pull request #15006 from nextcloud/backport/14480/stable15
[stable15] Reconnect to DB after timeout for Notify command. Fixes #14479
Roeland Jago Douma [Wed, 13 Mar 2019 08:45:25 +0000 (09:45 +0100)]
Do not allow invalid users to be created
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Mon, 15 Apr 2019 00:13:02 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 14 Apr 2019 00:13:36 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 13 Apr 2019 00:15:44 +0000 (00:15 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 12 Apr 2019 00:13:00 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Thu, 11 Apr 2019 07:06:26 +0000 (09:06 +0200)]
Merge pull request #15046 from nextcloud/backport/14972/stable15
[stable15] Disable the injected snapper logic when apps want to ship their own
Christoph Wurst [Fri, 5 Apr 2019 13:41:12 +0000 (15:41 +0200)]
Do not inject a #app-navigation-toggle if there is already one
This allows apps to ship their own, as in some cases the #app-content
element does not exist on page load and therefore the injection fails
and the icon is missing afterwards.
Fixes https://github.com/nextcloud/server/issues/14956
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Nextcloud bot [Thu, 11 Apr 2019 00:13:13 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Wed, 10 Apr 2019 06:49:08 +0000 (08:49 +0200)]
Merge pull request #15021 from nextcloud/bugfix/noid/respect-lookup-server-disabling
[stable15] Respect the setting if the lookup server is disabled
Nextcloud bot [Wed, 10 Apr 2019 00:13:03 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Tue, 9 Apr 2019 11:20:22 +0000 (13:20 +0200)]
Respect the setting if the lookup server is disabled
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Tue, 9 Apr 2019 00:13:09 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Mon, 8 Apr 2019 21:20:58 +0000 (23:20 +0200)]
Merge pull request #15003 from nextcloud/version/noid/15.0.7
15.0.7
Morris Jobke [Mon, 8 Apr 2019 14:41:32 +0000 (16:41 +0200)]
15.0.7
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Mon, 8 Apr 2019 20:06:53 +0000 (22:06 +0200)]
Merge pull request #15001 from nextcloud/backport/14985/stable15
[stable15] Check if OCA.Files.App is available before calling
Morris Jobke [Mon, 8 Apr 2019 20:03:01 +0000 (22:03 +0200)]
Merge pull request #15000 from nextcloud/backport/14989/stable15
[stable15] Harden appdata putcontent
Ari Selseng [Mon, 4 Mar 2019 14:02:15 +0000 (15:02 +0100)]
Correct log attribute
Signed-off-by: Ari Selseng <ari@selseng.net>
Ari Selseng [Mon, 4 Mar 2019 12:54:52 +0000 (13:54 +0100)]
Added logging to Notify command.
Signed-off-by: Ari Selseng <ari@selseng.net>
Ari Selseng [Sun, 3 Mar 2019 00:36:27 +0000 (01:36 +0100)]
Reconnect to DB after timeout for Notify command. Fixes #14479
Signed-off-by: Ari Selseng <ari@selseng.net>
Julius Härtl [Mon, 8 Apr 2019 09:13:08 +0000 (11:13 +0200)]
Check if OCA.Files.App is available before calling
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Mon, 8 Apr 2019 11:21:46 +0000 (13:21 +0200)]
Harden appdata putcontent
If for whatever reason appdata got into a strange state this will at
least propegate up and not make it do boom the next run.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Mon, 8 Apr 2019 14:22:43 +0000 (15:22 +0100)]
Merge pull request #14968 from nextcloud/backport/13790/stable15
[stable15] Fix for crashing occ files:scan
Morris Jobke [Wed, 6 Mar 2019 09:12:58 +0000 (10:12 +0100)]
Fix unnecessary boolean cast
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
fretn [Thu, 24 Jan 2019 10:37:46 +0000 (11:37 +0100)]
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>
Morris Jobke [Mon, 8 Apr 2019 13:38:50 +0000 (14:38 +0100)]
Merge pull request #14984 from nextcloud/fix/noid/drone-yml
[stable15] Fix .drone.yml syntax
Morris Jobke [Mon, 8 Apr 2019 08:38:52 +0000 (10:38 +0200)]
Fix .drone.yml syntax
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Mon, 8 Apr 2019 00:14:29 +0000 (00:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 7 Apr 2019 00:13:31 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 6 Apr 2019 00:13:20 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 5 Apr 2019 00:13:25 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 4 Apr 2019 08:19:13 +0000 (09:19 +0100)]
Merge pull request #14950 from nextcloud/version/noid/15.0.6
15.0.6
Nextcloud bot [Thu, 4 Apr 2019 00:13:32 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 3 Apr 2019 16:33:17 +0000 (17:33 +0100)]
15.0.6
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Wed, 3 Apr 2019 00:13:45 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 2 Apr 2019 00:13:48 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Mon, 1 Apr 2019 10:01:27 +0000 (12:01 +0200)]
Merge pull request #14924 from nextcloud/backport/14914/stable15
[stable15] Fix hidden file display in grid view
Julius Härtl [Sat, 30 Mar 2019 11:57:18 +0000 (12:57 +0100)]
Fix hidden file display in grid view
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Mon, 1 Apr 2019 00:14:07 +0000 (00:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 31 Mar 2019 01:12:53 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 30 Mar 2019 01:13:44 +0000 (01:13 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Fri, 29 Mar 2019 14:53:07 +0000 (15:53 +0100)]
Merge pull request #14909 from nextcloud/version/rc/15.0.6rc1
15.0.6 RC 1
Roeland Jago Douma [Fri, 29 Mar 2019 11:57:03 +0000 (12:57 +0100)]
15.0.6 RC 1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 29 Mar 2019 12:32:01 +0000 (13:32 +0100)]
Merge pull request #14891 from nextcloud/stable15-14886
[stable15] Fix opening folders from different file lists
Nextcloud bot [Fri, 29 Mar 2019 01:12:59 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
Julius Härtl [Wed, 27 Mar 2019 16:44:54 +0000 (17:44 +0100)]
Fix opening folders from different file lists
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Thu, 28 Mar 2019 07:52:53 +0000 (08:52 +0100)]
Merge pull request #14867 from nextcloud/backport/14628/stable15
[stable15] Fix plural rule detection for languages