]>
source.dussan.org Git - nextcloud-server.git/log
Daniel Kesselberg [Sun, 21 Apr 2019 19:55:50 +0000 (21:55 +0200)]
Fix setupcheck for intl module
A polyfill for intl is loaded very early (somewhere in base). Polyfill defines grapheme_strlen as function if
intl extension is not loaded. The check here is always true
because there is a function with that name.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Roeland Jago Douma [Wed, 24 Apr 2019 19:39:17 +0000 (21:39 +0200)]
Merge pull request #15202 from nextcloud/version/16.0.0/final
16.0.0 Final
Roeland Jago Douma [Wed, 24 Apr 2019 06:57:31 +0000 (08:57 +0200)]
16.0.0 Final
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Wed, 24 Apr 2019 18:55:53 +0000 (20:55 +0200)]
Merge pull request #15219 from nextcloud/backport/15141/stable16
[stable16] fix searching all users in repair regenerate birthday cal reparir job
Arthur Schiwon [Wed, 17 Apr 2019 13:55:47 +0000 (15:55 +0200)]
remove obsolete use statements
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Wed, 17 Apr 2019 11:40:48 +0000 (13:40 +0200)]
avoids users searches on backend, faster processing
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Roeland Jago Douma [Wed, 24 Apr 2019 17:49:07 +0000 (19:49 +0200)]
Merge pull request #15218 from nextcloud/fix/stable16-fix-js-vulns-I
[stable16] Update js packages
Christoph Wurst [Wed, 24 Apr 2019 15:08:18 +0000 (17:08 +0200)]
Apply `npm audit fix` on stable16
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Wed, 24 Apr 2019 14:34:51 +0000 (16:34 +0200)]
Merge pull request #15215 from nextcloud/backport/15148/stable16
[stable16] Fix mapper not properly casting int in oauth2 code
Roeland Jago Douma [Wed, 24 Apr 2019 13:51:31 +0000 (15:51 +0200)]
Merge pull request #15203 from nextcloud/backport/15168/stable16
[stable16] Always use a temp file for swift writes
Roeland Jago Douma [Wed, 24 Apr 2019 13:49:09 +0000 (15:49 +0200)]
Merge pull request #15204 from nextcloud/backport/15146/stable16
[stable16] Prefetching blows up if there are a lot of files.
Roeland Jago Douma [Thu, 18 Apr 2019 06:44:04 +0000 (08:44 +0200)]
Use the proper names when setting entity types
Else this does :boom:
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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>
John Molakvoæ [Tue, 23 Apr 2019 16:18:11 +0000 (18:18 +0200)]
Merge pull request #15198 from nextcloud/backport/15164/stable16
[stable16] Fix multiselect bar overlapping recommendations
Jan-Christoph Borchardt [Thu, 18 Apr 2019 19:16:20 +0000 (21:16 +0200)]
Use sticky position include for Safari support
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Morris Jobke [Thu, 18 Apr 2019 16:36:44 +0000 (18:36 +0200)]
Add webkit/safari fix
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Jan-Christoph Borchardt [Thu, 18 Apr 2019 15:37:44 +0000 (17:37 +0200)]
Fix multiselect bar overlapping recommendations
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Morris Jobke [Thu, 18 Apr 2019 16:38:13 +0000 (18:38 +0200)]
Merge pull request #15157 from nextcloud/backport/15153/stable16
[stable16] Load apps before running repair steps
Temtaime [Thu, 18 Apr 2019 12:28:00 +0000 (15:28 +0300)]
Fix #15042
Roeland Jago Douma [Thu, 18 Apr 2019 08:27:28 +0000 (10:27 +0200)]
Merge pull request #15137 from nextcloud/version/16.0.0/rc2
16.0.0 RC2
Roeland Jago Douma [Wed, 17 Apr 2019 06:37:50 +0000 (08:37 +0200)]
16.0.0 RC2
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Wed, 17 Apr 2019 10:12:09 +0000 (12:12 +0200)]
Merge pull request #15138 from nextcloud/backport/15129/stable16
Backport/15129/stable16
Joas Schilling [Tue, 16 Apr 2019 09:44:35 +0000 (11:44 +0200)]
Add return types
Signed-off-by: Joas Schilling <coding@schilljs.com>
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>
Morris Jobke [Tue, 16 Apr 2019 12:37:42 +0000 (14:37 +0200)]
Merge pull request #15127 from nextcloud/backport/15123/stable16
[stable16] Improve the share link password error feedback with a red border
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:34:09 +0000 (08:34 +0200)]
Merge pull request #15118 from nextcloud/backport/15115/stable16
[stable16] Do not use spaces in generated passwords
Morris Jobke [Mon, 15 Apr 2019 21:10:06 +0000 (23:10 +0200)]
Merge pull request #15111 from nextcloud/backport/15110/stable16
[stable16] Make sure we have a proper node before parsing
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>
John Molakvoæ (skjnldsv) [Mon, 15 Apr 2019 11:04:51 +0000 (13:04 +0200)]
Make sure we have a proper node before parsing
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Morris Jobke [Mon, 15 Apr 2019 12:03:56 +0000 (14:03 +0200)]
Merge pull request #15108 from nextcloud/backport/15057/stable16
[stable16] Use slient option to switch for regular file actions as well
Roeland Jago Douma [Mon, 15 Apr 2019 11:50:06 +0000 (13:50 +0200)]
Merge pull request #15109 from nextcloud/backport/15107/stable16
[stable16] Add animation-slow var
John Molakvoæ (skjnldsv) [Mon, 15 Apr 2019 09:34:18 +0000 (11:34 +0200)]
Add animation-slow var
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Roeland Jago Douma [Mon, 15 Apr 2019 10:28:49 +0000 (12:28 +0200)]
Merge pull request #15101 from nextcloud/backport/15097/stable16
[stable16] Pass proper TEST_SELECTION to drone objectstore
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>
Roeland Jago Douma [Mon, 15 Apr 2019 06:43:06 +0000 (08:43 +0200)]
Pass proper TEST_SELECTION to drone objectstore
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Thu, 11 Apr 2019 11:54:56 +0000 (13:54 +0200)]
Merge pull request #15043 from nextcloud/version/16/rc1
16.0.0 RC 1
Roeland Jago Douma [Wed, 10 Apr 2019 19:15:26 +0000 (21:15 +0200)]
16.0.0 RC 1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Thu, 11 Apr 2019 10:50:15 +0000 (12:50 +0200)]
Merge pull request #14967 from nextcloud/lib-private-user-trigger-pass-old
Do not issue update command if nothing has changed in user values
Morris Jobke [Thu, 11 Apr 2019 09:43:33 +0000 (11:43 +0200)]
Return true in the dummy backend for successful display name change
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Leon Klingele [Wed, 6 Mar 2019 12:10:18 +0000 (13:10 +0100)]
lib/private/User: do not change user properties if value has not changed
Leon Klingele [Wed, 6 Mar 2019 12:07:41 +0000 (13:07 +0100)]
lib/private/User,apps/user_ldap/lib/User: always pass old value to User::triggerChange
Morris Jobke [Thu, 11 Apr 2019 09:19:11 +0000 (11:19 +0200)]
Merge pull request #15020 from nextcloud/bugfix/noid/fix-too-many-event-triggers
Bugfix/noid/fix too many event triggers
Morris Jobke [Thu, 11 Apr 2019 09:18:41 +0000 (11:18 +0200)]
Merge pull request #15052 from nextcloud/fix/noid/pass-oldvalue
Pass old value to user triggerChange hook & do not update unchanged attributes
Morris Jobke [Thu, 11 Apr 2019 08:19:39 +0000 (10:19 +0200)]
Merge pull request #14965 from nextcloud/enh/install_file
Prevent a reinstall
Leon Klingele [Wed, 6 Mar 2019 12:07:41 +0000 (13:07 +0100)]
lib/private/User: do not change user properties if value has not changed
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 11 Apr 2019 07:49:21 +0000 (09:49 +0200)]
Pass old value to user triggerChange hook
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 11 Apr 2019 07:43:53 +0000 (09:43 +0200)]
Merge pull request #15049 from nextcloud/do-not-allow-javascript-eval-in-the-public-share-auth-page-with-talk
Do not allow JavaScript "eval" in the public share auth page with Talk
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>
Nextcloud bot [Thu, 11 Apr 2019 00:12:59 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 10 Apr 2019 21:02:05 +0000 (23:02 +0200)]
Merge pull request #14994 from nextcloud/feature/noid/pre-releases-for-beta-and-daily
Enable pre-releases for beta and daily channel
Morris Jobke [Wed, 10 Apr 2019 20:49:47 +0000 (22:49 +0200)]
Merge pull request #15027 from nextcloud/enh/less-phan-processes
Run less phan processes
Roeland Jago Douma [Wed, 10 Apr 2019 19:42:14 +0000 (21:42 +0200)]
Merge pull request #14987 from nextcloud/tests/14962/public-folder-open
Add acceptance test for public folder navigation
Roeland Jago Douma [Wed, 10 Apr 2019 19:41:25 +0000 (21:41 +0200)]
Merge pull request #14972 from nextcloud/fix/app-nav-toggle-missing
Disable the injected snapper logic when apps want to ship their own
Roeland Jago Douma [Wed, 10 Apr 2019 19:16:37 +0000 (21:16 +0200)]
Merge pull request #14990 from nextcloud/enhancement/noid/projects
Rename collections to projects
Roeland Jago Douma [Wed, 10 Apr 2019 19:16:08 +0000 (21:16 +0200)]
Merge pull request #15035 from nextcloud/enhancement/noid/add-isavailable-to-fulltextsearchmanager
[nc16] Add a bool check isAvailable() to FullTextSearchManager
Roeland Jago Douma [Wed, 10 Apr 2019 19:15:32 +0000 (21:15 +0200)]
Merge pull request #15030 from nextcloud/fix/remove-2fa-admin-settings-debug-log
Remove a debug log from the 2FA admin settings
Daniel Calviño Sánchez [Wed, 10 Apr 2019 14:46:19 +0000 (16:46 +0200)]
Do not allow JavaScript "eval" in the public share auth page with Talk
Talk no longer uses JavaScript "eval", so the Content Security Policy
can now be configured to prevent its use in the public share
authentication page when the password is protected by Talk.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Maxence Lange [Wed, 10 Apr 2019 12:46:20 +0000 (11:46 -0100)]
+isAvailable()
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
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>
Julius Härtl [Mon, 8 Apr 2019 09:20:26 +0000 (11:20 +0200)]
Add acceptance test for public folder navigation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Christoph Wurst [Wed, 10 Apr 2019 08:44:34 +0000 (10:44 +0200)]
Remove a debug log from the 2FA admin settings
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Joas Schilling [Wed, 10 Apr 2019 06:48:44 +0000 (08:48 +0200)]
Merge pull request #15022 from nextcloud/bugfix/noid/respect-lookup-server-disabling-master
Respect the setting if the lookup server is disabled
Nextcloud bot [Wed, 10 Apr 2019 00:12:51 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 9 Apr 2019 20:04:31 +0000 (22:04 +0200)]
Run less phan processes
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Joas Schilling [Tue, 9 Apr 2019 10:28:06 +0000 (12:28 +0200)]
Only update the lookup server if it is enabled AND a server is set
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 9 Apr 2019 10:28:06 +0000 (12:28 +0200)]
Only update the lookup server if it is enabled AND a server is set
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Tue, 9 Apr 2019 10:27:28 +0000 (12:27 +0200)]
Merge pull request #15016 from nextcloud/enh/no-eval-default-response
Forbid eval on legacy responses
Joas Schilling [Tue, 9 Apr 2019 09:28:33 +0000 (11:28 +0200)]
Remove unnecessary event dispatcher
The event is already triggered in OC\User\User::triggerChange
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 9 Apr 2019 09:23:06 +0000 (11:23 +0200)]
Don't get the avatar when we don't operate anyway
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Tue, 9 Apr 2019 07:49:33 +0000 (09:49 +0200)]
Forbid eval on legacy responses
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Julius Härtl [Mon, 8 Apr 2019 11:33:49 +0000 (13:33 +0200)]
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Mon, 8 Apr 2019 14:01:52 +0000 (16:01 +0200)]
Use label from apps
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Mon, 8 Apr 2019 11:31:52 +0000 (13:31 +0200)]
Bump nextcloud-vue-collections
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Mon, 8 Apr 2019 11:11:07 +0000 (13:11 +0200)]
Rename collections to projects
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Mon, 8 Apr 2019 10:51:46 +0000 (12:51 +0200)]
Add projects icon
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Tue, 9 Apr 2019 00:12:59 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Mon, 8 Apr 2019 14:33:21 +0000 (15:33 +0100)]
Merge pull request #14989 from nextcloud/enh/check_failing_putcontent_appdata
Harden appdata putcontent
Morris Jobke [Mon, 8 Apr 2019 14:32:49 +0000 (15:32 +0100)]
Merge pull request #14983 from nextcloud/fix/drone_template_compile
Do not try to compile templates that are not there
Morris Jobke [Mon, 8 Apr 2019 14:31:52 +0000 (15:31 +0100)]
Merge pull request #14985 from nextcloud/bugfix/14962/fix-public-folder-open
Check if OCA.Files.App is available before calling
Joas Schilling [Mon, 8 Apr 2019 13:22:27 +0000 (15:22 +0200)]
Enable pre-releases for beta and daily channel
Signed-off-by: Joas Schilling <coding@schilljs.com>
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>
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 07:12:59 +0000 (09:12 +0200)]
Do not try to compile templates that are not there
Makes for a bit cleaner drone output.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Mon, 8 Apr 2019 00:14:18 +0000 (00:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 7 Apr 2019 00:13:21 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 6 Apr 2019 00:13:10 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 5 Apr 2019 00:13:16 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 4 Apr 2019 23:23:55 +0000 (00:23 +0100)]
Merge pull request #14958 from nextcloud/fix-drone
Adjust drone config to drone 1.0.0
Morris Jobke [Thu, 4 Apr 2019 13:00:24 +0000 (14:00 +0100)]
Adjust drone config to drone 1.0.0
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Roeland Jago Douma [Thu, 4 Apr 2019 12:08:54 +0000 (13:08 +0100)]
Merge pull request #14949 from nextcloud/version/noid/16.0.0beta3
16.0.0 Beta 3
Nextcloud bot [Thu, 4 Apr 2019 00:13:21 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 3 Apr 2019 16:23:17 +0000 (17:23 +0100)]
16.0.0 Beta 3
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Wed, 3 Apr 2019 15:55:49 +0000 (16:55 +0100)]
Merge pull request #14946 from nextcloud/fix-markup-of-file-names-in-file-picker
Fix markup of file names in file picker
Morris Jobke [Wed, 3 Apr 2019 15:55:06 +0000 (16:55 +0100)]
Merge pull request #14947 from nextcloud/adjust-acceptance-tests-to-changes-of-file-names-in-file-picker
Adjust acceptance tests to changes of file names in file picker
Daniel Calviño Sánchez [Wed, 3 Apr 2019 14:29:52 +0000 (16:29 +0200)]
Adjust acceptance tests to changes of file names in file picker
File names are no longer shown directly in the ".filename" element, but
split in two "span" elements inside a ".filename-parts" element, so now
the texts in those span elements need to be concatenated to get the file
name.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Wed, 3 Apr 2019 14:28:15 +0000 (16:28 +0200)]
Fix markup of file names in file picker
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>