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

132 Commits

Author SHA1 Message Date
Thomas Tanghus
eb7050df0b Contacts: Load preferences 2013-04-01 03:53:54 +02:00
Thomas Tanghus
bdfe960c44 Uninitialized var 2013-03-30 20:57:12 +01:00
Thomas Tanghus
cb7a039bca Contacts: Fix multi-favoriting. 2013-03-30 20:13:52 +01:00
Thomas Tanghus
eaab96801a Contacts: Pass list of contact objects instead of ids 2013-03-30 17:33:58 +01:00
Thomas Tanghus
6af6b0ab17 Wrong JSON property used 2013-03-30 07:27:51 +01:00
Thomas Tanghus
64c9f25ad2 Contacts: Fix adding contacts to new group. 2013-03-29 23:23:47 +01:00
Thomas Tanghus
757d4b16a9 Contacts: Chromium doesn't respond to keypress event on document. 2013-03-29 22:40:59 +01:00
Thomas Tanghus
a5a45f90d7 Contacts: Moved escaping of strings to template plugin. 2013-03-29 20:09:48 +01:00
Thomas Tanghus
7693785933 Contacts: Importing, indexing and group extraction in working state. 2013-03-29 05:00:03 +01:00
Thomas Tanghus
255c538a60 Contacts: Add more routes and wrap response in a JSONResponse object. 2013-03-28 03:19:01 +01:00
Thomas Tanghus
da6d0ae7e4 Contacts: Port most ajax calls to use routes. 2013-03-25 17:08:47 +01:00
Thomas Tanghus
2b65c30bb0 Contacts: Dim contact list also when adding contact. 2013-03-23 13:19:14 +01:00
Thomas Tanghus
e42ad5193d Contacts: Add storage parameter to GroupList 2013-03-23 02:07:17 +01:00
Thomas Tanghus
f11c29682a Contacts: Instantiate Storage object in OC.Contacts.init() 2013-03-22 14:54:47 +01:00
Thomas Tanghus
9c64617b04 Contacts: Moved octemplate plugin to separate file. 2013-03-22 14:53:27 +01:00
Thomas Tanghus
6b50a6fef8 Contacts: Sanitize input. 2013-03-15 15:10:55 +01:00
Thomas Tanghus
d2774ebbf9 Contacts: Re-add add address book. Fixes #578 2013-03-14 23:17:41 +01:00
Thomas Tanghus
3ac86ce032 Merge branch 'five_zero_dot_one' into contacts_backends
Conflicts:
	contacts/ajax/contact/saveproperty.php
	contacts/import.php
	contacts/js/app.js
	contacts/js/contacts.js
	contacts/js/groups.js
	contacts/lib/carddav/backend.php
2013-03-12 09:24:06 +01:00
Thomas Tanghus
e414c48148 Contacts: Much improved d'n'd. 2013-03-12 00:28:41 +01:00
Thomas Tanghus
55cef1600d Contacts: Wrong id used. 2013-03-12 00:27:06 +01:00
Thomas Tanghus
7bd0ed5958 Contacts: On d'n'd wrong id was being used. Also fixes #735 2013-03-11 20:27:16 +01:00
Thomas Tanghus
9b8a18d564 Contacts: Reset UI after failed import. 2013-03-09 16:41:45 +01:00
Thomas Tanghus
0aaddf0ca5 Contacts: Close contact on empty hash. 2013-03-05 02:31:13 +01:00
Thomas Tanghus
d74ef9de9e Contacts: Trigger hashchange onpopstate. 2013-03-05 02:31:13 +01:00
Thomas Tanghus
51c9517fb1 Contacts: Update location.hash on open/close. 2013-03-05 02:31:13 +01:00
Thomas Tanghus
1d2dfd7ff9 Contacts: Show/hide firstrun better. Fix #656 2013-03-04 17:57:46 +01:00
Thomas Tanghus
d5acb5b9ed Contacts: Fix uploading photo. 2013-03-04 15:11:55 +01:00
Thomas Tanghus
8bf571f7e2 Contacts: Disabled close-on-outside-click because it broke too much. 2013-03-04 14:46:53 +01:00
Thomas Tanghus
e8b63a8d65 Contacts: Don't keep reference to deleted contact. 2013-02-20 13:14:31 +01:00
Thomas Tanghus
9a302d211f Contacts: Showstopper: Fix firstrun action. Also fix #580 2013-02-16 23:01:07 +01:00
Thomas Tanghus
cc8ebdaadd Contacts: Position list item better. 2013-02-12 20:56:27 +01:00
Thomas Tanghus
f49e3c962f Contacts: Removed some old notifier code. 2013-02-12 20:55:47 +01:00
Thomas Tanghus
12347f6b0b Contacts: Use jquery trim() 2013-02-12 11:56:43 +01:00
Thomas Tanghus
1e748d26b0 Contacts: Close contact on click outside of it. Ref #522 2013-02-12 10:54:10 +01:00
Thomas Tanghus
0a3c157f1c Contacts: inline notifier 2013-02-08 19:11:52 +01:00
Thomas Tanghus
f4aac2f17a Contacts: Don't collapse settings sections. 2013-02-08 19:11:52 +01:00
Thomas Tanghus
9aeec46945 Contacts: Some more error checking 2013-02-03 15:40:14 +01:00
Thomas Tanghus
860073502f Contacts: No inline js in search results. 2013-01-25 19:00:10 +01:00
Thomas Tanghus
879dfd6b67 Contacts: Use OC.linkToRemote() 2013-01-25 17:27:49 +01:00
Thomas Tanghus
79628fef58 Contacts: js template fix. 2013-01-25 16:23:10 +01:00
Thomas Tanghus
5475d3f16e Contacts: One more inline js var down - one more to go ;) 2013-01-25 16:09:51 +01:00
Thomas Tanghus
c5c8b29964 Contacts: Move check for indexed state to ajax call. 2013-01-25 15:08:56 +01:00
Thomas Tanghus
401fa38639 Contacts: Read queried contact id in app.js 2013-01-25 14:30:53 +01:00
Thomas Tanghus
48c23c0dc0 Contacts: Refactored adding single contact to group. Closes #443 2013-01-16 13:35:41 +01:00
Thomas Mueller
35f78467ba fixes js syntax error 2013-01-15 00:47:39 +01:00
Thomas Tanghus
35150a5176 Contacts: Disable touchmove on body element. 2013-01-14 09:16:22 +01:00
Thomas Tanghus
14b98ca449 Fix indentation. 2013-01-02 02:22:16 +01:00
Thomas Tanghus
3bef7d13a8 Contacts: Moved GroupList to separate file. 2013-01-02 02:17:51 +01:00
Thomas Tanghus
ccac1f9ab6 Contacts: Removed timing test. 2012-12-29 18:24:15 +01:00
Thomas Tanghus
b2de5cb380 Contacts: self -> this 2012-12-20 22:58:46 +01:00