Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OCP\Files to PSR-4 | Roeland Jago Douma | 2016-05-18 | 1 | -459/+0 |
| | |||||
* | remove unused Storage->getLocalFolder | Robin Appelman | 2016-02-05 | 1 | -9/+0 |
| | |||||
* | Add IStorage interface for consistent naming | Robin Appelman | 2016-01-14 | 1 | -43/+5 |
| | | | | minor phpdoc fixed | ||||
* | add since tags | Robin Appelman | 2016-01-14 | 1 | -0/+5 |
| | |||||
* | fix phpdoc | Robin Appelman | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | add watcher interface | Robin Appelman | 2016-01-14 | 1 | -0/+6 |
| | |||||
* | Add updater interface and expose cache interfaces from storage | Robin Appelman | 2016-01-14 | 1 | -0/+24 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | Add getOwner() method to FileInfo and Node API | Vincent Petry | 2015-11-13 | 1 | -0/+6 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 |
| | |||||
* | make mkdir recursive, add phpdoc to api | Jörn Friedrich Dreyer | 2015-10-08 | 1 | -0/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | Store storage availability in database | Robin McCorkell | 2015-07-20 | 1 | -0/+20 |
| | | | | | | | | Storage status is saved in the database. Failed storages are rechecked every 10 minutes, while working storages are rechecked every request. Using the files_external app will recheck all external storages when the settings page is viewed, or whenever an external storage is saved. | ||||
* | Changed broken links to php manual | Michael Roth | 2015-07-01 | 1 | -2/+2 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
| | |||||
* | [OCP] update PHPdoc to contain correct @since tags | Morris Jobke | 2015-06-05 | 1 | -0/+3 |
| | |||||
* | add changeLock to the storage api | Robin Appelman | 2015-06-01 | 1 | -0/+8 |
| | |||||
* | phpdoc and minor issues | Robin Appelman | 2015-06-01 | 1 | -2/+2 |
| | |||||
* | add locking to the storage api | Robin Appelman | 2015-06-01 | 1 | -0/+16 |
| | |||||
* | improve phpdoc of cache classes | Robin Appelman | 2015-05-05 | 1 | -1/+0 |
| | |||||
* | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 1 | -0/+40 |
| | | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions | ||||
* | Move cross storage copy logic to the storage | Robin Appelman | 2015-04-13 | 1 | -0/+16 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -12/+16 |
| | |||||
* | adding storage specific filename verification - refs #13640 | Thomas Müller | 2015-03-09 | 1 | -0/+9 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -16/+18 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -18/+16 |
| | |||||
* | Cleanup of PHPDoc return types | Robin McCorkell | 2015-01-16 | 1 | -15/+15 |
| | |||||
* | Adding basement for the direct download url | Thomas Müller | 2014-12-28 | 1 | -0/+10 |
| | |||||
* | Move iHomeStorage to own file | Joas Schilling | 2014-11-27 | 1 | -4/+0 |
| | |||||
* | add a explicit interface for the home storage | Bjoern Schiessle | 2014-07-01 | 1 | -0/+4 |
| | |||||
* | Add $storage->instanceOfStorage to handle instanceof for storage wrappers | Robin Appelman | 2014-05-29 | 1 | -0/+8 |
| | |||||
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 1 | -0/+11 |
|\ | | | | | | | | | Conflicts: lib/private/appconfig.php | ||||
| * | Added isLocal() method to storage, used for xsendfile | Vincent Petry | 2014-02-06 | 1 | -0/+11 |
| | | | | | | | | | | | | | | Added isLocal() method to Storage to find out whether the storage is local or not. This method is used for the x-sendfile logic to find out whether to add the headers. | ||||
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+1 |
|/ | |||||
* | page level doc blocks and class descriptions | Morris Jobke | 2013-11-25 | 1 | -0/+5 |
| | |||||
* | unify license headers for public API files | Morris Jobke | 2013-11-03 | 1 | -4/+20 |
| | |||||
* | cleanup public storage interface a bit | Robin Appelman | 2013-09-12 | 1 | -46/+0 |
| | |||||
* | add storage backend interface to public namespace | Robin Appelman | 2013-09-10 | 1 | -0/+343 |