]>
source.dussan.org Git - nextcloud-server.git/log
Julius Härtl [Tue, 28 May 2019 08:27:01 +0000 (10:27 +0200)]
Hide newFile menu if quota is set to 0B
Signed-off-by: Julius Härtl <jus@bitgrid.net>
John Molakvoæ [Mon, 3 Jun 2019 12:19:23 +0000 (14:19 +0200)]
[Security] Bump axios from 0.18.0 to 0.18.1 in /settings (#15838)
[Security] Bump axios from 0.18.0 to 0.18.1 in /settings
dependabot-preview[bot] [Sun, 2 Jun 2019 01:12:11 +0000 (01:12 +0000)]
[Security] Bump axios from 0.18.0 to 0.18.1 in /settings
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1. **This update includes security fixes.**
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1)
Morris Jobke [Fri, 31 May 2019 11:30:10 +0000 (13:30 +0200)]
Merge pull request #15800 from nextcloud/backport/15776/stable15
[stable15] search files by id in shared storages last
Robin Appelman [Tue, 28 May 2019 16:15:52 +0000 (18:15 +0200)]
search files by id in shared storages last
this prevents unneeded recursion when the file is not in the share
Signed-off-by: Robin Appelman <robin@icewind.nl>
Roeland Jago Douma [Wed, 29 May 2019 18:49:15 +0000 (20:49 +0200)]
Merge pull request #15771 from nextcloud/backport/15766/stable15
[stable15] Check for free space on touch
Nextcloud bot [Wed, 29 May 2019 02:13:58 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Julius Härtl [Tue, 28 May 2019 11:05:20 +0000 (13:05 +0200)]
Check for free space on touch
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Tue, 28 May 2019 02:13:55 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 27 May 2019 20:35:13 +0000 (22:35 +0200)]
Merge pull request #15755 from nextcloud/backport/15747/stable15
[stable15] Also allow dragging below the file list
Morris Jobke [Mon, 27 May 2019 12:24:24 +0000 (14:24 +0200)]
Merge pull request #15726 from nextcloud/dependabot/npm_and_yarn/settings/stable15/tar-2.2.2
[Security] Bump tar from 2.2.1 to 2.2.2 in /settings
Julius Härtl [Mon, 27 May 2019 11:00:45 +0000 (13:00 +0200)]
Also allow dragging below the file list
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Mon, 27 May 2019 10:10:24 +0000 (12:10 +0200)]
Use node:lts image
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Mon, 27 May 2019 02:13:53 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 26 May 2019 02:14:28 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Sat, 25 May 2019 08:19:49 +0000 (08:19 +0000)]
[Security] Bump tar from 2.2.1 to 2.2.2 in /settings
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. **This update includes security fixes.**
- [Release notes](https://github.com/npm/node-tar/releases)
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2)
Roeland Jago Douma [Sat, 25 May 2019 08:19:03 +0000 (10:19 +0200)]
Merge pull request #15725 from nextcloud/backport/15714/stable15
[stable15] Check the actual status code for 204 and 304
Roeland Jago Douma [Sat, 25 May 2019 08:18:16 +0000 (10:18 +0200)]
Merge pull request #15727 from nextcloud/dependabot/npm_and_yarn/build/stable15/tar-2.2.2
[Security] Bump tar from 2.2.1 to 2.2.2 in /build
Nextcloud bot [Sat, 25 May 2019 02:14:02 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Fri, 24 May 2019 18:14:58 +0000 (18:14 +0000)]
[Security] Bump tar from 2.2.1 to 2.2.2 in /build
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. **This update includes security fixes.**
- [Release notes](https://github.com/npm/node-tar/releases)
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2)
Roeland Jago Douma [Fri, 24 May 2019 11:00:17 +0000 (13:00 +0200)]
Check the actual status code for 204 and 304
The header is the full http header like: HTTP/1.1 304 Not Modified
So comparing this to an int always yields false
This also makes the 304 RFC compliant as the resulting content length
should otherwise be the length of the message and not 0.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Fri, 24 May 2019 02:13:53 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 23 May 2019 02:13:59 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 22 May 2019 13:54:00 +0000 (15:54 +0200)]
Merge pull request #15687 from nextcloud/backport/15685/stable15
[stable15] Allow redis cluster to use password
Morris Jobke [Wed, 22 May 2019 10:19:07 +0000 (12:19 +0200)]
Allow redis cluster to use password
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
John Molakvoæ [Wed, 22 May 2019 07:11:28 +0000 (09:11 +0200)]
[stable15] Fix l10n for SettingsManager by injecting the l10n factory (#15671)
[stable15] Fix l10n for SettingsManager by injecting the l10n factory
Nextcloud bot [Wed, 22 May 2019 02:14:06 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 21 May 2019 20:25:11 +0000 (22:25 +0200)]
Fix l10n for SettingsManager by injecting the l10n factory
Fixes #10832
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Roeland Jago Douma [Tue, 21 May 2019 20:24:42 +0000 (22:24 +0200)]
Merge pull request #15650 from nextcloud/backport/15638/stable15
[stable15] Only show sharing section if it has content
Julius Härtl [Mon, 20 May 2019 16:07:24 +0000 (18:07 +0200)]
Only show sharing section if it has content
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Tue, 21 May 2019 02:13:42 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 20 May 2019 13:06:45 +0000 (15:06 +0200)]
Merge pull request #15629 from nextcloud/backport/15626/stable15
[stable15] Update CRL due to revoked cookbook.crt
Morris Jobke [Mon, 20 May 2019 09:33:52 +0000 (11:33 +0200)]
Update CRL due to revoked cookbook.crt
See https://github.com/nextcloud/app-certificate-requests/pull/241
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Mon, 20 May 2019 02:13:27 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 19 May 2019 02:14:10 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 18 May 2019 02:13:19 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
blizzz [Fri, 17 May 2019 08:48:59 +0000 (10:48 +0200)]
Merge pull request #15576 from nextcloud/backport/15564/stable15
[stable15] User management/subadmin: rephrase ambiguous error message
Roeland Jago Douma [Thu, 16 May 2019 18:57:45 +0000 (20:57 +0200)]
Merge pull request #15572 from nextcloud/backport/15548/stable15
[stable15] update ca bundle
Arthur Schiwon [Thu, 16 May 2019 12:17:41 +0000 (14:17 +0200)]
fixes misunderstanding of the error message
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Thu, 16 May 2019 12:51:00 +0000 (12:51 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 16 May 2019 07:17:15 +0000 (09:17 +0200)]
Merge pull request #15555 from nextcloud/backport/15552/stable15
[stable15] Update ca bundle checker
Nextcloud bot [Thu, 16 May 2019 02:13:43 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Daniel Kesselberg [Wed, 15 May 2019 18:37:06 +0000 (20:37 +0200)]
Remove whitespace
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg [Wed, 15 May 2019 17:45:58 +0000 (19:45 +0200)]
Use DRONE_SOURCE_BRANCH instead of DRONE_COMMIT_REFSPEC
Looks like DRONE_COMMIT_REFSPEC is not available anymore on Drone 1.x
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg [Wed, 15 May 2019 17:36:01 +0000 (19:36 +0200)]
Update regex to also match version/x.y.z
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Arthur Schiwon [Wed, 15 May 2019 14:07:01 +0000 (16:07 +0200)]
update ca bundle
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Wed, 15 May 2019 13:11:54 +0000 (13:11 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 15 May 2019 12:58:10 +0000 (14:58 +0200)]
Merge pull request #15544 from nextcloud/version/15.0.8
15.0.8
Morris Jobke [Wed, 15 May 2019 09:17:19 +0000 (11:17 +0200)]
15.0.8
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Tue, 14 May 2019 02:13:29 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 13 May 2019 00:12:48 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 12 May 2019 00:22:13 +0000 (00:22 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 11 May 2019 00:13:23 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 10 May 2019 00:13:16 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 9 May 2019 15:11:32 +0000 (17:11 +0200)]
Merge pull request #15221 from nextcloud/version/15.0.8/RC1
15.0.8 RC1
Roeland Jago Douma [Thu, 25 Apr 2019 05:54:48 +0000 (07:54 +0200)]
15.0.8 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Thu, 9 May 2019 14:12:58 +0000 (16:12 +0200)]
Merge pull request #15485 from nextcloud/backport/15478/stable15
[stable15] Update file-upload.js
Valdnet [Thu, 9 May 2019 12:30:43 +0000 (14:30 +0200)]
Update file-upload.js
Change the location of the translation file.
Morris Jobke [Thu, 9 May 2019 13:24:06 +0000 (15:24 +0200)]
Merge pull request #15472 from nextcloud/backport/15468/stable15
[stable15] Remove recommendation for opcache on CLI
Morris Jobke [Thu, 9 May 2019 10:25:53 +0000 (12:25 +0200)]
Remove recommendation for opcache on CLI
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 9 May 2019 11:42:53 +0000 (13:42 +0200)]
Merge pull request #15443 from nextcloud/backport/15308/stable15
[stable15] remove setup args from logging
Morris Jobke [Thu, 9 May 2019 09:44:21 +0000 (11:44 +0200)]
Merge pull request #15466 from nextcloud/backport/15464/stable15
[stable15] Revert "Run phan tests only on high memory machines"
Morris Jobke [Thu, 9 May 2019 09:36:53 +0000 (11:36 +0200)]
Revert "Run phan tests only on high memory machines"
Joas Schilling [Wed, 8 May 2019 08:00:33 +0000 (10:00 +0200)]
fix class might be undefined
Co-Authored-By: blizzz <blizzz@arthur-schiwon.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Mon, 6 May 2019 22:19:48 +0000 (00:19 +0200)]
remove args from logging of common-spelled methods dependent on class
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Tue, 30 Apr 2019 10:21:12 +0000 (12:21 +0200)]
remove setup args from logging
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Morris Jobke [Thu, 9 May 2019 08:46:16 +0000 (10:46 +0200)]
Merge pull request #15456 from nextcloud/backport/15430/stable15
[stable15] Use non-absolute logout URL to fix wrong URL in reverse proxy scenario
Nextcloud bot [Thu, 9 May 2019 00:12:58 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 7 May 2019 20:56:44 +0000 (22:56 +0200)]
Use non-absolute logout URL to fix wrong URL in reverse proxy scenario
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Wed, 8 May 2019 14:40:19 +0000 (16:40 +0200)]
Merge pull request #15448 from nextcloud/backport/15446/stable15
[stable15] Run phan tests only on high memory machines
Morris Jobke [Wed, 8 May 2019 14:27:04 +0000 (16:27 +0200)]
Run phan tests only on high memory machines
This should fix the out of memory issues we are seeing with this job
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Wed, 8 May 2019 08:05:56 +0000 (10:05 +0200)]
Merge pull request #15425 from nextcloud/backport/stable15/15359
[stable15] Handle 0 B default quota properly in the web UI
Roeland Jago Douma [Wed, 8 May 2019 07:06:45 +0000 (09:06 +0200)]
Merge pull request #15332 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/stable15/tar-4.4.8
[Security] Bump tar from 4.4.1 to 4.4.8 in /apps/oauth2
Roeland Jago Douma [Wed, 8 May 2019 07:06:31 +0000 (09:06 +0200)]
Merge pull request #15333 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/stable15/tar-4.4.8
[Security] Bump tar from 4.4.1 to 4.4.8 in /apps/accessibility
Roeland Jago Douma [Wed, 8 May 2019 07:06:07 +0000 (09:06 +0200)]
Merge pull request #15334 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/stable15/tar-4.4.8
[Security] Bump tar from 4.4.1 to 4.4.8 in /apps/updatenotification
Nextcloud bot [Wed, 8 May 2019 00:13:27 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 7 May 2019 20:18:02 +0000 (22:18 +0200)]
Merge pull request #15421 from nextcloud/stb15/fix/cssvars/edge-support
[stable15] Set Edge < 16 as incompatible with css vars
Julius Härtl [Tue, 7 May 2019 16:44:14 +0000 (18:44 +0200)]
Bump user settings bundle
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Fri, 3 May 2019 10:19:35 +0000 (12:19 +0200)]
Fix default quota setting of 0 B
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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
dependabot[bot] [Wed, 1 May 2019 18:46:23 +0000 (18:46 +0000)]
[Security] Bump tar from 4.4.1 to 4.4.8 in /apps/updatenotification
Bumps [tar](https://github.com/npm/node-tar) from 4.4.1 to 4.4.8. **This update includes security fixes.**
- [Release notes](https://github.com/npm/node-tar/releases)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.1...v4.4.8)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] [Wed, 1 May 2019 18:46:13 +0000 (18:46 +0000)]
[Security] Bump tar from 4.4.1 to 4.4.8 in /apps/accessibility
Bumps [tar](https://github.com/npm/node-tar) from 4.4.1 to 4.4.8. **This update includes security fixes.**
- [Release notes](https://github.com/npm/node-tar/releases)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.1...v4.4.8)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] [Wed, 1 May 2019 18:45:13 +0000 (18:45 +0000)]
[Security] Bump tar from 4.4.1 to 4.4.8 in /apps/oauth2
Bumps [tar](https://github.com/npm/node-tar) from 4.4.1 to 4.4.8. **This update includes security fixes.**
- [Release notes](https://github.com/npm/node-tar/releases)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.1...v4.4.8)
Signed-off-by: dependabot[bot] <support@dependabot.com>
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