aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* allow to set a files mtime through a PROPPATCH request on resourceKlaas Freitag2012-02-144-19/+18
* 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
* writable not writeableRobin Appelman2012-02-056-9/+9
* watch for changes outside owncloud to the filesRobin Appelman2012-02-052-47/+222
* fix bug in transactions with PDORobin Appelman2012-02-051-1/+1
* allow the usage of the filecache outside of the users home folderRobin Appelman2012-02-021-18/+50
* only show what folder we are scanning to save bandwithRobin Appelman2012-02-011-5/+6
* proper file sortingRobin Appelman2012-01-311-1/+11
* dont try to use something that isn't thereRobin Appelman2012-01-311-1/+3
* use filesystem cache for searchingRobin Appelman2012-01-314-29/+26
* provide live feedback while scanning filesRobin Appelman2012-01-311-1/+1
* dont try to use the filesystem when it isnt setup yetRobin Appelman2012-01-311-0/+2
* start of proper feedback during filessytem scanRobin Appelman2012-01-301-2/+4
* Merge branch 'master' into filesystemRobin Appelman2012-01-301-0/+7
|\
| * provide server side close option for EventStreamRobin Appelman2012-01-301-0/+7
* | merge master into filesystemRobin Appelman2012-01-309-10/+97
|\|
| * provide small wrapper around server side events and provide a fallback for IERobin Appelman2012-01-302-0/+74
| * increase version number to 3. YeeHaw party!!Frank Karlitschek2012-01-271-2/+2
| * fix appstore download.Frank Karlitschek2012-01-272-3/+3
| * change https detection a bit, hopefully fixing an edge caseRobin Appelman2012-01-271-1/+1
| * fix non-absolute symbolic linksRobin Appelman2012-01-271-1/+1
| * initialize all storage backends when searching for a file, fixed searching in...Robin Appelman2012-01-261-0/+12
| * bump version numberv3.0RC1Frank Karlitschek2012-01-211-2/+2
| * make oc_image work when php_exif isn't enabledRobin Appelman2012-01-201-3/+5
* | Merge branch 'master' into filesystemRobin Appelman2012-01-201-1/+1
|\|
| * dont complain about non existing config filesRobin Appelman2012-01-161-1/+1
* | initial work on filesystemviewRobin Appelman2012-01-203-248/+434
* | forgot to merge somethingRobin Appelman2012-01-161-23/+1
* | merge master into filesystemRobin Appelman2012-01-1610-38/+216
|\|