summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* add stream wrapper for in-memory files and dont use global variables for the ...Robin Appelman2012-02-213-46/+224
* implement file_put_contents with stream data using fopenRobin Appelman2012-02-211-1/+15
* non existing files can never be updatedRobin Appelman2012-02-211-0/+3
* move implementation of from/toTmpFile from the file storage to the filesystemRobin Appelman2012-02-213-43/+15
* provide early file system when using webdavRobin Appelman2012-02-212-1/+6
* only trigger hooks for the default filesystem viewRobin Appelman2012-02-212-10/+15
* always mount the root filesystem, sometimes we need the filesystem when not l...Robin Appelman2012-02-211-2/+2
* initial integration of encryptionRobin Appelman2012-02-212-190/+1
* improve get_temp_dir() implementationRobin Appelman2012-02-211-0/+2
* no post hooks for fopenRobin Appelman2012-02-211-3/+5
* use streams instead of temporary files for cross-storage copy and renameRobin Appelman2012-02-211-6/+15
* 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
|/