Commit Graph

1421 Commits (5508a95065cc6bf772621d5222bc23115e7c4df2)

Author SHA1 Message Date
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 : 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) 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 13 years ago
Sam Tuke 72215a818d added new user settings interface for deleting old file versions 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) 13 years ago
Bjoern Schiessle f11e4d7cd6 removing sanitizeHTML() function from template.php since I moved it to util.php 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
Bjoern Schiessle d2936bd90c introducing a sanitize HTML function for the internal and the public API. This 13 years ago
Bjoern Schiessle 0469f529fa quota calculation fixed 13 years ago
Thomas Mueller c1df0539a0 fixes oc-668 13 years ago
Bart Visscher d4044d0283 Delay loading of translations until they are used 13 years ago
Brice Maron cfb3b633f5 Force sanitize function to use UTF8 (for php lower than 5.4) 13 years ago
Bjoern Schiessle d496a5e19f ignore "Shared"-directory when calculating free space 13 years ago
Bart Visscher 2f00384b51 Use TemplateLayout functions for finding js and css files in minimizer 13 years ago
Bart Visscher 3000e8f9d5 Prepare template js and css functions for use in the js and css minimizers 13 years ago
Bart Visscher 180243d92a Move page layout handling to its own class 13 years ago
Bart Visscher 332603a263 Move formfactor code to OC_Template 13 years ago
Bart Visscher 977cd0df6b Fix errors for minimizer 13 years ago
Bart Visscher a5a1a9fd4a Forgot a file 13 years ago
Bart Visscher 617de811f7 Cache the minimized output also on the server 13 years ago
Robin Appelman 549541215e get the correct metadate from updated folders to put in the cache 13 years ago
Michael Gapczynski e8dd86ce0d Revert "Set default charset to utf-8." 13 years ago
Robin Appelman b38e46276f when checking if the content of a folder has been updated, exlicitly state that we are checking a folder 13 years ago
Bart Visscher 6f93176a4b Be smarter when checking single app language availability 13 years ago
Bart Visscher 6e9cd63fa1 Only check for apps owncloud version requirment when there is a new owncloud version 13 years ago
Thomas Tanghus 709dbd82a6 Set default charset to utf-8. 13 years ago