Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch 'audit' | Bart Visscher | 2012-06-20 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Start of audit app | Bart Visscher | 2012-05-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | Audit the filesystem action | |||||
| * | | 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 | |
| | | | | | | | | | | | | Added new readdir() method to all storage classes and handlers (only working implementation in local.php) | |||||
| * | | 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 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php | |||||
| | * | | made initial testing version of expireAll for version control \ngave some ↵ | Sam Tuke | 2012-05-16 | 1 | -1/+3 | |
| | |/ | | | | | | | | | | old vars new camelcase names | |||||
| * / | 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 | |
| | | | | | | | | | | Conflicts: lib/filesystemview.php | |||||
* | | 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 | |
| | ||||||
* | add touch() to all storage backands, and make parameter optional | Robin Appelman | 2012-02-29 | 1 | -1/+1 | |
| | ||||||
* | allow to set a files mtime through a PROPPATCH request on resource | Klaas Freitag | 2012-02-14 | 1 | -2/+2 | |
| | | | | 'lastmodified'. Needed for syncing algorithms. | |||||
* | - Added the ability to change a files mtime via webdavs propset. | Klaas Freitag | 2012-02-10 | 1 | -0/+3 | |
| | | | | - Added some minor debug help to fscache | |||||
* | writable not writeable | Robin Appelman | 2012-02-05 | 1 | -2/+2 | |
| | ||||||
* | watch for changes outside owncloud to the files | Robin Appelman | 2012-02-05 | 1 | -0/+8 | |
| | ||||||
* | use filesystem cache for searching | Robin Appelman | 2012-01-31 | 1 | -1/+1 | |
| | ||||||
* | dont try to use the filesystem when it isnt setup yet | Robin Appelman | 2012-01-31 | 1 | -0/+2 | |
| | ||||||
* | merge master into filesystem | Robin Appelman | 2012-01-30 | 1 | -0/+11 | |
|\ | ||||||
| * | initialize all storage backends when searching for a file, fixed searching ↵ | Robin Appelman | 2012-01-26 | 1 | -0/+12 | |
| | | | | | | | | in the Shared folder | |||||
* | | initial work on filesystemview | Robin Appelman | 2012-01-20 | 1 | -247/+98 | |
| | | ||||||
* | | forgot to merge something | Robin Appelman | 2012-01-16 | 1 | -23/+1 | |
| | | ||||||
* | | merge master into filesystem | Robin Appelman | 2012-01-16 | 1 | -16/+126 | |
|\| | ||||||
| * | constans for signals handling | Bartek Przybylski | 2012-01-14 | 1 | -20/+105 | |
| | | ||||||
* | | merge master into filesystem | Robin Appelman | 2012-01-08 | 1 | -36/+20 | |
|\| | ||||||
| * | don't check if the target path is writable for operations that can create a ↵ | Robin Appelman | 2012-01-03 | 1 | -4/+4 | |
| | | | | | | | | | | | | new file fixes file upload | |||||
| * | fix is_readable and is_writable | Robin Appelman | 2012-01-02 | 1 | -19/+20 | |
| | | ||||||
| * | Correct local permissions checks | Michael Gapczynski | 2012-01-01 | 1 | -2/+2 | |
| | | ||||||
| * | Replace canRead()/canWrite() with is_readable()/is_writeable() for proper ↵ | Michael Gapczynski | 2012-01-01 | 1 | -38/+23 | |
| | | | | | | | | permission checks | |||||
* | | use cache for searching files | Robin Appelman | 2011-11-10 | 1 | -9/+7 | |
| | | ||||||
* | | always load the filecache | Robin Appelman | 2011-11-10 | 1 | -0/+2 | |
| | | ||||||
* | | provide caching for file metadata | Robin Appelman | 2011-11-09 | 1 | -0/+9 | |
| | | ||||||
* | | remove OC_Filesystem::fromUploadedFile | Robin Appelman | 2011-11-08 | 1 | -24/+4 | |
| | | ||||||
* | | remove OC_Filesystem::fileatime | Robin Appelman | 2011-11-08 | 1 | -3/+0 | |
| | | ||||||
* | | remove the need to register storage providers, pass the classname during ↵ | Robin Appelman | 2011-11-08 | 1 | -40/+7 | |
|/ | | | | mounting instead | |||||
* | fix fopen | Robin Appelman | 2011-10-23 | 1 | -1/+3 | |
| | ||||||
* | make sharing work with the new mouting mechanism | Robin Appelman | 2011-10-18 | 1 | -1/+1 | |
| | ||||||
* | mount filesystems on demand | Robin Appelman | 2011-10-18 | 1 | -4/+9 | |
| |