Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | | | | | Expose permission via WebDAV | ||||
| * | - Introduce isShared() and isMounted() on FileInfo class | Thomas Müller | 2014-05-02 | 1 | -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 /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 |
|\ | | | | | | | | | Conflicts: lib/private/appconfig.php | ||||
| * | Merge pull request #6748 from owncloud/fileinfo | icewind1991 | 2014-02-14 | 1 | -0/+138 |
| |\ | | | | | | | Add a FileInfo class which holds all info of a file ... | ||||
| | * | 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 ↵ | Robin Appelman | 2014-01-13 | 1 | -0/+87 |
| | | | | | | | | | | | | getFileInfo, getDirectoryContent and search | ||||
| * | | 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 | 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 ↵ | Thomas Müller | 2013-10-07 | 3 | -0/+33 |
| | | | | not be allowed | ||||
* | 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 |