1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
Commit Graph

77 Commits

Author SHA1 Message Date
Thomas Tanghus
ced3309fd3 Contacts: Added missing files. 2012-12-07 16:21:59 +01:00
Thomas Tanghus
09442c2888 Contacts: Add address book part of import workflow. 2012-12-07 15:09:13 +01:00
Thomas Tanghus
addd12c967 Contacts: Fix property indexing. 2012-11-15 06:07:44 +01:00
Thomas Tanghus
a4e63b1afd Contacts: Fixed export. 2012-11-15 03:51:46 +01:00
Thomas Tanghus
69cdc09d93 Use OCA namespace. 2012-10-25 03:34:12 +02:00
Thomas Tanghus
d7354034ae Major rewrite almost done. 2012-10-05 05:05:49 +02:00
Thomas Tanghus
bf4b770920 Merge branch 'contacts_rework' of github.com:owncloud/apps into contacts_rework 2012-09-30 06:44:33 +02:00
Thomas Tanghus
848139e563 Merge branch 'master' of github.com:owncloud/apps into contacts_rework 2012-09-30 06:43:14 +02:00
Lukas Reschke
55963432e6 Fix XSS
See 1c766278bac06d9a8cc91ee5928d5f317771750c
2012-09-29 16:13:37 +02:00
raghu
79b8a27ba0 A Polyfill for Placeholders added to the contacts_rework branch 2012-09-25 16:39:32 +05:30
Thomas Tanghus
6b77479899 First work on new Contacts js and group based UI. 2012-09-17 16:15:31 +02:00
Thomas Tanghus
5905e6c314 Error and permission checking. 2012-08-30 18:43:01 +02:00
Thomas Tanghus
69c4274187 Make sure default addressbook is created. 2012-08-30 18:43:01 +02:00
Michael Gapczynski
44f1da0b3f Move jquery.inview from contacts app to core 2012-08-26 18:52:01 -04:00
Thomas Tanghus
070bb410ba Add support for IMPP properties. 2012-08-22 18:51:17 +02:00
Thomas Tanghus
82f8b199eb Removed unused variable. 2012-08-22 12:40:35 +02:00
Thomas Tanghus
61ec1d43ea Code style. 2012-07-20 17:11:13 +02:00
Thomas Tanghus
ba05dfc2de Refactored contacts import. 2012-07-15 04:17:30 +02:00
Michael Gapczynski
f177f9bb93 Rename $contacts to $has_contacts, it missed this commit: 7cb74a0 2012-07-11 20:29:59 -04:00
Thomas Tanghus
24a5a8506a Don't escape assigned values. 2012-07-10 01:24:40 +02:00
Thomas Tanghus
66f5559ecc Reduce variables assigned. 2012-07-10 01:24:40 +02:00
Jörn Friedrich Dreyer
f7bdc57888 remove superfluous ?> at the end of .php files (left out apps/*/templates) 2012-07-09 16:51:16 +02:00
Thomas Tanghus
14b22239ee Added error checking on all db queries. 2012-06-26 18:15:24 +02:00
Thomas Tanghus
07cafbba53 Try to conserve some memory. Should fix oc-1106 for master. 2012-06-25 17:26:44 +02:00
Thomas Tanghus
1c479a740e Fix string encoding probs. 2012-06-16 18:06:47 +02:00
Thomas Mueller
39f99602bf removing executable bit - again 2012-05-15 00:52:00 +02:00
Frank Karlitschek
68d86fadc7 ported the oc_template class 2012-05-06 23:00:36 +02:00
Thomas Tanghus
a8ff083317 Contacts: Improve NOTE UI. Cleanup markup. 2012-05-04 15:47:55 +02:00
Frank Karlitschek
9d7b02c9dc port checkAppEnabled 2012-05-02 19:08:37 +02:00
Frank Karlitschek
b2f19f3a7f ported the oc_app calls 2012-05-02 00:50:26 +02:00
Frank Karlitschek
fe55806527 ported the rest of the OC_Helper calls 2012-05-02 00:20:45 +02:00
Frank Karlitschek
9b66378e3e ported checkLoggedIn and checkAdmin 2012-05-01 22:59:38 +02:00
Frank Karlitschek
4cfcd1f8f5 ported addSyript and other small stuff 2012-05-01 20:03:41 +02:00
Frank Karlitschek
a3dc9e8b2a ported getUser 2012-05-01 18:50:31 +02:00
Frank Karlitschek
619944b752 port to use the new public api 2012-05-01 09:49:22 +02:00
Thomas Tanghus
82a2011dc2 Contacts: Ensure TYPE parameters on email aren't deleted on edit. They are still not shown in the UI.
Remove an obsolute file and did some cleanup.
2012-04-29 22:12:27 +02:00
Georg Ehrke
3863a44589 remove the require_once lib base from all (or nearly all) files 2012-04-17 19:31:29 +02:00
Thomas Tanghus
dbf86302e8 VCategories css is now in styles.css 2012-04-13 18:50:40 +02:00
Bart Visscher
ee57b8f1ca Contacts: add space before parameter 2012-04-12 23:10:49 +02:00
Bart Visscher
b354c4c77e Contacts: Move use of OC_Contacts_App::$categories to inside of OC_Contacts_App
This is in preparation of making $categories protected and initialized
with default categories.
2012-04-12 23:10:49 +02:00
Thomas Tanghus
5171717382 Fix bug oc-413: PHP fatal error in contacts page when no contacts in ownCloud. 2012-04-07 16:03:43 +02:00
Thomas Tanghus
ba9ae95419 Contacts: rescan categories on load if there are none. 2012-04-03 03:29:12 +02:00
Thomas Tanghus
7b00319bae Contacts: Modifications for using categories. 2012-03-12 14:13:03 +01:00
Thomas Tanghus
d005c9123b Merge branch 'vcategories' of gitorious.org:owncloud/owncloud into vcategories
Conflicts:
	apps/contacts/lib/vcard.php
	apps/contacts/templates/part.contact.php
2012-03-08 02:55:48 +01:00
Bart Visscher
be94d7caf3 Contacts: Add UI for categories 2012-03-07 21:50:55 +01:00
Thomas Tanghus
80ce69e089 Contacts: UI updates and ajax methods for categories. 2012-03-07 16:39:56 +01:00
Bart Visscher
b65aa3ff1a Contacts: Add removed app enabled check 2012-02-17 22:07:14 +01:00
Thomas Tanghus
d9e31298bd Use proper index file. 2012-02-14 01:47:18 +01:00
Thomas Tanghus
3d412e2ebe Oops. Missing ')' :-P 2012-01-12 22:55:43 +01:00
Thomas Tanghus
cb5b166b52 Don't chunk_split encoded image string.
Don't return json error but null if card can't be parsed.
Small check for non-parsable card in index.php.
2012-01-12 22:50:12 +01:00