summaryrefslogtreecommitdiffstats
path: root/apps/contacts/js
Commit message (Expand)AuthorAgeFilesLines
* Added types to emails. Support for custom types. Partial fix for oc-1508.Thomas Tanghus2012-08-211-5/+23
* Try to align and float contact parts better.Thomas Tanghus2012-08-211-2/+4
* Merge branch 'share_api'Michael Gapczynski2012-08-192-2/+3
|\
| * Merge branch 'master' into share_apiMichael Gapczynski2012-08-141-1/+1
| |\
| * \ Merge branch 'master' into share_apiMichael Gapczynski2012-08-092-10/+19
| |\ \
| * | | Load icons for addressbooks, fix statuses for types other than filesMichael Gapczynski2012-08-061-0/+1
| * | | Merge branch 'master' into share_apiMichael Gapczynski2012-08-062-1605/+1727
| |\ \ \
| * \ \ \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-311-5/+55
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-252-469/+739
| |\ \ \ \ \
| * | | | | | Make file actions permissions awareMichael Gapczynski2012-07-251-2/+2
* | | | | | | Merge addressbooks.Thomas Tanghus2012-08-161-3/+27
| |_|_|_|_|/ |/| | | | |
* | | | | | Readded refresh param. 304 and ETag is still sent so shouldn't matter.Thomas Tanghus2012-08-121-1/+1
| |_|_|_|/ |/| | | |
* | | | | Another take at profile photo/thumbnail caching. oc-839.Thomas Tanghus2012-08-091-4/+4
* | | | | Some UI improvements on the addressbooks settings.Thomas Tanghus2012-08-071-6/+15
| |_|_|/ |/| | |
* | | | Correct path to ajax file.Thomas Tanghus2012-08-051-2/+2
* | | | Reorganize ajax scripts.Thomas Tanghus2012-08-031-8/+8
* | | | Some fixes for keyboard shortcuts.Thomas Tanghus2012-08-031-15/+34
* | | | Return properly formatted jsondata.Thomas Tanghus2012-08-021-7/+7
* | | | Correct namespace usage.Thomas Tanghus2012-08-021-1/+1
* | | | Remove loggingThomas Tanghus2012-08-021-1/+0
* | | | I was a bit too fast in removing methods yesterday...Thomas Tanghus2012-08-021-0/+14
* | | | If first addressbook was empty it was seen as if there where no contacts at all.Thomas Tanghus2012-08-021-1/+4
* | | | Remove onunload handler when delete is cancelled.Thomas Tanghus2012-08-021-0/+1
* | | | Use popup class style for ninja-mode help.Thomas Tanghus2012-08-021-4/+4
* | | | Updated JS namespace.Thomas Tanghus2012-08-022-1504/+1494
* | | | And then the missing files ;)Thomas Tanghus2012-08-021-0/+186
* | | | Addressbooks settings rewrite and cleanup.Thomas Tanghus2012-08-021-120/+24
* | | | Changed fix parameter to OC.appSettings().Thomas Tanghus2012-07-311-1/+1
* | | | Implemented app settings in popup.Thomas Tanghus2012-07-311-2/+8
| |_|/ |/| |
* | | Check if the are contacts marked as deleted and warn if so.Thomas Tanghus2012-07-301-5/+55
| |/ |/|
* | Cache DOM lookups, general cleanup.Thomas Tanghus2012-07-231-113/+132
* | Cleaner event handling.Thomas Tanghus2012-07-231-13/+8
* | No need to set checksum on PHOTO.Thomas Tanghus2012-07-231-15/+4
* | Cleaner variable handling.Thomas Tanghus2012-07-231-12/+6
* | Make sure notifier cleans up.Thomas Tanghus2012-07-231-12/+16
* | Revert "No need to set checksum for PHOTO."Thomas Tanghus2012-07-231-49/+55
* | No need to set checksum for PHOTO.Thomas Tanghus2012-07-231-55/+49
* | Use insertContactThomas Tanghus2012-07-231-13/+4
* | WhitespaceThomas Tanghus2012-07-231-2/+2
* | Added help for keyboard shortcuts.Thomas Tanghus2012-07-221-6/+14
* | First stab at Ninja mode ;-)Thomas Tanghus2012-07-211-1/+65
* | Improved scrollTo method. Still not quite there...Thomas Tanghus2012-07-211-3/+3
* | Added next/previous methods to contacts list.Thomas Tanghus2012-07-211-0/+15
* | Remove wrong comment.Thomas Tanghus2012-07-211-1/+1
* | Implemented undelete for contacts.Thomas Tanghus2012-07-211-49/+71
* | Made contactlist optional in insertContact().Thomas Tanghus2012-07-211-0/+5
* | White space.Thomas Tanghus2012-07-211-37/+37
* | Added option to notify method.Thomas Tanghus2012-07-211-3/+21
* | DRYed inserting into contacts list.Thomas Tanghus2012-07-211-30/+41
* | Hide progressbar on error.Thomas Tanghus2012-07-201-0/+2