summaryrefslogtreecommitdiffstats
path: root/apps/contacts/ajax
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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