Roeland Jago Douma
0e8de3abf9
16.0.0 RC 1
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-11 12:51:07 +02:00
Morris Jobke
3308c40922
Merge pull request #14967 from nextcloud/lib-private-user-trigger-pass-old
...
Do not issue update command if nothing has changed in user values
2019-04-11 12:50:15 +02:00
Morris Jobke
c1e6a5965e
Return true in the dummy backend for successful display name change
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-11 11:43:33 +02:00
Leon Klingele
9a5ca231bf
lib/private/User: do not change user properties if value has not changed
2019-04-11 11:20:41 +02:00
Leon Klingele
3eb0d4f1a4
lib/private/User,apps/user_ldap/lib/User: always pass old value to User::triggerChange
2019-04-11 11:20:41 +02:00
Morris Jobke
ccabc63a09
Merge pull request #15020 from nextcloud/bugfix/noid/fix-too-many-event-triggers
...
Bugfix/noid/fix too many event triggers
2019-04-11 11:19:11 +02:00
Morris Jobke
757a841d14
Merge pull request #15052 from nextcloud/fix/noid/pass-oldvalue
...
Pass old value to user triggerChange hook & do not update unchanged attributes
2019-04-11 11:18:41 +02:00
Morris Jobke
ef06c3f1d2
Merge pull request #14965 from nextcloud/enh/install_file
...
Prevent a reinstall
2019-04-11 10:19:39 +02:00
Leon Klingele
f420647add
lib/private/User: do not change user properties if value has not changed
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-11 10:11:05 +02:00
Morris Jobke
36618b111f
Pass old value to user triggerChange hook
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-11 10:03:38 +02:00
Morris Jobke
aac22ba40f
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
2019-04-11 09:43:53 +02:00
Roeland Jago Douma
7e7146db7f
Block install without CAN_INSTALL file
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-11 09:32:33 +02:00
Nextcloud bot
7641a1589f
[tx-robot] updated from transifex
2019-04-11 00:12:59 +00:00
Morris Jobke
302c10b836
Merge pull request #14994 from nextcloud/feature/noid/pre-releases-for-beta-and-daily
...
Enable pre-releases for beta and daily channel
2019-04-10 23:02:05 +02:00
Morris Jobke
0559b604b2
Merge pull request #15027 from nextcloud/enh/less-phan-processes
...
Run less phan processes
2019-04-10 22:49:47 +02:00
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