server/settings/js
Daniel Calviño Sánchez fe30653194
Fix "checkWellKnownUrl" not being run
The check is run only if its last parameter is true; data() tries to
convert the HTML attribute string to an actual JavaScript value, so
"true" is returned as an actual boolean instead of an string; as a
strict comparison against "true" was used the result was false and thus
the checks were not run.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-09-27 15:39:26 +02:00
..
settings Move user password form to security settings 2018-06-29 13:35:07 +02:00
admin.js Fix "checkWellKnownUrl" not being run 2018-09-27 15:39:26 +02:00
apps.js Fix app navigation controller to return an array 2018-07-25 13:50:46 +02:00
authtoken.js
authtoken_collection.js
authtoken_view.js Merge pull request #10546 from nextcloud/popover-tokens 2018-08-10 09:38:27 +02:00
certificates.js
federationscopemenu.js Use icon classes in personal settings 2018-08-01 10:05:42 +02:00
federationsettingsview.js Fix position and template 2018-05-07 14:37:40 +02:00
log.js
security_password.js Move user password form to security settings 2018-06-29 13:35:07 +02:00
settings-vue.js Update config and babel for ie11 2018-09-10 12:02:26 +02:00
settings-vue.js.map Rebase and bump 2018-09-26 09:44:49 +02:00
settings.js Settings groups to ocs 2018-04-25 07:37:20 +02:00
usersettings.js