summaryrefslogtreecommitdiffstats
path: root/settings/tests
Commit message (Collapse)AuthorAgeFilesLines
* fixing the unit testsMorris Jobke2015-08-171-2/+25
|
* Unit test for app listVincent Petry2015-07-021-0/+26
|
* Sort apps by level, then by nameVincent Petry2015-05-201-4/+14
| | | | Also properly initialize the level to 0 when no level was returned
* Add JS unit test for sortingLukas Reschke2015-04-081-0/+54
|
* Added unit test for app filterVincent Petry2015-02-231-0/+101
|
* fix updated URL schema in JS unit testsMorris Jobke2014-12-081-7/+5
|
* Add timeout to user and group deletion notificationVincent Petry2014-09-151-0/+185
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.