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

645 Commits

Author SHA1 Message Date
Thomas Tanghus
06c971c0ec Add an extra check to popstate/hashchange 2013-05-09 06:11:02 +02:00
Thomas Tanghus
4dcaa98c20 Make doc string almost understandable 2013-05-09 05:55:44 +02:00
Thomas Tanghus
a9c1f00152 Binding on popstate gave some weird side effects 2013-05-09 05:54:17 +02:00
Thomas Tanghus
f1322fbe6d We don't use ints for ids anymore! 2013-05-09 05:53:46 +02:00
Thomas Tanghus
10015deb8f Missing variable. 2013-05-08 15:54:55 +02:00
Thomas Tanghus
7eb6a29cd5 Wrong argument to loadGroups 2013-05-08 06:53:33 +02:00
Thomas Tanghus
e7267209ef Backgroung load on import and async load on init. Closes #49 2013-05-08 06:47:36 +02:00
Thomas Tanghus
d1a9a84233 Fix addnew plugin auto close detection 2013-05-07 19:18:46 +02:00
Thomas Tanghus
f76ca64ba4 Add renaming address books. 2013-05-07 19:16:06 +02:00
Thomas Tanghus
f9be55a833 Pixel pushing setting components. 2013-05-07 14:57:59 +02:00
Thomas Tanghus
757bc10216 Contacts: Implement move to address book. Still some rough edges. 2013-05-06 01:49:10 +02:00
Thomas Tanghus
64454d2aba Contacts: Don't check for ID being number. 2013-05-05 16:26:19 +02:00
Thomas Tanghus
7bcd206679 Wrong variable name 2013-05-04 22:45:16 +02:00
Thomas Tanghus
8ee05eb430 Contacts: Get proper metadata on Contact instantiation. 2013-05-04 22:44:23 +02:00
Thomas Tanghus
a1e2b2ec64 Contacts: Add getOwner() and getMetaData() to js AddressBook object. 2013-05-04 22:41:44 +02:00
Thomas Tanghus
d435175b4e Contacts: Save status code and header functions in response object. 2013-05-03 05:56:55 +02:00
Thomas Tanghus
c649b4cbf1 General cleanup 2013-05-03 05:00:50 +02:00
Thomas Tanghus
2bd98c3cb7 Contacts: Use addnew plugin for groups. 2013-05-02 22:01:37 +02:00
Thomas Tanghus
c560af4375 Contacts: Tweak addnew plugin. 2013-05-02 21:59:06 +02:00
Thomas Tanghus
ea7ce48914 Contacts: Get display name from either FN, ORG or EMAIL. 2013-05-02 20:45:52 +02:00
Thomas Tanghus
d4b18987ae Contacts: Abstract js address book access and further simplify import. 2013-05-02 20:42:24 +02:00
Thomas Tanghus
44aebd7111 Contacts: Add widget plugin for easy creation of misc. entries. 2013-05-02 20:42:24 +02:00
Thomas Tanghus
9c6b655c63 Contacts: Start on js AddressBook object 2013-05-02 20:42:23 +02:00
Thomas Tanghus
eef100e7a0 Misc. cleanup 2013-05-01 01:48:12 +02:00
Thomas Tanghus
c3722606ba Contacts: Set a data reference to Contact object on list element 2013-05-01 01:48:11 +02:00
Thomas Tanghus
ea02dab874 Contacts: Move draggable setting to Contact object. 2013-05-01 01:48:11 +02:00
Thomas Tanghus
6c1ff13838 Contacts: Make group adding a little smoother 2013-05-01 01:48:11 +02:00
Thomas Tanghus
1f77d32438 Contacts: Log if load of settings fails 2013-05-01 01:48:11 +02:00
Thomas Tanghus
7da675a1d5 Contacts: Port to new apps styles. 2013-04-30 20:00:33 +02:00
Thomas Tanghus
a7b30d8c5a Contacts: Property parameters wasn't saved 2013-04-27 04:38:28 +02:00
Thomas Tanghus
ec86678dec Contacts: Small steps towards RESTfulness 2013-04-25 04:50:45 +02:00
Thomas Tanghus
5ccd3a04bb Contacts: Remove userid from Storage requests 2013-04-25 04:40:12 +02:00
Thomas Tanghus
6bc6d8f478 Contacts: Fix loading default contact image 2013-04-25 00:59:03 +02:00
Thomas Tanghus
c3fa18e4a7 Merge branch 'contacts_backends' into contacts_oc6
Conflicts:
	contacts/ajax/categories/add.php
	contacts/ajax/contact/add.php
	contacts/appinfo/app.php
	contacts/appinfo/migrate.php
	contacts/css/contacts.css
	contacts/index.php
	contacts/js/app.js
	contacts/js/contacts.js
	contacts/js/groups.js
	contacts/lib/app.php
	contacts/lib/carddav/addressbook.php
	contacts/lib/sabre/backend.php
	contacts/lib/vcard.php
	contacts/templates/contacts.php
	contacts/thumbnail.php
2013-04-17 15:07:59 +02:00
Thomas Tanghus
92d0c83574 Contacts: Use octemplate from core. 2013-04-15 22:47:11 +02:00
Thomas Tanghus
13e7448fca Contacts: Prevent double adding address books. Fix #1005 2013-04-12 12:33:25 +02:00
Thomas Tanghus
917a40e4df Contacts: Use done() and fail() from $.ajax() 2013-04-11 15:35:17 +00:00
Thomas Tanghus
bf620ad512 Contacts: Use a more generic error message for failed ajax requests. 2013-04-09 23:19:22 +02:00
Thomas Tanghus
e06f8d04a7 Contacts: Avoid double escape in contact list. Fix #970 2013-04-09 00:46:07 +02:00
Thomas Tanghus
7b977bce45 Contacts: Removed some console.log() 2013-04-08 22:37:37 +02:00
Thomas Tanghus
3c1ee05d53 Contacts: Improved image upload 2013-04-08 22:35:28 +02:00
Thomas Tanghus
ac0d12470b Contacts: Rename 'database' backend to 'local' 2013-04-07 22:33:40 +02:00
Thomas Tanghus
9cfde339af ocdialog: Get title from element if not set in options 2013-04-07 21:50:34 +02:00
Thomas Tanghus
f0e6472d73 Contacts: Port fixes from master/stable5 2013-04-07 16:47:28 +02:00
Thomas Tanghus
2874031c0f Contacts: Convert TYPE=PREF to PREF=1. Fix #881 2013-04-07 15:04:21 +02:00
Thomas Tanghus
e57528d516 Contacts: Don't overwrite known address books. Fixes #942 2013-04-07 14:14:25 +02:00
Thomas Tanghus
1589866f8c Contacts: Removed js compatibility functions now in core. 2013-04-07 04:56:54 +02:00
Thomas Tanghus
fb7fd6fc2c Contacts: Make drag items opaque. 2013-04-06 17:13:18 +02:00
Thomas Tanghus
0a31763ac3 ocdialog: trigger 'open' in _init() 2013-04-06 15:05:58 +02:00
Thomas Tanghus
595e2a500e Contacts: Add substitute functions for older browsers (IE8) 2013-04-06 15:04:59 +02:00