Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove old trashbin api | Robin Appelman | 2018-09-20 | 1 | -93/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -1/+4 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Move calls to \OCP\JSON to private \OC_JSON | Roeland Jago Douma | 2018-03-22 | 1 | -4/+4 |
| | | | | | | They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+2 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_util | Morris Jobke | 2015-07-01 | 1 | -1/+1 |
|\ | | | | | Move core apps from OC_Log::write to OCP\Util | ||||
| * | Move core apps from OC_Log::write to OCP\Util | Roeland Jago Douma | 2015-05-18 | 1 | -1/+1 |
| | | |||||
* | | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
|/ | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -1/+24 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -24/+1 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -1/+24 |
| | |||||
* | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 1 | -2/+2 |
| | | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core | ||||
* | Close session for files_trashbin | Lukas Reschke | 2014-10-29 | 1 | -0/+2 |
| | | | | When restoring huge folders the interface will be unresponsive otherwise | ||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | make sure that we always use the right user | Bjoern Schiessle | 2014-06-18 | 1 | -1/+1 |
| | |||||
* | Trashbin select all now doesn't send file list | Vincent Petry | 2014-02-17 | 1 | -10/+6 |
| | | | | | | | | - Fixed "delete" and "restore" actions to not send the file list when all files are selected - When some files are selected, sends the current dir - Removed "dirListing" attribute as the backend is able to compute the value based on the current dir | ||||
* | check explicitely all possible dir values | Bjoern Schiessle | 2013-12-02 | 1 | -2/+3 |
| | |||||
* | set delete all to true if a complete folder was deleted | Bjoern Schiessle | 2013-12-02 | 1 | -1/+2 |
| | |||||
* | fix delete files from trash bin | Bjoern Schiessle | 2013-12-02 | 1 | -14/+16 |
| | |||||
* | Deleting all files in trash now only sends a single flag | Vincent Petry | 2013-11-11 | 1 | -11/+28 |
| | | | | | | | | To prevent having to send the list of all files for deletion, only set a flag "allfiles". This should make it a bit smoother when deleting 5000+ files. Also fixes some "empty trash" message issues. | ||||
* | Use !== and === in files_trashbin-app | kondou | 2013-07-10 | 1 | -1/+1 |
| | |||||
* | add some error logs to the trash bin app | Björn Schießle | 2013-03-18 | 1 | -0/+2 |
| | |||||
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -1/+1 |
| | |||||
* | switch to json encoded file list | Björn Schießle | 2013-02-20 | 1 | -1/+1 |
| | |||||
* | use "|" as delimiter instead of ";", since "|" is not allowed in file/folder ↵ | Björn Schießle | 2013-02-20 | 1 | -5/+1 |
| | | | | names | ||||
* | add timestamp to function call; fix trash.js to handle multiple delete ↵ | Björn Schießle | 2013-02-19 | 1 | -1/+1 |
| | | | | operation at once | ||||
* | change $_REQUEST to $_POST; fix check if file was successfully deleted | Björn Schießle | 2013-02-19 | 1 | -5/+6 |
| | |||||
* | allow user to delete selected files from the trash bin permanently | Björn Schießle | 2013-02-19 | 1 | -14/+38 |
| | |||||
* | l10n support enhanced in files_trashbin | Thomas Mueller | 2013-02-07 | 1 | -1/+2 |
| | |||||
* | remove debug output | Björn Schießle | 2013-02-07 | 1 | -1/+0 |
| | |||||
* | rename OCA_Trash to OCA\Files_Trashbin | Björn Schießle | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | delete debug code | Björn Schießle | 2013-02-06 | 1 | -1/+1 |
| | |||||
* | allow to delete single files from the trash bin permanently | Björn Schießle | 2013-02-06 | 1 | -0/+24 |