summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* add empty methods updatePrincipal and searchPrincipals and change method getP...Georg Ehrke2012-02-251-1/+3
* replace Sabre_DAV_Exception_FileNotFound with Sabre_DAV_Exception_NotFoundGeorg Ehrke2012-02-251-1/+1
* replace Sabre_VObject_Element_DateTime with Sabre_VObject_Property_DateTimeGeorg Ehrke2012-02-241-3/+3
* Merge branch 'master' into sabredav_1.6Georg Ehrke2012-02-241-1/+1
|\
| * remove limit from configvalue for long config valuesArthur Schiwon2012-02-241-1/+1
* | Merge branch 'master' into sabredav_1.6Georg Ehrke2012-02-234-5/+55
|\|
| * log typo fixBartek Przybylski2012-02-231-1/+1
| * check if the tempfile was created successfullyGeorg Ehrke2012-02-231-0/+3
| * make the location of the 3rdparty folder flexible.Frank Karlitschek2012-02-232-4/+51
* | make lib/vobject.php work with sabredav 1.6Georg Ehrke2012-02-231-1/+1
|/
* Move the redirect_url from linkTo function to the checkLoggedIn functionBart Visscher2012-02-212-13/+8
* restore redirect after checkLoggedInAlessandro Cosentino2012-02-211-1/+1
* ETags must be quoted.Thomas Tanghus2012-02-181-1/+1
* Temporary fix for sharing filesMichael Gapczynski2012-02-171-0/+55
* Move config.php writable test to update pathBart Visscher2012-02-172-4/+7
* Move storing "last updated at" time to the app configBart Visscher2012-02-172-5/+6
* Spelling fix hint textBart Visscher2012-02-171-1/+1
* Fixup use of OC_Helper::linkTo functionBart Visscher2012-02-172-6/+6
* Use separate function to make absolute urlsBart Visscher2012-02-172-9/+20
* Fix parameter of OC_Response::sendFileBart Visscher2012-02-171-1/+1
* Document OC_ResponseBart Visscher2012-02-171-0/+40
* Added method for loading from file handle.Thomas Tanghus2012-02-161-16/+31
* use cached size for getting the size of a moved fileRobin Appelman2012-02-151-2/+1
* Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2012-02-147-43/+77
|\
| * Merge branch 'master' of gitorious.org:owncloud/owncloudKlaas Freitag2012-02-144-24/+59
| |\
| | * make local filestorage comply with test casesRobin Appelman2012-02-141-8/+5
| | * Replace Expires and caching headers by OC_Response functionsBart Visscher2012-02-132-3/+4
| | * Send gallery album thumbnail with OC_Response::sendFileBart Visscher2012-02-132-0/+26
| | * Contacts+OC_Respone: Move enableCaching out of setEtagHeader and setLastModif...Bart Visscher2012-02-131-2/+1
| | * OC_Image: Move Content-Type header to show functionBart Visscher2012-02-131-6/+4
| | * OC_Response: Set Expire and Cache-Control headers in enableCachingBart Visscher2012-02-131-3/+17
| | * OC_Response: fix var name bugsBart Visscher2012-02-131-2/+2
| * | allow to set a files mtime through a PROPPATCH request on resourceKlaas Freitag2012-02-144-19/+18
| |/
* / make it possible to override every image and logo with a new version from wit...Frank Karlitschek2012-02-141-12/+19
|/
* Add application name to titleBart Visscher2012-02-121-1/+8
* OC_Response: add setExpiresHeader functionBart Visscher2012-02-121-0/+12
* OC_Response: add redirect functionBart Visscher2012-02-121-1/+20
* use SimpleTest for unit testingRobin Appelman2012-02-122-93/+3
* Contacts: Move response caching to OC_ResponseBart Visscher2012-02-121-0/+54
* OC_Image: Use valid function instead of checking the resourceBart Visscher2012-02-121-7/+7
* Add copyright to OC_Connector_Sabre_PrincipalBart Visscher2012-02-121-0/+7
* Redirect to installer if not installedMichael Gapczynski2012-02-111-0/+7
* Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2012-02-111-69/+43
|\
| * Derive the user principles from the owncloud usersBart Visscher2012-02-111-69/+43
* | add themeing support and support for autoselection of mobile/tablet and stand...Frank Karlitschek2012-02-111-21/+137
|/
* - Added the ability to change a files mtime via webdavs propset.Klaas Freitag2012-02-105-11/+43
* OC_Image: change static vars to object varsBart Visscher2012-02-091-115/+100
* dont try to remove buffers, can cause trouble with strict warningsRobin Appelman2012-02-091-1/+0
* don't use PDO::inTransactionRobin Appelman2012-02-091-2/+5
* fix filecache with MDB2Robin Appelman2012-02-081-6/+6