Commit graph

36 commits

Author SHA1 Message Date
Liam Cardenas f97f8d35ca
Revert "Authenticate early" 2018-03-26 10:26:02 -07:00
liamcardenas d1bb7a9c2a Authenticate as early as possible 2018-03-26 01:12:02 -07:00
Baltazar Gomez fcdb935687 fix: exporting issues (#1163) 2018-03-22 11:43:35 -04:00
Igor Gassmann 8267a5caea chore: suppress no-console ESLint rule
Suppresses this rule until logging framework integrated.
2018-03-20 15:49:08 -04:00
Igor Gassmann 0271311bca feat: add error console logging for auto-update 2018-03-19 21:09:36 -04:00
Igor Gassmann 40ab6e1b38
chore: change building target to .deb for Linux (#1103)
It was decided to rollback to Debian builds for Linux due to how inconvenient it is to launch an AppImage build.
2018-03-14 20:22:54 -04:00
liamcardenas ac0980f75d Merge branch 'master' into subscribe-notify 2018-03-07 20:39:57 -08:00
Igor Gassmann b9f4d7b307
chore: migrate to AppImage and update publish workflow (#1010)
The app now uses AppImage instead of .deb files for Linux. Thanks to this change, the app supports now auto-updates on Linux too.

The publishing workflow has been updated. It uses now the publishing mechanisms offered by electron-builder.
2018-03-07 18:03:45 -05:00
liamcardenas 98c9dfb68e Formatted code with prettier 2018-03-06 00:36:04 -08:00
Baltazar Gomez df1f67ca24
Merge branch 'master' into export-csv 2018-02-28 16:16:53 -07:00
YULIUS KURNIAWAN KRISTIANTO 9011996d69
[FIX #988] Disable drag and drop 2018-03-01 05:03:36 +07:00
btzr-io f29a947c09 create component FileExporter 2018-02-23 17:24:00 -07:00
Liam Cardenas a81924626d Revamped analytics 2018-02-16 00:47:52 -08:00
alexliebowitz f302a0f92a
Merge branch 'master' into auto-update 2018-01-23 19:59:57 -05:00
Alex Liebowitz 8c0bf32fe5 Small changes to prepare auto update for release 2018-01-23 19:46:49 -05:00
Alex Liebowitz 483809be1b Merge remote-tracking branch 'origin/master' into auto-update 2018-01-23 10:35:15 -05:00
Liam Cardenas f67e12003f
Merge pull request #950 from Arrowana/automatic_dark_mode
Automatic dark mode
2018-01-22 10:16:36 -08:00
Igor Gassmann fd64ae58fe Refactor main process 2018-01-17 23:13:08 -03:00
Arrowana 8eb7f58988 add basic feature 2018-01-14 20:14:15 +11:00
Alex Liebowitz b03623eb68 Convert Windows update alert dialog to native dialog in main process
Maybe a bit less polished, but I couldn't find a way to prevent the
main window from closing that works on the current version of Electron,
and in general it was starting to get too complicated.
2018-01-12 00:30:23 -05:00
Alex Liebowitz b08d96da1e Add alert before close after update is declined on Windows 2018-01-12 00:30:23 -05:00
Alex Liebowitz 3957bf2afc Finish core UI for auto update 2018-01-12 00:30:23 -05:00
Alex Liebowitz 24ced8ede7 More core UI for auto-update
We keep the old dialog flow on Linux, and on Windows and Mac we show a
single dialog when the file is downloaded.
2018-01-12 00:30:23 -05:00
Sean Yesmunt 2b9561f0c0
Revert "Redesign groundwork, homepage, search" 2018-01-08 17:15:44 -08:00
Sean Yesmunt 7d492ae1fc Redesign groundwork (home/search) 2018-01-08 13:10:14 -08:00
Igor Gassmann 60772d0a74 Fix right click bug 2018-01-05 19:36:10 -03:00
Igor Gassmann 0a94082983 Convert anonymous functions to arrow functions 2017-12-27 20:48:11 -03:00
Igor Gassmann 47bdc6cbef Merge branch 'master' into issue/763 2017-12-26 10:26:15 -03:00
Liam Cardenas 5948124586 Added recaptcha compatibility 2017-12-22 18:09:06 -08:00
Igor Gassmann 4cab8055ca Merge origin/master into issue/763 2017-12-21 22:21:22 -03:00
Igor Gassmann 3982a56eaa Fix importing errors 2017-12-21 19:09:30 -03:00
Igor Gassmann 7cd25e777a Pretty print and lint non-component sources 2017-12-21 18:00:33 -03:00
Liam Cardenas a9863b9082 Improve click analytics 2017-12-18 22:34:03 -08:00
Liam Cardenas f407cd91a1 Move analytics out of redux folder 2017-12-18 21:53:01 -08:00
Igor Gassmann a40aecfb68 Apply ESLint auto fixing 2017-12-13 18:36:30 -03:00
Igor Gassmann c220ae87e6 Rename electron processes' entry points to avoid confusion with main process. 2017-12-12 10:22:16 -03:00
Renamed from src/renderer/main.js (Browse further)