Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `getNonExistingName()` to the node api | Robin Appelman | 2015-03-24 | 1 | -0/+9 |
| | |||||
* | Merge pull request #14704 from owncloud/storage-wrapper-mount | Robin Appelman | 2015-03-19 | 2 | -2/+10 |
|\ | | | | | pass mountpoint to storage wrapper callback | ||||
| * | Allow getting all mount options as array | Robin Appelman | 2015-03-11 | 1 | -0/+7 |
| | | |||||
| * | pass mountpoint to storage wrapper callback | Robin Appelman | 2015-03-11 | 1 | -2/+3 |
| | | |||||
* | | verify the file name length not to exceed 255 characters + verify path ↵ | Thomas Müller | 2015-03-12 | 1 | -0/+34 |
|/ | | | | during rename | ||||
* | no translation service in common storage class | Thomas Müller | 2015-03-09 | 2 | -0/+74 |
| | |||||
* | adding storage specific filename verification - refs #13640 | Thomas Müller | 2015-03-09 | 1 | -0/+9 |
| | |||||
* | Add "throws" lines to calling methods and interface aswell | Joas Schilling | 2015-02-27 | 1 | -0/+18 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 22 | -323/+284 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 22 | -284/+323 |
| | |||||
* | Merge pull request #13425 from owncloud/phpdoc_cleanup | Morris Jobke | 2015-02-10 | 1 | -15/+15 |
|\ | | | | | Cleanup of PHPDoc return types | ||||
| * | 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 |
|\ \ | | | | | | | Call final unlink in trash wrapper's storage | ||||
| * | | 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 ↵ | Bernhard Posselt | 2014-12-21 | 1 | -0/+32 |
| | | | | | | | | storage fix comments and newline add newline | ||||
* | 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 |
| | | | | | | | $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 |
| | | |