Commit graph

1190 commits

Author SHA1 Message Date
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
Yuya Ochiai 58f1ec5f9a Prototype http authentication 2016-04-21 23:29:44 +09:00
Jeremy Cook 0853e17685 Tell users where to place the application directory
Using "Extract All..." with the default options will extract the files to the Downloads folder. Many users will do exactly that and end up running Mattermost from there downloads folder. Not a good thing. These instructions tell users where to extract the files.

Perhaps in a future release these instructions can be reduced to run a batch script or installer.
2016-04-20 10:18:46 -06:00
Yuya Ochiai f8678fbec3 Revert existing auth event 2016-04-19 20:44:07 +09:00
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