Commit Graph

459 Commits

Author SHA1 Message Date
Romain Maneschi
1ef2108756 add a menu to open dev tools for current webview 2019-02-07 00:23:25 +01:00
Yuya Ochiai
596f3a8721 Fix failing tests
Setting filename to window.location is no longer working.
2019-02-05 00:08:03 +09:00
Asaad Mahmood
f1df174b79 MM-13487 - Updating mention badge in tab bar 2019-01-23 22:38:48 +05:00
Yuya Ochiai
85495ef77a Merge branch 'master' into auto-updater 2018-12-19 23:21:01 +09:00
Sven Huester
fa961654f3 fixes several typos 2018-12-02 14:55:24 +01:00
Yuya Ochiai
e80236710d Merge pull request #875 from mattermost/jasonblais-patch-1
Add en-GB and es-MX to spellchecker
2018-11-01 23:48:25 +09:00
Yuya Ochiai
849800a80f Merge branch 'master' into auto-updater 2018-10-29 23:50:04 +09:00
Harrison Healey
c861827d32 MM-12800 Remove partial ability to use file:// links 2018-10-25 13:41:06 -04:00
Yuya Ochiai
10d1bb7d0a Tweak updater modal appearance 2018-10-18 01:03:30 +09:00
Yuya Ochiai
48f165c44f Add cancel button to updater 2018-10-18 00:59:18 +09:00
Yuya Ochiai
c4240bd87f Add storybook file for UpdaterPage 2018-10-17 22:10:53 +09:00
Jason Blais
2314f8b594 Add en-GB and es-MX to spellchecker 2018-10-16 16:46:40 -04:00
Yuya Ochiai
76e94cca38 Make 0% visible in auto-updater progress bar 2018-10-17 00:05:34 +09:00
Yuya Ochiai
ccdfbae3b2 Merge remote-tracking branch 'mattermost/master' into auto-updater 2018-10-16 00:28:47 +09:00
Jesse Hallam
037c5c4333 increment mentionCount for linux instead 2018-10-12 08:45:12 -04:00
Jesse Hallam
cbe7889f20 MM-12275: detect an expired session and show badging 2018-09-24 18:26:45 -04:00
Yuya Ochiai
69c48a529a Merge pull request #861 from yuya-oc/no-find-dom-node
Remove findDOMNode() from components
2018-09-19 23:04:23 +09:00
Yuya Ochiai
e5427ca274 Merge remote-tracking branch 'mattermost/master' into startup-via-config-json 2018-09-12 23:03:17 +09:00
Yuya Ochiai
5091f59786 Remove findDOMNode() from components 2018-09-06 00:30:17 +09:00
Yuya Ochiai
23ca8bbe5a Use ES6 class for React components 2018-09-03 23:43:09 +09:00
Yuya Ochiai
d73f98825e Apply no-var eslint rule 2018-09-03 21:41:04 +09:00
Jason Blais
0160894e56 Update SettingsPage.jsx 2018-08-31 07:57:39 -04:00
Jason Blais
1d7b937193 Update contextMenu.js 2018-08-31 07:56:47 -04:00
Yuya Ochiai
15bc264fd5 Keep autostart config in sync with config.json 2018-08-07 23:51:54 +09:00
Yuya Ochiai
749beb0263 White label updater dialog 2018-08-02 22:09:09 +09:00
Yuya Ochiai
681572c512 Fix ESLint error 2018-08-02 22:09:09 +09:00
Yuya Ochiai
32ea776ed3 Show progress bar while downloading update 2018-08-02 22:09:09 +09:00
Yuya Ochiai
79c445c500 Add notifyOnly auto-updater 2018-08-02 22:09:09 +09:00
Yuya Ochiai
7e99059fba Prototype updater window 2018-08-02 22:08:16 +09:00
Yuya Ochiai
8c40f5df09 Merge pull request #836 from mattermost/MM-10322
MM-10322 Add CTRL+F shortcut to work as browser search
2018-08-01 23:52:23 +09:00
sudheer
579f99a800 Change to explicit close function for closing finder 2018-08-01 19:35:49 +05:30
rodrigo
f2d6cd383c Add pt-BR spell checker 2018-07-30 13:28:53 -03:00
sudheer
6b235afbd1 Fix styling for finder 2018-07-26 13:26:38 +05:30
sudheer
945918e6c0 Change toggle to always open for cntrl/cmd+F 2018-07-26 13:25:22 +05:30
sudheer
6baa034197 Fix review comments 2018-07-09 18:12:51 +05:30
sudheer
e95c8cc3c5 Add CTRL+F shortcut to work as browser search
* Add new finder for each webview contents
2018-07-06 12:21:06 +05:30
Yuya Ochiai
337a806d35 Remove unnecessary deprecated event handler 2018-06-04 23:24:54 +09:00
Yuya Ochiai
2a584c393b Change ESLint error to warning 2018-05-31 00:37:15 +09:00
Yuya Ochiai
37b71476d2 Fix ESLint header/header error 2018-05-31 00:30:24 +09:00
Yuya Ochiai
4280154cb8 Fix authentication dialog not working 2018-05-22 23:51:11 +09:00
Yuya Ochiai
e899113f1f Fix MattermostView.focusOnWebview() if statement 2018-05-08 21:11:36 +09:00
Yuya Ochiai
2df19c4dd7 Fix an error where the main page gets blank when adding a server 2018-05-03 21:20:21 +09:00
Eric Newport
007a64525b Improve error messages on add new server dialog
Closes #438

Note: this solution is different than what @jasonblais suggested.
@jasonblais suggested not highlighting the field that hasn't been
filled out yet, but I think it's a better UX to continue to highlight
them all as it currently does, but to clarify the error messages. Also
notably, as far as I can tell, the react-bootstrap [forms
API](https://react-bootstrap.github.io/components/forms/) does not
appear to support selectively highlighting some fields in the form but
not others anyway.
2018-05-01 09:03:40 -04:00
Yuya Ochiai
7379ad21d2 Merge pull request #777 from mattermost/revert-mm9922
Revert "Merge pull request #745 from mattermost/mm9922"
2018-05-01 21:35:30 +09:00
Yuya Ochiai
ed21f23275 Merge pull request #778 from kethinov/issue-717
Tab bar outline improvements
2018-05-01 21:22:59 +09:00
Eric Newport
cf49d21322 Tab bar outline improvements
Closes #717
2018-04-30 12:31:06 -04:00
Yuya Ochiai
46d10e9f74 Merge branch 'release-4.1' into issue-780 2018-04-30 21:32:30 +09:00
Troy Coutu
d4bd8e588c fix linting 2018-04-30 20:36:03 +09:00
Eric Newport
e8444a6ef3 Fix for being unable to type in the form fields on the add server dialog when launched from the tab bar
Closes #780
2018-04-27 20:16:54 -04:00
Harrison Healey
846f05fac2 Revert "Merge pull request #745 from mattermost/mm9922"
This reverts commit b5ff04256b, reversing
changes made to 800f85bb1f.
2018-04-26 09:25:53 -04:00