Commit graph

210 commits

Author SHA1 Message Date
Yuya Ochiai 682c45aeab Suppress verbose error in certificateStore 2016-10-26 00:40:53 +09:00
Yuya Ochiai 56e6fea525 Update CHANGELOG.md 2016-10-23 00:23:01 +09:00
Jonas Schwabe a857a63dec 📕
Changelog entry for cache clear on update
2016-10-20 15:46:51 +02:00
Yuya Ochiai 0d76af70cb Update CHANGELOG.md 2016-10-11 23:23:27 +09:00
Yuya Ochiai f4b81e4014 Update CHANGELOG.md for #337 2016-10-10 23:14:17 +09:00
Yuya Ochiai 851b51f11c Update CHANGELOG.md 2016-10-08 16:43:46 +09:00
Yuya Ochiai 5835a74b54 Write about Ctrl+Y for Redo on Windows
Due to Electron v1.4.2
2016-10-08 00:59:44 +09:00
Yuya Ochiai b33dae5ba2 Add "New Known Issues" to CHANGELOG.md 2016-10-08 00:15:11 +09:00
Yuya Ochiai 88248ff550 Update CHANGELOG.md 2016-10-07 20:32:21 +09:00
Yuya Ochiai d9cb6d50cd Merge pull request #306 from Razzeee/windows-fix-copying
Bump dependency to get rid of windows copy bug
2016-10-03 22:52:53 +09:00
Jason Blais b224f9b788 Add v3.4.1 changelog entry 2016-10-03 00:32:20 -04:00
Kolja Lampe 3cfa73d658 Bump dependency to get rid of windows copy bug 2016-10-01 22:38:50 +02:00
Yuya Ochiai 566b983f92 Add horizontal lines for visibility of CHANGELOG.md 2016-09-22 23:30:40 +09:00
Yuya Ochiai d0b12fb2cf Add "UNDER DEVELOPMENT" section to CHANGELOG.md 2016-09-22 23:25:07 +09:00
Yuya Ochiai 50c7a22aaa Update README.md 2016-09-22 22:21:17 +09:00
Jason Blais 8074b7a974 Update CHANGELOG.md 2016-09-21 14:20:23 -04:00
Jason Blais 346694b133 Update CHANGELOG.md
Turns out it has to be on `master` so we can link to it properly.
2016-09-16 01:47:09 -04:00
Yuya Ochiai 6140628ae2 Merge pull request #275 from jnugh/revertCacheWorkaround
Revert pull #219 "Workaround: Invalidate cache of the main page on load"
2016-09-13 00:45:52 +09:00
Yuya Ochiai fb0b422815 Merge pull request #272 from jnugh/context-menu
Use electron-context-menu insted of bare contextmenu
2016-09-13 00:43:20 +09:00
Yuya Ochiai 7eaab5e06a Add simple validation for Name and URL in the settings page 2016-09-10 21:36:49 +09:00
Jonas Schwabe 561a93de8f Revert "add chaneglog for forceReload PR"
This reverts commit 58dfda760e.

Revert "Fix error handler which showed an error on reload, as the cancel event was triggered after the cacheInvalidated property has been set to true"

This reverts commit 93263aea3a.

Revert "Workaround for bad cache handling in mattermost platform, fixes #212"

This reverts commit 61bf5344bf.
2016-09-09 20:42:45 +02:00
Yuya Ochiai 93e419b488 Add back/forward features for the current tab
Close #245
2016-09-10 00:13:08 +09:00
Yuya Ochiai d19df3fc29 Merge pull request #273 from Razzeee/search
Move current search in channel function to Shift+CTRL+S

Close #270
2016-09-10 00:04:28 +09:00
Yuya Ochiai c7125a372e Merge pull request #262 from mattermost/fix-focus-of-webview
Fix webview doesn't get focus correctly

Close #231
2016-09-09 23:52:45 +09:00
Jonas Schwabe 14ee822b0c Use electron-context-menu insted of bare contextmenu.
Fixes #123
2016-09-05 19:17:59 +02:00
Kolja Lampe 1f5546a250 Move current search in channel function to Shift+CTRL+S
Add search in team

