Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct path to ajax file. | Thomas Tanghus | 2012-08-05 | 1 | -3/+3 |
* | Reorganize ajax scripts. | Thomas Tanghus | 2012-08-03 | 8 | -0/+0 |
* | FF complained about missing charset. | Thomas Tanghus | 2012-08-03 | 2 | -2/+2 |
* | White space. | Thomas Tanghus | 2012-08-03 | 1 | -5/+5 |
* | Revert "Removed text/plain header." | Thomas Tanghus | 2012-08-03 | 3 | -0/+7 |
* | Return properly formatted jsondata. | Thomas Tanghus | 2012-08-02 | 1 | -1/+1 |
* | Line length... | Thomas Tanghus | 2012-08-02 | 3 | -29/+62 |
* | More files to delete \o/ | Thomas Tanghus | 2012-08-02 | 1 | -19/+0 |
* | And then the missing files ;) | Thomas Tanghus | 2012-08-02 | 1 | -0/+32 |
* | Addressbooks settings rewrite and cleanup. | Thomas Tanghus | 2012-08-02 | 7 | -114/+19 |
* | Removed text/plain header. | Thomas Tanghus | 2012-07-30 | 3 | -7/+0 |
* | Remove unused ajax file. | Thomas Tanghus | 2012-07-23 | 1 | -46/+0 |
* | Revert "No need to set checksum for PHOTO." | Thomas Tanghus | 2012-07-23 | 1 | -0/+46 |
* | No need to set checksum for PHOTO. | Thomas Tanghus | 2012-07-23 | 1 | -46/+0 |
* | Code style. | Thomas Tanghus | 2012-07-20 | 3 | -7/+8 |
* | fixing syntax error | Thomas Mueller | 2012-07-20 | 1 | -1/+1 |
* | fixing syntax error | Thomas Mueller | 2012-07-20 | 1 | -1/+1 |
* | Code style | Thomas Tanghus | 2012-07-20 | 23 | -105/+152 |
* | Fixed require path. | Thomas Tanghus | 2012-07-17 | 1 | -1/+1 |
* | Added missing CSRF checks. | Thomas Tanghus | 2012-07-17 | 2 | -0/+2 |
* | If a contact wasn't loaded in the list you coulcn't access it from search res... | Thomas Tanghus | 2012-07-17 | 1 | -0/+3 |
* | Format birthday as BDAY;VALUE=DATE:YYYY-MM-DD. Fixes oc-1276. | Thomas Tanghus | 2012-07-16 | 1 | -2/+9 |
* | Refactored contacts import. | Thomas Tanghus | 2012-07-15 | 4 | -28/+58 |
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 14 | -23/+0 |
* | Move code to OC_Contacts_App::scanCategories(). | Thomas Tanghus | 2012-07-09 | 1 | -16/+1 |
* | Add missing requesttoken. | Thomas Tanghus | 2012-07-08 | 1 | -0/+1 |
* | Correct hack ;) | Thomas Tanghus | 2012-07-06 | 1 | -1/+1 |
* | Fugly fixed include. | Thomas Tanghus | 2012-07-06 | 1 | -1/+1 |
* | Add missing CSRF check. | Thomas Tanghus | 2012-07-05 | 1 | -0/+1 |
* | Smoother profile picture loading - hopefully. | Thomas Tanghus | 2012-06-28 | 1 | -8/+2 |
* | Load contactlist progressivly. | Thomas Tanghus | 2012-06-27 | 1 | -10/+26 |
* | Add check for return value. | Thomas Tanghus | 2012-06-27 | 1 | -11/+13 |
* | Added missing requesttoken. | Thomas Tanghus | 2012-06-26 | 1 | -0/+2 |
* | Try to conserve some memory. Should fix oc-1106 for master. | Thomas Tanghus | 2012-06-25 | 1 | -1/+1 |
* | Drag'n'Drop contacts between addressbook. Still needs some css magic. | Thomas Tanghus | 2012-06-25 | 1 | -0/+41 |
* | Remove excessive debugging. | Thomas Tanghus | 2012-06-24 | 1 | -3/+0 |
* | Add some DRYness to logging. | Thomas Tanghus | 2012-06-24 | 17 | -117/+70 |
* | More changes for updating the contacts list. | Thomas Tanghus | 2012-06-20 | 1 | -1/+1 |
* | Make sure address books are shown even if empty. | Thomas Tanghus | 2012-06-20 | 1 | -12/+15 |
* | Use uasort instead of usort. | Thomas Tanghus | 2012-06-17 | 1 | -1/+1 |
* | Sort addressbooks. | Thomas Tanghus | 2012-06-17 | 1 | -0/+9 |
* | Make the parsing in the controller, not in the template. Assign only relevant... | Thomas Tanghus | 2012-06-17 | 1 | -17/+20 |
* | now a little less in template - more in ajax controller | Stephan Bergemann | 2012-06-17 | 1 | -2/+26 |
* | Fix char encoding. | Thomas Tanghus | 2012-06-16 | 1 | -2/+3 |
* | Fix string encoding probs. | Thomas Tanghus | 2012-06-16 | 2 | -2/+13 |
* | Remove debug statements. | Thomas Tanghus | 2012-06-13 | 2 | -19/+0 |
* | Contacts: implemented CSRF prevention. | Thomas Tanghus | 2012-06-13 | 11 | -4/+46 |
* | Contacts: Fix NOTE also on add, not just save. | Thomas Tanghus | 2012-06-11 | 1 | -2/+11 |
* | Contacts: Use POST instead of GET. | Thomas Tanghus | 2012-06-09 | 2 | -3/+3 |
* | Code cleanup. | Thomas Tanghus | 2012-06-09 | 1 | -10/+21 |