| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | add storage backend interface to public namespace | Robin Appelman | 2013-09-10 | 2 | -1/+344 |
* | improve phpdoc for the public files interface | Robin Appelman | 2013-09-10 | 3 | -30/+105 |
* | move filesystem expceptions to global namespace | Robin Appelman | 2013-09-10 | 4 | -0/+44 |
* | move public files api to a clearer namespace | Robin Appelman | 2013-09-10 | 3 | -13/+13 |
* | update phpdoc for public fileapi | Robin Appelman | 2013-09-06 | 2 | -10/+10 |
* | extract interfaces from fileapi for public namespace | Robin Appelman | 2013-09-06 | 3 | -0/+256 |