Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved to apps repository | Frank Karlitschek | 2012-08-26 | 1 | -331/+0 |
| | |||||
* | Add support for IMPP properties. | Thomas Tanghus | 2012-08-22 | 1 | -7/+71 |
| | |||||
* | Preliminary support for Apple X-ABLabel. Also for oc-1508. | Thomas Tanghus | 2012-08-21 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-09 | 1 | -0/+12 |
|\ | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files_sharing/sharedstorage.php | ||||
| * | Another take at profile photo/thumbnail caching. oc-839. | Thomas Tanghus | 2012-08-09 | 1 | -0/+12 |
| | | |||||
* | | Start adding permission checks for addressbooks | Michael Gapczynski | 2012-08-08 | 1 | -12/+16 |
| | | |||||
* | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-06 | 1 | -9/+27 |
|\| | | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/contacts/templates/part.chooseaddressbook.rowfields.php | ||||
| * | Addressbooks settings rewrite and cleanup. | Thomas Tanghus | 2012-08-02 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-31 | 1 | -49/+48 |
|\| | | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/files_sharing/js/share.js | ||||
| * | Remove deprecated code. | Thomas Tanghus | 2012-07-30 | 1 | -16/+0 |
| | | |||||
| * | Code style. | Thomas Tanghus | 2012-07-30 | 1 | -36/+69 |
| | | |||||
* | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 1 | -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 Tanghus | 2012-07-20 | 1 | -5/+5 |
| | | |||||
| * | Refactored contacts import. | Thomas Tanghus | 2012-07-15 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-11 | 1 | -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 Tanghus | 2012-07-09 | 1 | -9/+12 |
| | | |||||
| * | No need for being protected. | Thomas Tanghus | 2012-07-06 | 1 | -1/+1 |
| | | |||||
| * | Load default categories if there are none, | Thomas Tanghus | 2012-06-27 | 1 | -6/+29 |
| | | |||||
* | | Use formatted shared addressbook in all cases, addressbooks out of order now | Michael Gapczynski | 2012-07-03 | 1 | -7/+9 |
| | | |||||
* | | Load shared addressbooks inside OC_Contacts_Addressbook instead of the ↵ | Michael Gapczynski | 2012-07-03 | 1 | -1/+1 |
|/ | | | | index, add public functions getItemShared(With)BySource() for contacts app | ||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
| | |||||
* | Contacts: Forgot one file for the import fix. | Thomas Tanghus | 2012-05-13 | 1 | -2/+24 |
| | |||||
* | Contacts: Fix check for version. | Thomas Tanghus | 2012-05-11 | 1 | -2/+2 |
| | |||||
* | ported oc_json | Frank Karlitschek | 2012-05-03 | 1 | -3/+3 |
| | |||||
* | port oc_response | Frank Karlitschek | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | ported the oc_app calls | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | ported getUser | Frank Karlitschek | 2012-05-01 | 1 | -3/+3 |
| | |||||
* | finish porting of the LOG calls or the apps to the public api | Frank Karlitschek | 2012-05-01 | 1 | -6/+6 |
| | |||||
* | Contacts: Ensure TYPE parameters on email aren't deleted on edit. They are ↵ | Thomas Tanghus | 2012-04-29 | 1 | -0/+6 |
| | | | | | | still not shown in the UI. Remove an obsolute file and did some cleanup. | ||||
* | Contacts: removed unused method and ajax file. | Thomas Tanghus | 2012-04-29 | 1 | -33/+0 |
| | |||||
* | Applied patches by Nicolas progweb at free.fr - ↵ | Thomas Tanghus | 2012-04-24 | 1 | -0/+1 |
| | | | | https://mail.kde.org/pipermail/owncloud/2012-April/002900.html | ||||
* | reuse OC_L10N objects | Robin Appelman | 2012-04-14 | 1 | -1/+1 |
| | |||||
* | Contacts: Save the category list update when updating/adding contact | Bart Visscher | 2012-04-13 | 1 | -1/+1 |
| | |||||
* | Contacts: Better error reporting. | Thomas Tanghus | 2012-04-13 | 1 | -1/+2 |
| | |||||
* | Contacts: Move use of OC_Contacts_App::$categories to inside of OC_Contacts_App | Bart Visscher | 2012-04-12 | 1 | -1/+39 |
| | | | | | This is in preparation of making $categories protected and initialized with default categories. | ||||
* | Contacts: Add UI for categories | Bart Visscher | 2012-03-07 | 1 | -0/+4 |
| | |||||
* | Merge branch 'master' into vcategories | Bart Visscher | 2012-03-07 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php | ||||
| * | Contacts: change card parameter type of VCard::edit and VCard::add | Bart Visscher | 2012-03-07 | 1 | -1/+1 |
| | | | | | | | | changed to OC_VObject | ||||
| * | Small cleanups | Bart Visscher | 2012-03-01 | 1 | -1/+1 |
| | | |||||
* | | Added public static OC_VCategories object to OC_Contacts_App. | Thomas Tanghus | 2012-02-19 | 1 | -0/+2 |
|/ | | | | Parse cards for new categories in add and edit methods. | ||||
* | Fixed call to OC_User. Thanks Burillo on IRC | Tom Needham | 2012-02-18 | 1 | -1/+1 |
| | |||||
* | Contacts: Add missing parameter | Bart Visscher | 2012-02-12 | 1 | -1/+1 |
| | |||||
* | Contacts: Move response caching to OC_Response | Bart Visscher | 2012-02-12 | 1 | -0/+8 |
| | |||||
* | Contacts: Save last-modified time in REV property if not set | Bart Visscher | 2012-02-12 | 1 | -0/+4 |
| | |||||
* | Contacts: Fix adding N property in getContactVCard | Bart Visscher | 2012-02-12 | 1 | -1/+1 |
| | |||||
* | Small coding style update | Bart Visscher | 2012-02-12 | 1 | -14/+14 |
| | | | | Fixup OC_Contacts_App | ||||
* | Improve logging in OC_Contacts_App | Bart Visscher | 2012-02-12 | 1 | -1/+8 |
| | | | | Add logging to errors paths in getAddressbook and getContactObject. | ||||
* | Keep js data structure in sync on changes. | Thomas Tanghus | 2012-02-09 | 1 | -1/+17 |
| | | | | More checks for missing properties. | ||||
* | Don't import cards that can't be parsed by Sabre, but log it instead. | Thomas Tanghus | 2012-02-08 | 1 | -1/+1 |
| | | | | Fix missing 'N' or 'FN' fields on import. | ||||
* | - Fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-93 | Thomas Tanghus | 2012-01-31 | 1 | -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 |