| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed unused variable. | Thomas Tanghus | 2012-08-22 | 1 | -7/+5 |
* | Code style. | Thomas Tanghus | 2012-07-20 | 1 | -20/+25 |
* | Refactored contacts import. | Thomas Tanghus | 2012-07-15 | 1 | -0/+1 |
* | Rename $contacts to $has_contacts, it missed this commit: 7cb74a0 | Michael Gapczynski | 2012-07-11 | 1 | -1/+1 |
* | Don't escape assigned values. | Thomas Tanghus | 2012-07-10 | 1 | -10/+8 |
* | Reduce variables assigned. | Thomas Tanghus | 2012-07-10 | 1 | -15/+4 |
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -2/+0 |
* | Added error checking on all db queries. | Thomas Tanghus | 2012-06-26 | 1 | -0/+3 |
* | Try to conserve some memory. Should fix oc-1106 for master. | Thomas Tanghus | 2012-06-25 | 1 | -1/+1 |
* | Fix string encoding probs. | Thomas Tanghus | 2012-06-16 | 1 | -1/+1 |
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
* | ported the oc_template class | Frank Karlitschek | 2012-05-06 | 1 | -1/+1 |
* | Contacts: Improve NOTE UI. Cleanup markup. | Thomas Tanghus | 2012-05-04 | 1 | -0/+1 |
* | port checkAppEnabled | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
* | ported the oc_app calls | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
* | ported the rest of the OC_Helper calls | Frank Karlitschek | 2012-05-02 | 1 | -3/+3 |
* | ported checkLoggedIn and checkAdmin | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
* | ported addSyript and other small stuff | Frank Karlitschek | 2012-05-01 | 1 | -7/+7 |
* | ported getUser | Frank Karlitschek | 2012-05-01 | 1 | -2/+2 |
* | port to use the new public api | Frank Karlitschek | 2012-05-01 | 1 | -4/+4 |
* | Contacts: Ensure TYPE parameters on email aren't deleted on edit. They are st... | Thomas Tanghus | 2012-04-29 | 1 | -0/+2 |
* | remove the require_once lib base from all (or nearly all) files | Georg Ehrke | 2012-04-17 | 1 | -1/+1 |
* | VCategories css is now in styles.css | Thomas Tanghus | 2012-04-13 | 1 | -1/+0 |
* | Contacts: add space before parameter | Bart Visscher | 2012-04-12 | 1 | -3/+3 |
* | Contacts: Move use of OC_Contacts_App::$categories to inside of OC_Contacts_App | Bart Visscher | 2012-04-12 | 1 | -19/+0 |
* | 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 |
|\ |
|
| * | 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 |
* | 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 th... | Thomas Tanghus | 2012-01-09 | 1 | -17/+0 |
* | Added license and waiver of conditions for jquery.inview. | Thomas Tanghus | 2011-12-30 | 1 | -2/+7 |
* | Merge branch 'tanghus_remote_backup' of git://gitorious.org/~tanghus/owncloud... | Bart Visscher | 2011-12-27 | 1 | -17/+13 |
|\ |
|
| * | 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 wo... | Thomas Tanghus | 2011-12-11 | 1 | -18/+4 |
| * | 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 |
| |\ |
|
| * | | 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 |
* | | | 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 |