summaryrefslogtreecommitdiffstats
path: root/lib/files/view.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4712 from owncloud/fileapi-forewardThomas Müller2013-09-131-1/+1
|\
| * Merge branch 'master' into fileapi-forewardRobin Appelman2013-09-121-33/+58
| |\
| * | Provide an implementation of the fileapi for oc6 build on top of the old apiRobin Appelman2013-09-011-1/+1
* | | Merge pull request #4719 from owncloud/port_4701_masterThomas Müller2013-09-121-3/+5
|\ \ \ | |_|/ |/| |
| * | Always check variable type before using readdir to avoid surprisesArthur Schiwon2013-09-041-3/+5
| |/
* | change View->deleteAll to an alias of View->rmdir since rmdir works recursiveRobin Appelman2013-09-071-1/+1
* | Merge pull request #4477 from owncloud/hooks-viewBernhard Posselt2013-09-041-32/+57
|\ \ | |/ |/|
| * also emit hooks for views that are a subfolder of the user folderRobin Appelman2013-08-171-32/+57
* | also emmit create hook when creating new files using touch()Robin Appelman2013-08-291-0/+1
* | use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-191-1/+1
|/
* don't run hooks for .part filesBjörn Schießle2013-07-031-1/+1
* if a part file gets renamed to a real file, that this was the second step of ...Björn Schießle2013-07-031-2/+20
* Public upload featureRoman Geber2013-06-251-1/+1
* [Fixing unit tests in Windows]Thomas Mueller2013-06-101-0/+6
* Merge branch 'master' into hook-improvementsMichael Gapczynski2013-06-041-34/+72
|\
| * Only retrieve the current user's permissionsMichael Gapczynski2013-05-291-1/+1
| * Cache: provide a function to get the permissions of all files in a folder wit...Robin Appelman2013-05-291-11/+11
| * Merge pull request #3416 from owncloud/files_encryptionThomas Müller2013-05-241-0/+4
| |\
| | * Merge branch 'master' into files_encryptionFlorin Peter2013-05-221-2/+5
| | |\
| | * \ Merge branch 'master' into files_encryptionFlorin Peter2013-05-151-19/+33
| | |\ \
| | * | | added post rename proxyFlorin Peter2013-04-251-0/+1
| | * | | Added post proxy for getFileInfo.Florin Peter2013-04-231-0/+3
| * | | | Merge branch 'master' into move-storagesMichael Gapczynski2013-05-231-2/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | merge master into filecache_mtimeRobin Appelman2013-05-211-10/+27
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Merge branch 'master' into filecache_mtimeMichael Gapczynski2013-03-081-8/+12
| | |\ \ \
| | * \ \ \ merge master into filecache_mtimeRobin Appelman2013-02-151-5/+11
| | |\ \ \ \
| | * | | | | Emulate touch() for backends that don't support itRobin Appelman2013-02-101-6/+10
| * | | | | | Switch to calling deleteAll via storage to avoid emitting delete hookMichael Gapczynski2013-05-231-1/+2
| * | | | | | Fix undefined variable for copying empty foldersMichael Gapczynski2013-05-191-1/+1
| * | | | | | Add support for copying/moving folders between storages, move isIgnoredDir() ...Michael Gapczynski2013-05-191-8/+24
| | |_|_|/ / | |/| | | |
| * | | | | don't emit rename hooks on partial file renamesJörn Friedrich Dreyer2013-05-101-2/+2
| * | | | | rename isIgnoredFile to isPartialFile, remove check of blacklisted files in i...Jörn Friedrich Dreyer2013-05-101-5/+11
| * | | | | Further seperation of mount management logicRobin Appelman2013-04-261-1/+1
| * | | | | Files: also check if the source path is valid when doing a rename or copy ope...Robin Appelman2013-04-221-15/+23
| | |_|_|/ | |/| | |
* | | | | Don't unlink old renamed file if stream copy failedMichael Gapczynski2013-04-131-1/+3
* | | | | Check if operation worked before sending post hooks, fixes #2484Michael Gapczynski2013-04-131-4/+4
|/ / / /
* | | | Add mimetype filter to getDirectoryContent functionBart Visscher2013-04-081-0/+1
* | | | supress write hook for .part filesJörn Friedrich Dreyer2013-03-281-3/+3
| |_|/ |/| |
* | | Merge pull request #2189 from owncloud/versioning_sync_clientBernhard Posselt2013-03-081-1/+9
|\ \ \
| * | | remove some debug output; move code to the right functionBjörn Schießle2013-03-081-1/+1
| * | | distinguish between touch and writeBjörn Schießle2013-03-071-1/+9
* | | | Fix fetching source path of shared filesMichael Gapczynski2013-03-071-1/+1
|/ / /
* | | Chunk size comment should say kB, not MBMichael Gapczynski2013-03-031-1/+1
* | | return both, count and result if the operation succeeded or failed. Maybe in ...Björn Schießle2013-02-221-4/+4
* | | using the number of writen bytes as indicator if streamCopy() was successfull...Björn Schießle2013-02-221-2/+1
| |/ |/|
* | Style-fix: Breakup long linesBart Visscher2013-02-141-5/+11
|/
* know your libraries ;-)Thomas Müller2013-02-091-5/+1
* Merge pull request #1436 from owncloud/cache_check_pathThomas Müller2013-02-041-0/+6
|\
| * Cache: fix copy-paste errorsRobin Appelman2013-02-041-2/+2
| * Cache: check for invalid paths in getFileInfo/getDirectoryContentRobin Appelman2013-02-031-0/+6