mattermost-mobile/app/init
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
..
app.ts [MM-57486] [MM-58008] Calls: Mobile ringing for incoming calls (#7984) 2024-07-03 10:22:46 -04:00
credentials.ts MM-65085: Support Pre Shared Password on server connect (#9082) (#9096) 2025-09-01 12:35:01 +03:00
launch.test.ts test: Add tests for launch.ts initialization logic (#8547) 2025-02-03 08:22:16 -05:00
launch.ts test: Add tests for launch.ts initialization logic (#8547) 2025-02-03 08:22:16 -05:00
managed_app.ts Biometric prompt, Jailbreak / Root detection and screenshot prevention (#8645) 2025-03-13 14:07:41 -04:00
push_notifications.test.ts test: Add tests for push notifications module (#8535) 2025-01-30 08:25:44 -05:00
push_notifications.ts Enforce names for singleton imports (#8639) 2025-02-27 12:46:17 +01:00