Commit Graph

  • 3d4321e50c Support loading configuration from an external file Pierre-Alain TORET 2019-05-01 12:40:48 +0200
  • dfd6914cd9 Fix version number when saving events/todos. Tom Hacohen 2019-05-03 09:22:40 +0100
  • ac474d669a Bump etesync journal requirement to 1.0.2 Tom Hacohen 2019-05-01 10:54:24 +0100
  • c1eec9e796 README.md : add production deployment section Pierre-Alain TORET 2019-04-29 16:42:13 +0200
  • ac2428af88 Bump etesync journal requirement. Tom Hacohen 2019-04-25 17:14:24 +0100
  • d1293b08c3 Journal: implement importing entries from file Tom Hacohen 2019-03-27 13:25:18 +0000
  • 8a58fb01fc Journal view: fix viewing of tasks directly from the journal. Tom Hacohen 2019-03-27 17:07:05 +0000
  • 5de1087a2a Ical.js types: add support for getting all subcomponents. Tom Hacohen 2019-03-27 14:09:04 +0000
  • be43fd5b51 Fix type in page title. Tom Hacohen 2019-03-27 12:10:29 +0000
  • cd28f282fb API helpers: split the function creating journal entry. Tom Hacohen 2019-03-15 18:45:34 +0000
  • 941b47b59a API helpers: rename createJournalEntry -> addJournalEntry. Tom Hacohen 2019-03-15 18:43:22 +0000
  • 9b7f24eb8a Store actions: Rename createEntries -> addEntries. Tom Hacohen 2019-03-15 18:41:29 +0000
  • 49273fbc6f Calendar: scroll to 8am when opening week and day views. Tom Hacohen 2019-03-15 13:40:16 +0000
  • e8022a0986
    README: Improve installation instructions for Ubuntu Tom Hacohen 2019-03-15 08:39:14 +0000
  • b9de109998 README: improve the update instructions Tom Hacohen 2019-03-08 16:41:37 +0000
  • 4b09b9832a Task: fix allDay when a task doesn't have a startDate. Tom Hacohen 2019-02-26 08:26:31 +0000
  • 494bc2e3bd Fix viewing tasks with no start or end date. Tom Hacohen 2019-02-26 08:24:13 +0000
  • f26af1e1ac Journal actions: split fetchAll and fetching journal entries. Tom Hacohen 2019-02-25 23:05:04 +0000
  • 8cc20ec3ed Fix removal of deleted jorunals from the journal list. Tom Hacohen 2019-02-25 23:01:32 +0000
  • ae3f32cc01 Store: handle addJournal correctly (include empty entry list). Tom Hacohen 2019-02-25 22:48:10 +0000
  • aeca32afa8 AddressBook: make sort case insensitive. Tom Hacohen 2019-02-24 19:31:02 +0000
  • e531bf2bb9 Fix django dep yet again. Tom Hacohen 2019-02-23 19:14:45 +0000
  • 60f3515b75 Fix django dep. Tom Hacohen 2019-02-23 18:54:22 +0000
  • d30708f292 Update requirements. Tom Hacohen 2019-02-23 16:31:16 +0000
  • ad45ad3f83 Update tslint and fix warnings. Tom Hacohen 2019-02-22 16:27:35 +0000
  • a7251f6dc7 Update tslint. Tom Hacohen 2019-02-22 09:52:12 +0000
  • 7da0a6009b More tslint fixes. Tom Hacohen 2019-02-22 09:43:05 +0000
  • 9913adc756 Update tslint config and update code to conform. Tom Hacohen 2019-02-22 09:38:12 +0000
  • 3d67ad13b6 Remove redundant semi-colons. Tom Hacohen 2019-02-21 21:36:08 +0000
  • 5c94954c96 Store reducers: fix inconsistent empty lines. Tom Hacohen 2019-02-21 14:29:33 +0000
  • 812c8df61a store reducers: fix copy paste for type. Tom Hacohen 2019-02-21 14:29:13 +0000
  • 7e406e4f77 Split the store construction to a separate file. Tom Hacohen 2019-02-21 14:14:46 +0000
  • a4fca53541 Rename the locale settings to locale Tom Hacohen 2019-02-16 19:35:58 +0000
  • 3b7fadcc69 Set the locale based on the settings. Tom Hacohen 2019-02-16 19:22:25 +0000
  • 43044750e3 Add support for settings (route and store). Tom Hacohen 2019-02-16 19:22:05 +0000
  • b46291f360 Make the login screen slightly nicer. Tom Hacohen 2019-02-16 18:22:15 +0000
  • e4c2cece16 Remove the unneeded isomorphic fetch. Tom Hacohen 2019-02-15 16:11:22 +0000
  • 5f60119c91 Update node-rsa. Tom Hacohen 2019-02-15 15:43:49 +0000
  • 5237b14b74 Event and task: show timezone information. Tom Hacohen 2019-02-15 10:58:12 +0000
  • 172cc4ce53 Task: rename the completed property to finished and include cancelled. Tom Hacohen 2019-02-14 22:00:13 +0000
  • 66d95216f7 Add support for editing a task's status. Tom Hacohen 2019-02-14 21:57:19 +0000
  • a32e2c9019 Event and task description: show the text preformatted. Tom Hacohen 2019-02-14 21:29:49 +0000
  • 47c259d803 Improve task viewing. Tom Hacohen 2019-02-14 21:28:07 +0000
  • e90a92ed57 Add a function to format just a date. Tom Hacohen 2019-02-14 21:26:45 +0000
  • c2d4027e13 Move event date formatting function to a shared place. Tom Hacohen 2019-02-14 21:20:20 +0000
  • 4db3b24743 Add task edit support. Tom Hacohen 2019-02-14 20:42:12 +0000
  • 09ddfe8be8 Event: fix date calculation to account for exact same dates. Tom Hacohen 2019-02-14 20:15:48 +0000
  • 8b81d79c5b Upgrade many of the deps. Tom Hacohen 2019-02-14 18:30:12 +0000
  • 7336fe5527 Change the max container width to 30rem. Tom Hacohen 2019-02-14 18:23:44 +0000
  • 8e8397eef1 Bump material ui versions. Tom Hacohen 2019-02-14 18:18:57 +0000
  • 2847723221 Disable javascript inlining as was clashing with CSP. Tom Hacohen 2019-02-14 11:23:49 +0000
  • 82434cec2c Fix exception by moving to the better props type declaration. Tom Hacohen 2019-02-14 11:05:54 +0000
  • 2fd674a456 Add support for tasks. Tom Hacohen 2019-02-14 09:26:41 +0000
  • d11180fed6 Fix material ui depracations. Tom Hacohen 2019-02-14 10:57:08 +0000
  • 59aef075f5 Fix issue with navigation in journal views. Tom Hacohen 2019-02-14 10:40:11 +0000
  • e4de0605f9 Fix all the issues that came with switching to react scripts Tom Hacohen 2019-02-14 10:18:33 +0000
  • 3c05beef0b Move to react-scripts now that it supports typescript. Tom Hacohen 2019-02-14 10:18:19 +0000
  • d09b2f964a Journal members: add a notice for no members. Tom Hacohen 2019-02-14 08:54:23 +0000
  • 57f1aadc0d Expand containers to fill full vertical height. Tom Hacohen 2019-02-12 21:34:34 +0000
  • b24070883a Journal: add a page for viewing members. Tom Hacohen 2019-02-12 21:25:38 +0000
  • 8b438a81f6 Prettify the journals page. Tom Hacohen 2019-02-12 20:02:14 +0000
  • 56f976c766 Implement journal creation and deletion. Tom Hacohen 2019-02-12 19:51:33 +0000
  • 525ec58081 Journal edit: disallow editing journals we don't own. Tom Hacohen 2019-02-12 19:29:10 +0000
  • c5fc6f23f5 Jounal store: simplify the store functions and change the list to a hash Tom Hacohen 2019-02-12 18:07:11 +0000
  • 5b79e0f107 Implement journal update. Tom Hacohen 2019-02-12 16:33:45 +0000
  • b583347473 Confirmation dialog: fix warnings. Tom Hacohen 2019-02-12 19:48:09 +0000
  • 699f40d465 Update redux-actions. Tom Hacohen 2019-02-12 18:59:07 +0000
  • b1070ecc94 Restructure the journals route. Tom Hacohen 2019-02-12 15:29:47 +0000
  • 4dac9703e9 Refresh button: add title. Tom Hacohen 2019-02-12 14:46:54 +0000
  • 8f13da7a39 Remove the secondary header and update the appbar instead. Tom Hacohen 2019-02-12 14:18:31 +0000
  • cf435118d4 Secondary header: add support for more than just text. Tom Hacohen 2019-02-12 13:40:12 +0000
  • 591549be2a Update gitignore. Tom Hacohen 2019-02-12 13:33:31 +0000
  • 20b409ffe8 Move the journals to their own page. Tom Hacohen 2019-02-12 13:03:09 +0000
  • ebb2649078 Apply the theme to the base of the app. Tom Hacohen 2019-02-09 10:41:38 +0000
  • 51e436be2e Remove the hacky getPalette function and use the theme instead. Tom Hacohen 2019-02-09 10:17:50 +0000
  • 4bf8896931
    README: fix typo Tom Hacohen 2019-02-08 13:20:46 +0000
  • 030c88a376
    README: add a note about Tom Hacohen 2019-02-08 13:20:23 +0000
  • 69a80edbbc README: Add etesync logo. Tom Hacohen 2019-02-04 14:29:38 +0000
  • aae09ecd65 README: Add etesync logo. Tom Hacohen 2019-02-04 14:21:41 +0000
  • 45bd0a9054 Associate account workaround: allow journal creation to fail. Tom Hacohen 2019-01-26 22:53:30 +0000
  • 7d2fa215a3 Also init tasks on first run. Tom Hacohen 2019-01-26 22:47:04 +0000
  • a8c6b30456 Fix infinite loading indicator when there are no entries. Tom Hacohen 2019-01-26 22:46:48 +0000
  • 9f4fb75d73 Main view: make the calendar the default view. Tom Hacohen 2019-01-13 19:00:26 +0000
  • 9536bed501 Update journal manager to the latest version. Tom Hacohen 2019-01-12 00:20:22 +0000
  • 1ad1cb932d Bump version. Tom Hacohen 2019-01-07 21:13:51 +0000
  • a9b6978ae5 Add basic support for viewing tasks. Tom Hacohen 2019-01-07 21:12:08 +0000
  • 7d5bbd5742 Allow non-email usernames when using own server Tom Hacohen 2019-01-04 21:13:27 +0000
  • 3c06fe00be Update react-datetime. Tom Hacohen 2018-12-25 12:25:17 +0000
  • 3fc9e32f76 Item update/delete: fetch before inserting to make sure we're up to date. Tom Hacohen 2018-12-25 12:09:41 +0000
  • e697d3d276 Make it clearer that the first encryption password entered sets it. Tom Hacohen 2018-12-24 16:16:26 +0000
  • e3e4a5288a Event edit: fix wording in confirmation dialog (contact -> event). Tom Hacohen 2018-12-24 08:31:17 +0000
  • f4fab17fb9 Don't show recurring warning for non recurring events. Tom Hacohen 2018-12-14 16:47:42 +0000
  • 6b859b0693 Change the tab text colour to black. Tom Hacohen 2018-12-03 16:12:37 +0000
  • 95e97b1c31 Ask Google not to translate website (#24) rugk 2018-11-22 10:57:34 +0100
  • 99873b6b9c Disable referrer when clicking links rugk 2018-11-21 23:41:07 +0100
  • 493343dd92 Contact edit: fix default type for jabber. Tom Hacohen 2018-11-13 10:31:18 +0000
  • 87c777ac10 Appbar: fix the warning about passing an unknown props. Tom Hacohen 2018-11-13 10:28:58 +0000
  • 4d386f5a0a Contact edit: fix changing subfield types. Tom Hacohen 2018-11-13 10:26:58 +0000
  • 31bb36187a Contact edit: improve design a bit. Tom Hacohen 2018-11-13 10:07:40 +0000
  • edc662b7c0 Contact/event: fix creating items on non-default journals. Tom Hacohen 2018-11-13 10:05:04 +0000