Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | 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 | |
|\ | | | | | don't move a share mount point into a different mount point | |||||
| * | 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 ↵ | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -2/+7 | |
| | | | | storage id, by default use container/bucket name for storageid, make storageid configurable, store user only for HomeObjectStoreStorage, change updateObject() to writeObject() | |||||
* | 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 | |
|\ | | | | | 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 | |