| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -20/+20 |
* | use OC_User::getHome in lib/filesystem.php | Georg Ehrke | 2012-08-26 | 1 | -1/+1 |
* | remove duplicate method | jfd | 2012-08-25 | 1 | -14/+0 |
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su... | Jörn Friedrich Dreyer | 2012-08-25 | 1 | -117/+211 |
|\ |
|
| * | Merge branch 'share_api' | Michael Gapczynski | 2012-08-19 | 1 | -0/+21 |
| |\ |
|
| | * | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-14 | 1 | -4/+39 |
| | |\ |
|
| | * \ | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-31 | 1 | -2/+6 |
| | |\ \ |
|
| | * \ \ | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 1 | -118/+111 |
| | |\ \ \ |
|
| | * | | | | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri... | Michael Gapczynski | 2012-07-24 | 1 | -0/+21 |
| * | | | | | also add getLocalFolder to OC_Filsystem and OC_FilesystemView | Robin Appelman | 2012-08-19 | 1 | -0/+7 |
| * | | | | | more path normalization | Robin Appelman | 2012-08-17 | 1 | -2/+11 |
| | |_|_|/
| |/| | | |
|
| * | | | | fix some minor problems with path noramlization | Robin Appelman | 2012-08-14 | 1 | -1/+1 |
| * | | | | some basic path normalization | Robin Appelman | 2012-08-14 | 1 | -0/+22 |
| * | | | | Catch exceptions and write to log when creating storage object fails | Michael Gapczynski | 2012-08-13 | 1 | -1/+6 |
| * | | | | Check blacklist when renaming files | Michael Gapczynski | 2012-08-11 | 1 | -3/+11 |
| | |_|/
| |/| | |
|
| * | | | Smarter remove of etag properties for path | Bart Visscher | 2012-07-26 | 1 | -1/+0 |
| * | | | Fix oc-1362: post_rename has no path param but newpath and oldpath | Bart Visscher | 2012-07-26 | 1 | -1/+5 |
| * | | | Create uniqid ETag for directories | Bart Visscher | 2012-07-25 | 1 | -0/+1 |
| * | | | Rename functions | Bart Visscher | 2012-07-25 | 1 | -1/+1 |
| | |/
| |/| |
|
| * | | Fix filesystem hash, no longer using basicOperation() | Michael Gapczynski | 2012-07-25 | 1 | -2/+2 |
| * | | some indention fixes | Robin Appelman | 2012-07-24 | 1 | -93/+93 |
| * | | Fix missing parameter decleration, thanks Jenkins :-) | Bart Visscher | 2012-07-21 | 1 | -1/+1 |
| * | | remove obsolete oc_filesystem::mountall | Robin Appelman | 2012-07-21 | 1 | -11/+0 |
| * | | Add ETag support to the Sabre file connector. | Bart Visscher | 2012-07-21 | 1 | -0/+8 |
| * | | dont try to create mountpoints automatically | Robin Appelman | 2012-07-20 | 1 | -3/+0 |
| * | | fix unused variables | Robin Appelman | 2012-07-20 | 1 | -9/+8 |
| |/ |
|
| * | use filesystem abstraction layer to copy file versions | Bjoern Schiessle | 2012-07-03 | 1 | -0/+1 |
| * | Merge branch 'audit' | Bart Visscher | 2012-06-20 | 1 | -1/+1 |
| |\ |
|
| | * | Start of audit app | Bart Visscher | 2012-05-07 | 1 | -1/+1 |
| * | | Delay setup of FS until OC_Filesystem is used | Bart Visscher | 2012-06-20 | 1 | -0/+1 |
| * | | Fixed deleteAll function for deleting all old versions of files (expireAll) | Sam Tuke | 2012-06-19 | 1 | -0/+3 |
| * | | also add hasUpdated to oc_filesystem and oc_filesystemview | Robin Appelman | 2012-06-15 | 1 | -0/+9 |
| * | | Whitespace fix | Bart Visscher | 2012-06-13 | 1 | -1/+1 |
| * | | check for view before trying to invoke method on object | Bartek Przybylski | 2012-06-13 | 1 | -1/+1 |
| * | | Create directory for mount point if it doesn't already exist | Michael Gapczynski | 2012-06-12 | 1 | -0/+3 |
| * | | add function in filesystem to strip webroot | Bartek Przybylski | 2012-06-09 | 1 | -0/+14 |
| * | | Don't use substr to get first char of string | Bart Visscher | 2012-06-08 | 1 | -5/+5 |
| * | | Comment layout and spelling fixes | Bart Visscher | 2012-06-08 | 1 | -1/+1 |
| * | | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 1 | -1/+3 |
| |\ \ |
|
| | * | | made initial testing version of expireAll for version control \ngave some old... | Sam Tuke | 2012-05-16 | 1 | -1/+3 |
| | |/ |
|
| * / | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| |/ |
|
* | | Check blacklist when renaming files | Michael Gapczynski | 2012-08-24 | 1 | -3/+11 |
* | | Fix filesystem hash, no longer using basicOperation() | Michael Gapczynski | 2012-07-30 | 1 | -2/+2 |
* | | Don't use substr to get first char of string | Bart Visscher | 2012-06-19 | 1 | -5/+5 |
* | | add function in filesystem to strip webroot | Bartek Przybylski | 2012-06-10 | 1 | -0/+14 |
|/ |
|
* | remove non existing files from the cache when rescanning a folder | Robin Appelman | 2012-04-29 | 1 | -0/+1 |
* | initial mount configuration work | Robin Appelman | 2012-04-25 | 1 | -0/+48 |
* | tests for oc_filesystem | Robin Appelman | 2012-04-12 | 1 | -0/+8 |
* | Check blacklist before saving to filesystem | Tom Needham | 2012-04-03 | 1 | -0/+13 |
* | better handeling of files that can behave like folder (e.g. archives) | Robin Appelman | 2012-03-03 | 1 | -6/+4 |