]>
source.dussan.org Git - nextcloud-server.git/log
Nextcloud bot [Fri, 14 Jun 2019 02:14:35 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Thu, 13 Jun 2019 17:15:53 +0000 (19:15 +0200)]
[stable16] Temporary fix for project translations (#15949)
[stable16] Temporary fix for project translations
Julius Härtl [Fri, 7 Jun 2019 08:27:09 +0000 (10:27 +0200)]
Temporary fix for project translations
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
John Molakvoæ [Wed, 12 Jun 2019 06:59:21 +0000 (08:59 +0200)]
[stable16] Fix userid casting in notifications (#15925)
[stable16] Fix userid casting in notifications
John Molakvoæ [Wed, 12 Jun 2019 06:58:49 +0000 (08:58 +0200)]
[stable16] Show share settings only if incoming federated shares are allowed (#15926)
[stable16] Show share settings only if incoming federated shares are allowed
Morris Jobke [Fri, 31 May 2019 15:38:41 +0000 (17:38 +0200)]
Show share settings only if incoming federated shares are allowed
Fixes #15802
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
John Molakvoæ (skjnldsv) [Tue, 11 Jun 2019 07:52:04 +0000 (09:52 +0200)]
Fix userid casting in notifications
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ [Tue, 11 Jun 2019 16:28:53 +0000 (18:28 +0200)]
[stable16] Fix mobile menu over app-content (#15920)
[stable16] Fix mobile menu over app-content
John Molakvoæ (skjnldsv) [Tue, 11 Jun 2019 08:17:09 +0000 (10:17 +0200)]
Fix mobile menu over app-content
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ [Tue, 11 Jun 2019 12:54:47 +0000 (14:54 +0200)]
[stable16] Fix missing login hook wih Apache/SAML login (#15911)
[stable16] Fix missing login hook wih Apache/SAML login
Christoph Wurst [Tue, 11 Jun 2019 05:26:41 +0000 (07:26 +0200)]
Fix missing login hook wih Apache/SAML
Without this patch the hook does not transport the information whether the login is
done with an app password or not. The suspicious login app requires the parameter
to function correctly, hence adding it will make suspicious login detection also possible
with SAML users.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Wed, 5 Jun 2019 07:03:16 +0000 (09:03 +0200)]
Merge pull request #15856 from nextcloud/backport/15767/stable16
[stable16] Hide newFile menu if quota is set to 0B
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:56 +0000 (14:19 +0200)]
[Security] Bump axios from 0.18.0 to 0.18.1 (#15846)
[Security] Bump axios from 0.18.0 to 0.18.1
dependabot-preview[bot] [Mon, 3 Jun 2019 01:14:09 +0000 (01:14 +0000)]
[Security] Bump axios from 0.18.0 to 0.18.1
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:29:38 +0000 (13:29 +0200)]
Merge pull request #15799 from nextcloud/backport/15776/stable16
[stable16] 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:48:51 +0000 (20:48 +0200)]
Merge pull request #15772 from nextcloud/backport/15766/stable16
[stable16] Check for free space on touch
John Molakvoæ [Wed, 29 May 2019 14:34:50 +0000 (16:34 +0200)]
[stable16] add option to show hidden files in SMB shares (#15786)
[stable16] add option to show hidden files in SMB shares
Robin Appelman [Thu, 23 May 2019 19:23:56 +0000 (21:23 +0200)]
add option to show hidden files in SMB shares
Note hidden files can mean different things in smb and the option the the files web ui,
the webui only counts files starting with '.' as hidden, while smb files
can be marked as hidden regardless, any files that are marked as hidden
on smb will thus be shown in the webui regardless of the setting in the files app.
Fixes #15644
Signed-off-by: Robin Appelman <robin@icewind.nl>
Nextcloud bot [Wed, 29 May 2019 02:13:52 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 28 May 2019 13:58:41 +0000 (15:58 +0200)]
Merge pull request #15768 from nextcloud/backport/15705/stable16
[stable16] Change text color in search box in darktheme, ref #15598
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>
Greta Doci [Thu, 23 May 2019 16:44:07 +0000 (18:44 +0200)]
Change text color in search box in darktheme, ref #15598
Signed-off-by: Greta Doci <gretadoci@gmail.com>
Nextcloud bot [Tue, 28 May 2019 02:13:49 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 27 May 2019 20:33:54 +0000 (22:33 +0200)]
Merge pull request #15754 from nextcloud/backport/15747/stable16
[stable16] Also allow dragging below the file list
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>
Morris Jobke [Mon, 27 May 2019 11:48:52 +0000 (13:48 +0200)]
Merge pull request #15745 from nextcloud/backport/15738/stable16
[stable16] Don't notify admins if no potentially over exposing links found
Daniel Kesselberg [Sun, 26 May 2019 13:50:56 +0000 (15:50 +0200)]
Don't notify admins if no potentially over exposing links found
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Nextcloud bot [Mon, 27 May 2019 02:13:48 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 26 May 2019 02:14:22 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 25 May 2019 08:19:38 +0000 (10:19 +0200)]
Merge pull request #15724 from nextcloud/backport/15714/stable16
[stable16] Check the actual status code for 204 and 304
Roeland Jago Douma [Sat, 25 May 2019 08:18:40 +0000 (10:18 +0200)]
Merge pull request #15728 from nextcloud/dependabot/npm_and_yarn/stable16/tar-2.2.2
[Security] Bump tar from 2.2.1 to 2.2.2
Nextcloud bot [Sat, 25 May 2019 02:13:57 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Fri, 24 May 2019 18:21:00 +0000 (18:21 +0000)]
[Security] Bump tar from 2.2.1 to 2.2.2
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 17:52:55 +0000 (19:52 +0200)]
Merge pull request #15718 from nextcloud/backport/15697/stable16
[stable16] Don't run repair step for every individual user, outsource that to background job
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>
Georg Ehrke [Thu, 23 May 2019 09:10:48 +0000 (11:10 +0200)]
Don't run repair step for every individual user, outsource that to background job
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Nextcloud bot [Fri, 24 May 2019 02:13:47 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 23 May 2019 02:13:52 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 22 May 2019 13:54:19 +0000 (15:54 +0200)]
Merge pull request #15686 from nextcloud/backport/15685/stable16
[stable16] 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:51 +0000 (09:11 +0200)]
[stable16] Fix l10n for SettingsManager by injecting the l10n factory (#15670)
[stable16] Fix l10n for SettingsManager by injecting the l10n factory
Nextcloud bot [Wed, 22 May 2019 02:14:00 +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:25:10 +0000 (22:25 +0200)]
Merge pull request #15666 from nextcloud/backport/15651/stable16
[stable16] Remove quota feedback if no link set
Roeland Jago Douma [Tue, 21 May 2019 20:24:02 +0000 (22:24 +0200)]
Merge pull request #15649 from nextcloud/backport/15638/stable16
[stable16] Only show sharing section if it has content
John Molakvoæ (skjnldsv) [Tue, 21 May 2019 08:47:56 +0000 (10:47 +0200)]
Remove quota feedback if no link set
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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:35 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Mon, 20 May 2019 20:31:27 +0000 (22:31 +0200)]
Unbreak browser back button not working (#15640)
Unbreak browser back button not working
Felix Pahlow [Mon, 20 May 2019 18:00:29 +0000 (20:00 +0200)]
Unbreak browser back button not working
Removed comment left over from https://github.com/nextcloud/server/commit/
ab73c9c3282fa3550fcf349ea30e399de202f4ed #diff-c493b80ad1a9bcfa6b69637097972371L1314
Resolves: #15265
Roeland Jago Douma [Mon, 20 May 2019 13:06:29 +0000 (15:06 +0200)]
Merge pull request #15628 from nextcloud/backport/15626/stable16
[stable16] 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:21 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 19 May 2019 02:14:03 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 18 May 2019 02:13:13 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Fri, 17 May 2019 12:17:38 +0000 (14:17 +0200)]
Merge pull request #15593 from nextcloud/backport/15498/stable16
[stable16] Show supported apps in app management
Morris Jobke [Fri, 17 May 2019 12:16:59 +0000 (14:16 +0200)]
Merge pull request #15592 from nextcloud/backport/15582/stable16
[stable16] Update shipped.json to include privacy and recommendations
Morris Jobke [Fri, 10 May 2019 12:50:24 +0000 (14:50 +0200)]
Show supported apps in app management
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Georg Ehrke [Thu, 16 May 2019 20:31:23 +0000 (22:31 +0200)]
Update shipped.json to include privacy, recommendations, viewer
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
blizzz [Fri, 17 May 2019 08:49:45 +0000 (10:49 +0200)]
Merge pull request #15575 from nextcloud/backport/15564/stable16
[stable16] User management/subadmin: rephrase ambiguous error message
Nextcloud bot [Fri, 17 May 2019 02:13:28 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
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:50:54 +0000 (12:50 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 16 May 2019 07:19:46 +0000 (09:19 +0200)]
Merge pull request #15553 from nextcloud/backport/15548/stable16
[stable16] update ca bundle
Morris Jobke [Thu, 16 May 2019 07:17:29 +0000 (09:17 +0200)]
Merge pull request #15554 from nextcloud/backport/15552/stable16
[stable16] Update ca bundle checker
Nextcloud bot [Thu, 16 May 2019 02:13:37 +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>
Morris Jobke [Wed, 15 May 2019 14:38:56 +0000 (16:38 +0200)]
Merge pull request #15543 from nextcloud/version/16.0.1
16.0.1
Nextcloud bot [Wed, 15 May 2019 13:11:46 +0000 (13:11 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 15 May 2019 08:26:30 +0000 (10:26 +0200)]
16.0.1
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Mon, 13 May 2019 18:05:54 +0000 (20:05 +0200)]
Merge pull request #15513 from nextcloud/backport/15495/stable16
[stable16] Add interfaces to interact with subscription from support app
Morris Jobke [Fri, 10 May 2019 12:21:41 +0000 (14:21 +0200)]
Add interfaces to interact with subscription from support app
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 9 May 2019 15:02:56 +0000 (17:02 +0200)]
Merge pull request #15429 from nextcloud/version/16.0.1/RC1
16.0.1 RC 1
Morris Jobke [Tue, 7 May 2019 20:33:51 +0000 (22:33 +0200)]
16.0.1 RC 1
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 9 May 2019 13:29:24 +0000 (15:29 +0200)]
Merge pull request #15482 from nextcloud/backport/15478/stable16
[stable16] 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:23:44 +0000 (15:23 +0200)]
Merge pull request #15469 from nextcloud/stb16/fix/mobile/scrolling
[Stable16] Fix mobile vertical scrolling
Morris Jobke [Thu, 9 May 2019 12:51:31 +0000 (14:51 +0200)]
Merge pull request #15471 from nextcloud/backport/15468/stable16
[stable16] Remove recommendation for opcache on CLI
John Molakvoæ (skjnldsv) [Thu, 9 May 2019 10:27:38 +0000 (12:27 +0200)]
[Stable16] Fix mobile vertical scrolling
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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 09:44:09 +0000 (11:44 +0200)]
Merge pull request #15465 from nextcloud/backport/15464/stable16
[stable16] 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"
Roeland Jago Douma [Wed, 8 May 2019 18:44:32 +0000 (20:44 +0200)]
Merge pull request #15452 from nextcloud/backport/15430/stable16
[stable16] Use non-absolute logout URL to fix wrong URL in reverse proxy scenario
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:54:53 +0000 (16:54 +0200)]
Merge pull request #15442 from nextcloud/backport/15308/stable16
[stable16] remove setup args from logging
Morris Jobke [Wed, 8 May 2019 14:39:57 +0000 (16:39 +0200)]
Merge pull request #15447 from nextcloud/backport/15446/stable16
[stable16] 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>
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 [Wed, 8 May 2019 08:23:03 +0000 (10:23 +0200)]
Merge pull request #15439 from nextcloud/backport/15432/stable16
[stable16] Fix public upload by also load the semaphore method
Morris Jobke [Tue, 7 May 2019 21:48:06 +0000 (23:48 +0200)]
Fix public upload by also load the semaphore method
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Wed, 8 May 2019 08:13:20 +0000 (10:13 +0200)]
Merge pull request #15434 from nextcloud/backport/15259/stable16
[stable16] Make access column a real boolean
Morris Jobke [Wed, 8 May 2019 08:04:29 +0000 (10:04 +0200)]
Merge pull request #15433 from nextcloud/backport/15301/stable16
[stable16] Fix multiselect min width
John Molakvoæ [Wed, 8 May 2019 06:54:01 +0000 (08:54 +0200)]
[stable16] Properly set Edge < 16 as incompatible with css vars (#15428)
[stable16] Properly set Edge < 16 as incompatible with css vars