aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of gitorious.org:owncloud/owncloudTom Needham2012-06-151-5/+1
|\
| * Remove $DOCUMENTROOT, not usedBart Visscher2012-06-161-5/+1
* | Move user import to personal settings. Fix user migration between servers.Tom Needham2012-06-151-26/+14
|/
* Optimize WebDav access by preloading dav custom propertiesBart Visscher2012-06-152-11/+41
* Spelling fixBart Visscher2012-06-151-1/+1
* Fix webdav property name compareBart Visscher2012-06-151-1/+1
* Use setter for FileinfoCacheBart Visscher2012-06-152-11/+11
* cleanup oc_filecache, splitting it in several parts and using the new hasUpdatedRobin Appelman2012-06-155-371/+342
* also add hasUpdated to oc_filesystem and oc_filesystemviewRobin Appelman2012-06-152-0/+18
* add hasUpdated to oc_filestorageRobin Appelman2012-06-153-0/+27
* Optimize WebDav access using OC_FileCacheBart Visscher2012-06-153-23/+31
* Load app before running update scriptBart Visscher2012-06-151-0/+1
* Disable minizing when DEBUG is trueBart Visscher2012-06-152-2/+6
* White-space fix.Thomas Tanghus2012-06-142-49/+45
* Don't add slash if it's there already.Thomas Tanghus2012-06-141-1/+1
* 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