summaryrefslogtreecommitdiffstats
path: root/settings/js/users/deleteHandler.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix some jshint errors in settings/usersRoeland Jago Douma2016-08-191-0/+3
|
* Properly escape URLLukas Reschke2016-04-181-1/+1
| | | | Fixes https://github.com/owncloud/core/issues/23499
* Delete last undoable user before user creationVincent Petry2015-10-071-2/+3
|
* [user mgnt] fix delete user feedback on failureMorris Jobke2015-08-071-10/+10
| | | | * fixes #18099
* Autoescape of placeholders in t() and p() - for JSMorris Jobke2015-01-071-1/+1
| | | | | | | * add disableEscape parameter to disable this functionality * drop usage of escapeHTML() that is now done inside t() * add unit test for escaped and not escaped placeholder * proper JSDoc
* Add REST route for user & group managementLukas Reschke2014-12-081-3/+2
| | | | First step of a somewhat testable user management. - I know, the JSON returns are in an ugly format but the JS expects it that way. So let's keep it that way until we have time to fix the JS in the future.
* Add timeout to user and group deletion notificationVincent Petry2014-09-151-4/+43
| | | | | | | | | | | | | | | | | | 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.
* Fixed JS and CSS issues in users pageVincent Petry2014-07-171-2/+2
| | | | | | - Renamed "delete" to "deleteEntry" to make IE8 happy. - Added missing "svg" class for the "+" button - Added height to "+" button but was unable to properly align it
* styleArthur Schiwon2014-06-161-2/+2
|
* escape before output, fixes #9041Arthur Schiwon2014-06-161-1/+1
|
* fix split translationsVolkan Gezer2014-06-061-1/+1
|
* polish JSDocArthur Schiwon2014-06-021-20/+42
|
* cleanupArthur Schiwon2014-06-021-4/+0
|
* bind undo to current deleteHandlerArthur Schiwon2014-06-021-1/+1
|
* js cleanupThomas Müller2014-06-021-20/+20
|
* refactor delete handling and apply it to users and groupsArthur Schiwon2014-06-021-0/+153