aboutsummaryrefslogtreecommitdiffstats
path: root/apps/contacts/ajax
Commit message (Expand)AuthorAgeFilesLines
...
* Fix string encoding probs.Thomas Tanghus2012-06-162-2/+13
* Remove debug statements.Thomas Tanghus2012-06-132-19/+0
* Contacts: implemented CSRF prevention.Thomas Tanghus2012-06-1311-4/+46
* Contacts: Fix NOTE also on add, not just save.Thomas Tanghus2012-06-111-2/+11
* Contacts: Use POST instead of GET.Thomas Tanghus2012-06-092-3/+3
* Code cleanup.Thomas Tanghus2012-06-091-10/+21
* Contacts: Closed stupid XSS hole. Thanks AnybodyElse ;-)Thomas Tanghus2012-06-081-1/+1
* Contacts: Make js a tad DRYer. Added URL property.Thomas Tanghus2012-06-062-10/+5
* 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-061-37/+0
* 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-054-110/+70
* Contacts: Make tmp file cleaup a bit safer.Thomas Tanghus2012-06-041-5/+1
* Contacts: Temporary files weren't deleted if crop window was closed without s...Thomas Tanghus2012-06-042-5/+41
* donĀ“t hardcode /tmpFrank Karlitschek2012-05-305-6/+6
* 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-293-6/+7
* some fixes for contacts, gallery and openidGeorg Ehrke2012-05-191-3/+0
* getStorage belongs to files not to apps.Frank Karlitschek2012-05-191-1/+1
* removing executable bit - againThomas Mueller2012-05-1531-0/+0
* Contacts: Also strip parameters.Thomas Tanghus2012-05-111-1/+1
* Contacts: Fix some regressions from last commit.Thomas Tanghus2012-05-101-2/+2
* Some UI and code restructering according to usability tests: https://mail.kde...Thomas Tanghus2012-05-101-1/+2
* ported the oc_template classFrank Karlitschek2012-05-0615-15/+15
* Contacts: Fixed paths in import.Thomas Tanghus2012-05-032-3/+0
* ported oc_jsonFrank Karlitschek2012-05-0331-124/+124
* Contacts: Don't resize profile picture if it's not too big.Thomas Tanghus2012-05-031-1/+1
* port checkAppEnabledFrank Karlitschek2012-05-022-2/+2
* Contacts: Removed styling and (most) js from template. Started making app mor...Thomas Tanghus2012-05-021-2/+4
* ported the oc_app callsFrank Karlitschek2012-05-021-1/+1
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-022-6/+6
* ported getUserFrank Karlitschek2012-05-015-5/+5
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-0121-48/+48
* Various file path fixes.Thomas Tanghus2012-04-302-5/+5
* Contacts: Ensure TYPE parameters on email aren't deleted on edit. They are st...Thomas Tanghus2012-04-294-96/+2
* Contacts: removed unused method and ajax file.Thomas Tanghus2012-04-291-34/+0
* fix merge conflictsGeorg Ehrke2012-04-261-2/+37
|\
| * Contacts: Added import with with file picker.Thomas Tanghus2012-04-261-2/+37
* | fix merge conflictsGeorg Ehrke2012-04-242-0/+74
|\|
| * Contacts: In app import (for Chrome and Firefox only)Thomas Tanghus2012-04-241-9/+2
| * Contacts: In app import. Cleanup still needed.Thomas Tanghus2012-04-242-0/+81
* | Merge branch 'master' into movable_appsGeorg Ehrke2012-04-235-13/+149
|\|
| * Contacts:Thomas Tanghus2012-04-224-13/+147
| * Contacts: Clear cache for contact photo and thumbnail when it has been changed.Thomas Tanghus2012-04-221-0/+2
* | fix merge conflictsGeorg Ehrke2012-04-221-7/+6
|\|
| * Contacts: Fix error on photo crop.Thomas Tanghus2012-04-221-7/+6
* | remove the require_once lib base from all (or nearly all) filesGeorg Ehrke2012-04-1729-29/+29
|/
* Display correct URL in caldav and carddav pathsJakob Sack2012-04-151-1/+0