aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Whitespace fixBart Visscher2012-06-131-1/+1
* Merge commit 'refs/merge-requests/127' of git://gitorious.org/owncloud/ownclo...Michael Gapczynski2012-06-131-15/+34
|\
| * Make some apps compatibleLukas Reschke2012-06-112-10/+27
| * Check for stringLukas Reschke2012-06-111-14/+2
| * Some updates...Lukas Reschke2012-06-111-14/+28
| * Handling arraysLukas Reschke2012-06-111-1/+16
| * RevertLukas Reschke2012-06-112-51/+18
| * First try of implementing assignHTMLLukas Reschke2012-06-111-14/+33
* | Added JSON methods for CSRF prevention. Make request token accessible from te...Thomas Tanghus2012-06-134-22/+44
* | fix time callFrank Karlitschek2012-06-131-1/+1
* | check for view before trying to invoke method on objectBartek Przybylski2012-06-131-1/+1
* | fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-987Thomas Mueller2012-06-121-1/+5
* | Create directory for mount point if it doesn't already existMichael Gapczynski2012-06-121-0/+3
* | Allow same host redirects (/somepath).Thomas Tanghus2012-06-111-1/+2
|/
* implement a simple request token session garbage collectorFrank Karlitschek2012-06-111-0/+18
* Categories: Turned the debugging down a bit.Thomas Tanghus2012-06-111-4/+4
* Mount personal mount points into filesystemMichael Gapczynski2012-06-101-0/+9
* fix variable name and undefined index noticeBartek Przybylski2012-06-101-1/+1
* apps paging is not yet implemented. increase pagesize to 100 as a quickfixFrank Karlitschek2012-06-091-2/+2
* finally fix the updater. next is an automatic updater. but this is a bit more...Frank Karlitschek2012-06-091-6/+11
* use absolute path for file proxiesRobin Appelman2012-06-091-4/+40
* Bump version to trigger db update.Thomas Tanghus2012-06-091-1/+1
* add function in filesystem to strip webrootBartek Przybylski2012-06-092-6/+15
* 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