nextcloud/settings/js
Lukas Reschke e827be759d
Check if data is defined
Otherwise when adding a user as subadmin this would throw the following JS error:

```
users.js?v=bc2aae7…:500 Uncaught TypeError: Cannot read property 'message' of undefined(…)(anonymous function) @ users.js?v=bc2aae7…:500j @ jquery.js:3099fireWith @ jquery.js:3211x @ jquery.js:8264(anonymous function) @ jquery.js:8605
```

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-22 18:23:48 +01:00
..
users Check if data is defined 2016-11-22 18:23:48 +01:00
admin.js Require confirmation when changing the email settings 2016-11-18 12:10:50 +01:00
apps.js Fix single author with details 2016-11-11 14:11:19 +01:00
authtoken.js Use OC.Backbone instead of Backbone directly in authtoken JS code 2016-06-23 18:26:01 +02:00
authtoken_collection.js sort tokens 2016-07-20 15:59:00 +02:00
authtoken_view.js use date as device name if no name was given 2016-11-21 20:28:21 +01:00
certificates.js Use tooltip for ssl certs table 2016-07-13 10:00:02 +02:00
federationscopemenu.js small fixes 2016-11-21 11:30:03 +01:00
federationsettingsview.js Ask for password when scope is changed 2016-11-21 11:30:02 +01:00
log.js Add user ID to log entries in admin page 2016-06-10 15:38:21 +02:00
personal.js Add federation scope to the user avatar 2016-11-21 11:29:33 +01:00
settings.js Make it possible to exclude admin groups from groups select2 2016-05-20 17:56:02 +02:00
usersettings.js use PUT to update user settings 2016-11-21 11:29:38 +01:00