summaryrefslogtreecommitdiffstats
path: root/apps/contacts/index.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug oc-413: PHP fatal error in contacts page when no contacts in ownCloud.Thomas Tanghus2012-04-071-10/+8
|
* Contacts: rescan categories on load if there are none.Thomas Tanghus2012-04-031-2/+22
|
* Contacts: Modifications for using categories.Thomas Tanghus2012-03-121-1/+2
|
* Merge branch 'vcategories' of gitorious.org:owncloud/owncloud into vcategoriesThomas Tanghus2012-03-081-0/+2
|\ | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/contacts/templates/part.contact.php
| * Contacts: Add UI for categoriesBart Visscher2012-03-071-0/+2
| |
* | Contacts: UI updates and ajax methods for categories.Thomas Tanghus2012-03-071-0/+2
|/
* Contacts: Add removed app enabled checkBart Visscher2012-02-171-0/+2
|
* Use proper index file.Thomas Tanghus2012-02-141-43/+30
|
* Oops. Missing ')' :-PThomas Tanghus2012-01-121-1/+1
|
* Don't chunk_split encoded image string.Thomas Tanghus2012-01-121-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 Tanghus2012-01-111-3/+3
|
* Some cleanup, better error messages and such.Thomas Tanghus2012-01-091-3/+4
|
* Fixed showing first contact if non is selected.Thomas Tanghus2012-01-091-4/+10
|
* Changed SQL queries for looking up contacts to only query once and sort at ↵Thomas Tanghus2012-01-091-17/+0
| | | | the same time.
* Added license and waiver of conditions for jquery.inview.Thomas Tanghus2011-12-301-2/+7
| | | | | CSS fix on contact list. Query contacts from multiple address books.
* Merge branch 'tanghus_remote_backup' of ↵Bart Visscher2011-12-271-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 Tanghus2011-12-161-1/+1
| |
| * Updating of contact list when activating/adding/deleting address books now ↵Thomas Tanghus2011-12-111-18/+4
| | | | | | | | works.
| * Resolved conflictThomas Tanghus2011-12-091-6/+0
| |
| * Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backupThomas Tanghus2011-12-091-4/+8
| |\ | | | | | | | | | | | | | | | Conflicts: apps/contacts/ajax/deletebook.php apps/contacts/index.php
| * | Various fixes to multiple address books handlingThomas Tanghus2011-12-091-17/+20
| | |
| * | Added UI for selecting/editing address books.Thomas Tanghus2011-12-041-0/+7
| | | | | | | | | | | | Export, CardDAV link and activation/deactivation of address books done.
* | | Contacts: add missing property_options template varBart Visscher2011-12-181-0/+2
| |/ |/|
* | Contacts: Add direct link to details of a contactBart Visscher2011-12-071-2/+2
| |
* | Contacts: refactor common ajax functions to OC_Contacts_AppBart Visscher2011-12-071-4/+3
| |
* | Contacts: refactor rendering of part.details templateBart Visscher2011-12-071-3/+2
| |
* | Use a proxy class to interface with Sabre_VObject classesBart Visscher2011-12-071-1/+1
|/
* Add type selects to editing ADR & TEL contact property typesBart Visscher2011-11-231-0/+6
|
* Fix translations, empty propertiesJakob Sack2011-10-221-1/+0
|
* Check if the application is actually enabledBart Visscher2011-09-301-0/+1
|
* Move some common code to OC_UtilBart Visscher2011-09-181-4/+1
| | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
* Split OC_Contacts_Addressbook in _Addressbook and _VCardJakob Sack2011-09-171-7/+7
|
* Improving contactsJakob Sack2011-09-081-0/+3
|
* Add default addressbookJakob Sack2011-08-091-1/+7
|
* Some more work on the address bookJakob Sack2011-08-091-1/+2
|
* Small details in contactsJakob Sack2011-08-061-2/+11
|
* New app: contactsJakob Sack2011-08-061-0/+68