summaryrefslogtreecommitdiffstats
path: root/apps/contacts/ajax
Commit message (Expand)AuthorAgeFilesLines
* Correct path to ajax file.Thomas Tanghus2012-08-051-3/+3
* Reorganize ajax scripts.Thomas Tanghus2012-08-038-0/+0
* FF complained about missing charset.Thomas Tanghus2012-08-032-2/+2
* White space.Thomas Tanghus2012-08-031-5/+5
* Revert "Removed text/plain header."Thomas Tanghus2012-08-033-0/+7
* Return properly formatted jsondata.Thomas Tanghus2012-08-021-1/+1
* Line length...Thomas Tanghus2012-08-023-29/+62
* More files to delete \o/Thomas Tanghus2012-08-021-19/+0
* And then the missing files ;)Thomas Tanghus2012-08-021-0/+32
* Addressbooks settings rewrite and cleanup.Thomas Tanghus2012-08-027-114/+19
* Removed text/plain header.Thomas Tanghus2012-07-303-7/+0
* Remove unused ajax file.Thomas Tanghus2012-07-231-46/+0
* Revert "No need to set checksum for PHOTO."Thomas Tanghus2012-07-231-0/+46
* No need to set checksum for PHOTO.Thomas Tanghus2012-07-231-46/+0
* Code style.Thomas Tanghus2012-07-203-7/+8
* fixing syntax errorThomas Mueller2012-07-201-1/+1
* fixing syntax errorThomas Mueller2012-07-201-1/+1
* Code styleThomas Tanghus2012-07-2023-105/+152
* Fixed require path.Thomas Tanghus2012-07-171-1/+1
* Added missing CSRF checks.Thomas Tanghus2012-07-172-0/+2
* If a contact wasn't loaded in the list you coulcn't access it from search res...Thomas Tanghus2012-07-171-0/+3
* Format birthday as BDAY;VALUE=DATE:YYYY-MM-DD. Fixes oc-1276.Thomas Tanghus2012-07-161-2/+9
* Refactored contacts import.Thomas Tanghus2012-07-154-28/+58
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-0914-23/+0
* Move code to OC_Contacts_App::scanCategories().Thomas Tanghus2012-07-091-16/+1
* Add missing requesttoken.Thomas Tanghus2012-07-081-0/+1
* Correct hack ;)Thomas Tanghus2012-07-061-1/+1
* Fugly fixed include.Thomas Tanghus2012-07-061-1/+1
* Add missing CSRF check.Thomas Tanghus2012-07-051-0/+1
* Smoother profile picture loading - hopefully.Thomas Tanghus2012-06-281-8/+2
* Load contactlist progressivly.Thomas Tanghus2012-06-271-10/+26
* Add check for return value.Thomas Tanghus2012-06-271-11/+13
* Added missing requesttoken.Thomas Tanghus2012-06-261-0/+2
* Try to conserve some memory. Should fix oc-1106 for master.Thomas Tanghus2012-06-251-1/+1
* Drag'n'Drop contacts between addressbook. Still needs some css magic.Thomas Tanghus2012-06-251-0/+41
* Remove excessive debugging.Thomas Tanghus2012-06-241-3/+0
* Add some DRYness to logging.Thomas Tanghus2012-06-2417-117/+70
* More changes for updating the contacts list.Thomas Tanghus2012-06-201-1/+1
* Make sure address books are shown even if empty.Thomas Tanghus2012-06-201-12/+15
* Use uasort instead of usort.Thomas Tanghus2012-06-171-1/+1
* Sort addressbooks.Thomas Tanghus2012-06-171-0/+9
* Make the parsing in the controller, not in the template. Assign only relevant...Thomas Tanghus2012-06-171-17/+20
* now a little less in template - more in ajax controllerStephan Bergemann2012-06-171-2/+26
* Fix char encoding.Thomas Tanghus2012-06-161-2/+3
* 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