aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/files
Commit message (Collapse)AuthorAgeFilesLines
* remove file locking - code will continue to live in it's own appThomas Müller2014-06-041-63/+0
|
* Move Lock to private namespace, add interface. Update PHPDoc.ringmaster2014-06-041-253/+6
|
* Removed unused vars/declarations, update PHPDoc.ringmaster2014-06-041-2/+1
|
* Add actual locking and log changes necessary for debugging.ringmaster2014-06-041-25/+242
|
* Continued flock work.ringmaster2014-06-042-4/+49
|
* flock changes. Work in progress.ringmaster2014-06-043-0/+96
|
* Add $storage->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman2014-05-291-0/+8
|
* Merge pull request #8435 from owncloud/fix-8322-masterThomas Müller2014-05-191-0/+14
|\ | | | | Expose permission via WebDAV
| * - Introduce isShared() and isMounted() on FileInfo classThomas Müller2014-05-021-0/+14
| | | | | | | | | | | | - Reuse these methods on determineIcon() - Generate permission string for the desktop client - expose {http://owncloud.org/ns}permissions as additional WebDAV property containing the permission string
* | Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-1/+1
|/
* Fix FileInfo->getType errorsRobin Appelman2014-03-071-1/+1
|
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-142-0/+149
|\ | | | | | | | | Conflicts: lib/private/appconfig.php
| * Merge pull request #6748 from owncloud/fileinfoicewind19912014-02-141-0/+138
| |\ | | | | | | Add a FileInfo class which holds all info of a file ...
| | * Add isReadable, isUpdateable, isDeletable, isShareableRobin Appelman2014-01-241-0/+28
| | |
| | * remove ArrayAccess, JsonSerializable from the public part of FileInfoRobin Appelman2014-01-131-15/+5
| | |
| | * Extends phpdoc for \OCP\File\FileInfoRobin Appelman2014-01-131-4/+37
| | |
| | * Add a FileInfo class which holds all info of a file and return that from ↵Robin Appelman2014-01-131-0/+87
| | | | | | | | | | | | getFileInfo, getDirectoryContent and search
| * | Added isLocal() method to storage, used for xsendfileVincent Petry2014-02-061-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 patchesJörn Friedrich Dreyer2014-02-063-0/+4
|/
* fix some capital lettersMorris Jobke2013-11-252-0/+10
|
* page level doc blocks and class descriptionsMorris Jobke2013-11-259-0/+66
|
* unify license headers for public API filesMorris Jobke2013-11-0311-44/+220
|
* adding additional exceptions for special cases where creating a file might ↵Thomas Müller2013-10-073-0/+33
| | | | not be allowed
* cleanup public storage interface a bitRobin Appelman2013-09-121-46/+0
|
* add storage backend interface to public namespaceRobin Appelman2013-09-102-1/+344
|
* improve phpdoc for the public files interfaceRobin Appelman2013-09-103-30/+105
|
* move filesystem expceptions to global namespaceRobin Appelman2013-09-104-0/+44
|
* move public files api to a clearer namespaceRobin Appelman2013-09-103-13/+13
|
* update phpdoc for public fileapiRobin Appelman2013-09-062-10/+10
|
* extract interfaces from fileapi for public namespaceRobin Appelman2013-09-063-0/+256