summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'master' into update-parent-storage-mtimeRobin Appelman2013-10-303-14/+49
| |\ \
| | * \ Merge branch 'master' into fix_file_cache_updater_masterBjoern Schiessle2013-10-292-2/+10
| | |\ \
| | | * | Map empty mimetypes to octet-stream for Oracle DBMS.Andreas Fischer2013-10-291-0/+4
| | | * | Return early if fileinfo is there.Andreas Fischer2013-10-291-0/+1
| | | * | Reset mimetype to application/octet-stream on empty reply from file command.Andreas Fischer2013-10-291-0/+4
| | | * | Do not calculate $isWrapped if not needed.Andreas Fischer2013-10-291-2/+1
| | * | | make sure that also the storage etag gets changedBjoern Schiessle2013-10-291-4/+7
| | * | | make getUidAndFilename() privateBjoern Schiessle2013-10-291-1/+1
| | * | | backport of https://github.com/owncloud/core/pull/5513Bjoern Schiessle2013-10-291-12/+36
| | |/ /
| * / / Update the parent folders storage_mtime on write and delete to prevent rescansRobin Appelman2013-10-291-1/+21
| |/ /
* | | dont use the home storage for non-existing usersRobin Appelman2013-10-291-2/+2
* | | use the new home storage backend when no existing local storage backend exist...Robin Appelman2013-10-292-2/+21
* | | add specialized storage backend for home foldersRobin Appelman2013-10-291-0/+31
|/ /
* | Added comment for clarification about fseek() call in quota.phpVincent Petry2013-10-251-0/+2
* | Fixed quota stream to not wrap read-only fopen callsVincent Petry2013-10-251-1/+1
* | Fixed quota stream's fseek methodVincent Petry2013-10-251-2/+12
|/
* Catch duplicate insertion errors while scanning filesVincent Petry2013-10-232-14/+38
* Prevent renaming/deleting mount pointsVincent Petry2013-10-151-1/+2
* Merge pull request #5263 from owncloud/fixing-5255-masterVicDeo2013-10-101-1/+3
|\
| * the path need to be normalized before putting it into resolvePath()Thomas Müller2013-10-101-1/+3
* | merge master into hooks-view-same-startRobin Appelman2013-10-102-280/+2
|\|
| * Merge pull request #5221 from owncloud/fixing-5217-masterVicDeo2013-10-101-279/+0
| |\
| | * php 5.3 compatibility for \OC\Files\StorageThomas Müller2013-10-081-279/+0
| * | don't trigger the create hooks when if the file already exists for file_put_c...Robin Appelman2013-10-091-1/+2
| |/
* / ensure the view's root is a subfolder of the the default root, not only start...Robin Appelman2013-10-091-1/+4
|/
* Check result only onceVictor Dubiniuk2013-10-041-3/+5
* Make mimetypes static. Jenkis will be happyVictor Dubiniuk2013-10-041-11/+11
* Load all mimetypes in one goVictor Dubiniuk2013-10-041-17/+20
* only perform files upgrade in case there are actually entries in the old fsca...Thomas Müller2013-10-021-1/+9
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-3037-0/+8317