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

1133 Commits

Author SHA1 Message Date
Thomas Tanghus
873452eda9 Contacts: Simplified unload handling 2012-11-16 04:39:57 +01:00
Thomas Tanghus
e5988c623d Added basic name parsing. 2012-11-16 04:38:58 +01:00
Thomas Tanghus
098aded213 Contacts: Another namespace err 2012-11-16 04:35:14 +01:00
Thomas Tanghus
5c38880f78 Contacts: Also index GEO. 2012-11-16 04:34:42 +01:00
Thomas Tanghus
5a5c55eb98 Contacts: Fix cancelling new contact creation. 2012-11-15 20:35:35 +01:00
Thomas Tanghus
16e1db3113 Contacts: Remove unneeded assertion function 2012-11-15 20:34:54 +01:00
Thomas Tanghus
7cf2974e0c Contacts: Simplified delayed delete. 2012-11-15 06:43:22 +01:00
Thomas Tanghus
addd12c967 Contacts: Fix property indexing. 2012-11-15 06:07:44 +01:00
Thomas Tanghus
a2771fcc5d Contacts: Add userid field and indexes to property table. 2012-11-15 06:06:06 +01:00
Thomas Tanghus
c47d54e634 Contacts: show/hide export section. 2012-11-15 03:54:15 +01:00
Thomas Tanghus
4ec100a64b Contacts: Settings css. 2012-11-15 03:53:15 +01:00
Thomas Tanghus
a4e63b1afd Contacts: Fixed export. 2012-11-15 03:51:46 +01:00
Thomas Tanghus
a489400dc6 Conntect some buttons to event handlers. 2012-11-15 02:42:33 +01:00
Thomas Tanghus
2b702ef192 DRYed (un)checking contacts. 2012-11-15 02:41:52 +01:00
Thomas Tanghus
29edd498da Added firstrun help 2012-11-15 02:40:47 +01:00
Thomas Tanghus
45b0b07e65 Merge branch 'master' of github.com:owncloud/apps into contacts_rework 2012-11-15 02:01:24 +01:00
Thomas Tanghus
2aa7e081b1 Fix deleting multiple contacts 2012-11-15 00:28:43 +01:00
Thomas Tanghus
495b94685a Fiz namespace errors. 2012-11-15 00:27:09 +01:00
Jenkins for ownCloud
dfbd078016 [tx-robot] updated from transifex 2012-11-15 00:03:39 +01:00
Thomas Tanghus
749dcad116 Refactored add group. 2012-11-14 15:27:38 +01:00
Thomas Tanghus
099f23af43 Contacts: Tweak the "Add group" button. 2012-11-14 15:21:58 +01:00
Thomas Tanghus
b83796e251 Merge branch 'master' of github.com:owncloud/apps into contacts_rework
Conflicts:
	contacts/ajax/categories/categoriesfor.php
	contacts/ajax/contact/saveproperty.php
	contacts/js/contacts.js
	contacts/lib/vcard.php
2012-11-14 01:11:42 +01:00
Thomas Tanghus
04fe455daf Prettyfied the slideup settings. 2012-11-14 00:42:02 +01:00
Thomas Tanghus
2fe8439bfb Made adding contact work again. 2012-11-13 22:42:55 +01:00
Thomas Tanghus
4d3a93151d Fix show/hide actions. 2012-11-13 17:01:14 +01:00
Thomas Tanghus
1d9cfe792a Fixes for adding new contact. 2012-11-13 17:00:29 +01:00
Thomas Tanghus
dc3adf4841 Redesign add group/contact and add stub for slideup settings. 2012-11-13 16:59:22 +01:00
Thomas Tanghus
bec1bb5e78 Merge branch 'master' of github.com:owncloud/apps into vcategories_db
Conflicts:
	contacts/appinfo/app.php
2012-11-13 12:02:15 +01:00
Thomas Tanghus
ad452e0cf6 Bump version to trigger db update and service creation. 2012-11-13 00:31:10 +01:00
Thomas Tanghus
888b05f0b2 Contacts: Correct syntax error. 2012-11-12 02:29:27 +01:00
Thomas Tanghus
aa22e083f7 Contacts: First steps on making searchable properties. Relates to issue #113 2012-11-12 02:11:19 +01:00
Thomas Tanghus
de26552f2f Correct namespace. 2012-11-12 01:24:56 +01:00
Thomas Tanghus
1453ecab48 Contacts: Correct javadoc 2012-11-12 01:24:20 +01:00
Thomas Tanghus
0f02508121 Merge branch 'master' of github.com:owncloud/apps into contacts_rework
Conflicts:
	contacts/ajax/contact/details.php
	contacts/lib/addressbook.php
	contacts/lib/vcard.php
2012-11-12 00:46:15 +01:00
Thomas Tanghus
c8c228e90f Contacts: Added db structure for searchable fields. Relates to issue #113 2012-11-11 22:18:05 +01:00
Thomas Tanghus
3759c2d02e Contacts: Use correct TYPE parameter when saving PHOTO. 2012-11-11 20:45:45 +01:00
Thomas Tanghus
771e440b5c Contacts: Clean indentation in database.xml 2012-11-11 20:24:18 +01:00
Thomas Tanghus
49d699b7ac Merge branch 'master' of github.com:owncloud/apps into contacts_rework
Conflicts:
	contacts/css/contacts.css
2012-11-11 20:22:02 +01:00
Thomas Tanghus
814819092e Use CRUDS consts as defined in https://github.com/owncloud/core/pull/356 2012-11-11 19:43:44 +01:00
Jenkins for ownCloud
4aff80e8c2 [tx-robot] updated from transifex 2012-11-10 00:02:50 +01:00
Jenkins for ownCloud
1ec1085ed4 [tx-robot] updated from transifex 2012-11-08 00:03:47 +01:00
Raghu Nayyar
32f7466e6e Update contacts/css/contacts.css
text-align should either be removed or be given a property. ;)
2012-11-07 00:30:02 +05:30
Raghu Nayyar
554de1c990 Update contacts/css/contacts.css
Syntax Error resolved.
2012-11-06 19:58:40 +05:30
Thomas Tanghus
4b73ded2ac Trying to limit Cyclomatic Complexity (?) 2012-11-06 01:36:27 +01:00
Thomas Tanghus
543dc62b4c Merge branch 'master' of github.com:owncloud/apps into contacts_rework 2012-11-06 00:10:29 +01:00
Jenkins for ownCloud
9a61fbeebd [tx-robot] updated from transifex 2012-11-06 00:03:22 +01:00
Thomas Tanghus
e34a932609 Contacts: Hide preferred checkbox if only one property of the type (TEL/EMAIL/URL etc.) 2012-11-05 20:52:54 +01:00
Thomas Tanghus
3cdf82f7c1 Contacts: Let unload trigger beforeunload. 2012-11-05 20:45:08 +01:00
Thomas Tanghus
4f477dfa93 Merge branch 'master' of github.com:owncloud/apps into contacts_rework 2012-11-05 12:41:25 +01:00
Thomas Tanghus
851028b0ae Hide fileupload. 2012-11-05 12:40:50 +01:00