Commit Graph

1394 Commits (fb6468936e2b65d7d14f6b86ff3933f6fe0a6cc4)

Author SHA1 Message Date
Lukas Reschke 18e44ba2f3 Some updates... 13 years ago
Lukas Reschke b63795ccb8 Handling arrays 13 years ago
Lukas Reschke c009bc4b87 Revert 13 years ago
Lukas Reschke 6817a6b102 First try of implementing assignHTML 13 years ago
Frank Karlitschek cd16c5e479 implement a simple request token session garbage collector 13 years ago
Thomas Tanghus 1cb1980d62 Categories: Turned the debugging down a bit. 13 years ago
Michael Gapczynski 3c57fb935b Mount personal mount points into filesystem 13 years ago
Bartek Przybylski c11f6cc3f9 fix variable name and undefined index notice 13 years ago
Frank Karlitschek 3947aa3ef7 apps paging is not yet implemented. increase pagesize to 100 as a quickfix 13 years ago
Frank Karlitschek 897bfa8814 finally fix the updater. next is an automatic updater. but this is a bit more tricky. 13 years ago
Robin Appelman 601bac746d use absolute path for file proxies 13 years ago
Thomas Tanghus b16136642b Bump version to trigger db update. 13 years ago
Bartek Przybylski 43501309e3 add function in filesystem to strip webroot 13 years ago
Bartek Przybylski 120997112c handle encrypted images files in oc_image 13 years ago
Bartek Przybylski 001293a702 removing app access check, fix title for links in tiles 13 years ago
Frank Karlitschek 344299a074 add two csrf check calls. Review and lot´s of porting needed. 13 years ago
Robin Appelman 76de92477f fix infinite redirect during setup for windows hosts 13 years ago
Georg Ehrke bdd12df4a2 fix loading of OC::$REQUESTEDAPP if WTFE the app parameter is given but empty aka /?app 13 years ago
Bart Visscher ac36512102 Don't use substr to get first char of string 13 years ago
Bart Visscher b9a1524508 Smarter code for OC_FileProxy 13 years ago
Bart Visscher 6af980c20c Add cache for getStorage and getInternalPath functions. 13 years ago
Bart Visscher d9d6876be9 Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_File 13 years ago
Bart Visscher 7c5c257bf6 Comment layout and spelling fixes 13 years ago
Frank Karlitschek 6119f05ac0 generate a random salt during installation and store it in the config.php. use it to salt the password hashing. 13 years ago
Bart Visscher 0575d149b4 Use the default parameter of OC_Config::getValue to set defaults 13 years ago
Brice Maron 9ec68c819b Change parameter 'web' to 'url' and take array of array in config instead of : separated values 13 years ago
Bart Visscher 4260dce826 Better handling of core.css and core.js 13 years ago
Brice Maron 9f1c46b6f6 Correct Minizer inclusions 13 years ago
Brice Maron 0f7fdd4148 ReAdd possibility to load existing app folders 13 years ago
Thomas Tanghus c696f449a2 Make it easier to subclass OC_L10N. 13 years ago
Brice Maron e8447e0bda Rework to fit with minizer 13 years ago
Bart Visscher 8dba47d466 Add layer to select fast or slow cache for storing values 13 years ago
Brice Maron 5c2b2fc842 Change app path logic in templates 13 years ago
Brice Maron 6a812644e4 Correct remote and public, and last occurence of OC:: 13 years ago
Brice Maron 6a250d0d20 Correct css file inclusion 13 years ago
Brice Maron cc494259d3 Unit path and webpath, correct some more 13 years ago
Brice Maron 6832aec60f Correct installer 13 years ago
Brice Maron b6c5ca126b First almost working version 13 years ago
Bartek Przybylski 6d211155ab git status 13 years ago
Arthur Schiwon 6ca2b49292 avoid too-early database access and thus make owncloud installable again 13 years ago
Frank Karlitschek 2ddb72bb58 fix wrong documentation 13 years ago
Michael Gapczynski 3ce6344d40 Supress any warnings if log file does not exist 13 years ago
Bart Visscher fc56a668ce Add OC_Cache implementation for APC 13 years ago
Bart Visscher ab788eaa23 OC_Cache_File ttl=0 indicates forever, but expire in a day to keep the cache clean 13 years ago
Bart Visscher 9984c2a593 Spelling fixes in XCache files 13 years ago
Robin Appelman f6298cb74f add hasKey for XCache backend 13 years ago
Thomas Tanghus 098beae751 Added hasKey() method to OC_Cache. 13 years ago
Thomas Tanghus 9dbb07b806 Added data() method to OC_Image to return raw image data. 13 years ago
Robin Appelman 301a14dcd6 add XCache backend and testcases for OC_Cache 13 years ago
Robin Appelman e11bf460e0 add OC_Cache::clear 13 years ago