Closes #270
2016-09-04 23:56:17 +02:00
Jason Blais 7834c5a834 Update CHANGELOG.md 2016-08-30 08:50:02 -04:00
Yuya Ochiai b37474aead Update CHANGELOG.md for #233 2016-08-28 22:11:13 +09:00
Yuya Ochiai 2458889a09 Merge branch 'linux-desktop-file'
Close #208
2016-08-28 22:01:28 +09:00
Yuya Ochiai 6a9bed7497 Update CHANGELOG.md 2016-08-26 22:52:26 +09:00
Yuya Ochiai 4d0e263ecd Fix webview doesn't get focus correctly
For #231

webview.focus() was used to focus on the webview, but it's DOM element function.
So only the tag was focused in the host window, and its webContents was not focused.
As the result, the shortcuts of Mattermost server didn't work in some cases.
Electron is upgraded to 1.2.8 because of webContents.isFocused().
2016-08-26 00:49:18 +09:00
Yuya Ochiai f2284fddb4 Add script to create .desktop file for Linux
For #208
2016-08-25 00:33:35 +09:00
Thomas de Saint-Exupéry fd80b758ed Add access to settings through tray menu 2016-08-23 15:25:58 +02:00
Yuya Ochiai a0453b5865 Fix pixelated application icons for Windows
Added 20x20, 24x24 and 40x40 icons to icon.ico

Top left of the window: #98
Taskbar icon: #192
2016-08-23 20:20:52 +09:00
Yuya Ochiai 4151c82308 Fix the order of changelog entries 2016-08-22 22:45:17 +09:00
Yuya Ochiai f85337db65 Merge pull request #251 from Razzeee/fix-window-state
Improved window state handling
2016-08-22 22:39:29 +09:00
Yuya Ochiai effb102224 Merge pull request #242 from Razzeee/remove-tray-accelerators
Remove accelerators from tray menu

Close #239
2016-08-22 20:32:51 +09:00
Yuya Ochiai 22208b497e Merge pull request #258 from mattermost/experiment/search-box
CTRL/CMD+F on Desktop app puts cursor in Mattermost search box filtered to channel

Close #229
2016-08-22 20:27:37 +09:00
Kolja Lampe 92648d9067 Remove accelerators from tray menu
Closes #239
2016-08-22 10:15:19 +02:00
Yuya Ochiai 5d9c74e8bd Merge pull request #247 from jgis/master
Force single app instance

