Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug oc-413: PHP fatal error in contacts page when no contacts in ownCloud. | Thomas Tanghus | 2012-04-07 | 1 | -10/+8 |
| | |||||
* | Contacts: rescan categories on load if there are none. | Thomas Tanghus | 2012-04-03 | 1 | -2/+22 |
| | |||||
* | Contacts: Modifications for using categories. | Thomas Tanghus | 2012-03-12 | 1 | -1/+2 |
| | |||||
* | Merge branch 'vcategories' of gitorious.org:owncloud/owncloud into vcategories | Thomas Tanghus | 2012-03-08 | 1 | -0/+2 |
|\ | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/contacts/templates/part.contact.php | ||||
| * | Contacts: Add UI for categories | Bart Visscher | 2012-03-07 | 1 | -0/+2 |
| | | |||||
* | | Contacts: UI updates and ajax methods for categories. | Thomas Tanghus | 2012-03-07 | 1 | -0/+2 |
|/ | |||||
* | Contacts: Add removed app enabled check | Bart Visscher | 2012-02-17 | 1 | -0/+2 |
| | |||||
* | Use proper index file. | Thomas Tanghus | 2012-02-14 | 1 | -43/+30 |
| | |||||
* | Oops. Missing ')' :-P | Thomas Tanghus | 2012-01-12 | 1 | -1/+1 |
| | |||||
* | Don't chunk_split encoded image string. | Thomas Tanghus | 2012-01-12 | 1 | -7/+5 |
| | | | | | Don't return json error but null if card can't be parsed. Small check for non-parsable card in index.php. | ||||
* | CSS cleanup, more error checking, better error messages, general cleanup. | Thomas Tanghus | 2012-01-11 | 1 | -3/+3 |
| | |||||
* | Some cleanup, better error messages and such. | Thomas Tanghus | 2012-01-09 | 1 | -3/+4 |
| | |||||
* | Fixed showing first contact if non is selected. | Thomas Tanghus | 2012-01-09 | 1 | -4/+10 |
| | |||||
* | Changed SQL queries for looking up contacts to only query once and sort at ↵ | Thomas Tanghus | 2012-01-09 | 1 | -17/+0 |
| | | | | the same time. | ||||
* | Added license and waiver of conditions for jquery.inview. | Thomas Tanghus | 2011-12-30 | 1 | -2/+7 |
| | | | | | CSS fix on contact list. Query contacts from multiple address books. | ||||
* | Merge branch 'tanghus_remote_backup' of ↵ | Bart Visscher | 2011-12-27 | 1 | -17/+13 |
|\ | | | | | | | | | | | | | | | git://gitorious.org/~tanghus/owncloud/tanghus-owncloud Conflicts: apps/calendar/export.php apps/contacts/index.php | ||||
| * | Misc. changes after review by bartv. | Thomas Tanghus | 2011-12-16 | 1 | -1/+1 |
| | | |||||
| * | Updating of contact list when activating/adding/deleting address books now ↵ | Thomas Tanghus | 2011-12-11 | 1 | -18/+4 |
| | | | | | | | | works. | ||||
| * | Resolved conflict | Thomas Tanghus | 2011-12-09 | 1 | -6/+0 |
| | | |||||
| * | Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backup | Thomas Tanghus | 2011-12-09 | 1 | -4/+8 |
| |\ | | | | | | | | | | | | | | | | Conflicts: apps/contacts/ajax/deletebook.php apps/contacts/index.php | ||||
| * | | Various fixes to multiple address books handling | Thomas Tanghus | 2011-12-09 | 1 | -17/+20 |
| | | | |||||
| * | | Added UI for selecting/editing address books. | Thomas Tanghus | 2011-12-04 | 1 | -0/+7 |
| | | | | | | | | | | | | Export, CardDAV link and activation/deactivation of address books done. | ||||
* | | | Contacts: add missing property_options template var | Bart Visscher | 2011-12-18 | 1 | -0/+2 |
| |/ |/| | |||||
* | | Contacts: Add direct link to details of a contact | Bart Visscher | 2011-12-07 | 1 | -2/+2 |
| | | |||||
* | | Contacts: refactor common ajax functions to OC_Contacts_App | Bart Visscher | 2011-12-07 | 1 | -4/+3 |
| | | |||||
* | | Contacts: refactor rendering of part.details template | Bart Visscher | 2011-12-07 | 1 | -3/+2 |
| | | |||||
* | | Use a proxy class to interface with Sabre_VObject classes | Bart Visscher | 2011-12-07 | 1 | -1/+1 |
|/ | |||||
* | Add type selects to editing ADR & TEL contact property types | Bart Visscher | 2011-11-23 | 1 | -0/+6 |
| | |||||
* | Fix translations, empty properties | Jakob Sack | 2011-10-22 | 1 | -1/+0 |
| | |||||
* | Check if the application is actually enabled | Bart Visscher | 2011-09-30 | 1 | -0/+1 |
| | |||||
* | Move some common code to OC_Util | Bart Visscher | 2011-09-18 | 1 | -4/+1 |
| | | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage | ||||
* | Split OC_Contacts_Addressbook in _Addressbook and _VCard | Jakob Sack | 2011-09-17 | 1 | -7/+7 |
| | |||||
* | Improving contacts | Jakob Sack | 2011-09-08 | 1 | -0/+3 |
| | |||||
* | Add default addressbook | Jakob Sack | 2011-08-09 | 1 | -1/+7 |
| | |||||
* | Some more work on the address book | Jakob Sack | 2011-08-09 | 1 | -1/+2 |
| | |||||
* | Small details in contacts | Jakob Sack | 2011-08-06 | 1 | -2/+11 |
| | |||||
* | New app: contacts | Jakob Sack | 2011-08-06 | 1 | -0/+68 |