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

709 Commits

Author SHA1 Message Date
Thomas Tanghus
4a67ad28ca Improved unit tests and adjust backend method signatures. 2013-08-26 20:10:29 +02:00
Thomas Tanghus
7b4d2fc762 Auto-fill FN from NICKNAME and ORG 2013-08-19 18:57:18 +02:00
Thomas Tanghus
972babf63d Format BDAY according to 'datepickerFormatDate' 2013-08-15 20:11:40 +02:00
Thomas Tanghus
c155faff21 Aha, now jqueryui.progressbar doesn't accept a string as value.
I wouldn't call that progress...
2013-08-15 20:11:40 +02:00
Thomas Tanghus
8895b6ff15 No need for progress on an indetermined progressbar. 2013-08-15 20:11:40 +02:00
Thomas Tanghus
0f625797ab Fix showing firstrun when no more contacts. 2013-08-15 20:11:40 +02:00
Thomas Tanghus
8701cfd444 Fix wrong var on error in groups deletion. 2013-08-15 20:11:40 +02:00
Thomas Tanghus
20694185ed Also hide contacts header when there are no contacts. 2013-08-15 20:11:40 +02:00
Nicolas Mora
6f75041b58 use specific branch 2013-08-11 20:41:02 -04:00
Nicolas Mora
fcbb555ab2 personalsettings draft 2013-08-03 22:55:26 -04:00
Thomas Tanghus
6c7fddb91e Give new fields focus. Closes #145 2013-08-01 16:18:03 +02:00
Thomas Tanghus
e86f9c1c72 Don't ignore type INTERNET 2013-08-01 12:13:16 +02:00
Thomas Tanghus
73b3c7346d Fix group/category deletion. 2013-06-27 15:53:31 +02:00
Thomas Tanghus
57e9e42fb3 Removed wrong option to address book multiselect. 2013-06-27 15:53:31 +02:00
Thomas Tanghus
40fb53d074 Remove obsolete TODO 2013-06-27 15:53:31 +02:00
Thomas Tanghus
b77f104447 Improve feedback on import. 2013-06-27 15:53:31 +02:00
raghunayyar
3e291356ef Removes original title directive from Add Group Input. 2013-06-16 16:20:59 +05:30
Thomas Tanghus
8abedf43fc Use ocdialog.modal instead of dimming contactlist. 2013-06-03 17:27:48 +02:00
Thomas Tanghus
3f27ac253b Removed local copy of ocdialog. 2013-06-03 17:27:48 +02:00
Thomas Tanghus
e7531485ec Don't hide toggle checkbox 2013-06-03 17:27:48 +02:00
Thomas Tanghus
fbeeb09266 Move all error message handling to one event handler. 2013-06-03 17:27:48 +02:00
Thomas Tanghus
a6ed5d381b Delete button in contact list. #101 2013-06-02 12:17:43 +02:00
Thomas Tanghus
6c6d2aca8e Don't sort rows twice :P 2013-06-01 18:04:50 +02:00
Thomas Tanghus
bb3012fa0f Add event handler for contact list delete button. Refs #101 2013-06-01 01:26:55 +02:00
Thomas Tanghus
5c90ab6b1c Minor speedups in loading. 2013-06-01 01:26:55 +02:00
Thomas Tanghus
73f8c354a0 Action bar improvements. 2013-05-31 21:32:45 +02:00
Thomas Tanghus
6b82d084d9 Minor speedup on show/hide. 2013-05-31 21:32:45 +02:00
Thomas Tanghus
15cabea73a Attempt to speedup show/hide contacts. Saved for reference. 2013-05-31 21:32:45 +02:00
Thomas Tanghus
d53181bc7a Some IE8 workarounds 2013-05-29 12:56:34 +02:00
Thomas Tanghus
e6bfe1d660 Added TODO 2013-05-26 22:16:43 +02:00
Thomas Tanghus
4dee9ca451 Missing translation 2013-05-26 22:16:43 +02:00
Thomas Tanghus
54a978bd25 Move sorting into ContactList.setSortOrder() 2013-05-26 22:16:43 +02:00
Thomas Tanghus
4dd2fa28c7 Added TODOs 2013-05-26 22:16:43 +02:00
Thomas Tanghus
e5f54d900b Unbind event when closing contact 2013-05-26 22:16:43 +02:00
Thomas Tanghus
62b25af612 Show import select on address book creation. 2013-05-25 01:35:42 +02:00
Thomas Tanghus
c97f498905 Ported export. Fixes #108 2013-05-24 20:35:23 +02:00
Thomas Tanghus
7da79bd071 camelCase template id. 2013-05-24 17:43:01 +02:00
Thomas Tanghus
0d37aaa07d Reenabled URL and EMAIL event handlers. Fix owncloud/contacts#109 2013-05-24 15:30:59 +02:00
Thomas Tanghus
ab7d3f3b19 Also remember to hide First Run... 2013-05-24 03:34:07 +02:00
Thomas Tanghus
2cbbc12ebf Fix fail() handlers 2013-05-24 03:34:07 +02:00
Thomas Tanghus
879cf7c35b JSONResponse didn't set error 2013-05-24 03:34:07 +02:00
Thomas Tanghus
cf2c956e01 Remember First Run if no contacts. 2013-05-24 03:34:06 +02:00
Thomas Tanghus
7c6ee2e45b Fix fail handlers 2013-05-24 03:34:06 +02:00
Thomas Tanghus
eba736a03b Made changing name order ~30% faster. 2013-05-23 21:37:39 +02:00
Thomas Tanghus
d5ad910d57 Made sorting 10 times faster 2013-05-23 21:37:39 +02:00
Thomas Tanghus
6045d85122 Sort order improvements. 2013-05-22 21:44:39 +02:00
Thomas Tanghus
ac61f08534 Code for sorting by last, first/first last/formatted. Ref #63 2013-05-22 05:29:29 +02:00
Thomas Tanghus
ec7b45129e Only add your own contacts to groups. 2013-05-22 05:28:47 +02:00
Thomas Tanghus
494d3944a5 Finish moving contacts between address books/backends. Ref #57 2013-05-22 03:23:24 +02:00
Thomas Tanghus
17dfcbe99c Minot fixes to the addnew plugin. 2013-05-21 23:40:37 +02:00