summaryrefslogtreecommitdiffstats
path: root/apps/contacts
Commit message (Expand)AuthorAgeFilesLines
* Permission checking for shared addressbooks/contacts.Thomas Tanghus2012-08-238-39/+165
* Removed redundant __CLASS__ in logging.Thomas Tanghus2012-08-231-28/+28
* Fix for deleting queued contacts.Thomas Tanghus2012-08-231-8/+16
* Missing IM variable assignments.Thomas Tanghus2012-08-231-0/+8
* Use correct js class in first-run template.Thomas Tanghus2012-08-231-2/+1
* Used non-existing variable.Thomas Tanghus2012-08-231-2/+2
* Return newly created addressbook.Thomas Tanghus2012-08-231-3/+4
* Limit styles so they don't interfere with sharing dropdown.Thomas Tanghus2012-08-231-3/+3
* Remove obsolete closure.Thomas Tanghus2012-08-231-13/+0
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-2344-190/+159
* Don't add empty property parameters.Thomas Tanghus2012-08-232-8/+16
* CSS fix for Windows.Thomas Tanghus2012-08-231-2/+2
* Add support for IMPP properties.Thomas Tanghus2012-08-228-23/+242
* Email type list wasn't initialized.Thomas Tanghus2012-08-221-1/+7
* Removed unused variable.Thomas Tanghus2012-08-221-7/+5
* Minor layout change.Thomas Tanghus2012-08-222-57/+46
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-226-6/+15
* Preliminary support for Apple X-ABLabel. Also for oc-1508.Thomas Tanghus2012-08-214-15/+32
* Remove class contactsectionThomas Tanghus2012-08-211-1/+1
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-212-1/+21
* Added types to emails. Support for custom types. Partial fix for oc-1508.Thomas Tanghus2012-08-213-8/+25
* Try to align and float contact parts better.Thomas Tanghus2012-08-213-6/+8
* Merge branch 'share_api'Michael Gapczynski2012-08-1910-22/+272
|\
| * Merge branch 'master' into share_apiMichael Gapczynski2012-08-1416-31/+135
| |\
| * | Contacts: Check format parameterBart Visscher2012-08-101-6/+8
| * | Contacts: Better parameter names in addressbook share backendBart Visscher2012-08-101-7/+8
| * | Additional permission checks for editing and deleting contactsMichael Gapczynski2012-08-091-3/+76
| * | Merge branch 'master' into share_apiMichael Gapczynski2012-08-0917-82/+148
| |\ \
| * | | Start adding permission checks for addressbooksMichael Gapczynski2012-08-083-15/+45
| * | | Don't include shared addressbook if source not foundMichael Gapczynski2012-08-081-2/+4
| * | | Sharing backends for contacts and addressbooksMichael Gapczynski2012-08-062-0/+141
| * | | Load icons for addressbooks, fix statuses for types other than filesMichael Gapczynski2012-08-061-0/+1
| * | | Add share action back into addressbook settings, bump up z-index of dropdown ...Michael Gapczynski2012-08-061-0/+3
| * | | Merge branch 'master' into share_apiMichael Gapczynski2012-08-0678-3397/+4145
| |\ \ \
| * | | | Lots of refactoring to share APIMichael Gapczynski2012-08-062-5/+5
| * | | | Preparing for proper collection implementationMichael Gapczynski2012-08-033-80/+6
| * | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-3115-270/+718
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-2555-928/+1331
| |\ \ \ \ \
| * | | | | | Make file actions permissions awareMichael Gapczynski2012-07-251-2/+2
| * | | | | | Rename $contacts to $has_contacts, it missed this commit: 7cb74a0Michael Gapczynski2012-07-111-1/+1
| * | | | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-1140-423/+547
| |\ \ \ \ \ \
| * | | | | | | Fix addressbook sharing, formatItems() changed in past commitsMichael Gapczynski2012-07-111-6/+4
| * | | | | | | Use formatted shared addressbook in all cases, addressbooks out of order nowMichael Gapczynski2012-07-032-8/+21
| * | | | | | | Load shared addressbooks inside OC_Contacts_Addressbook instead of the index,...Michael Gapczynski2012-07-033-3/+2
| * | | | | | | Change getItems() return to a 3-dimensional array to handle multiple shares o...Michael Gapczynski2012-07-021-7/+12
| * | | | | | | Add share action to addressbooks!Michael Gapczynski2012-06-302-1/+5
| * | | | | | | Fix generateTarget() for contacts backendMichael Gapczynski2012-06-301-2/+2
| * | | | | | | Change registerBackend calls class argument to stringsMichael Gapczynski2012-06-301-1/+1
| * | | | | | | Something like this should do it for sharing contactsBart Visscher2012-06-272-0/+21
| * | | | | | | Basic framework for contacts sharingBart Visscher2012-06-272-0/+56