server/tests
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
..
acceptance Added acceptance tests for enabling apps 2014-09-03 16:32:55 +02:00
data Add unit tests and fix rootcerts creation bug 2014-08-31 10:47:50 +02:00
lib content size checks are not valid for LOCK 2014-09-12 22:02:42 +02:00
apps.php load test cases from enabled apps 2012-10-08 14:26:51 +02:00
bootstrap.php Load apps in test situations 2014-09-10 17:28:25 +02:00
enable_all.php fix trash bin expire operation and add unit tests 2014-06-17 22:36:30 +02:00
karma.config.js Add timeout to user and group deletion notification 2014-09-15 14:04:44 +02:00
phpunit-autotest.xml adding StartSessionListener which initializes the session before each test case execution 2014-03-13 16:19:17 +01:00
phpunit.xml.dist adding StartSessionListener which initializes the session before each test case execution 2014-03-13 16:19:17 +01:00
preseed-config.php Update preseed-config.php 2014-06-13 00:07:43 +02:00
startsessionlistener.php kill OC::$session 2014-08-29 10:22:21 +02:00
testcleanuplistener.php don't clean up the test environment if a data provider was finished 2014-08-13 11:41:11 +02:00