Roeland Jago Douma
4111f45411
Merge pull request #14987 from nextcloud/tests/14962/public-folder-open
...
Add acceptance test for public folder navigation
2019-04-10 21:42:14 +02:00
Roeland Jago Douma
47226a19cc
Merge pull request #14972 from nextcloud/fix/app-nav-toggle-missing
...
Disable the injected snapper logic when apps want to ship their own
2019-04-10 21:41:25 +02:00
Roeland Jago Douma
ad82c26e8c
Merge pull request #14990 from nextcloud/enhancement/noid/projects
...
Rename collections to projects
2019-04-10 21:16:37 +02:00
Roeland Jago Douma
99f7e7c53d
Merge pull request #15035 from nextcloud/enhancement/noid/add-isavailable-to-fulltextsearchmanager
...
[nc16] Add a bool check isAvailable() to FullTextSearchManager
2019-04-10 21:16:08 +02:00
Roeland Jago Douma
27474662df
Merge pull request #15030 from nextcloud/fix/remove-2fa-admin-settings-debug-log
...
Remove a debug log from the 2FA admin settings
2019-04-10 21:15:32 +02:00
Daniel Calviño Sánchez
dfe9e3fb2e
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>
2019-04-10 16:46:19 +02:00
Maxence Lange
6684bf4570
+isAvailable()
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-04-10 11:46:20 -01:00
Christoph Wurst
0871b9acff
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>
2019-04-10 14:08:55 +02:00
Julius Härtl
0968343061
Add acceptance test for public folder navigation
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-10 11:28:45 +02:00
Christoph Wurst
2f09117ebc
Remove a debug log from the 2FA admin settings
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-10 10:44:34 +02:00
Joas Schilling
d1e4d614da
Merge pull request #15022 from nextcloud/bugfix/noid/respect-lookup-server-disabling-master
...
Respect the setting if the lookup server is disabled
2019-04-10 08:48:44 +02:00
Nextcloud bot
3a04650380
[tx-robot] updated from transifex
2019-04-10 00:12:51 +00:00
Roeland Jago Douma
d2f9366b39
Run less phan processes
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-09 22:04:31 +02:00
Joas Schilling
541e15db11
Only update the lookup server if it is enabled AND a server is set
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-09 13:22:31 +02:00
Joas Schilling
0948ab721b
Only update the lookup server if it is enabled AND a server is set
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-09 12:28:06 +02:00
Morris Jobke
1416ef65e4
Merge pull request #15016 from nextcloud/enh/no-eval-default-response
...
Forbid eval on legacy responses
2019-04-09 12:27:28 +02:00
Joas Schilling
ca0b70eb2f
Remove unnecessary event dispatcher
...
The event is already triggered in OC\User\User::triggerChange
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-09 11:28:33 +02:00
Joas Schilling
38f8f7cbf4
Don't get the avatar when we don't operate anyway
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-09 11:23:06 +02:00
Roeland Jago Douma
3b1e16458d
Forbid eval on legacy responses
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-09 09:58:23 +02:00
Julius Härtl
53b23757ef
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-09 08:36:03 +02:00
Julius Härtl
b479af83f0
Use label from apps
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-09 08:30:48 +02:00
Julius Härtl
b518a6550d
Bump nextcloud-vue-collections
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-09 08:30:48 +02:00
Julius Härtl
e1ae0d1a6e
Rename collections to projects
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-09 08:30:48 +02:00
Julius Härtl
0cdc671484
Add projects icon
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-09 08:30:48 +02:00
Nextcloud bot
ec4b1584fe
[tx-robot] updated from transifex
2019-04-09 00:12:59 +00:00
Morris Jobke
f473d7c46a
Merge pull request #14989 from nextcloud/enh/check_failing_putcontent_appdata
...
Harden appdata putcontent
2019-04-08 15:33:21 +01:00
Morris Jobke
2b67c7d025
Merge pull request #14983 from nextcloud/fix/drone_template_compile
...
Do not try to compile templates that are not there
2019-04-08 15:32:49 +01:00
Morris Jobke
49782b9f4c
Merge pull request #14985 from nextcloud/bugfix/14962/fix-public-folder-open
...
Check if OCA.Files.App is available before calling
2019-04-08 15:31:52 +01:00
Joas Schilling
8e278a2c38
Enable pre-releases for beta and daily channel
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-08 15:23:44 +02:00
Roeland Jago Douma
5d360bd16f
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>
2019-04-08 13:22:00 +02:00
Julius Härtl
07f8aee6fe
Check if OCA.Files.App is available before calling
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-08 11:13:08 +02:00
Roeland Jago Douma
9a5edbb923
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>
2019-04-08 09:12:59 +02:00
Nextcloud bot
acba430246
[tx-robot] updated from transifex
2019-04-08 00:14:18 +00:00
Nextcloud bot
3117be298c
[tx-robot] updated from transifex
2019-04-07 00:13:21 +00:00
Nextcloud bot
9c9c410094
[tx-robot] updated from transifex
2019-04-06 00:13:10 +00:00
Nextcloud bot
2339e94680
[tx-robot] updated from transifex
2019-04-05 00:13:16 +00:00
Morris Jobke
952cb3f70a
Merge pull request #14958 from nextcloud/fix-drone
...
Adjust drone config to drone 1.0.0
2019-04-05 00:23:55 +01:00
Morris Jobke
d6cb4a4fb4
Adjust drone config to drone 1.0.0
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-04 23:51:01 +01:00
Roeland Jago Douma
dd37d3f01e
Merge pull request #14949 from nextcloud/version/noid/16.0.0beta3
...
16.0.0 Beta 3
2019-04-04 13:08:54 +01:00
Nextcloud bot
845fd2dd5a
[tx-robot] updated from transifex
2019-04-04 00:13:21 +00:00
Morris Jobke
931025b60d
16.0.0 Beta 3
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-03 17:23:17 +01:00
Morris Jobke
3dde4b014c
Merge pull request #14946 from nextcloud/fix-markup-of-file-names-in-file-picker
...
Fix markup of file names in file picker
2019-04-03 16:55:49 +01:00
Morris Jobke
f73f7bbfea
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
2019-04-03 16:55:06 +01:00
Daniel Calviño Sánchez
ace4449924
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>
2019-04-03 16:29:52 +02:00
Daniel Calviño Sánchez
8754866a31
Fix markup of file names in file picker
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-04-03 16:28:15 +02:00
Roeland Jago Douma
39d1340371
Merge pull request #14937 from nextcloud/fix/noid/no-placeholders-for-password
...
storage mount handlers: do not attempt to replace anything in password options
2019-04-03 09:47:13 +02:00
Roeland Jago Douma
b483419a98
Merge pull request #14938 from nextcloud/enh/14770
...
Move appstore details warnings above buttons
2019-04-03 09:40:08 +02:00
Nextcloud bot
d4ba399706
[tx-robot] updated from transifex
2019-04-03 00:13:35 +00:00
Roeland Jago Douma
4491ed6db1
Merge pull request #14936 from nextcloud/fix/noid/loglevel-in-context
...
set the loglevel in context, save the condition
2019-04-02 23:43:39 +02:00
Roeland Jago Douma
a0ca1f7413
Move appstore details warnings above buttons
...
fixes #14470
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-02 23:10:43 +02:00