nextcloud/settings
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
..
Controller Merge pull request #1629 from nextcloud/cleanup-settings-application 2016-10-06 16:57:39 +02:00
Middleware Fix others 2016-07-21 18:13:57 +02:00
ajax Update with robin 2016-07-21 18:13:58 +02:00
css Adds a checkmark when the change is complete. 2016-09-17 14:38:26 +02:00
img Svgo optimization 2016-09-27 20:56:26 +02:00
js Improve user list rendering perf by not resorting after every add (#26282) 2016-10-10 14:51:13 +02:00
l10n [tx-robot] updated from transifex 2016-10-10 00:06:58 +00:00
templates Removes tipsy when password verification is going on 2016-09-17 14:38:26 +02:00
tests/js Properly escape URL 2016-04-18 17:43:20 +02:00
Application.php Use magic DI as much as possible 2016-10-05 16:36:49 +02:00
help.php Update with robin 2016-07-21 18:13:58 +02:00
languageCodes.php Update with robin 2016-07-21 18:13:58 +02:00
personal.php Update with robin 2016-07-21 18:13:58 +02:00
routes.php Moved ChangePassword to an actual Controller 2016-08-17 10:21:14 +02:00
users.php Update with robin 2016-07-21 18:13:58 +02:00