aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | add option to dissable fileproxiesRobin Appelman2012-02-211-0/+7
* | encryption proxy wipRobin Appelman2012-02-214-14/+37
* | make documentation reflect reality a bit betterRobin Appelman2012-02-211-1/+1
* | pass paramters to file proxies by reference so they can be modifiedRobin Appelman2012-02-211-2/+2
|/
* 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
* use fetchRow instead of fetchRobin Appelman2012-02-081-4/+4
* Change gallery thumbnail generation to OC_ImageBart Visscher2012-02-082-2/+6
* add convinience function to get filesystem view for app storageRobin Appelman2012-02-081-0/+18
* bugfix in searching files by mimetypeRobin Appelman2012-02-081-7/+15
* fix filecache when creating a new folderRobin Appelman2012-02-061-2/+3
* store writable flag for filesRobin Appelman2012-02-051-6/+9