Bart Visscher
c6b9f613bb
Cache: try to set the fast cache in the Broker
13 years ago
Bart Visscher
fe0f281b4f
Fix setting ETag header on cache miss
13 years ago
Bart Visscher
531c1c509c
Cache: Add APC and XCache to global cache handler
13 years ago
Bart Visscher
4e4a1a4274
Cache: Use getUserCache cache in OC_Cache
13 years ago
Bart Visscher
cae089df91
Cache: Create global cache in OC_Cache
13 years ago
Brice Maron
09a9f5400e
Trim url and path of appsroot to have and standart type of path fix oc-1107
13 years ago
Frank Karlitschek
a4c47c674d
write sql errors into the error log for better debugging
13 years ago
Brice Maron
564cd82599
Fix the fix about filecache and postgres
13 years ago
Brice Maron
2a6a155e23
Correct File cache error with postgresql
13 years ago
Thomas Tanghus
b182e6c86a
Trim trailing whitespace from version.
13 years ago
Florian Hülsmann
d450560b39
remove trailing slash in %appswebroot% placeholder
13 years ago
Frank Karlitschek
2c1c1ba88c
close only if exist
13 years ago
Frank Karlitschek
7c5ff900d0
work with non existing apps directory. thanks to Antonio for the hint
13 years ago
Brice Maron
d39d7fb9ff
Remove references to /apps/ and correct inclusion of settings
13 years ago
Brice Maron
33165e3915
Do not close php tag on config file
13 years ago
Brice Maron
b5e3e150eb
Correction of path looking for apps and css
13 years ago
Bart Visscher
ebfc5b2762
Add compatability function for APC cache
13 years ago
Bart Visscher
f655981baf
Fix initialization of OC_Filesystem setup from DAV
13 years ago
Bart Visscher
50667dcb82
Convert OC_L10N_String to a string in OC_JSON::encodedPrint
13 years ago
Bart Visscher
432aa58bab
Spelling fixes
13 years ago
Brice Maron
2d2366bb57
Avoid fetch ocs info if the appstore is disabled
13 years ago
Brice Maron
06e20fe4b8
Correct css inclusion with minimizer
13 years ago
Brice Maron
115c30bdb4
Enhance hint about writable app directory
13 years ago
Brice Maron
8c2803a7c1
Correct image path and apps path replacement
13 years ago
Brice Maron
72fe463f7f
Correct OC_Config writer. Use var_export (has support for array,...)
13 years ago
Brice Maron
df60d6d5d2
Fixes for multi app dir :
...
Url should be given as relative path (to webroot)
Correct link construction from js
13 years ago
Thomas Mueller
ba2d203a54
some path fixes for multi-dir app
13 years ago
Brice Maron
b5953e7a83
Provide solution for smoother migration for apps to multi-app dir
13 years ago
Brice Maron
f46623da6c
Do not search apps if oc is not yet installed
13 years ago
Brice Maron
84b9ac2678
Correct writable check for app dir
13 years ago
Brice Maron
d22f805b63
Correct inclusion paths
13 years ago
Sam Tuke
a9a913c273
Implemented deleteAll() method in OC_FilesystemView (interface) and 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()
13 years ago
Robin Appelman
56de98ed8c
fix saved file size for uploaded files
13 years ago
Robin Appelman
d0455c5819
truncate decrypted files based on filelength
13 years ago
Frank Karlitschek
e95055b2bd
check if the data directory is accessible via http. Show a big security warning if yes
13 years ago
Georg Ehrke
96d0b9834a
fix mimetype for cdr files - bugfix for oc 559
13 years ago
Michael Gapczynski
cc3835d657
Only call OC_FileCache::get('/Shared') if it exists in the file cache, prevents premature addition of the Shared folder to the file cache
...
Conflicts:
lib/fileproxy/quota.php
13 years ago
Sam Tuke
72215a818d
added new user settings interface for deleting old file versions
...
fixed OCA_VersionsexpireAll() to use native PHP readdir()
removed local storage implementation of readdir()
13 years ago
Sam Tuke
c244daac89
removed readdir to fix bug oc-1054
13 years ago
Bart Visscher
7a3d606cac
Prefer requested app before redirecting to default page
13 years ago
Bart Visscher
6404476bec
Delay setup of FS until OC_Filesystem is used
13 years ago
Bart Visscher
5c8e774cea
Small code reorder
13 years ago
Bjoern Schiessle
6644511124
remove unnecessary comment
13 years ago
Robin Appelman
13a9ef36fb
don't show other users file if the filesystem is not index already
13 years ago
Bart Visscher
f54ef5a464
Remove OC::$CONFIG_DATADIRECTORY, not used
13 years ago
Bart Visscher
d8b32c2f0e
Move check code from setupFS to checkServer
13 years ago
Sam Tuke
28a72e0e3c
Fixed deleteAll function for deleting all old versions of files (expireAll)
...
Added new readdir() method to all storage classes and handlers (only working implementation in local.php)
13 years ago
Bjoern Schiessle
f11e4d7cd6
removing sanitizeHTML() function from template.php since I moved it to util.php
...
to make it more generic.
13 years ago
Bart Visscher
4b6f6291c5
Remember result of OC_User::isLoggedIn, can be very expensive to check
13 years ago
Bjoern Schiessle
089ae980c4
use new sanitize HTML function
13 years ago