summaryrefslogtreecommitdiffstats
path: root/apps/contacts/index.php
Commit message (Collapse)AuthorAgeFilesLines
* moved to apps repositoryFrank Karlitschek2012-08-261-74/+0
|
* Add support for IMPP properties.Thomas Tanghus2012-08-221-0/+8
|
* Removed unused variable.Thomas Tanghus2012-08-221-7/+5
|
* Code style.Thomas Tanghus2012-07-201-20/+25
|
* Refactored contacts import.Thomas Tanghus2012-07-151-0/+1
|
* Rename $contacts to $has_contacts, it missed this commit: 7cb74a0Michael Gapczynski2012-07-111-1/+1
|
* Don't escape assigned values.Thomas Tanghus2012-07-101-10/+8
|
* Reduce variables assigned.Thomas Tanghus2012-07-101-15/+4
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-2/+0
|
* Added error checking on all db queries.Thomas Tanghus2012-06-261-0/+3
|
* Try to conserve some memory. Should fix oc-1106 for master.Thomas Tanghus2012-06-251-1/+1
|
* Fix string encoding probs.Thomas Tanghus2012-06-161-1/+1
|
* removing executable bit - againThomas Mueller2012-05-151-0/+0
|
* 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
| |/ |/|