Daniel Espino García
4c8594d330
Add linter rules for import order and type member delimiters ( #5514 )
...
* Add linter rules for import order and type member delimiters
* Remove unneeded group
* Group all app/* imports before the internal imports
* Move app/ imports before parent imports
* Separate @node_modules imports into a different group
* Substitute app paths by aliases
* Fix @node_modules import order and add test related modules
* Add aliases for types and test, and group import types
2021-07-23 11:06:04 +02:00
Elias Nahum
298067ab65
Update react-native-cookies & react-native-webview + always use defaultDataStore ( #5452 )
...
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2021-06-15 18:40:35 -04:00
Elias Nahum
13eab98143
Refactor rest client class to use mixin and a bit of cleanup ( #5318 )
2021-04-15 10:04:36 -04:00
Elias Nahum
30cd64b38b
Revert updated dependecies for SSO ( #4499 )
...
* Revert updated dependecies for SSO
* Fix test setup
2020-06-26 21:50:53 -04:00
Miguel Alatzar
93f519c8fc
Handle MFA error in MFA screen ( #4308 )
2020-05-20 08:28:14 -07:00
Elias Nahum
c04c1f26f7
Do not schedule session expiry notification for 5.24+ ( #4291 )
2020-05-19 12:15:45 -04:00
Elias Nahum
d3a6e166ad
MM-15758 Update dependencies including Fastlane ( #4272 )
...
* Update dependencies including Fastlane and disable Flipper on iOS
* Remove EventEmitter for previous doc-viewer
* Fix android crash when setting more channels buttons
* Downgrade fuse.js
* Upgrade deps to latest
* Update Podfile.lock
* Downgrade RNN to 6.4.0
* QA Review #2
* Upgrade fuse.js to 6.0.0
2020-05-18 11:24:47 -07:00
Miguel Alatzar
ee4b85edcf
[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-03-31 11:09:26 -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