Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -1078/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | files: when filtering search results, ensure results are children of the ↵ | Robin Appelman | 2013-09-22 | 1 | -6/+8 |
| | | | | fakeroot not just path starting the same | ||||
* | Merge pull request #4712 from owncloud/fileapi-foreward | Thomas Müller | 2013-09-13 | 1 | -1/+1 |
|\ | | | | | Provide an implementation of the fileapi for oc6 build on top of the old api | ||||
| * | Merge branch 'master' into fileapi-foreward | Robin Appelman | 2013-09-12 | 1 | -33/+58 |
| |\ | |||||
| * | | Provide an implementation of the fileapi for oc6 build on top of the old api | Robin Appelman | 2013-09-01 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #4719 from owncloud/port_4701_master | Thomas Müller | 2013-09-12 | 1 | -3/+5 |
|\ \ \ | |_|/ |/| | | Always check variable type before using readdir to avoid surprises | ||||
| * | | Always check variable type before using readdir to avoid surprises | Arthur Schiwon | 2013-09-04 | 1 | -3/+5 |
| |/ | |||||
* | | change View->deleteAll to an alias of View->rmdir since rmdir works recursive | Robin Appelman | 2013-09-07 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #4477 from owncloud/hooks-view | Bernhard Posselt | 2013-09-04 | 1 | -32/+57 |
|\ \ | |/ |/| | also emit hooks for views that are a subfolder of the user folder | ||||
| * | also emit hooks for views that are a subfolder of the user folder | Robin Appelman | 2013-08-17 | 1 | -32/+57 |
| | | |||||
* | | also emmit create hook when creating new files using touch() | Robin Appelman | 2013-08-29 | 1 | -0/+1 |
| | | |||||
* | | use strict equals in readdir loops to prevent issues with '0' files | Robin Appelman | 2013-08-19 | 1 | -1/+1 |
|/ | |||||
* | don't run hooks for .part files | Björn Schießle | 2013-07-03 | 1 | -1/+1 |
| | |||||
* | if a part file gets renamed to a real file, that this was the second step of ↵ | Björn Schießle | 2013-07-03 | 1 | -2/+20 |
| | | | | a write operation, hence emit a write signal | ||||
* | Public upload feature | Roman Geber | 2013-06-25 | 1 | -1/+1 |
| | |||||
* | [Fixing unit tests in Windows] | Thomas Mueller | 2013-06-10 | 1 | -0/+6 |
| | | | | | on windows open resources will be locked while the stream is open. closing the resource allows deletion below | ||||
* | Merge branch 'master' into hook-improvements | Michael Gapczynski | 2013-06-04 | 1 | -34/+72 |
|\ | | | | | | | | | Conflicts: lib/files/view.php | ||||
| * | Only retrieve the current user's permissions | Michael Gapczynski | 2013-05-29 | 1 | -1/+1 |
| | | |||||
| * | Cache: provide a function to get the permissions of all files in a folder ↵ | Robin Appelman | 2013-05-29 | 1 | -11/+11 |
| | | | | | | | | with one query | ||||
| * | Merge pull request #3416 from owncloud/files_encryption | Thomas Müller | 2013-05-24 | 1 | -0/+4 |
| |\ | | | | | | | New files encryption app | ||||
| | * | Merge branch 'master' into files_encryption | Florin Peter | 2013-05-22 | 1 | -2/+5 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: lib/files/cache/cache.php | ||||
| | * \ | Merge branch 'master' into files_encryption | Florin Peter | 2013-05-15 | 1 | -19/+33 |
| | |\ \ | |||||
| | * | | | added post rename proxy | Florin Peter | 2013-04-25 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Added post proxy for getFileInfo. | Florin Peter | 2013-04-23 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This is needed for WebDAV and FileSize @samtuke and @schiesbn you guys know a better solution? | ||||
| * | | | | Merge branch 'master' into move-storages | Michael Gapczynski | 2013-05-23 | 1 | -2/+5 |
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | Conflicts: tests/lib/files/view.php | ||||
| | * | | | merge master into filecache_mtime | Robin Appelman | 2013-05-21 | 1 | -10/+27 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | * | | | Merge branch 'master' into filecache_mtime | Michael Gapczynski | 2013-03-08 | 1 | -8/+12 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/files/view.php lib/util.php tests/lib/files/cache/cache.php | ||||
| | * \ \ \ | merge master into filecache_mtime | Robin Appelman | 2013-02-15 | 1 | -5/+11 |
| | |\ \ \ \ | |||||
| | * | | | | | Emulate touch() for backends that don't support it | Robin Appelman | 2013-02-10 | 1 | -6/+10 |
| | | | | | | | |||||
| * | | | | | | Switch to calling deleteAll via storage to avoid emitting delete hook | Michael Gapczynski | 2013-05-23 | 1 | -1/+2 |
| | | | | | | | |||||
| * | | | | | | Fix undefined variable for copying empty folders | Michael Gapczynski | 2013-05-19 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Add support for copying/moving folders between storages, move isIgnoredDir() ↵ | Michael Gapczynski | 2013-05-19 | 1 | -8/+24 |
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | to Filesystem | ||||
| * | | | | | don't emit rename hooks on partial file renames | Jörn Friedrich Dreyer | 2013-05-10 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | rename isIgnoredFile to isPartialFile, remove check of blacklisted files in ↵ | Jörn Friedrich Dreyer | 2013-05-10 | 1 | -5/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | isPartialFile, correct usage of isPartialFile and isFileBlacklisted | ||||
| * | | | | | Further seperation of mount management logic | Robin Appelman | 2013-04-26 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Files: also check if the source path is valid when doing a rename or copy ↵ | Robin Appelman | 2013-04-22 | 1 | -15/+23 |
| | |_|_|/ | |/| | | | | | | | | | | | | | operation | ||||
* | | | | | Don't unlink old renamed file if stream copy failed | Michael Gapczynski | 2013-04-13 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | Check if operation worked before sending post hooks, fixes #2484 | Michael Gapczynski | 2013-04-13 | 1 | -4/+4 |
|/ / / / | |||||
* | | | | Add mimetype filter to getDirectoryContent function | Bart Visscher | 2013-04-08 | 1 | -0/+1 |
| | | | | |||||
* | | | | supress write hook for .part files | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -3/+3 |
| |_|/ |/| | | |||||
* | | | Merge pull request #2189 from owncloud/versioning_sync_client | Bernhard Posselt | 2013-03-08 | 1 | -1/+9 |
|\ \ \ | | | | | | | | | fix versioning for the sync client - distinguish between touch and write operation | ||||
| * | | | remove some debug output; move code to the right function | Björn Schießle | 2013-03-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | distinguish between touch and write | Björn Schießle | 2013-03-07 | 1 | -1/+9 |
| | | | | |||||
* | | | | Fix fetching source path of shared files | Michael Gapczynski | 2013-03-07 | 1 | -1/+1 |
|/ / / | |||||
* | | | Chunk size comment should say kB, not MB | Michael Gapczynski | 2013-03-03 | 1 | -1/+1 |
| | | | |||||
* | | | return both, count and result if the operation succeeded or failed. Maybe in ↵ | Björn Schießle | 2013-02-22 | 1 | -4/+4 |
| | | | | | | | | | | | | some cases it is useful to know how much bytes where copied | ||||
* | | | using the number of writen bytes as indicator if streamCopy() was ↵ | Björn Schießle | 2013-02-22 | 1 | -2/+1 |
| |/ |/| | | | | | successfully. Instead check if fwrite returns the number of bytes or false | ||||
* | | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -5/+11 |
|/ | |||||
* | know your libraries ;-) | Thomas Müller | 2013-02-09 | 1 | -5/+1 |
| | | | | strrpos fails in cases the file in the path has no dot but the parent folder | ||||
* | Merge pull request #1436 from owncloud/cache_check_path | Thomas Müller | 2013-02-04 | 1 | -0/+6 |
|\ | | | | | Cache: check for invalid paths in getFileInfo/getDirectoryContent |