Miguel Alatzar
|
2d81b497cf
|
[MM-23520] Port mattermost-redux (#4088)
* Remove mattermost-redux
* Move mm-redux files into app/redux
* Add @redux path to tsconfig.json
* Fix imports
* Install missing dependencies
* Fix tsc errors
* Fix i18n_utils test
* Fix more imports
* Remove redux websocket
* Fix tests
* Rename @redux
* Apply changes from mattermost-redux PR 1103
* Remove mattermost-redux mention in template
* Add missing imports
* Rename app/redux/ to app/mm-redux/
* Remove test file
* Fix fetching Sidebar GM profiles
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
|
2020-04-17 21:12:09 -07:00 |
|
Elias Nahum
|
a8e3b608ad
|
Fix headers for ESR 5.9 (#3738)
* Fix headers for ESR 5.9
* check if reactions is defined to avoid a crash with servers without metadata
|
2019-12-19 21:33:28 -07:00 |
|
Elias Nahum
|
f1ef6920f3
|
MM-17100 setCSRFFromCookie with subpath support (#3035)
|
2019-07-25 07:16:37 -04:00 |
|
Daniel Schalla
|
5794a0da4d
|
[MM-14081] Show MFA Prompt after Server returned error for login request (#2599)
* Show MFA Prompt after Server returned error for login request
* eslint
* Hide MFA error on first login attempt
|
2019-03-01 19:01:10 +01:00 |
|
Daniel Schalla
|
e82146d52f
|
[MM-10346] Set CSRF Token from Cookie after Login / on App load (#2534)
* Set CSRF Token from Cookie after Login / on App load
* Reset CSRF on Logout
* Simplify cookie value access
* Make Set CSRF Blocking
|
2019-02-20 17:06:03 +01:00 |
|