Commit graph

745 commits

Author SHA1 Message Date
Yuya Ochiai 1d851fd6de Merge pull request #219 from jnugh/forceReload
Workaround: Invalidate cache of the main page on load
2016-08-13 10:50:25 +09:00
Yuya Ochiai 312d34706b Merge pull request #187 from Razzeee/improve-menus
Improve menus due to improvements in electron
2016-08-13 10:46:49 +09:00
Akash Nimare e1a0c5adbf Enable zoom-in on CommandOrctrl + 2016-08-10 22:08:41 +05:30
Jonas Schwabe 58dfda760e add chaneglog for forceReload PR 2016-08-09 15:27:56 +02:00
Jonas Schwabe 93263aea3a Fix error handler which showed an error on reload, as the cancel event was triggered after the cacheInvalidated property has been set to true 2016-08-09 15:27:56 +02:00
Jonas Schwabe 61bf5344bf Workaround for bad cache handling in mattermost platform, fixes #212 2016-08-09 15:27:49 +02:00
Kolja Lampe 932f756570 Use the default electron roles and their naming/implemenation
See: https://github.com/electron/electron/pull/6190/files
2016-08-08 18:58:12 +02:00
Yuya Ochiai eac17decf6 Merge branch 'security-improvements'
For #220
2016-08-09 01:11:06 +09:00
Yuya Ochiai e1b18cb5f7 Update README.md 2016-08-09 01:10:00 +09:00
Yuya Ochiai ce6cf485f6 Implementation and further tests for #220 2016-08-09 00:04:36 +09:00
Kolja Lampe 8c674e5b9f Use togglefullscreen role which is now part of electron
https://github.com/electron/electron/pull/6166
2016-08-07 20:45:04 +02:00
Kolja Lampe 32a5cd8fe2 Use quit role which is now part of electron
https://github.com/electron/electron/pull/6154
2016-08-07 20:45:03 +02:00
Kolja Lampe 1bce876fae Updated electron to newest version 2016-08-07 20:45:03 +02:00
Yuya Ochiai ad3d0e7dd9 Update CHANGELOG.md 2016-08-04 23:08:45 +09:00
Yuya Ochiai 611f52647b Merge pull request #199 from jnugh/unityMessageBadge
Ubuntu Unity counter badge
2016-08-04 23:04:31 +09:00
Yuya Ochiai 75dc8cd984 Update CHANGELOG.md 2016-08-03 23:39:37 +09:00
Yuya Ochiai dcbf18e863 Merge branch 'improve-reloading'
Close #213 and #223
2016-08-03 23:27:37 +09:00
Yuya Ochiai 3e2d6be87e Merge pull request #201 from Razzeee/unread-badge
Make unread badge configurable
2016-08-01 12:17:25 +09:00
Kolja Lampe 51d828aa1a Make unread badge configurable 2016-07-28 18:00:15 +02:00
Yuya Ochiai bd354f21a5 Merge pull request #216 from Razzeee/align-unread-tabbar
Bold unread tabitem if there are unread messages
2016-07-28 23:02:00 +09:00
Yuya Ochiai 3feb833537 Refresh the inside of the current tab when reloading in the main window
For #213 and #223

As the side effect, this doesn't reload the settings page.
But it will not be problem in most cases.
2016-07-28 22:57:30 +09:00
Jason Blais 6c071fd225 Update CHANGELOG.md 2016-07-28 08:30:19 -04:00
Yuya Ochiai c47bd07a5d Merge pull request #224 from mattermost/jasonblais-patch-2
Add "UNDER DEVELOPMENT" note for v1.4 changelog
2016-07-27 23:47:46 +09:00
Jason Blais 65f2ead527 Add "UNDER DEVELOPMENT" note for v1.4 changelog 2016-07-26 16:36:01 -04:00
Yuya Ochiai 7e34358053 Merge branch 'fix-win10-notifications-icon' 2016-07-27 00:22:57 +09:00
Yuya Ochiai 6c26fa98a4 Merge pull request #221 from timroes/flashWindowFix
Flash Window also without systray icon
2016-07-26 23:07:58 +09:00
Tim Roes 32509ad8c2 Flash Window also without systray icon 2016-07-25 14:47:51 +02:00
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