Commit graph

2174 commits

Author SHA1 Message Date
Yuya Ochiai c3761637d2 Update setup.md 2016-04-19 20:36:41 +09:00
Yuya Ochiai 06ebee8299 Merge branch 'experiment/disablewebsecurity' into dev 2016-04-19 20:32:20 +09:00
Yuya Ochiai 0f4d519a63 Update docs for disablewebsecurity 2016-04-19 20:31:52 +09:00
Yuya Ochiai e1b008a3e0 Make "disablewebsecurity" optional 2016-04-17 23:07:17 +09:00
Yuya Ochiai 902c16b080 Disable nodeIntegration on window.open() 2016-04-17 22:11:01 +09:00
Yuya Ochiai 2eae1d42d2 Merge branch 'dev' into experiment/disablewebsecurity 2016-04-17 12:50:39 +09:00
Yuya Ochiai 35e1787e2f Merge branch 'osx-menu' into dev 2016-04-15 23:09:21 +09:00
Yuya Ochiai 48893f834f Fix naming for menu on OS X
Close #83
2016-04-15 23:08:15 +09:00
Yuya Ochiai e8e7cc2d80 Update docs/setup.md for "Hide Menu Bar" option 2016-04-15 20:25:40 +09:00
Yuya Ochiai 9cc84de9a9 Merge branch 'docker' into dev 2016-04-15 00:12:36 +09:00
Yuya Ochiai 81981e18ae Fix the script 2016-04-14 23:59:24 +09:00
Yuya Ochiai 1b377d2888 Fix line encoding 2016-04-14 23:42:14 +09:00
Yuya Ochiai 217cab9241 chmod +x docker/circle_docker_build.sh 2016-04-14 23:37:31 +09:00
Yuya Ochiai 3e5af12344 Cache the docker image 2016-04-14 23:28:41 +09:00
Yuya Ochiai ab6b1359e9 Fix mistake on reverting 2016-04-14 23:04:10 +09:00
Yuya Ochiai 44c72a78aa Stop using Docker Hub 2016-04-14 22:53:50 +09:00
Yuya Ochiai 3dd72b1aa1 Merge pull request #110 from asaadmahmoodspin/ui-improvements into dev 2016-04-14 22:35:41 +09:00
Yuya Ochiai 84e4191d67 Merge branch 'update-react' into dev 2016-04-14 22:14:05 +09:00
Yuya Ochiai 6c0bfa8be1 Update esformatter-jsx and related packages 2016-04-14 22:10:27 +09:00
Yuya Ochiai 38216396e4 Update React and releated packages 2016-04-14 21:30:58 +09:00
Yuya Ochiai c3783445fa Merge branch 'master' into dev 2016-04-14 21:21:52 +09:00
Asaad Mahmood 6e65cceb44 Updating notification styles
Pretifying changes
2016-04-14 05:49:24 +05:00
Yuya Ochiai af48bce17b Update version to 1.1.1 2016-04-13 23:57:16 +09:00
Yuya Ochiai cc2d65c741 Fix npm run build when using webpack 1.12.15
'remote' module is used in electron-connect but it's removed from electron target on webpack 1.12.15.
So define 'remote' as "externals" to avoid bundling error.

http://webpack.github.io/docs/configuration.html#externals
2016-04-13 23:35:26 +09:00
Yuya Ochiai 0f89418fb0 Update CHANGELOG.md 2016-04-13 23:07:51 +09:00
Yuya Ochiai 51fb43e1a1 Fix settings.html doesn't return to index.html
Reproduced when the path contains a blank.
Escape('%20') has no effects for this, so 'remote' module is used.

Close #89
2016-04-13 22:58:04 +09:00
Yuya Ochiai f832aada35 Merge branch 'fix/cinnamon-opens-menu' 2016-04-13 21:38:33 +09:00
Yuya Ochiai 914b782d48 Not allow Alt+Shift to open menu on Cinnamon desktop environment.
Close #104
2016-04-11 23:07:56 +09:00
Yuya Ochiai c9ab2cdbef Update ISSUE_TEMPLATE.md 2016-04-11 22:58:27 +09:00
Yuya Ochiai 069f8fa7ac Create ISSUE_TEMPLATE.md 2016-04-11 22:56:37 +09:00
Yuya Ochiai 3097da1b88 Update CHANGELOG.md 2016-04-11 22:50:23 +09:00
Yuya Ochiai d5a3e13329 Merge branch 'feature/osx-menu-icon' into dev
Close #45
2016-04-11 22:46:50 +09:00
Yuya Ochiai 8883ce3229 Make the tray icon to be optional 2016-04-11 21:51:24 +09:00
Yuya Ochiai f027008bd1 Refactor TrayIcon codes 2016-04-07 23:15:12 +09:00
Yuya Ochiai 9e07f6213a Add the status menu for OS X 2016-04-07 00:49:20 +09:00
Yuya Ochiai 75fc052e2a Take care of non-existing directory 2016-04-04 21:24:59 +09:00
Yuya Ochiai 001a65f5eb Fix React.js warning by adding unique "key" prop 2016-03-30 23:05:24 +09:00
Yuya Ochiai 6dcf88b885 Update Electron to 0.37.3 2016-03-30 21:42:20 +09:00
Yuya Ochiai a39c73d4c2 Merge tag 'v1.1.0' into dev 2016-03-30 21:19:01 +09:00
Yuya Ochiai 108cf91bf6 Merge pull request #92 from mattermost/release/v1.1.0
Release/v1.1.0
2016-03-30 21:07:56 +09:00
Yuya Ochiai 55e57412cc Update README.md for basic auth 2016-03-30 20:56:47 +09:00
Yuya Ochiai e326ee394c Merge branch 'master' into release/v1.1.0 2016-03-30 20:47:13 +09:00
Yuya Ochiai 8f7710a12e Merge pull request #102 from antmicro/httpBasicAuth
Add simpler httpBasicAuth implementation
2016-03-30 20:45:18 +09:00
Michael Gielda dc644e9285 Prettified previous commit 2016-03-29 18:00:47 +02:00
Michael Gielda 3af9b31000 Simpler implementation of HTTP basic auth, fixes #56 2016-03-29 17:56:03 +02:00
Yuya Ochiai 7e71094133 Fix pixelated taskbar icon on HiDPI Windows 2016-03-23 23:04:03 +09:00
Yuya Ochiai 89959c7c93 Update CONTRIBUTING.md
from @lloeki's suggestion in #92
2016-03-23 22:51:52 +09:00
Yuya Ochiai e3130e4c77 Update version to 1.1.0 2016-03-23 01:51:27 +09:00
Yuya Ochiai e72573d787 Add a known issue to CHANGELOG.md 2016-03-23 01:14:25 +09:00
Yuya Ochiai dcadb4aac4 Update CHANGELOG.md for v1.1.0 2016-03-23 00:30:33 +09:00