Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Cache to PSR-4 | Roeland Jago Douma | 2016-04-15 | 1 | -199/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+3 |
| | |||||
* | getLowStrengthGenerator does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 1 | -1/+1 |
| | |||||
* | Allow storage wrappers to through a forbidden exception with retry information | Joas Schilling | 2015-11-17 | 1 | -0/+2 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+1 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Do not try clearing locked files in cache folder | Vincent Petry | 2015-06-30 | 1 | -3/+10 |
| | |||||
* | Fixing "ImportController::__construct() must implement interface ↵ | Thomas Müller | 2015-06-29 | 1 | -1/+4 |
| | | | | OCP\\ICache, instance of OC\\Cache\\File given" | ||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -9/+1 |
| | |||||
* | Fix PHPDoc annotations | Lukas Reschke | 2015-06-17 | 1 | -0/+24 |
| | |||||
* | Fix login handler for file cache - fixes #16795 | Thomas Müller | 2015-06-08 | 1 | -5/+0 |
| | |||||
* | Bring back OC\Cache\File - fixes #16760 | Thomas Müller | 2015-06-05 | 1 | -0/+174 |
| | |||||
* | remove file cache classes and its tests | Arthur Schiwon | 2015-05-08 | 1 | -174/+0 |
| | |||||
* | kill OC_FileProxy :boom: | Thomas Müller | 2015-04-07 | 1 | -9/+0 |
| | |||||
* | Merge pull request #14113 from owncloud/chunking-chunkpartfiles | Thomas Müller | 2015-04-02 | 1 | -2/+13 |
|\ | | | | | Added part files for when writing chunks | ||||
| * | Added part files for when writing chunks | Vincent Petry | 2015-03-16 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | Whenever a chunk is being written, it is now written to a part file first. This is to avoid a concurrent chunk upload to believe that the former chunk already exists, even though it's not fully written. This makes sure that the final file assembly is only done when all chunks were successfully written. Also added an extra unique id to chunk parts in case the same chunk is uploaded twice concurrently. | ||||
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -5/+27 |
|/ | |||||
* | Merge pull request #13893 from owncloud/create-cachedir-on-user | Morris Jobke | 2015-03-11 | 1 | -18/+27 |
|\ | | | | | Only make sure the cache directory exists when we use it | ||||
| * | Only make sure the cache directory exists when we use it | Robin Appelman | 2015-02-04 | 1 | -18/+27 |
| | | |||||
* | | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -26/+6 |
| | | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -6/+26 |
| | | |||||
* | | readd is_file | Jörn Friedrich Dreyer | 2015-02-03 | 1 | -1/+1 |
| | | |||||
* | | :camel:case | Arthur Schiwon | 2015-02-02 | 1 | -1/+1 |
| | | |||||
* | | check if cache files are readable | Jörn Friedrich Dreyer | 2015-02-02 | 1 | -1/+1 |
|/ | |||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Fix PHPdoc in lib/private | Bart Visscher | 2014-04-15 | 1 | -1/+1 |
| | | | | using scrutinizer patch | ||||
* | Do not expire chunks while checking for their existence | Vincent Petry | 2014-04-03 | 1 | -5/+0 |
| | | | | | The expiration should be done by the gc() function on login, not while isComplete() is calling hasKey() for every chunk. | ||||
* | Cache folder is now configurable | Vincent Petry | 2014-03-24 | 1 | -7/+8 |
| | | | | | | When using an external cache folder, it is automatically mounted in FileSystem::initFileSystem so that any app can use it transparently by creating a view on the "/$user/cache" directory. | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+9 |
| | |||||
* | Merge branch 'master' into fixing-4546-master | Thomas Müller | 2013-10-07 | 1 | -0/+18 |
| | | | | | Conflicts: lib/private/connector/sabre/directory.php | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+118 |
Conflicts: lib/private/vcategories.php |