Commit Graph

1394 Commits (fb6468936e2b65d7d14f6b86ff3933f6fe0a6cc4)

Author SHA1 Message Date
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
Tom Needham e37ef6dd47 Move user import to personal settings. Fix user migration between servers. 13 years ago
Bart Visscher 6d3ae575b6 Remove $DOCUMENTROOT, not used 13 years ago
Bart Visscher e11c5a23d5 Optimize WebDav access by preloading dav custom properties 13 years ago
Bart Visscher e905b14758 Spelling fix 13 years ago
Bart Visscher 463a506fcb Fix webdav property name compare 13 years ago
Bart Visscher 27efdbd58f Use setter for FileinfoCache 13 years ago
Robin Appelman f06c08a637 cleanup oc_filecache, splitting it in several parts and using the new hasUpdated 13 years ago
Robin Appelman a9a424a519 also add hasUpdated to oc_filesystem and oc_filesystemview 13 years ago
Robin Appelman 449760f665 add hasUpdated to oc_filestorage 13 years ago
Bart Visscher 400769ab40 Optimize WebDav access using OC_FileCache 13 years ago
Bart Visscher 2b228fba34 Load app before running update script 13 years ago
Bart Visscher 0d3f5f736f Disable minizing when DEBUG is true 13 years ago
Brice Maron 6da5a2fdd4 Add possibility to choose the installation folder 13 years ago
Thomas Tanghus 8fd9cbcc54 White-space fix. 13 years ago
Thomas Tanghus a34db3fbe0 Don't add slash if it's there already. 13 years ago
Bart Visscher 12b34d2dda Whitespace fix 13 years ago
Thomas Tanghus 89464721c7 Added JSON methods for CSRF prevention. Make request token accessible from template and add js var. 13 years ago
Frank Karlitschek 9e9c40eabd fix time call 13 years ago
Bartek Przybylski db1353655b check for view before trying to invoke method on object 13 years ago
Thomas Mueller 521294d0bf fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-987 13 years ago
Michael Gapczynski 790ae70e32 Create directory for mount point if it doesn't already exist 13 years ago
Lukas Reschke 2b22c538c8 Make some apps compatible 13 years ago
Lukas Reschke 6d68b7620c Check for string 13 years ago
Thomas Tanghus 2ee809fd86 Allow same host redirects (/somepath). 13 years ago