Commit graph

768 commits

Author SHA1 Message Date
Kolja Lampe 54849d6859 Added two security improvements as mentioned at http://electron.atom.io/docs/all/#checklist 2016-07-24 22:44:38 +02:00
Kolja Lampe 8c8df7086e Align unread tabbar to current display on task bar 2016-07-24 21:57:47 +02:00
Yuya Ochiai c85578da4f Update README.md 2016-07-24 23:17:25 +09:00
Yuya Ochiai 74f78a918c Fix Windows 10 desktop notifications have black Mattermost logo
Electron can't know the background color of Windows 10.
So replace the icon with resources/appicon.png in override of notification.js.

Close #218
2016-07-24 22:26:28 +09:00
Yuya Ochiai 6a99bdb72c Minor fix for CHANGELOG.md 2016-07-24 21:12:36 +09:00
Yuya Ochiai ad1a1cb1b4 Merge pull request #200 from jnugh/linuxUrgentHint
Urgent hint on linux
2016-07-24 20:56:04 +09:00
Yuya Ochiai 4ede934b56 Minor update for CHANGELOG.md 2016-07-24 20:29:05 +09:00
Yuya Ochiai 9c42881e92 Merge pull request #206 from mattermost/jasonblais-patch-1
Update CHANGELOG.md
2016-07-24 20:23:24 +09:00
Jonas Schwabe 6f5c907ca6 📝 Add changelog entry for taskbar flashing on linux 2016-07-23 14:08:29 +02:00
Jonas Schwabe 028d0ac7f8 implements #122, urgent hint on linux 2016-07-23 14:03:53 +02:00
Jason Blais b5df8518a9 Update CHANGELOG.md
Submitting to `master`, given v1.3 has been locked.
2016-07-19 12:57:06 -04:00
Jonas Schwabe 54f6447712 Implements #176 2016-07-17 14:15:14 +02:00
Yuya Ochiai 04fe0fd336 Add changelog for v1.4.0 2016-07-17 00:07:30 +09:00
Yuya Ochiai bf3433895a Remove CircleCI deployment task triggered by tag
For #112, #137, #171
2016-07-13 01:51:27 +09:00
Yuya Ochiai 88f7bf20ca Revert "Merge pull request #145 from Razzeee/align-taskbar-to-trayicon"
This reverts commit 8d4f725556, reversing
changes made to 81bc16ca6e.

For #194
2016-07-13 01:22:03 +09:00
Yuya Ochiai 722d9b731d Revert the icon usage for the main window
Close #192
Side effect #98
2016-07-13 01:08:57 +09:00
Yuya Ochiai ffa7ccab7c Merge branch 'fix-auth-for-proxy'
Close #197
2016-07-13 00:45:11 +09:00
Yuya Ochiai cddd85e7fb Update CHANGELOG.md 2016-07-13 00:43:05 +09:00
Yuya Ochiai 227bda3a93 Fix authentication dialog not working for proxy 2016-07-13 00:41:31 +09:00
Yuya Ochiai f7ba831eaf Merge pull request #195 from Razzeee/task-icon
Fixed typo in settings (task icon)
2016-07-13 00:15:18 +09:00
Kolja Lampe 58687c955c Improved settings casing 2016-07-11 23:17:31 +02:00
Kolja Lampe ffb61c2c7c Rephrased wording of a setting
https://github.com/mattermost/desktop/issues/193#issuecomment-231553779
2016-07-11 23:14:49 +02:00
Jason Blais fde01f922d Update CHANGELOG.md 2016-07-07 20:42:40 -04:00
Yuya Ochiai 0b8d125bc4 Update version to 1.3.0 2016-07-07 22:38:08 +09:00
Yuya Ochiai b13a5ab687 Fix that the hidden main window doesn't appear when clicking toast notifications in Windows 10
Only in Windows 10, focus() was used to keep aero snap state.
2016-07-07 22:37:37 +09:00
Yuya Ochiai 35a8e1b0d9 Merge pull request #191 from mattermost/linux-hide-to-tray
Add feature to hide window into system tray in Linux
2016-07-07 22:14:59 +09:00
Yuya Ochiai a254d3dbff Add CircleCI deployment for release candidate 2016-07-07 00:00:35 +09:00
Yuya Ochiai ac0cd55a7f Update docs 2016-07-06 22:32:40 +09:00
Yuya Ochiai 55ae88d4db Refactor click event of trayIcon 2016-07-06 22:32:40 +09:00
Yuya Ochiai 1f0961c94c Replace isHidden with isVisible()
There is an API, BrowserWindow.isVisible().
2016-07-06 22:32:40 +09:00
Yuya Ochiai ad7f63127f Add feature to hide window into system tray in Linux 2016-07-06 22:31:35 +09:00
Yuya Ochiai d235eeb8b3 Update minimum version of webpack to work with #184 2016-07-06 22:18:07 +09:00
Yuya Ochiai cbecbfbc16 Merge pull request #184 from Razzeee/improve-tray-menu
Improve tray menu
2016-07-06 22:15:18 +09:00
Kolja Lampe 081a82b74f Small style improvement 2016-07-05 20:57:39 +02:00
Kolja Lampe 81b40c68b3 Replace generic "Open mattermost" by a menu entry for each team. 2016-07-05 20:57:39 +02:00
Yuya Ochiai 47f1f0cd8a Merge pull request #188 from Razzeee/fix-devtron-problems
Added event handles for potential problems devtron showed and log the…
2016-07-05 08:33:20 +09:00
Kolja Lampe bbea5e570e Added event handles for potential problems devtron showed and log these to console 2016-07-04 20:45:36 +02:00
Yuya Ochiai f8194f80c1 Merge pull request #179 from magicmonty/HideWindowOnMinimize
Hide window to system tray on minimize/close in Windows/OSX
2016-07-04 22:56:21 +09:00
Yuya Ochiai 2ca5b0b598 Merge pull request #180 from Razzeee/get-help
Added a "Mattermost docs" link to the Help section
2016-07-04 21:08:36 +09:00
Yuya Ochiai 5cbbdf8a52 Merge branch 'fix-team-edit-form'
For #152, Ref #179
2016-07-04 20:49:12 +09:00
Martin Gondermann 04cbec9a5d Makes the check for the tray icon a bit more lightweight 2016-07-03 23:04:36 +02:00
Martin Gondermann 3c0c448502 Fix behaviour, if "Show icon on menu bar" was previously not selected 2016-07-03 22:13:48 +02:00
Kolja Lampe 0f9bdfeeee Added a "Mattermost docs" link to the Help section
Closes #177
2016-07-03 20:50:05 +02:00
Yuya Ochiai 17949d34ae Reset team edit form on clicking edit button 2016-07-04 00:12:58 +09:00
Yuya Ochiai 19134b08b0 Fix team edit form is not closed after submitting changes 2016-07-03 23:59:52 +09:00
Martin Gondermann a1155bf989 Merge branch 'master' into HideWindowOnMinimize
# Conflicts:
#	CHANGELOG.md
2016-07-03 16:14:30 +02:00
Martin Gondermann 2b4ee5f0bc Readded the Option to hide the window on close for OSX 2016-07-03 16:12:04 +02:00
Yuya Ochiai 8637177c57 Merge pull request #183 from mattermost/contributing-md
Add request to update CHANGELOG.md and docs/*.md
2016-07-03 22:42:46 +09:00
Yuya Ochiai d1691f6f73 Update CHANGELOG.md for #169 2016-07-03 22:39:48 +09:00
Martin Gondermann f35393d73e Removed obsolete setting "minimizeToTray" 2016-07-03 15:05:04 +02:00