summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix setting ETag header on cache missBart Visscher2012-06-251-1/+4
|
* Cache: Add APC and XCache to global cache handlerBart Visscher2012-06-253-2/+30
|
* Cache: Use getUserCache cache in OC_CacheBart Visscher2012-06-251-37/+24
|
* Cache: Create global cache in OC_CacheBart Visscher2012-06-252-1/+15
|
* Trim url and path of appsroot to have and standart type of path fix oc-1107Brice Maron2012-06-251-5/+7
|
* write sql errors into the error log for better debuggingFrank Karlitschek2012-06-251-0/+2
|
* Fix the fix about filecache and postgresBrice Maron2012-06-241-2/+1
|
* Correct File cache error with postgresqlBrice Maron2012-06-241-0/+3
|
* Trim trailing whitespace from version.Thomas Tanghus2012-06-241-1/+1
|
* remove trailing slash in %appswebroot% placeholderFlorian Hülsmann2012-06-231-1/+1
|
* close only if existFrank Karlitschek2012-06-231-1/+1
|
* work with non existing apps directory. thanks to Antonio for the hintFrank Karlitschek2012-06-231-10/+11
|
* Remove references to /apps/ and correct inclusion of settingsBrice Maron2012-06-221-3/+3
|
* Do not close php tag on config fileBrice Maron2012-06-221-1/+1
|
* Correction of path looking for apps and cssBrice Maron2012-06-222-5/+5
|
* Add compatability function for APC cacheBart Visscher2012-06-221-0/+8
|
* Fix initialization of OC_Filesystem setup from DAVBart Visscher2012-06-221-1/+1
|
* Convert OC_L10N_String to a string in OC_JSON::encodedPrintBart Visscher2012-06-221-0/+10
|
* Spelling fixesBart Visscher2012-06-221-3/+4
|
* Avoid fetch ocs info if the appstore is disabledBrice Maron2012-06-221-22/+31
|
* Correct css inclusion with minimizerBrice Maron2012-06-221-2/+1
|
* Enhance hint about writable app directoryBrice Maron2012-06-221-1/+2
|
* Correct image path and apps path replacementBrice Maron2012-06-221-1/+2
|
* Correct OC_Config writer. Use var_export (has support for array,...)Brice Maron2012-06-221-14/+3
|
* Fixes for multi app dir :Brice Maron2012-06-221-2/+2
| | | | | Url should be given as relative path (to webroot) Correct link construction from js
* some path fixes for multi-dir appThomas Mueller2012-06-222-3/+3
|
* Provide solution for smoother migration for apps to multi-app dirBrice Maron2012-06-211-1/+5
|
* Do not search apps if oc is not yet installedBrice Maron2012-06-211-0/+2
|
* Merge branch 'master' into multi_app_dirBrice Maron2012-06-213-2/+90
|\
| * Implemented deleteAll() method in OC_FilesystemView (interface) and ↵Sam Tuke2012-06-213-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 dirBrice Maron2012-06-211-3/+5
| |
* | Correct inclusion pathsBrice Maron2012-06-211-17/+42
| |
* | Merge branch 'master' into multi_app_dirBrice Maron2012-06-2130-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 filesRobin Appelman2012-06-211-4/+4
| |
| * truncate decrypted files based on filelengthRobin Appelman2012-06-211-5/+5
| |
| * check if the data directory is accessible via http. Show a big security ↵Frank Karlitschek2012-06-211-7/+46
| | | | | | | | warning if yes
| * fix mimetype for cdr files - bugfix for oc 559Georg Ehrke2012-06-211-1/+2
| |
| * Only call OC_FileCache::get('/Shared') if it exists in the file cache, ↵Michael Gapczynski2012-06-201-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 versionsSam Tuke2012-06-201-3/+0
| | | | | | | | | | fixed OCA_VersionsexpireAll() to use native PHP readdir() removed local storage implementation of readdir()
| * Merge branch 'master' of gitorious.org:owncloud/owncloudSam Tuke2012-06-204-17/+19
| |\
| | * Merge branch 'audit'Bart Visscher2012-06-201-1/+1
| | |\
| | | * Start of audit appBart Visscher2012-05-071-1/+1
| | | | | | | | | | | | | | | | Audit the filesystem action
| | * | Prefer requested app before redirecting to default pageBart Visscher2012-06-201-1/+5
| | | |
| | * | Delay setup of FS until OC_Filesystem is usedBart Visscher2012-06-203-9/+6
| | | |
| | * | Small code reorderBart Visscher2012-06-201-5/+6
| | | |
| | * | remove unnecessary commentBjoern Schiessle2012-06-201-1/+1
| | | |
| * | | removed readdir to fix bug oc-1054Sam Tuke2012-06-201-1/+0
| |/ /
| * | don't show other users file if the filesystem is not index alreadyRobin Appelman2012-06-201-0/+3
| | |
| * | Remove OC::$CONFIG_DATADIRECTORY, not usedBart Visscher2012-06-193-33/+18
| | |
| * | Move check code from setupFS to checkServerBart Visscher2012-06-191-34/+20
| | |