summaryrefslogtreecommitdiffstats
path: root/lib/public/files
Commit message (Collapse)AuthorAgeFilesLines
* Add `getNonExistingName()` to the node apiRobin Appelman2015-03-241-0/+9
|
* Merge pull request #14704 from owncloud/storage-wrapper-mountRobin Appelman2015-03-192-2/+10
|\ | | | | pass mountpoint to storage wrapper callback
| * Allow getting all mount options as arrayRobin Appelman2015-03-111-0/+7
| |
| * pass mountpoint to storage wrapper callbackRobin Appelman2015-03-111-2/+3
| |
* | verify the file name length not to exceed 255 characters + verify path ↵Thomas Müller2015-03-121-0/+34
|/ | | | during rename
* no translation service in common storage classThomas Müller2015-03-092-0/+74
|
* adding storage specific filename verification - refs #13640Thomas Müller2015-03-091-0/+9
|
* Add "throws" lines to calling methods and interface aswellJoas Schilling2015-02-271-0/+18
|
* Revert "Updating license headers"Morris Jobke2015-02-2622-323/+284
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-2322-284/+323
|
* Merge pull request #13425 from owncloud/phpdoc_cleanupMorris Jobke2015-02-101-15/+15
|\ | | | | Cleanup of PHPDoc return types
| * Cleanup of PHPDoc return typesRobin McCorkell2015-01-161-15/+15
| |
* | Merge pull request #13561 from owncloud/trash-finaldeletewhencrossstoragefixVincent Petry2015-01-271-0/+2
|\ \ | | | | | | Call final unlink in trash wrapper's storage
| * | Fix return type of addStorageWrapper in PHPDocVincent Petry2015-01-271-1/+1
| | |
| * | Do not call wrapStorage if storate with same name added twiceVincent Petry2015-01-221-0/+2
| |/
* / fix node interfaceBernhard Posselt2015-01-261-1/+1
|/
* Adding basement for the direct download urlThomas Müller2014-12-281-0/+10
|
* add an interface for the root folder so apps have an interface to deal with ↵Bernhard Posselt2014-12-211-0/+32
| | | | | | | | storage fix comments and newline add newline
* Add getMountPoint to FileInfoRobin Appelman2014-12-171-0/+7
|
* Load mount specific options from the mount configRobin Appelman2014-12-171-0/+9
|
* Make $userId mandatory for searchByTagsVincent Petry2014-12-121-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 cacheVincent Petry2014-12-111-0/+8
|
* Add public api for mount configurationsRobin Appelman2014-12-044-0/+147
|
* Move iHomeStorage to own fileJoas Schilling2014-11-272-4/+24
|
* Replace deprecated constant with new class constantJoas Schilling2014-11-252-11/+11
|
* Expose creatable permissions trough fileinfoRobin Appelman2014-09-251-0/+7
|
* Use public api for getting l10nRobin Appelman2014-08-311-2/+2
|
* Add doc for \OCP\Files\FileInfo space constantsMorris Jobke2014-08-191-0/+9
|
* move to public namespaceMorris Jobke2014-08-191-0/+4
|
* Merge pull request #9329 from owncloud/sharing_check_targetVincent Petry2014-07-021-0/+4
|\ | | | | don't move a share mount point into a different mount point
| * add a explicit interface for the home storageBjoern Schiessle2014-07-011-0/+4
| |
* | Detect removed public sharesRobin Appelman2014-07-012-0/+25
| |
* | Add StorageNotAvailableExceptionRobin Appelman2014-06-301-0/+19
|/
* move to stream based IObjectStore interface, rearrange & reformat codeJörn Friedrich Dreyer2014-06-201-8/+4
|
* fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as ↵Jörn Friedrich Dreyer2014-06-181-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 compositionJörn Friedrich Dreyer2014-06-181-0/+32
|
* 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
| | |