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

874 Commits

Author SHA1 Message Date
babelouest
a8e6ab0d33 change new addressbook ui for a dialog
implemented delete ldap addressbook
2014-03-29 01:22:52 -04:00
Thomas Tanghus
9fb28242ab Fix JSON error messages 2014-03-25 01:16:08 +01:00
Thomas Tanghus
fab6f0793d Missing 'var's and add failure handlers 2014-03-25 01:16:08 +01:00
Thomas Tanghus
1c79e69937 Add title to names that would elliptisized (is that a word?) 2014-03-25 01:16:08 +01:00
Thomas Tanghus
69750ebb1e Add title to names that would elliptisized (is that a word?) 2014-03-24 00:09:13 +01:00
Thomas Tanghus
7552d20373 Scroll list after rendering contact to show all of it 2014-03-23 23:51:08 +01:00
Thomas Tanghus
ff395f36a3 Misc. code cleanups 2014-03-23 19:02:16 +01:00
Thomas Tanghus
71a4ca334b Wrap OC.Contacts in immediate function 2014-03-23 14:21:25 +01:00
Thomas Tanghus
a1c8fe7f1e Merge pull request #444 from owncloud/import_multi_format2
Import from multiple formats
2014-03-23 14:18:48 +01:00
Thomas Tanghus
f0ee17d22c On use jqXHR as argument to JSONResponse 2014-03-23 14:14:36 +01:00
Thomas Tanghus
4ddf388bfd White-space 2014-03-23 13:41:04 +01:00
Thomas Tanghus
d4283bed80 Fix undefined var 2014-03-23 12:08:56 +01:00
Thomas Tanghus
ad2d20ba2d Check for stale link to contact 2014-03-23 11:51:59 +01:00
Thomas Tanghus
5a70cac6da Remove duplicate jquery.multiselect 2014-03-23 10:25:00 +01:00
Thomas Tanghus
5eb8ac1398 Fix translation string wording 2014-03-22 21:33:36 +01:00
Thomas Tanghus
ee21fb30d7 Also return response on failure in js Storage 2014-03-21 15:19:32 +01:00
babelouest
d7f8b57025 added standard vcard connector
cleaned code according to scrutinizer log
fixed import message on UI
2014-03-21 01:59:19 -04:00
Thomas Tanghus
43e65fc817 More photo handling cleanups 2014-03-20 21:53:13 +01:00
Thomas Tanghus
b222447fa5 Use ajax instead of posting to iframe and the likes 2014-03-20 16:00:38 +01:00
Thomas Tanghus
05acb6e87a Mostly done refactoring Photo controller 2014-03-20 01:55:57 +01:00
Thomas Tanghus
202d23813b Misc. fixes after refactoring 2014-03-18 23:51:32 +01:00
Thomas Tanghus
564c225e8d Do a proper group check when closing contact. Fix #449 2014-03-17 19:30:46 +01:00
Thomas Tanghus
4da09ff2e7 Prevent multi-bute chars (Emoji) from being added 2014-03-17 06:14:23 +01:00
Thomas Tanghus
6de5415f22 Merge pull request #446 from owncloud/icon-class-remove
remove unneeded icon class
2014-03-14 15:10:27 +01:00
Jan-Christoph Borchardt
bc54b4dd4a remove unneeded icon class 2014-03-14 14:56:57 +01:00
Thomas Tanghus
cc28aaf4f9 Check if contact is valid when removing from group 2014-03-14 01:22:20 +01:00
Thomas Tanghus
90d3a370d5 Set mailto timeout to 1000 ms. 500 was too little 2014-03-14 01:18:10 +01:00
babelouest
c85b284208 Revert "a little code cleaning, removed {count} value during the import process"
This reverts commit 2a43562229.
2014-03-12 14:23:42 -04:00
babelouest
2a43562229 a little code cleaning, removed {count} value during the import process 2014-03-12 13:32:09 -04:00
babelouest
d03787d455 missing importType in import routes 2014-03-11 14:34:18 -04:00
babelouest
56e33427fa fix route url bug 2014-03-11 13:33:31 -04:00
babelouest
919f540d01 Import from multiple formats 2014-03-11 16:43:32 +01:00
Thomas Tanghus
e4f8a863b8 Try to open in new tab if the mailto handler is webmail. Refs. #394 2014-03-11 15:44:15 +01:00
Thomas Tanghus
2e9f7e6157 Delete localeStorage entry on address book deletion 2014-03-11 12:59:06 +01:00
Thomas Tanghus
fbb2195f59 Add (commented) removal of localStorage 2014-03-10 16:39:17 +01:00
Thomas Tanghus
f6bfea77e7 Scrutinizer cleanup 2014-03-08 16:22:51 +01:00
Thomas Tanghus
5f6d8b0f93 Too many semi-colons... 2014-03-08 09:06:05 +01:00
Thomas Tanghus
dfb12d10e1 Scrutinizer JS fixes 2014-03-08 09:06:05 +01:00
Thomas Tanghus
20e5d876fa Scrutinizer JS fixes 2014-03-08 06:30:29 +01:00
Thomas Tanghus
8cbfec3b0a Scrutinizer fixes 2014-03-08 04:32:18 +01:00
Thomas Tanghus
40be39a445 Cleanup 2014-03-08 01:40:47 +01:00
Thomas Tanghus
c014fae14b Merge pull request #431 from owncloud/kill-routes.json
[WIP] Replace OC.Router.generate() with OC.generateUrl()
2014-03-07 01:00:06 +01:00
Thomas Tanghus
3481235e63 Use core icons 2014-03-05 13:07:01 +01:00
Thomas Tanghus
6a508c58df Don't unselect contact when opening one. Close #326 2014-03-04 22:25:56 +01:00
Thomas Tanghus
3e2f508975 Cleanup contact actions. Close #377 2014-03-04 21:56:46 +01:00
Thomas Tanghus
0c570936f3 An open contact disappered when added new. Close #428 2014-03-04 20:39:33 +01:00
jbtbnl
40e5584321 Fixes #406 2014-03-04 16:18:13 +01:00
Thomas Tanghus
24be2e4107 Don't show group/addressbook selects if there's only one. 2014-03-04 05:03:21 +01:00
Thomas Müller
835ef19ce2 fixing app url 2014-03-02 23:19:01 +01:00
Thomas Müller
162bc3d750 Replace OC.Router.generate() with OC.generateUrl() 2014-03-02 23:01:56 +01:00