summaryrefslogtreecommitdiffstats
path: root/apps/contacts/index.php
Commit message (Expand)AuthorAgeFilesLines
* 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 st...Thomas Tanghus2012-04-291-0/+2
* 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
* 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
|\
| * 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
* 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 th...Thomas Tanghus2012-01-091-17/+0
* Added license and waiver of conditions for jquery.inview.Thomas Tanghus2011-12-301-2/+7
* Merge branch 'tanghus_remote_backup' of git://gitorious.org/~tanghus/owncloud...Bart Visscher2011-12-271-17/+13
|\
| * Misc. changes after review by bartv.Thomas Tanghus2011-12-161-1/+1
| * Updating of contact list when activating/adding/deleting address books now wo...Thomas Tanghus2011-12-111-18/+4
| * Resolved conflictThomas Tanghus2011-12-091-6/+0
| * Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backupThomas Tanghus2011-12-091-4/+8
| |\
| * | 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
* | | 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