Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix setting ETag header on cache miss | Bart Visscher | 2012-06-25 | 1 | -1/+4 |
| | |||||
* | Cache: Add APC and XCache to global cache handler | Bart Visscher | 2012-06-25 | 3 | -2/+30 |
| | |||||
* | Cache: Use getUserCache cache in OC_Cache | Bart Visscher | 2012-06-25 | 1 | -37/+24 |
| | |||||
* | Cache: Create global cache in OC_Cache | Bart Visscher | 2012-06-25 | 2 | -1/+15 |
| | |||||
* | Trim url and path of appsroot to have and standart type of path fix oc-1107 | Brice Maron | 2012-06-25 | 1 | -5/+7 |
| | |||||
* | write sql errors into the error log for better debugging | Frank Karlitschek | 2012-06-25 | 1 | -0/+2 |
| | |||||
* | Fix the fix about filecache and postgres | Brice Maron | 2012-06-24 | 1 | -2/+1 |
| | |||||
* | Correct File cache error with postgresql | Brice Maron | 2012-06-24 | 1 | -0/+3 |
| | |||||
* | Trim trailing whitespace from version. | Thomas Tanghus | 2012-06-24 | 1 | -1/+1 |
| | |||||
* | remove trailing slash in %appswebroot% placeholder | Florian Hülsmann | 2012-06-23 | 1 | -1/+1 |
| | |||||
* | close only if exist | Frank Karlitschek | 2012-06-23 | 1 | -1/+1 |
| | |||||
* | work with non existing apps directory. thanks to Antonio for the hint | Frank Karlitschek | 2012-06-23 | 1 | -10/+11 |
| | |||||
* | Remove references to /apps/ and correct inclusion of settings | Brice Maron | 2012-06-22 | 1 | -3/+3 |
| | |||||
* | Do not close php tag on config file | Brice Maron | 2012-06-22 | 1 | -1/+1 |
| | |||||
* | Correction of path looking for apps and css | Brice Maron | 2012-06-22 | 2 | -5/+5 |
| | |||||
* | Add compatability function for APC cache | Bart Visscher | 2012-06-22 | 1 | -0/+8 |
| | |||||
* | Fix initialization of OC_Filesystem setup from DAV | Bart Visscher | 2012-06-22 | 1 | -1/+1 |
| | |||||
* | Convert OC_L10N_String to a string in OC_JSON::encodedPrint | Bart Visscher | 2012-06-22 | 1 | -0/+10 |
| | |||||
* | Spelling fixes | Bart Visscher | 2012-06-22 | 1 | -3/+4 |
| | |||||
* | Avoid fetch ocs info if the appstore is disabled | Brice Maron | 2012-06-22 | 1 | -22/+31 |
| | |||||
* | Correct css inclusion with minimizer | Brice Maron | 2012-06-22 | 1 | -2/+1 |
| | |||||
* | Enhance hint about writable app directory | Brice Maron | 2012-06-22 | 1 | -1/+2 |
| | |||||
* | Correct image path and apps path replacement | Brice Maron | 2012-06-22 | 1 | -1/+2 |
| | |||||
* | Correct OC_Config writer. Use var_export (has support for array,...) | Brice Maron | 2012-06-22 | 1 | -14/+3 |
| | |||||
* | Fixes for multi app dir : | Brice Maron | 2012-06-22 | 1 | -2/+2 |
| | | | | | Url should be given as relative path (to webroot) Correct link construction from js | ||||
* | some path fixes for multi-dir app | Thomas Mueller | 2012-06-22 | 2 | -3/+3 |
| | |||||
* | Provide solution for smoother migration for apps to multi-app dir | Brice Maron | 2012-06-21 | 1 | -1/+5 |
| | |||||
* | Do not search apps if oc is not yet installed | Brice Maron | 2012-06-21 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-21 | 3 | -2/+90 |
|\ | |||||
| * | Implemented deleteAll() method in OC_FilesystemView (interface) and ↵ | Sam Tuke | 2012-06-21 | 3 | -2/+90 |
| | | | | | | | | | | | | | | | | | | OC_Filestorage_Common (logic) Made OC_Filestorage_Local and OC_Filestorage_Shared extend OC_Filestorage_Common Set searchInDir() to protected instead of private in OC_Filestorage_Local and OC_Filestorage_Shared Added class documentation to OC_Filestorage_Common Cleaned up OCA_Versions::expireAll() | ||||
* | | Correct writable check for app dir | Brice Maron | 2012-06-21 | 1 | -3/+5 |
| | | |||||
* | | Correct inclusion paths | Brice Maron | 2012-06-21 | 1 | -17/+42 |
| | | |||||
* | | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-21 | 30 | -864/+1061 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: lib/app.php lib/base.php lib/minimizer/css.php lib/minimizer/js.php lib/template.php lib/util.php | ||||
| * | fix saved file size for uploaded files | Robin Appelman | 2012-06-21 | 1 | -4/+4 |
| | | |||||
| * | truncate decrypted files based on filelength | Robin Appelman | 2012-06-21 | 1 | -5/+5 |
| | | |||||
| * | check if the data directory is accessible via http. Show a big security ↵ | Frank Karlitschek | 2012-06-21 | 1 | -7/+46 |
| | | | | | | | | warning if yes | ||||
| * | fix mimetype for cdr files - bugfix for oc 559 | Georg Ehrke | 2012-06-21 | 1 | -1/+2 |
| | | |||||
| * | Only call OC_FileCache::get('/Shared') if it exists in the file cache, ↵ | Michael Gapczynski | 2012-06-20 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | prevents premature addition of the Shared folder to the file cache Conflicts: lib/fileproxy/quota.php | ||||
| * | added new user settings interface for deleting old file versions | Sam Tuke | 2012-06-20 | 1 | -3/+0 |
| | | | | | | | | | | fixed OCA_VersionsexpireAll() to use native PHP readdir() removed local storage implementation of readdir() | ||||
| * | Merge branch 'master' of gitorious.org:owncloud/owncloud | Sam Tuke | 2012-06-20 | 4 | -17/+19 |
| |\ | |||||
| | * | 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 | ||||
| | * | | Prefer requested app before redirecting to default page | Bart Visscher | 2012-06-20 | 1 | -1/+5 |
| | | | | |||||
| | * | | Delay setup of FS until OC_Filesystem is used | Bart Visscher | 2012-06-20 | 3 | -9/+6 |
| | | | | |||||
| | * | | Small code reorder | Bart Visscher | 2012-06-20 | 1 | -5/+6 |
| | | | | |||||
| | * | | remove unnecessary comment | Bjoern Schiessle | 2012-06-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | removed readdir to fix bug oc-1054 | Sam Tuke | 2012-06-20 | 1 | -1/+0 |
| |/ / | |||||
| * | | don't show other users file if the filesystem is not index already | Robin Appelman | 2012-06-20 | 1 | -0/+3 |
| | | | |||||
| * | | Remove OC::$CONFIG_DATADIRECTORY, not used | Bart Visscher | 2012-06-19 | 3 | -33/+18 |
| | | | |||||
| * | | Move check code from setupFS to checkServer | Bart Visscher | 2012-06-19 | 1 | -34/+20 |
| | | |