aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* handle encrypted images files in oc_imageBartek Przybylski2012-06-091-4/+7
* removing app access check, fix title for links in tilesBartek Przybylski2012-06-091-1/+5
* add two csrf check calls. Review and lot´s of porting needed.Frank Karlitschek2012-06-092-0/+76
* fix infinite redirect during setup for windows hostsRobin Appelman2012-06-091-1/+1
* fix loading of OC::$REQUESTEDAPP if WTFE the app parameter is given but empty...Georg Ehrke2012-06-081-1/+1
* Don't use substr to get first char of stringBart Visscher2012-06-087-12/+12
* Smarter code for OC_FileProxyBart Visscher2012-06-081-14/+4
* Add cache for getStorage and getInternalPath functions.Bart Visscher2012-06-081-2/+10
* Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_FileBart Visscher2012-06-082-5/+17
* Comment layout and spelling fixesBart Visscher2012-06-083-9/+14
* generate a random salt during installation and store it in the config.php. us...Frank Karlitschek2012-06-082-3/+7
* Use the default parameter of OC_Config::getValue to set defaultsBart Visscher2012-06-071-12/+2
* Better handling of core.css and core.jsBart Visscher2012-06-072-7/+5
* Make it easier to subclass OC_L10N.Thomas Tanghus2012-06-071-0/+4
* Add layer to select fast or slow cache for storing valuesBart Visscher2012-06-062-0/+65
* git statusBartek Przybylski2012-06-061-2/+30
* avoid too-early database access and thus make owncloud installable againArthur Schiwon2012-06-061-12/+14
* fix wrong documentationFrank Karlitschek2012-06-061-12/+1
* Supress any warnings if log file does not existMichael Gapczynski2012-06-051-1/+1
* Add OC_Cache implementation for APCBart Visscher2012-06-051-0/+46
* OC_Cache_File ttl=0 indicates forever, but expire in a day to keep the cache ...Bart Visscher2012-06-051-1/+4
* Spelling fixes in XCache filesBart Visscher2012-06-051-3/+2
* add hasKey for XCache backendRobin Appelman2012-06-051-0/+4
* Added hasKey() method to OC_Cache.Thomas Tanghus2012-06-052-7/+22
* Added data() method to OC_Image to return raw image data.Thomas Tanghus2012-06-051-4/+11
* add XCache backend and testcases for OC_CacheRobin Appelman2012-06-051-0/+37
* add OC_Cache::clearRobin Appelman2012-06-052-4/+26
* return null when a cache variable is not setRobin Appelman2012-06-051-3/+3
* add unique instance idRobin Appelman2012-06-051-0/+13
* Fix remap dir for CSS minimizerBart Visscher2012-06-051-1/+1
* Make check for writable apps dir configurableBart Visscher2012-06-051-1/+1
* Move setting remote_core.* to after setup of OC, also check if it is not set yetBart Visscher2012-06-051-4/+6
* Merge branch 'master' of gitorious.org:owncloud/owncloudBjoern Schiessle2012-06-054-23/+25
|\
| * fix login for hosts running on port 80Frank Karlitschek2012-06-051-2/+2
| * make groups not static, fixes oc-919Arthur Schiwon2012-06-052-17/+17
| * more reliable host detection for reverse proxy serversFrank Karlitschek2012-06-052-6/+8
* | write a warning to the log file if .htaccess is not writable instead of faili...Bjoern Schiessle2012-06-051-4/+6
|/
* Merge branch 'unstable'Bart Visscher2012-06-0415-109/+298
|\
| * Merge branch 'unstable' of gitorious.org:owncloud/owncloud into unstableSam Tuke2012-05-168-13/+198
| |\
| | * Fix empty jsfiles and cssfiles in layout templateBart Visscher2012-05-161-0/+2
| | * Combine and minimize core and default app js filesBart Visscher2012-05-164-0/+66
| | * Combine and minimize core and default app css filesBart Visscher2012-05-166-9/+126
| | * Template: Fix var nameBart Visscher2012-05-161-1/+1
| | * Template: Make getFormFactorExtension function publicBart Visscher2012-05-161-3/+3
| * | made initial testing version of expireAll for version control \ngave some old...Sam Tuke2012-05-161-1/+3
| |/
| * Remove DOCUMENTROOT static var, and make SUBURI var privateBart Visscher2012-05-111-7/+3
| * Remove unused OC static variable CONFIG_DATADIRECTORY_ROOTBart Visscher2012-05-101-4/+0
| * Whitespace fixesBart Visscher2012-05-102-4/+3
| * Implement default functions in OC_Group backendBart Visscher2012-05-103-26/+53
| * Implement default functions in OC_User backendBart Visscher2012-05-103-51/+39