Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing the unit tests | Morris Jobke | 2015-08-17 | 1 | -2/+25 |
| | |||||
* | Unit test for app list | Vincent Petry | 2015-07-02 | 1 | -0/+26 |
| | |||||
* | Sort apps by level, then by name | Vincent Petry | 2015-05-20 | 1 | -4/+14 |
| | | | | Also properly initialize the level to 0 when no level was returned | ||||
* | Add JS unit test for sorting | Lukas Reschke | 2015-04-08 | 1 | -0/+54 |
| | |||||
* | Added unit test for app filter | Vincent Petry | 2015-02-23 | 1 | -0/+101 |
| | |||||
* | fix updated URL schema in JS unit tests | Morris Jobke | 2014-12-08 | 1 | -7/+5 |
| | |||||
* | Add timeout to user and group deletion notification | Vincent Petry | 2014-09-15 | 1 | -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. |