Yuya Ochiai
4caf906ad6
Fix cache-purging not working
2018-01-18 00:32:19 +09:00
Yuya Ochiai
5eafe2e7fb
Show permissions dialog only for untrusted origins
2017-12-05 00:59:54 +09:00
Yuya Ochiai
3a865f3d24
Merge pull request #633 from yuya-oc/simplify-two-config
...
Simplify and split config.json into defaultPreferences and buildConfig
2017-11-09 00:49:09 +09:00
Yuya Ochiai
4137df4098
Ignore JSON.parse expections on PermissionManager constructor
...
https://github.com/mattermost/desktop/pull/633#issuecomment-342508014
2017-11-08 00:44:36 +09:00
Yuya Ochiai
30da348e6e
Remove unnecessary white space from the dialog message
2017-11-08 00:39:23 +09:00
Yuya Ochiai
878b5c1a42
Restrict adding a server even when the number of servers is zero
2017-11-07 22:20:33 +09:00
Yuya Ochiai
4abd72856f
Move enableServerManagement key from defaultPreferences to buildConfig
2017-11-07 22:06:47 +09:00
Yuya Ochiai
3613f70a72
Simplify and split config.json into defaultPreferences and buildConfig
2017-11-07 21:42:05 +09:00
Yuya Ochiai
77427ad75a
Implement asynchronous permission requests
2017-11-07 21:16:41 +09:00
Yuya Ochiai
ef43ec6e3e
Add test for PermissionManager
2017-11-07 21:03:36 +09:00
Yuya Ochiai
c957857a08
Implement permission request handler
2017-11-07 21:03:36 +09:00
Yuya Ochiai
8003c49bde
Merge pull request #600 from csduarte/BASH-18
...
BASH-18 Add configs to show/hide server management and multiteam settings
2017-11-07 20:57:11 +09:00
Yuya Ochiai
e14ff7bc2a
Merge pull request #626 from yuya-oc/show-internal-error
...
Show uncaughtException as an internal error and quit the app
2017-11-07 01:10:41 +09:00
Yuya Ochiai
f9cb2370ac
Relaunch the app by Reopen button and tweak for macOS
2017-11-06 23:16:15 +09:00
Yuya Ochiai
f794ac729e
Remove fs.writeFileSync(2) to avoid crashing on Windows
2017-11-05 21:02:15 +09:00
Chris Duarte
8c82685d46
add server management and multiteam settings
2017-11-01 12:45:33 -05:00
Yuya Ochiai
0e1e4228f0
Update error dialog style
2017-11-02 00:59:08 +09:00
Yuya Ochiai
00b7a806ad
Open the error report in detached process
2017-11-02 00:59:08 +09:00
Yuya Ochiai
a9af3c2dcb
Show uncaughtException as an internal error and quit the app
2017-11-02 00:59:07 +09:00
Yuya Ochiai
f7add8370f
Keep MainWindow's zoom level to zero excepting webview
2017-10-27 21:40:04 +09:00
David Meza
40892e0430
Protocol handler for deep linking in desktop app
2017-10-23 18:55:28 -05:00
Yuya Ochiai
55c9104bd0
Merge pull request #612 from wvds/GH-512
...
Add Ctrl(+Shift)+Tab as alternative to switch between servers
2017-10-12 23:08:20 +09:00
Wesley van der Sanden
19d6772c2b
Move keyboard shortcuts to mainWindow
...
Closes #512
2017-10-11 20:39:08 +02:00
David Meza
4f8af91f4d
Hide help link if empty.
2017-10-11 11:53:49 -05:00
Jarred Witt
53014d48d2
Open help link from config
2017-10-11 11:53:49 -05:00
Wesley van der Sanden
eb5b760f70
Add Ctrl(+Shift)+Tab as alternative to switch between servers
...
Closes #512
2017-10-07 17:12:03 +02:00
Yuya Ochiai
eb4b9a5529
Fix wrong require for main process
2017-09-15 21:22:44 +09:00
David Meza
82c29dd848
Replace app.productName with app.getName()
2017-09-12 12:27:01 -05:00
Jarred Witt
06b5714bd0
Remove trailing space
2017-09-12 12:26:43 -05:00
Chris Duarte
c3f7542c9e
remove hardcoded mm references
2017-09-12 12:26:43 -05:00
Yuya Ochiai
d5d912cbdb
Fix --hidden not working on Linux
2017-08-09 22:09:41 +09:00
Yuya Ochiai
ab5e5590a4
Fix Windows uninstaller not removing files correctly
...
Multiple async tasks were not performed completely when running uninstaller.
So rearranged tasks with sequential order.
i.e. take care startup registry, finally call electron-squirrel-startup.
2017-07-11 21:33:40 +09:00
Yuya Ochiai
63497009ec
Merge branch 'master' into blur-webview-on-deactivation
2017-06-06 23:16:50 +09:00
Yuya Ochiai
bf21836c44
Fix desktop notifications not working when the window is minimized
...
Blur webview when the main window loses its focus.
2017-06-05 23:33:50 +09:00
Yuya Ochiai
dbd963fbf0
Use sheet-end event to handle focus when closing macOS file upload dialog
2017-06-02 23:55:58 +09:00
Yuya Ochiai
13172570c0
Reset misspelled state after changing spelling language
2017-05-02 23:00:40 +09:00
Yuya Ochiai
8d4b2624ca
Merge pull request #519 from yuya-oc/download-public-file
...
Don't show an extra window when clicking public file link
2017-04-28 21:16:42 +09:00
Yuya Ochiai
67a33692b9
Merge pull request #277 from yuya-oc/simple-spellchecker
...
Add spellchecker
Close #225
2017-04-27 23:43:32 +09:00
Yuya Ochiai
4c30d23ce9
Show error message box when failed to save file
...
For #390
2017-04-27 23:33:23 +09:00
Yuya Ochiai
95c574eadc
Show only save file dialog when clicking public file link
...
For #390
2017-04-27 22:45:32 +09:00
Yuya Ochiai
256e317402
Add context menu to select spelling language
2017-04-27 20:26:37 +09:00
Jonas Schwabe
584b24ebfe
Add display-metrics-changed handler to place window on screen on display matrics change
2017-04-26 15:32:35 +02:00
Yuya Ochiai
84d0ec432a
Implement simple spellchecker
2017-04-26 00:12:23 +09:00
Jason Blais
a94566c2c6
Change "team" references to "server"
2017-04-13 11:31:08 -04:00
Yuya Ochiai
153bf7ad5f
Refactor main window code
2017-03-19 00:11:08 +09:00
Yuya Ochiai
1ab0859ac1
Stop using __dirname to avoid confusing
2017-03-06 23:43:27 +09:00
Yuya Ochiai
8c851f0896
Use http:// links when dev mode
2017-03-06 22:00:28 +09:00
Yuya Ochiai
c76797e68e
Merge pull request #415 from jnugh/ux-manage-servers
...
Ux manage servers
2017-02-10 20:19:27 +09:00
Yuya Ochiai
11f79b3f11
Remove Ctrl+S shortcut for searching within a team
...
Close #416
2017-02-03 23:32:23 +09:00
Jonas Schwabe
d63fdccb00
Add Menu bar option to add a new team
2017-01-30 22:16:16 +01:00