summaryrefslogtreecommitdiffstats
path: root/apps/contacts/index.php
Commit message (Collapse)AuthorAgeFilesLines
* ported the oc_template classFrank Karlitschek2012-05-061-1/+1
|
* Contacts: Improve NOTE UI. Cleanup markup.Thomas Tanghus2012-05-041-0/+1
|
* port checkAppEnabledFrank Karlitschek2012-05-021-1/+1
|
* ported the oc_app callsFrank Karlitschek2012-05-021-1/+1
|
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-021-3/+3
|
* ported checkLoggedIn and checkAdminFrank Karlitschek2012-05-011-1/+1
|
* ported addSyript and other small stuffFrank Karlitschek2012-05-011-7/+7
|
* ported getUserFrank Karlitschek2012-05-011-2/+2
|
* port to use the new public apiFrank Karlitschek2012-05-011-4/+4
|
* Contacts: Ensure TYPE parameters on email aren't deleted on edit. They are ↵Thomas Tanghus2012-04-291-0/+2
| | | | | | still not shown in the UI. Remove an obsolute file and did some cleanup.
* remove the require_once lib base from all (or nearly all) filesGeorg Ehrke2012-04-171-1/+1
|
* VCategories css is now in styles.cssThomas Tanghus2012-04-131-1/+0
|
* Contacts: add space before parameterBart Visscher2012-04-121-3/+3
|
* Contacts: Move use of OC_Contacts_App::$categories to inside of OC_Contacts_AppBart Visscher2012-04-121-19/+0
| | | | | This is in preparation of making $categories protected and initialized with default categories.
* 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
|