nextcloud/settings
Vincent Petry 44f4195eee Keep scroll position in users page when sorting
When sorting, some browsers like Chrome will lose the scroll position,
possibly because the sorting code is touching the DOM elements.

This fix saves the scroll position before sorting and sets it back
afterwards.
2016-01-07 15:48:59 +01:00
..
ajax Moved changedisplayname to usercontroller 2015-11-20 16:05:43 +01:00
changepassword initialize l10n instance earlier, fixes an undefined var warning followed by a php error 2015-12-17 15:08:15 +01:00
controller Inject OCSClient 2016-01-06 11:40:22 +01:00
css fix overlap and functionality of cropper 2015-12-28 19:23:40 +01:00
img remove shadow effects from settings icons, reduce size 2014-07-02 19:50:58 +02:00
js Keep scroll position in users page when sorting 2016-01-07 15:48:59 +01:00
l10n [tx-robot] updated from transifex 2016-01-07 01:55:48 -05:00
middleware Update license headers 2015-03-26 11:44:36 +01:00
templates Merge pull request #20994 from owncloud/personal-page 2016-01-06 17:25:12 +01:00
tests/js Add js tests for empty content page 2015-10-26 16:15:15 +01:00
admin.php Remove unused setActiveNavigationEntry of OC_App - it's also in OCP\App 2015-12-04 17:23:51 +01:00
application.php Only try to load avatars in the user list if there is any 2015-12-04 14:56:49 +01:00
help.php properly use OCP\Util instead of OC_Helper 2015-12-18 11:46:21 +01:00
languageCodes.php add english language code translation 2015-08-31 17:41:20 +02:00
personal.php improve layout of personal settings page 2015-12-28 18:50:50 +01:00
routes.php Add code integrity check 2015-12-01 11:55:20 +01:00
users.php Remove deprecated function OC_User::getManager 2015-12-17 16:18:34 +01:00