nextcloud/settings/js
Vincent Petry e3717fd466
Improve user list rendering perf by not resorting after every add (#26282)
The call to UserList.add() was wrong and was passing "user.lastLogin"
as the sort argument which would cause the list to be resorted over and
over again for every added item after loading the next page of users.
2016-10-10 14:51:13 +02:00
..
users Improve user list rendering perf by not resorting after every add (#26282) 2016-10-10 14:51:13 +02:00
admin.js Adding a optional disclaimer to the anonymous upload page 2016-09-08 18:44:27 +02:00
apps.js Fix displaying and searching with multiple authors 2016-09-30 11:15:56 +02:00
authtoken_collection.js sort tokens 2016-07-20 15:59:00 +02:00
authtoken_view.js Add sliding animation 2016-08-10 09:17:14 +02:00
authtoken.js Use OC.Backbone instead of Backbone directly in authtoken JS code 2016-06-23 18:26:01 +02:00
certificates.js Use tooltip for ssl certs table 2016-07-13 10:00:02 +02:00
log.js Add user ID to log entries in admin page 2016-06-10 15:38:21 +02:00
personal.js remove old indicators for "saving started" and "saving successful" 2016-10-06 10:16:50 +02:00
settings.js Make it possible to exclude admin groups from groups select2 2016-05-20 17:56:02 +02:00