Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make mkdir recursive, add phpdoc to api | Jörn Friedrich Dreyer | 2015-10-08 | 1 | -0/+1 |
| | |||||
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 2 | -0/+2 |
| | |||||
* | Add reset method to mimetype loader | Robin McCorkell | 2015-09-11 | 1 | -0/+7 |
| | | | | Used to solve concurrency issues | ||||
* | Split mimetype handling to new class | Robin McCorkell | 2015-09-04 | 1 | -0/+59 |
| | |||||
* | Merge pull request #13641 from owncloud/cache-storage-status | Vincent Petry | 2015-08-07 | 1 | -0/+20 |
|\ | | | | | Store storage availability in database | ||||
| * | 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. | ||||
* | | Merge pull request #15543 from rullzer/mimetypedetector | Morris Jobke | 2015-07-28 | 1 | -0/+78 |
|\ \ | | | | | | | Mimetypedetector | ||||
| * | | Added mimetype detector | Roeland Jago Douma | 2015-07-27 | 1 | -0/+78 |
| |/ | | | | | | | * Copied unit tests from old functions | ||||
* / | Add PHPDoc for classes and interfaces | Morris Jobke | 2015-07-27 | 1 | -0/+1 |
|/ | |||||
* | Add getUserFolder to IRootFolder | Morris Jobke | 2015-07-03 | 1 | -0/+8 |
| | | | | | * untangle DI of user specific folders * allows to autodetect the dependency | ||||
* | Merge pull request #17291 from owncloud/mount-manager-public | Vincent Petry | 2015-07-03 | 1 | -0/+104 |
|\ | | | | | expose the mount manager in the public api | ||||
| * | phpdoc | Robin Appelman | 2015-07-01 | 1 | -0/+21 |
| | | |||||
| * | expose the mount manager in the public api | Robin Appelman | 2015-07-01 | 1 | -0/+83 |
| | | |||||
* | | Changed broken links to php manual | Michael Roth | 2015-07-01 | 1 | -2/+2 |
|/ | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 4 | -1/+3 |
| | |||||
* | Fix missing @since tags in OCP | Morris Jobke | 2015-06-19 | 2 | -1/+10 |
| | |||||
* | [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 | 25 | -9/+193 |
| | | | | | | | * 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 | 25 | -224/+366 |
| | |||||
* | Add `getNonExistingName()` to the node api | Robin Appelman | 2015-03-24 | 1 | -0/+9 |
| | |||||
* | Merge pull request #14704 from owncloud/storage-wrapper-mount | Robin Appelman | 2015-03-19 | 2 | -2/+10 |
|\ | | | | | pass mountpoint to storage wrapper callback | ||||
| * | Allow getting all mount options as array | Robin Appelman | 2015-03-11 | 1 | -0/+7 |
| | | |||||
| * | pass mountpoint to storage wrapper callback | Robin Appelman | 2015-03-11 | 1 | -2/+3 |
| | | |||||
* | | verify the file name length not to exceed 255 characters + verify path ↵ | Thomas Müller | 2015-03-12 | 1 | -0/+34 |
|/ | | | | during rename | ||||
* | no translation service in common storage class | Thomas Müller | 2015-03-09 | 2 | -0/+74 |
| | |||||
* | adding storage specific filename verification - refs #13640 | Thomas Müller | 2015-03-09 | 1 | -0/+9 |
| | |||||
* | Add "throws" lines to calling methods and interface aswell | Joas Schilling | 2015-02-27 | 1 | -0/+18 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 22 | -323/+284 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 22 | -284/+323 |
| | |||||
* | Merge pull request #13425 from owncloud/phpdoc_cleanup | Morris Jobke | 2015-02-10 | 1 | -15/+15 |
|\ | | | | | Cleanup of PHPDoc return types | ||||
| * | Cleanup of PHPDoc return types | Robin McCorkell | 2015-01-16 | 1 | -15/+15 |
| | | |||||
* | | Merge pull request #13561 from owncloud/trash-finaldeletewhencrossstoragefix | Vincent Petry | 2015-01-27 | 1 | -0/+2 |
|\ \ | | | | | | | Call final unlink in trash wrapper's storage | ||||
| * | | Fix return type of addStorageWrapper in PHPDoc | Vincent Petry | 2015-01-27 | 1 | -1/+1 |
| | | | |||||
| * | | Do not call wrapStorage if storate with same name added twice | Vincent Petry | 2015-01-22 | 1 | -0/+2 |
| |/ | |||||
* / | fix node interface | Bernhard Posselt | 2015-01-26 | 1 | -1/+1 |
|/ | |||||
* | Adding basement for the direct download url | Thomas Müller | 2014-12-28 | 1 | -0/+10 |
| | |||||
* | add an interface for the root folder so apps have an interface to deal with ↵ | Bernhard Posselt | 2014-12-21 | 1 | -0/+32 |
| | | | | | | | | storage fix comments and newline add newline | ||||
* | Add getMountPoint to FileInfo | Robin Appelman | 2014-12-17 | 1 | -0/+7 |
| | |||||
* | Load mount specific options from the mount config | Robin Appelman | 2014-12-17 | 1 | -0/+9 |
| | |||||
* | Make $userId mandatory for searchByTags | Vincent Petry | 2014-12-12 | 1 | -1/+2 |
| | | | | | | | $userId is now a mandatory parameter for searchByTags. Also fixed some places in the code where the argument was missing (Node API and View) | ||||
* | Added searchByTags to view, storage and cache | Vincent Petry | 2014-12-11 | 1 | -0/+8 |
| | |||||
* | Add public api for mount configurations | Robin Appelman | 2014-12-04 | 4 | -0/+147 |
| | |||||
* | Move iHomeStorage to own file | Joas Schilling | 2014-11-27 | 2 | -4/+24 |
| | |||||
* | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 2 | -11/+11 |
| |