summaryrefslogtreecommitdiffstats
path: root/apps/contacts/lib/app.php
Commit message (Collapse)AuthorAgeFilesLines
* moved to apps repositoryFrank Karlitschek2012-08-261-331/+0
|
* Add support for IMPP properties.Thomas Tanghus2012-08-221-7/+71
|
* Preliminary support for Apple X-ABLabel. Also for oc-1508.Thomas Tanghus2012-08-211-0/+2
|
* Merge branch 'master' into share_apiMichael Gapczynski2012-08-091-0/+12
|\ | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files_sharing/sharedstorage.php
| * Another take at profile photo/thumbnail caching. oc-839.Thomas Tanghus2012-08-091-0/+12
| |
* | Start adding permission checks for addressbooksMichael Gapczynski2012-08-081-12/+16
| |
* | Merge branch 'master' into share_apiMichael Gapczynski2012-08-061-9/+27
|\| | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/contacts/templates/part.chooseaddressbook.rowfields.php
| * Addressbooks settings rewrite and cleanup.Thomas Tanghus2012-08-021-1/+4
| |
* | Merge branch 'master' into share_apiMichael Gapczynski2012-07-311-49/+48
|\| | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/files_sharing/js/share.js
| * Remove deprecated code.Thomas Tanghus2012-07-301-16/+0
| |
| * Code style.Thomas Tanghus2012-07-301-36/+69
| |
* | Merge branch 'master' into share_apiMichael Gapczynski2012-07-251-6/+6
|\| | | | | | | | | | | | | | | | | | | Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php
| * Coding style.Thomas Tanghus2012-07-201-5/+5
| |
| * Refactored contacts import.Thomas Tanghus2012-07-151-1/+1
| |
* | Merge branch 'master' into share_apiMichael Gapczynski2012-07-111-15/+41
|\| | | | | | | | | | | | | Conflicts: apps/contacts/lib/addressbook.php apps/files_sharing/js/share.js apps/files_sharing/sharedstorage.php
| * Rescan categories in small batches to reduce memory usage.Thomas Tanghus2012-07-091-9/+12
| |
| * No need for being protected.Thomas Tanghus2012-07-061-1/+1
| |
| * Load default categories if there are none,Thomas Tanghus2012-06-271-6/+29
| |
* | Use formatted shared addressbook in all cases, addressbooks out of order nowMichael Gapczynski2012-07-031-7/+9
| |
* | Load shared addressbooks inside OC_Contacts_Addressbook instead of the ↵Michael Gapczynski2012-07-031-1/+1
|/ | | | index, add public functions getItemShared(With)BySource() for contacts app
* removing executable bit - againThomas Mueller2012-05-151-0/+0
|
* Contacts: Forgot one file for the import fix.Thomas Tanghus2012-05-131-2/+24
|
* Contacts: Fix check for version.Thomas Tanghus2012-05-111-2/+2
|
* ported oc_jsonFrank Karlitschek2012-05-031-3/+3
|
* port oc_responseFrank Karlitschek2012-05-031-1/+1
|
* ported the oc_app callsFrank Karlitschek2012-05-021-1/+1
|
* ported getUserFrank Karlitschek2012-05-011-3/+3
|
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-011-6/+6
|
* Contacts: Ensure TYPE parameters on email aren't deleted on edit. They are ↵Thomas Tanghus2012-04-291-0/+6
| | | | | | still not shown in the UI. Remove an obsolute file and did some cleanup.
* Contacts: removed unused method and ajax file.Thomas Tanghus2012-04-291-33/+0
|
* Applied patches by Nicolas progweb at free.fr - ↵Thomas Tanghus2012-04-241-0/+1
| | | | https://mail.kde.org/pipermail/owncloud/2012-April/002900.html
* reuse OC_L10N objectsRobin Appelman2012-04-141-1/+1
|
* Contacts: Save the category list update when updating/adding contactBart Visscher2012-04-131-1/+1
|
* Contacts: Better error reporting.Thomas Tanghus2012-04-131-1/+2
|
* Contacts: Move use of OC_Contacts_App::$categories to inside of OC_Contacts_AppBart Visscher2012-04-121-1/+39
| | | | | This is in preparation of making $categories protected and initialized with default categories.
* Contacts: Add UI for categoriesBart Visscher2012-03-071-0/+4
|
* Merge branch 'master' into vcategoriesBart Visscher2012-03-071-2/+2
|\ | | | | | | | | Conflicts: apps/contacts/lib/vcard.php
| * Contacts: change card parameter type of VCard::edit and VCard::addBart Visscher2012-03-071-1/+1
| | | | | | | | changed to OC_VObject
| * Small cleanupsBart Visscher2012-03-011-1/+1
| |
* | Added public static OC_VCategories object to OC_Contacts_App.Thomas Tanghus2012-02-191-0/+2
|/ | | | Parse cards for new categories in add and edit methods.
* Fixed call to OC_User. Thanks Burillo on IRCTom Needham2012-02-181-1/+1
|
* Contacts: Add missing parameterBart Visscher2012-02-121-1/+1
|
* Contacts: Move response caching to OC_ResponseBart Visscher2012-02-121-0/+8
|
* Contacts: Save last-modified time in REV property if not setBart Visscher2012-02-121-0/+4
|
* Contacts: Fix adding N property in getContactVCardBart Visscher2012-02-121-1/+1
|
* Small coding style updateBart Visscher2012-02-121-14/+14
| | | | Fixup OC_Contacts_App
* Improve logging in OC_Contacts_AppBart Visscher2012-02-121-1/+8
| | | | Add logging to errors paths in getAddressbook and getContactObject.
* Keep js data structure in sync on changes.Thomas Tanghus2012-02-091-1/+17
| | | | More checks for missing properties.
* Don't import cards that can't be parsed by Sabre, but log it instead.Thomas Tanghus2012-02-081-1/+1
| | | | Fix missing 'N' or 'FN' fields on import.
* - Fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-93Thomas Tanghus2012-01-311-5/+0
| | | | | | | | Property was added multiple times. - Fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-8 "Missing "N" field: Contacts app not compatible with vcard 3.0 format" - Almost sure I've fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-27 "Full name in Contacts app doesn't sync to iOS 5 contacts" because it is caused by oc-8