Close #236
2016-08-22 00:17:29 +09:00
Yuya Ochiai e8624a9dc5 Update changelog and document 2016-08-22 00:12:01 +09:00
Kolja Lampe 7429df05f5 Improved window state handling
Closes #249
2016-08-21 09:53:29 +02:00
Julian Gisser f029a05e2f Update CHANGELOG.md 2016-08-19 21:03:10 +02:00
Kolja Lampe f01b6a98f2 Change window title to the one that's set from the platform for the current channel 2016-08-19 20:39:12 +02:00
Julian Gisser 4cb1ac4396 Update CHANGELOG.md 2016-08-19 17:49:11 +02:00
Julian Gisser b86b93cf45 Update CHANGELOG.md 2016-08-17 09:55:33 +02:00
Jonas Schwabe 58dfda760e add chaneglog for forceReload PR 2016-08-09 15:27:56 +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 ad3d0e7dd9 Update CHANGELOG.md 2016-08-04 23:08:45 +09:00
Yuya Ochiai 75dc8cd984 Update CHANGELOG.md 2016-08-03 23:39: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
Jason Blais 6c071fd225 Update CHANGELOG.md 2016-07-28 08:30:19 -04:00
Jason Blais 65f2ead527 Add "UNDER DEVELOPMENT" note for v1.4 changelog 2016-07-26 16:36:01 -04: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 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
Jonas Schwabe 6f5c907ca6 📝 Add changelog entry for taskbar flashing on linux 2016-07-23 14:08:29 +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
Yuya Ochiai 04fe0fd336 Add changelog for v1.4.0 2016-07-17 00:07:30 +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 cddd85e7fb Update CHANGELOG.md 2016-07-13 00:43:05 +09:00
Jason Blais fde01f922d Update CHANGELOG.md 2016-07-07 20:42:40 -04:00
Yuya Ochiai ac0cd55a7f Update docs 2016-07-06 22:32:40 +09: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 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
Kolja Lampe 0f9bdfeeee Added a "Mattermost docs" link to the Help section
Closes #177
2016-07-03 20:50:05 +02: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 d1691f6f73 Update CHANGELOG.md for #169 2016-07-03 22:39:48 +09:00
Martin Gondermann 2919b1af5f Removed option to minimize to tray, this is now the default behaviour 2016-07-03 14:58:48 +02:00
Martin Gondermann 865b08105a OSX: Added Option to hide Window from dock on close 2016-06-30 22:17:31 +02:00
Martin Gondermann 7c09ddda85 Update Changelog and docs/setup.md 2016-06-30 17:59:36 +02:00
Yuya Ochiai fdfb5ad791 Fix typo 2016-06-22 23:10:27 +09:00
Yuya Ochiai 517cc16835 Merge branch 'master' into dev 2016-06-17 23:39:45 +09:00
Yuya Ochiai 339dd4e404 Update CHANGELOG.md 2016-06-17 23:19:43 +09:00
Yuya Ochiai 2b7dc1190e Update CHANGELOG.md 2016-06-17 21:50:01 +09:00
Yuya Ochiai 3698b19495 Update docs 2016-06-16 21:08:40 +09:00
Yuya Ochiai f87628a857 Update CHANGELOG.md 2016-06-13 23:58:50 +09:00
Yuya Ochiai 3357fc18d2 Update CHANGELOG.md and docs/setup.md 2016-06-12 22:06:44 +09:00
Yuya Ochiai 7bfedc6f23 Update CHANGELOG.md 2016-06-12 22:03:53 +09:00
Yuya Ochiai 479b789629 Merge branch 'master' into dev 2016-06-06 21:30:23 +09:00
Yuya Ochiai 8b50de925a Update README.md 2016-06-05 20:44:04 +09:00
Yuya Ochiai bd25d254d3 Merge branch 'release/v1.2.1' 2016-06-01 23:04:40 +09:00
Yuya Ochiai aee4d375a0 Update CHANGELOG.md to clarify the points 2016-06-01 22:58:37 +09:00
Yuya Ochiai 7892a9a5fe Update README.md 2016-05-24 00:01:47 +09:00
Yuya Ochiai 9bcc521780 Update docs for shortcuts 2016-05-21 16:24:50 +09:00
Yuya Ochiai 81bc16ca6e Update CHANGELOG.md for tray icon on Linux 2016-05-17 21:53:19 +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 6b11722a96 Update CHANGELOG.md 2016-05-04 21:56:13 +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 0f4d519a63 Update docs for disablewebsecurity 2016-04-19 20:31:52 +09:00
Yuya Ochiai c3783445fa Merge branch 'master' into dev 2016-04-14 21:21:52 +09:00
Yuya Ochiai 0f89418fb0 Update CHANGELOG.md 2016-04-13 23:07:51 +09:00
Yuya Ochiai 3097da1b88 Update CHANGELOG.md 2016-04-11 22:50:23 +09:00
Yuya Ochiai 75fc052e2a Take care of non-existing directory 2016-04-04 21:24:59 +09:00
Yuya Ochiai 55e57412cc Update README.md for basic auth 2016-03-30 20:56:47 +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
it33 91b94bd0bb Updating known issue on volume mixer in Windows 2016-03-13 16:24:25 -07:00
it33 defce47f9d Adding clarification on changes and known issues 2016-03-13 08:49:05 -07:00
Yuya Ochiai ccb5111e5e Minor fix for CHANGELOG.md 2016-03-11 23:50:42 +09:00
it33 a135c55325 Create CHANGELOG.md
Proposing a changelog format to document known issues. Eventually this could move to docs.mattermost.com to make it easier to review all the components of Mattermost in one place.
2016-03-10 08:04:58 -08:00