Commit Graph

377 Commits

Author SHA1 Message Date
Yuya Ochiai
7892a9a5fe Update README.md 2016-05-24 00:01:47 +09:00
Yuya Ochiai
e711eb1893 Fix that "Electron" appears on the title bar for a while on startup. 2016-05-24 00:00:57 +09:00
Yuya Ochiai
850c642644 Open tray menu with right-click on OS X
Close #139
2016-05-23 23:48:10 +09:00
Yuya Ochiai
91e2346cc3 Add a tray icon menu to open the main window 2016-05-23 23:37:24 +09:00
Yuya Ochiai
32b743f98c Refactor the dialog to confirm protocol
Close #144
2016-05-23 23:29:36 +09:00
Yuya Ochiai
7c964d51f5 Add dialog to confirm non-http(s) link 2016-05-22 13:39:52 +09:00
Yuya Ochiai
bb66ece664 Merge branch 'release/v1.2.0' 2016-05-13 22:09:55 +09:00
Yuya Ochiai
aefc91a53f Add a missing bracket 2016-05-13 22:09:36 +09:00
Yuya Ochiai
e1333f00f0 Merge pull request #136 from mattermost/mixed-content
Update text for allowing http content, allow mixed content by default
2016-05-13 22:04:03 +09:00
JoramWilander
ef599deab3 Update text for allowing http content, allow mixed content by default 2016-05-13 08:49:33 -04:00
Yuya Ochiai
3e49bfb04c Update Electron to 0.37.8
Make sure the userData directory is created during the ready event of app
module.

Close #130
2016-05-12 00:23:42 +09:00
Yuya Ochiai
f5e31a7534 Merge branch 'release/v1.2.0' 2016-05-07 00:31:36 +09:00
Yuya Ochiai
0529cb8efc Fix author entry 2016-05-06 22:53:56 +09:00
Yuya Ochiai
bfac489777 Update electron-packager to fix app icon for OS X 2016-05-06 22:52:38 +09:00
Yuya Ochiai
68cc7a62d7 Update version to 1.2.0 2016-05-05 22:18:05 +09:00
Yuya Ochiai
6a89cd65f3 Merge branch 'master' into release/v1.2.0 2016-05-05 22:15:19 +09:00
Yuya Ochiai
fa1c23bb4f Create branch release/v1.2.0 2016-05-05 21:51:10 +09:00
Yuya Ochiai
f22f67bec1 Fix application name 2016-05-04 23:19:13 +09:00
Yuya Ochiai
37f9c27a75 Add description "Show Icon on Menu Bar" for OS X 2016-05-04 22:53:46 +09:00
Yuya Ochiai
6b11722a96 Update CHANGELOG.md 2016-05-04 21:56:13 +09:00
Yuya Ochiai
835da24bea Add a simple guide for other linux distributions 2016-05-04 01:13:32 +09:00
Yuya Ochiai
74f219671c Add setup guide for Linux and refactor the doc 2016-05-04 01:07:56 +09:00
Yuya Ochiai
bc97163fd4 Fix error when saving bound-info.json 2016-05-04 00:36:54 +09:00
Yuya Ochiai
169debe07a Merge branch 'refactor/tests' into dev 2016-05-03 01:09:43 +09:00
Yuya Ochiai
a199f09216 Add tests for hideMenuBar 2016-05-03 00:42:13 +09:00
Yuya Ochiai
47486d8b8e Rearrange test directory 2016-05-02 22:45:56 +09:00
Yuya Ochiai
447c84578a Add "key" attribute to suppress warning 2016-05-02 20:21:51 +09:00
Yuya Ochiai
2468d2a6b2 Merge branch 'update-electron' into dev
Close #116
2016-05-02 19:45:30 +09:00
Yuya Ochiai
84440d7ecc Remove unnecessary commands from circle.yml 2016-05-02 19:38:11 +09:00
Yuya Ochiai
9fe9e52709 Update Electron to 0.37.7 2016-04-27 22:16:12 +09:00
Yuya Ochiai
28dc6ac0d9 Merge branch 'feature/http-auth' into dev
Close #56
2016-04-27 21:52:36 +09:00
Yuya Ochiai
606b3394de Update CHANGELOG.md 2016-04-27 21:52:14 +09:00
Yuya Ochiai
e99e6c0a05 Update docs for login dialog 2016-04-27 20:51:57 +09:00
Yuya Ochiai
5fce592b01 Show proxy URL on login dialog 2016-04-27 20:48:01 +09:00
Yuya Ochiai
9ec5fe9f9f Fixup circle.yml 2016-04-27 00:11:33 +09:00
Yuya Ochiai
ae4b4a8f08 Merge branch 'feature/electron-builder' into dev
for #105
2016-04-26 23:48:35 +09:00
Yuya Ochiai
fde15631fb Add "apt-get update" in Dockerfile 2016-04-26 23:19:43 +09:00
Yuya Ochiai
b65fbf6e5f Add missing RUN in Dockerfile 2016-04-26 23:12:06 +09:00
Yuya Ochiai
40eecf0dad Create deb packages on CircleCI 2016-04-26 23:00:07 +09:00
Yuya Ochiai
162b0ae632 Add the short description for deb packages 2016-04-26 22:48:16 +09:00
Yuya Ochiai
281669965f Use electron-builder to create deb packages 2016-04-26 22:40:30 +09:00
Yuya Ochiai
8c6a8f0338 Prettify previous commit 2016-04-26 22:40:21 +09:00
Yuya Ochiai
507889066a Tell whether the server is a proxy 2016-04-25 20:41:02 +09:00
Yuya Ochiai
dc7e7181ec Allow only http and https to open a new window 2016-04-23 20:39:15 +09:00
Yuya Ochiai
e051810ccc Improve codes to disable nodeIntegration 2016-04-23 20:37:57 +09:00
Yuya Ochiai
a55eb6fa0f Change compatibility for react-bootstrap 2016-04-23 19:33:12 +09:00
Yuya Ochiai
d81856629b Send login credentials on Enter key 2016-04-23 19:15:25 +09:00
Yuya Ochiai
b0a40c66fb Add the dialog to login 2016-04-23 01:12:00 +09:00
Yuya Ochiai
7e946e7bea Merge pull request #114 from jeremycook/patch-1
Tell users where to place the application directory
2016-04-22 20:48:13 +09:00
Yuya Ochiai
f39c154319 Update React-Bootstrap to 0.29.0 2016-04-22 00:34:37 +09:00