mattermost-mobile/app
Mattermost Build 49b9ec2868
MM-65085: Support Pre Shared Password on server connect (#9082) (#9096)
* feat: add shared server password to server setup

* feat: allow editing the sever

* refactor: changed password -> secret, styling and tests

* e2e: draft e2e tests

* chore: lint fix

* feat: also send preauth secret header when using native share

* fix: removed unused server database migration

credentials are being stored in the keychain

* i18n: added missing english translations

* test(e2e): simplified connection tests

* test(e2e): rework

* refactor: remove setBearerToken

* chore: restore migrations the way it was

* chore: reverted file to original state

* chore: removed unneeded test and renamed password to secret

* chore: function version

* chore: updated forms i18n keys

* chore: remove if from test

* chore: unneeded variable

* fix: add missing key on object list

* refactor: swift keychain access to retrieve all credentials in one call

* revert: edit server screen

* refactor: credentials use getGenericCredential

* fix: objc code calling old method

* fix: added scroll to login screen

* chore: variable names

* fix: avoid inline styles

* fix: Improved appVersion positioning

* Update app/screens/server/form.tsx



* feat: show error message on 403

* Revert "feat: show error message on 403"

This reverts commit f41630c767e10211adf1885321ceefd8a0931e32.

---------


(cherry picked from commit f50056f57b)

Co-authored-by: Felipe Martin <812088+fmartingr@users.noreply.github.com>
Co-authored-by: Matthew Birtch <mattbirtch@gmail.com>
2025-09-01 12:35:01 +03:00
..
actions MM-65085: Support Pre Shared Password on server connect (#9082) (#9096) 2025-09-01 12:35:01 +03:00
client MM-65085: Support Pre Shared Password on server connect (#9082) (#9096) 2025-09-01 12:35:01 +03:00
components Make relatives times coherent with web (#9062) 2025-08-12 14:28:25 +02:00
constants MM-64960 ask users to fill Playbook run retrospective on web or desktop (#9044) 2025-07-31 18:21:11 +08:00
context Refactor gallery gestures (#8752) 2025-07-22 14:00:57 +08:00
database Playbooks update (#9039) 2025-07-29 21:55:41 +08:00
helpers Network metrics (#8390) 2024-12-17 19:51:26 +08:00
hooks Refactor gallery gestures (#8752) 2025-07-22 14:00:57 +08:00
i18n Make relatives times coherent with web (#9062) 2025-08-12 14:28:25 +02:00
init MM-65085: Support Pre Shared Password on server connect (#9082) (#9096) 2025-09-01 12:35:01 +03:00
managers MM-65085: Support Pre Shared Password on server connect (#9082) (#9096) 2025-09-01 12:35:01 +03:00
products Fix playbooks not getting updated by websocket (#9088) (#9093) 2025-09-01 08:55:43 +03:00
queries Remove playbooks on delete channel (#8994) 2025-07-17 11:54:14 +02:00
screens MM-65085: Support Pre Shared Password on server connect (#9082) (#9096) 2025-09-01 12:35:01 +03:00
store Remove playbooks on delete channel (#8994) 2025-07-17 11:54:14 +02:00
utils MM-65085: Support Pre Shared Password on server connect (#9082) (#9096) 2025-09-01 12:35:01 +03:00