Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make files app use Webdav for most operations | Vincent Petry | 2015-11-22 | 1 | -81/+0 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -2/+0 |
| | |||||
* | Catch exceptions in files ajax calls | Vincent Petry | 2015-06-03 | 1 | -4/+9 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -1/+29 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -28/+1 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -1/+28 |
| | |||||
* | Do not change behaviour of 'false' | Joas Schilling | 2015-02-13 | 1 | -2/+2 |
| | |||||
* | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 1 | -4/+4 |
| | | | | | | 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 | ||||
* | Catch exception properly | Lukas Reschke | 2015-02-04 | 1 | -1/+6 |
| | | | | | | `\OCA\Files\Helper::buildFileStorageStatistics` might throw an exception from `OC_Helper::getStorageInfo`, previously this lead to a uncatched exception being thrown when invoking this methods. This was user triggable by for example calling `/index.php/apps/files/ajax/delete.php` with a not existing dir (for example `dir=asdf/../&allfiles=true`) | ||||
* | Get rid of `stripslashes()` | Lukas Reschke | 2015-01-13 | 1 | -1/+1 |
| | | | | This conversions are actually totally unneeded and probably left-overs from ages where the safe_mode was still a valid thing. | ||||
* | Check if files are deletable before trying to delete them | Robin Appelman | 2014-11-26 | 1 | -1/+3 |
| | |||||
* | kill OC::$session | Jörn Friedrich Dreyer | 2014-08-29 | 1 | -1/+1 |
| | | | | | | | | | | | | maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used | ||||
* | no error if we try to delete a file which no longer exists | Bjoern Schiessle | 2014-08-11 | 1 | -1/+2 |
| | |||||
* | no special action for folder named 'Shared' needed | Bjoern Schiessle | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Merge if statements | Joas Schilling | 2014-06-23 | 1 | -6/+2 |
| | |||||
* | Remove warning when deleting all entries | Vincent Petry | 2014-06-23 | 1 | -1/+2 |
| | | | | | When deleting all entries, only "allfiles" is defined but not "file" or "files", which caused a PHP warning to be logged. | ||||
* | close the session on all file operations | Thomas Müller | 2014-03-10 | 1 | -3/+2 |
| | |||||
* | Fixed log warning when deleting a single file | Vincent Petry | 2014-03-07 | 1 | -1/+1 |
| | |||||
* | Do not send file list for select all on Download/delete | Vincent Petry | 2014-02-13 | 1 | -1/+14 |
| | | | | | | | | - When all files are selected, do not send the whole file list - Download will trigger download for the parent folder, also works with root - Delete will send "allfiles" to the server that will find the file list or the passed directory by itself | ||||
* | remove unneccessary lib in namespace | Jörn Friedrich Dreyer | 2013-09-20 | 1 | -1/+1 |
| | |||||
* | namespaces use upcasefirst parts | Jörn Friedrich Dreyer | 2013-09-20 | 1 | -1/+1 |
| | | | | | when _ is left in namespace and files are named after their classes the autoloader will also find classes in the lib folder of an app its magic! | ||||
* | No need to strip slashes, json_decode handles that for us | Bart Visscher | 2013-04-19 | 1 | -1/+1 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2013-01-26 | 1 | -15/+6 |
|\ | |||||
| * | introducing class OCA/files/lib/Helper with new function to build an array ↵ | Thomas Mueller | 2013-01-19 | 1 | -16/+7 |
| | | | | | | | | | | | | | | with storage stats DRYing the code by using \OCA\files\lib\Helper::buildFileStorageStatistics() now returning used space percent on each ajax call | ||||
* | | merge master into filesytem | Robin Appelman | 2013-01-20 | 1 | -3/+15 |
|\| | |||||
| * | fixing indent | Thomas Mueller | 2013-01-18 | 1 | -6/+6 |
| | | |||||
| * | the maximum upload size is now part of the response of the upload and delete ↵ | Thomas Müller | 2012-12-20 | 1 | -2/+14 |
| | | | | | | | | | | | | operation. the maximum upload size is updated within the browser once an upload or delete operation has been finished | ||||
* | | merge master into filesystem | Robin Appelman | 2012-12-15 | 1 | -1/+1 |
|\| | |||||
| * | use json encoding when deleting multiply files instead of using ; as delimiter | Robin Appelman | 2012-12-13 | 1 | -1/+1 |
| | | |||||
* | | fix delete and sort files | Robin Appelman | 2012-10-27 | 1 | -11/+8 |
| | | |||||
* | | cleanup OC_Files a bit | Robin Appelman | 2012-10-24 | 1 | -9/+14 |
|/ | |||||
* | use post to delete files, get has a limit and fails with many files | scambra | 2012-09-20 | 1 | -3/+3 |
| | |||||
* | apply coding style | Thomas Mueller | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -2/+0 |
| | |||||
* | CSRF checks | Lukas Reschke | 2012-07-07 | 1 | -0/+1 |
| | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
| | |||||
* | ported oc_json | Frank Karlitschek | 2012-05-03 | 1 | -3/+3 |
| | |||||
* | move files to app folder | Georg Ehrke | 2012-04-18 | 1 | -0/+29 |