aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use SimpleTest for unit testingRobin Appelman2012-02-12138-376/+44403
* Contacts: Move response caching to OC_ResponseBart Visscher2012-02-124-25/+68
* Add description to texteditor info.xml -fix oc-234Tom Needham2012-02-121-0/+1
* Contacts: Add id to vars with id in themBart Visscher2012-02-121-7/+7
* Contacts: cleanup OC_L10N usageBart Visscher2012-02-1223-59/+29
* Contacts: Move debug logging of $_POST to after access checksBart Visscher2012-02-121-3/+4
* Contacts: Document usage of OC_Contacts_App::getAddressbookBart Visscher2012-02-125-13/+4
* Contacts: Save last-modified time in REV property if not setBart Visscher2012-02-121-0/+4
* Contacts: Fix adding N property in getContactVCardBart Visscher2012-02-121-1/+1
* Contacts: Cleanup photo and thumbnail codeBart Visscher2012-02-122-105/+69
* OC_Image: Use valid function instead of checking the resourceBart Visscher2012-02-121-7/+7
* Access check fix in contacts/ajax/activation.phpBart Visscher2012-02-121-5/+3
* Small coding style updateBart Visscher2012-02-121-14/+14
* Improve logging in OC_Contacts_AppBart Visscher2012-02-121-1/+8
* Cleanup OC_Contacts_Addressbook::find usageBart Visscher2012-02-123-33/+3
* Add copyright to OC_Connector_Sabre_PrincipalBart Visscher2012-02-121-0/+7
* Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2012-02-121-0/+7
|\
| * Redirect to installer if not installedMichael Gapczynski2012-02-111-0/+7
* | add a READMEFrank Karlitschek2012-02-121-0/+7
|/
* Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2012-02-113-71/+45
|\
| * Derive the user principles from the owncloud usersBart Visscher2012-02-113-71/+45
* | add themeing support and support for autoselection of mobile/tablet and stand...Frank Karlitschek2012-02-112-21/+138
|/
* Merge branch 'tanghus_contacts'Thomas Tanghus2012-02-107-11/+278
|\
| * Merge gitorious.org:owncloud/owncloud into tanghus_contactsThomas Tanghus2012-02-109-130/+148
| |\
| * | Added custom combobox widget.Thomas Tanghus2012-02-107-11/+278
* | | Variable wasn't reset.Thomas Tanghus2012-02-101-0/+1
| |/ |/|
* | - Added the ability to change a files mtime via webdavs propset.Klaas Freitag2012-02-105-11/+43
* | Gallery: remove unset call, not needed anymoreBart Visscher2012-02-091-1/+0
* | 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
|/
* Merge gitorious.org:owncloud/owncloud into tanghus_contactsThomas Tanghus2012-02-0943-1081/+1495
|\
| * fix filecache with MDB2Robin Appelman2012-02-081-6/+6
| * use fetchRow instead of fetchRobin Appelman2012-02-081-4/+4
| * Fix wrong var name in sharedstorage.phpBart Visscher2012-02-081-2/+2
| * Gallery: Add caching headers to album thumbnail sendingBart Visscher2012-02-081-0/+5
| * Gallery: use thumbnails of images for the album thumbnailBart Visscher2012-02-081-2/+5
| * Add caching to gallery thumbnail generationBart Visscher2012-02-082-18/+39
| * Change gallery thumbnail generation to OC_ImageBart Visscher2012-02-084-57/+18
| * OC-41: [Calendar] Date format not translatableBart Visscher2012-02-081-1/+11
| * add convinience function to get filesystem view for app storageRobin Appelman2012-02-081-0/+18
| * use oc_filecache and oc_eventsource for music scanningRobin Appelman2012-02-083-114/+38
| * bugfix in searching files by mimetypeRobin Appelman2012-02-081-7/+15
| * dont load pdfview for ieRobin Appelman2012-02-081-7/+9
| * Merge branch 'filesystem'Robin Appelman2012-02-0832-896/+1358
| |\
| | * fix filecache when creating a new folderRobin Appelman2012-02-061-2/+3
| | * store writable flag for filesRobin Appelman2012-02-052-8/+19
| | * writable not writeableRobin Appelman2012-02-0511-18/+18
| | * watch for changes outside owncloud to the filesRobin Appelman2012-02-052-47/+222
| | * fix bug in transactions with PDORobin Appelman2012-02-051-1/+1