summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Update breadcrumb css on closeTom Needham2012-02-141-0/+1
* Fix editing shared files and file opening bug. Fixes oc-209 and oc-195Tom Needham2012-02-141-14/+14
* Added some fixes for what to show when address books are (de)selected, all co...Thomas Tanghus2012-02-143-4/+48
* Added some check for when addinf deleting contacts.Thomas Tanghus2012-02-143-54/+137
* Added some error checking as mentioned in http://bugs.owncloud.org/thebuggeni...Thomas Tanghus2012-02-141-5/+13
* Modify check for missing UID.Thomas Tanghus2012-02-141-3/+9
* Use proper index file.Thomas Tanghus2012-02-144-134/+32
* Don't try to load a profile picture for contacts the doesn't have any.Thomas Tanghus2012-02-141-15/+16
* Removed superfluous debug.Thomas Tanghus2012-02-141-1/+0
* Added OC_Contacts_VCard::moveToAddressBookThomas Tanghus2012-02-141-0/+40
* Added function for later testing.Thomas Tanghus2012-02-141-0/+15
* External: Use OC_Util::checkLoggedInBart Visscher2012-02-141-6/+1
* Gallery: remove unused cover.phpBart Visscher2012-02-141-81/+0
* Replace Expires and caching headers by OC_Response functionsBart Visscher2012-02-133-16/+5
* Send gallery album thumbnail with OC_Response::sendFileBart Visscher2012-02-131-3/+3
* Contacts+OC_Respone: Move enableCaching out of setEtagHeader and setLastModif...Bart Visscher2012-02-132-0/+2
* Gallery: Only get local file when generating photo thumbnailBart Visscher2012-02-131-5/+4
* Gallery: Use OC_Respone::enableCaching for (album)thumbnailsBart Visscher2012-02-132-10/+2
* Gallery: Move login check to beginning of galleryOp.phpBart Visscher2012-02-131-7/+1
* Gallery: Remove autoloaded includes from galleryOp.phpBart Visscher2012-02-131-2/+1
* fix oc-bug 239 - & => &Georg Ehrke2012-02-121-1/+1
* Contacts: Optimize thumbnail cache handling a bitBart Visscher2012-02-121-2/+3
* OC_Response: add setExpiresHeader functionBart Visscher2012-02-121-3/+1
* OC_Response: add redirect functionBart Visscher2012-02-121-4/+2
* Contacts: Add missing parameterBart Visscher2012-02-121-1/+1
* Contacts: Move response caching to OC_ResponseBart Visscher2012-02-123-25/+14
* 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
* 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
* Derive the user principles from the owncloud usersBart Visscher2012-02-112-2/+2
* Merge branch 'tanghus_contacts'Thomas Tanghus2012-02-105-11/+186
|\
| * Merge gitorious.org:owncloud/owncloud into tanghus_contactsThomas Tanghus2012-02-101-1/+0
| |\
| * | Added custom combobox widget.Thomas Tanghus2012-02-105-11/+186
* | | Variable wasn't reset.Thomas Tanghus2012-02-101-0/+1
| |/ |/|
* | Gallery: remove unset call, not needed anymoreBart Visscher2012-02-091-1/+0
|/
* Merge gitorious.org:owncloud/owncloud into tanghus_contactsThomas Tanghus2012-02-0915-261/+127
|\
| * 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-082-55/+12