Commit Graph

764 Commits (abf2224d31257b7affb2dfb6693ec41c369d38f6)
 

Author SHA1 Message Date
Tom Hacohen a9b6978ae5 Add basic support for viewing tasks.
Tom Hacohen 7d5bbd5742 Allow non-email usernames when using own server
Fixes 

Co-authored-by: Nemanja Nedeljković <nemanjan00@gmail.com>
Tom Hacohen 3c06fe00be Update react-datetime.
Tom Hacohen 3fc9e32f76 Item update/delete: fetch before inserting to make sure we're up to date.
Tom Hacohen e697d3d276 Make it clearer that the first encryption password entered sets it.
Fixes 
Tom Hacohen e3e4a5288a Event edit: fix wording in confirmation dialog (contact -> event).
Fixes .
Tom Hacohen f4fab17fb9 Don't show recurring warning for non recurring events.
Tom Hacohen 6b859b0693 Change the tab text colour to black.
Keeping the main title white and bold for now as it pops more. Maybe also
need to change.

Fixes .
rugk 95e97b1c31 Ask Google not to translate website ()
Google may analyse sensitive content for
the purpose of recognising whether the page needs to be translated, see
https://support.google.com/webmasters/answer/79812?hl=en
rugk 99873b6b9c Disable referrer when clicking links
Tom Hacohen 493343dd92 Contact edit: fix default type for jabber.
Tom Hacohen 87c777ac10 Appbar: fix the warning about passing an unknown props.
Tom Hacohen 4d386f5a0a Contact edit: fix changing subfield types.
Tom Hacohen 31bb36187a Contact edit: improve design a bit.
Tom Hacohen edc662b7c0 Contact/event: fix creating items on non-default journals.
Fixes 
Tom Hacohen b09d04dc5c Remove old material-ui.
Tom Hacohen fbdd478602 App: upgrade material-ui.
Tom Hacohen c1d446551b Event Edit: upgrade material-ui.
Tom Hacohen 6a0b94fa0e Contact edit: upgrade material-ui.
Tom Hacohen 40ad15673d Searchable addressbook: upgrade material-ui.
Tom Hacohen a936ef2b64 Journal entries: upgrade material-ui.
Tom Hacohen 505795c711 Address book: upgrade material-ui.
Tom Hacohen a249bb4586 Sidebar: upgrade material-ui.
Tom Hacohen 08bb517ef1 Login form: upgrade material-ui.
Tom Hacohen bc46c197ba Confirmation dialog: upgrade material-ui.
Tom Hacohen eac0508194 Loading indicator: upgrade material-ui.
Tom Hacohen 6d0614df63 Container: upgrade material-ui.
Tom Hacohen a33bde29d4 Pim Main: upgrade materail-ui.
Tom Hacohen 291b8ae8a6 Pim index: upgrade material-ui.
Tom Hacohen d6b7ba0240 Journal: upgrade material-ui
Tom Hacohen 5cdf5d5563 Contact: upgrade material-ui.
Tom Hacohen 0a9d4f8a10 Calendar: implement basic recurrence support.
At the moment it only shows recurrence in the calendar. You can't edit
specific instances, only the whole series (the first event). You can't
event edit the rrule at the moment. It's view only (mostly).

While this is not much, this is already a major boost to the usability
of etesync web.

Fixes .
Tom Hacohen 048c591b95 ICAL types: add more types and properties.
Bryce McNab 6d2a7b7177 Corrected spelling
Tom Hacohen 563f718597 Fix contact's birthday and anniversary date presentation.
Tom Hacohen e0ec5ee6c8 Encryption password login: add autofocus.
Tom Hacohen f828e3d290 Upgrade material-ui and start migrating to it.
Tom Hacohen ae26e34eb4 Update react, typescript recompose and etc.
Tom Hacohen 01b9921b2a Purge cache in case of an integrity error and show a nicer message.
Tom Hacohen 73897700d9 Automatically create the default journals if there are none.
Tom Hacohen 1e1033fdf1 Actions fetchAll: return a promise rather than undefined.
Tom Hacohen 8e7243964d Automatically create user info when there is none.
Tom Hacohen 811f795304 Add an ugly fragile hack to make the calendar fill the vertical space.
This is very fragile, but at least if it breaks it falls back to the
previous behaviour so it's not the end of the world if it does.

Fixes .
Tom Hacohen c25ac2d6c0 Improve error handling.
rugk 6456625716 Add access prohibition for external links
rugk 1e3e8707b2 Fix typo
Tom Hacohen 5842b7074a Login form: show a better error message.
Tom Hacohen 94214c9617 Calendar: fix switching back to months view when going back to calendar
Currently we preserve the watched date, so it's preserved when going
back to a calendar page. Now we also preserve the view.

Fixes 
Tom Hacohen 99ccfaf441 Item creation: fix the cancel button.
It wasn't working because the callback was not connected, but the
onDelete callback was connected instead (which shouldn't have been).
Tom Hacohen 71f7df252a Fix event editing.
It was crashing due to 7917b1fbe1.