summaryrefslogtreecommitdiffstats
path: root/apps/contacts
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* Remove OC_App::register functionBart Visscher2012-05-311-5/+0
* donĀ“t hardcode /tmpFrank Karlitschek2012-05-305-6/+6
* Contacts: Rewrote import script.Thomas Tanghus2012-05-291-57/+26
* Forgot a break.Thomas Tanghus2012-05-291-6/+1
* Contacts: NOTE wasn't saved properly.Thomas Tanghus2012-05-291-0/+2
* Contacts: Improve loading and cleanup of dialogs.Thomas Tanghus2012-05-295-29/+44
* Contacts: Fix XSS.Thomas Tanghus2012-05-281-2/+2
* Contacts: Double check XSS, and fix a rookie error ;-)Thomas Tanghus2012-05-282-2/+2
* Contacts: XSS fix. Still some more to check.Thomas Tanghus2012-05-211-0/+3
* some fixes for contacts, gallery and openidGeorg Ehrke2012-05-191-3/+0
* getStorage belongs to files not to apps.Frank Karlitschek2012-05-192-2/+2
* Contacts: Added MS opacity mumbo-jumbo that I can't test myself to file form ...Thomas Tanghus2012-05-181-1/+1
* mark the apps as part of the shipped package and increase the requirement to ...Frank Karlitschek2012-05-181-1/+2
* Contacts: wrong name was set on initial load.Thomas Tanghus2012-05-171-2/+2
* Contacts: Disable in-app import if encryption is enabled, and make an attempt...Thomas Tanghus2012-05-173-16/+24
* update translationsRobin Appelman2012-05-1710-13/+725
* Contacts: removed check for empty FN field because Chrome/Chromium barfed.Thomas Tanghus2012-05-161-2/+2
* add caldav and carddav files in their old place for backward compatibility - ...Georg Ehrke2012-05-162-0/+10
* Contacts: Corrected i18n call.Thomas Tanghus2012-05-151-1/+1