summaryrefslogtreecommitdiffstats
path: root/apps/contacts
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix string encoding probs.Thomas Tanghus2012-06-165-17/+24
| * Update stylesheet for type=url.Thomas Tanghus2012-06-151-3/+3
| * Use type=url for URL field.Thomas Tanghus2012-06-151-1/+1
| * Cleanup code.Thomas Tanghus2012-06-141-10/+3
| * If Hr. Lerdorf had made up his mind on parameter order, life would have been ...Thomas Tanghus2012-06-141-1/+1
* | Merge branch 'master' into multi_app_dirBrice Maron2012-06-1419-47/+94
|\|
| * Contacts: Fixes for CSRF.Thomas Tanghus2012-06-141-2/+2
| * Use the right csrf token.Thomas Tanghus2012-06-141-2/+2
| * Merge commit 'refs/merge-requests/127' of git://gitorious.org/owncloud/ownclo...Michael Gapczynski2012-06-131-1/+1
| |\
| | * Make some apps compatibleLukas Reschke2012-06-112-3/+12
| | * RevertLukas Reschke2012-06-116-23/+23
| | * First try of implementing assignHTMLLukas Reschke2012-06-116-23/+23
| * | Remove check for encryption.Thomas Tanghus2012-06-131-5/+0
| * | Remove debug statements.Thomas Tanghus2012-06-132-19/+0
| * | Contacts: implemented CSRF prevention.Thomas Tanghus2012-06-1314-6/+52
| * | Contacts: Final (for now) fix to encoding probs on import.Thomas Tanghus2012-06-121-1/+2
| * | Fix js for missing address fields.Thomas Tanghus2012-06-111-6/+6
| * | Quick fix for index errors when not importing from files.Thomas Tanghus2012-06-111-1/+1
| * | Encoding conversion moved to OC_Contacts_VCard::decodeProperty in commit 95cc...Thomas Tanghus2012-06-111-2/+2
| * | Contacts: Fix encoding errors, import errors, developer headache, paint cute ...Thomas Tanghus2012-06-111-1/+1
| * | replace "=0D=0A" (\r\n) with a simple "\n" in vards during importBjoern Schiessle2012-06-111-2/+2
| * | make sure that contact data are always utf8 encoded to avoid encoding problemsBjoern Schiessle2012-06-111-2/+2
| * | Contacts: Fix NOTE also on add, not just save.Thomas Tanghus2012-06-111-2/+11
| |/
| * Copy/paste error.Thomas Tanghus2012-06-111-1/+1
| * Contacts: 11th hour fix for invalid VCARD from CardDAV.Thomas Tanghus2012-06-101-0/+4
| * Contacts: Used non-existent var.Thomas Tanghus2012-06-101-7/+7
| * Contacts: Use POST instead of GET.Thomas Tanghus2012-06-093-5/+5
| * Code cleanup.Thomas Tanghus2012-06-091-10/+21
| * Contacts: Closed stupid XSS hole. Thanks AnybodyElse ;-)Thomas Tanghus2012-06-081-1/+1
* | Merge branch 'master' into multi_app_dirBrice Maron2012-06-075-33/+47
|\|
| * Contacts: Attempt to make file upload work in ICS Chrome.Thomas Tanghus2012-06-071-1/+3
| * Break text to fit in dialog.Thomas Tanghus2012-06-071-1/+1
| * Edited combobox to adhere to coding standards and added a dblclick handler.Thomas Tanghus2012-06-071-19/+24
| * Contacts: Import upload button was obscured on Android browser.Thomas Tanghus2012-06-072-2/+2
| * A bit of pixel-pushing.Thomas Tanghus2012-06-072-10/+17
* | Change app path logic in templatesBrice Maron2012-06-061-2/+2
|/
* Contacts: Make js a tad DRYer. Added URL property.Thomas Tanghus2012-06-064-42/+34
* Correct mime type.Thomas Tanghus2012-06-061-1/+1
* Less aggressive caching on thumbnails too.Thomas Tanghus2012-06-061-5/+1
* Cleanup.Thomas Tanghus2012-06-0612-88/+2
* Also use OC_Cache here.Thomas Tanghus2012-06-061-12/+6
* Contacts: Removed temp dir cleanup after using OC_Cache.Thomas Tanghus2012-06-062-53/+1
* update translationsRobin Appelman2012-06-0635-150/+998
* Use UID for cache key.Thomas Tanghus2012-06-051-1/+1
* Contacts: Use OC_Cache for contact photo handling instead of temp dir.Thomas Tanghus2012-06-057-124/+88
* Contacts: Cache standard photo less aggressivelyThomas Tanghus2012-06-051-1/+1
* Calendar & Contacts: Store import progress in OC_CacheBart Visscher2012-06-044-18/+19
* Contacts: Make tmp file cleaup a bit safer.Thomas Tanghus2012-06-041-5/+1
* Contacts: When editing photo on a newly created contact the name in the conta...Thomas Tanghus2012-06-041-0/+1
* Contacts: Temporary files weren't deleted if crop window was closed without s...Thomas Tanghus2012-06-043-6/+59