| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #13425 from owncloud/phpdoc_cleanup | Morris Jobke | 2015-02-10 | 1 | -15/+15 |
|\ |
|
| * | 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 |
|\ \ |
|
| * | | 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 s... | Bernhard Posselt | 2014-12-21 | 1 | -0/+32 |
* | 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 |
* | 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 |
* | Expose creatable permissions trough fileinfo | Robin Appelman | 2014-09-25 | 1 | -0/+7 |
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -2/+2 |
* | Add doc for \OCP\Files\FileInfo space constants | Morris Jobke | 2014-08-19 | 1 | -0/+9 |
* | move to public namespace | Morris Jobke | 2014-08-19 | 1 | -0/+4 |
* | Merge pull request #9329 from owncloud/sharing_check_target | Vincent Petry | 2014-07-02 | 1 | -0/+4 |
|\ |
|
| * | add a explicit interface for the home storage | Bjoern Schiessle | 2014-07-01 | 1 | -0/+4 |
* | | Detect removed public shares | Robin Appelman | 2014-07-01 | 2 | -0/+25 |
* | | Add StorageNotAvailableException | Robin Appelman | 2014-06-30 | 1 | -0/+19 |
|/ |
|
* | move to stream based IObjectStore interface, rearrange & reformat code | Jörn Friedrich Dreyer | 2014-06-20 | 1 | -8/+4 |
* | fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as st... | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -2/+7 |
* | change architecture from inheritance to composition | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -0/+32 |
* | remove file locking - code will continue to live in it's own app | Thomas Müller | 2014-06-04 | 1 | -63/+0 |
* | Move Lock to private namespace, add interface. Update PHPDoc. | ringmaster | 2014-06-04 | 1 | -253/+6 |
* | Removed unused vars/declarations, update PHPDoc. | ringmaster | 2014-06-04 | 1 | -2/+1 |
* | Add actual locking and log changes necessary for debugging. | ringmaster | 2014-06-04 | 1 | -25/+242 |
* | Continued flock work. | ringmaster | 2014-06-04 | 2 | -4/+49 |
* | flock changes. Work in progress. | ringmaster | 2014-06-04 | 3 | -0/+96 |
* | Add $storage->instanceOfStorage to handle instanceof for storage wrappers | Robin Appelman | 2014-05-29 | 1 | -0/+8 |
* | Merge pull request #8435 from owncloud/fix-8322-master | Thomas Müller | 2014-05-19 | 1 | -0/+14 |
|\ |
|
| * | - Introduce isShared() and isMounted() on FileInfo class | Thomas Müller | 2014-05-02 | 1 | -0/+14 |
* | | Squash 'a | b' into 'a|b', in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
|/ |
|
* | Fix FileInfo->getType errors | Robin Appelman | 2014-03-07 | 1 | -1/+1 |
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 2 | -0/+149 |
|\ |
|
| * | Merge pull request #6748 from owncloud/fileinfo | icewind1991 | 2014-02-14 | 1 | -0/+138 |
| |\ |
|
| | * | Add isReadable, isUpdateable, isDeletable, isShareable | Robin Appelman | 2014-01-24 | 1 | -0/+28 |
| | * | remove ArrayAccess, JsonSerializable from the public part of FileInfo | Robin Appelman | 2014-01-13 | 1 | -15/+5 |
| | * | Extends phpdoc for \OCP\File\FileInfo | Robin Appelman | 2014-01-13 | 1 | -4/+37 |
| | * | Add a FileInfo class which holds all info of a file and return that from getF... | Robin Appelman | 2014-01-13 | 1 | -0/+87 |
| * | | Added isLocal() method to storage, used for xsendfile | Vincent Petry | 2014-02-06 | 1 | -0/+11 |
| |/ |
|
* / | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 3 | -0/+4 |
|/ |
|
* | fix some capital letters | Morris Jobke | 2013-11-25 | 2 | -0/+10 |
* | page level doc blocks and class descriptions | Morris Jobke | 2013-11-25 | 9 | -0/+66 |
* | unify license headers for public API files | Morris Jobke | 2013-11-03 | 11 | -44/+220 |
* | adding additional exceptions for special cases where creating a file might no... | Thomas Müller | 2013-10-07 | 3 | -0/+33 |
* | cleanup public storage interface a bit | Robin Appelman | 2013-09-12 | 1 | -46/+0 |