server/settings
Vincent Petry 0d9f24a0ef Add timeout to user and group deletion notification
Added timeout in DeleteHandler to auto-delete after a delay.

Fixed issue where OC.Notification.hide() was called twice in a row when
deleting multiple entries, causing the second notification to disappear.
Fixed issue where "undo" click event handler was registered multiple
times when calling setNotifications() twice.
Added JS unit tests for the DeleteHandler class.

Refix undo users, groups feature

Timeout is now cleared in cancel().

Fixed click handler name for "undo" to be able to work with multiple
DeleteHandler instances (in our case one for users and one for groups)
so that there is no conflict.
2014-09-15 14:04:44 +02:00
..
admin Use public api for getting l10n 2014-08-31 10:08:22 +02:00
ajax Merge pull request #10740 from owncloud/fix-everyone-group-count 2014-09-08 18:29:11 +02:00
changepassword fix broken variable name, recoveryPasswordSupported is now recoveryEnabledForUser 2014-08-12 21:15:55 +02:00
css Move certificate management interface from files_external to core 2014-08-31 10:47:50 +02:00
img remove shadow effects from settings icons, reduce size 2014-07-02 19:50:58 +02:00
js Add timeout to user and group deletion notification 2014-09-15 14:04:44 +02:00
l10n [tx-robot] updated from transifex 2014-09-15 01:54:26 -04:00
templates Merge pull request #10863 from owncloud/removeWarningWhenCheckIsDisabled 2014-09-09 01:50:33 +03:00
tests/js/users Add timeout to user and group deletion notification 2014-09-15 14:04:44 +02:00
admin.php Don't show warning when has_internet_connection is set to false 2014-09-05 15:58:33 +02:00
apps.php Add option to enable app for specific groups 2014-06-03 12:42:35 +02:00
help.php killing some more calls to OC_App::loadApps(); - because we load all apps in handleRequest() 2014-03-25 17:42:41 +01:00
languageCodes.php remove ru_RU - fixes #3135 2013-08-17 11:43:37 +02:00
personal.php Merge pull request #10420 from owncloud/external-share-self-signed 2014-08-31 15:50:30 +02:00
routes.php Merge pull request #10740 from owncloud/fix-everyone-group-count 2014-09-08 18:29:11 +02:00
settings.php killing some more calls to OC_App::loadApps(); - because we load all apps in handleRequest() 2014-03-25 17:42:41 +01:00
users.php Using countUsers method to return true count of users 2014-09-05 11:23:59 -04:00