Pablo Vélez
d838f74273
MM-63935 - abac end user indicators db changes ( #8849 )
...
* MM-63935 - abac end user indicators
* rename policy variables to clearly indicate are from abac
* update attributes hook to cache processed data
* use policyEnforce property
* add missing type
* rename policy_enforced to abac_policy_enforced part 1
* add channel policy enforced type
* fix translation file
* remove unnecesary stop propagation
* MM-63935 - abac end user indicators db changes
* rename the policy name to clarify which policy does refer to
* update property name and add documentation to clarify intention
* rename policy_enforced to abac_policy_enforced db changes side
2025-05-14 23:55:47 +02:00
Daniel Espino García
a5fbd66320
Fix edit post scroll ( #8845 )
...
* Fix edit post scroll
* Minor improvement on readability
2025-05-13 17:09:25 +02:00
Daniel Espino García
af0a7525c8
Refactor Open Profile ( #8746 )
...
* Refactor Open Profile
* Add missing changes
* Fix tests
* Fix tests
* Address feedback
2025-05-13 17:07:13 +02:00
dependabot[bot]
305fbee513
Bump the github-actions-updates group across 2 directories with 1 update ( #8851 )
...
Bumps the github-actions-updates group with 1 update in the /.github/actions/prepare-mobile-build directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby ).
Bumps the github-actions-updates group with 1 update in the /.github/workflows directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby ).
Updates `ruby/setup-ruby` from 1.237.0 to 1.238.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](eaecf785f6...e34163cd15 )
Updates `ruby/setup-ruby` from 1.237.0 to 1.238.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](eaecf785f6...e34163cd15 )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.238.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions-updates
- dependency-name: ruby/setup-ruby
dependency-version: 1.238.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-13 08:29:46 +03:00
Vasily Belousov
7c3914bd13
[MM-61995] Correct copying instructions when long-pressing an email in messages & headers ( #8798 )
...
* feat: fixed email copy interface
* feat: changed message when long-pressing an email on mobile in messages & headers
* implemented changes: message decriptors outside component; email/url check and cleanHref outside renderContent function
2025-05-13 11:56:38 +08:00
Christopher Poile
c983de91fa
[MM-63553] Fix for: messages received on the background on iOS lose the props ( #8811 )
...
* convert attachment fields short and disabled to bool
* a more robust existence test
* only perform the conversion on iOS
* add tests
2025-05-12 15:21:56 -03:00
unified-ci-app[bot]
b86172924c
chore: Update NOTICE.txt file with updated dependencies ( #8850 )
...
Co-authored-by: unified-ci-app[bot] <121569378+unified-ci-app[bot]@users.noreply.github.com>
2025-05-12 13:09:56 +03:00
Claudio Costa
dea9e16de2
Calls: Fix scrolling in participants list ( #8829 )
2025-05-12 10:46:01 +02:00
unified-ci-app[bot]
e3b7d6e7a1
Bump app build number to 637 ( #8847 )
...
Co-authored-by: Anka <runner@Mac-1746780044821.local>
2025-05-09 12:14:32 +03:00
Eva Sarafianou
941ea0db3a
Update transitive prismjs ( #8846 )
2025-05-09 10:43:08 +03:00
Guillermo Vayá
fcdef7b488
[MM-63548] Address potential risks ( #8816 )
...
* Address potential risks
2025-05-07 17:20:33 +02:00
Colton Shaw
ec1c0e4f58
[MM-62491] Removing exported receivers. ( #8466 )
...
* removing exported receivers
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2025-05-07 08:06:55 -06:00
Elias Nahum
f320dd65ad
Add is_blocked to FileModel ( #8842 )
...
* Add is_blocked to FileModel
* fix type in the docs
* use correct type in docs
2025-05-07 15:33:04 +08:00
Jesse Hallam
974f2419ef
[MM-63963] Remove unused constants from SelfHostedProducts ( #8839 )
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-authored-by: Claude <noreply@anthropic.com>
2025-05-06 14:40:36 -03:00
dependabot[bot]
e0dc08dcd6
Bump the github-actions-updates group across 5 directories with 4 updates ( #8836 )
...
Bumps the github-actions-updates group with 1 update in the /.github/actions/prepare-ios-build directory: [actions/cache](https://github.com/actions/cache ).
Bumps the github-actions-updates group with 2 updates in the /.github/actions/prepare-mobile-build directory: [actions/cache](https://github.com/actions/cache ) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby ).
Bumps the github-actions-updates group with 2 updates in the /.github/actions/prepare-node-deps directory: [actions/cache](https://github.com/actions/cache ) and [actions/setup-node](https://github.com/actions/setup-node ).
Bumps the github-actions-updates group with 1 update in the /.github/actions/test-coverage directory: [actions/cache](https://github.com/actions/cache ).
Bumps the github-actions-updates group with 2 updates in the /.github/workflows directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) and [actions/github-script](https://github.com/actions/github-script ).
Updates `actions/cache` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
Updates `actions/cache` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
Updates `actions/cache` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
Updates `actions/cache` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
Updates `actions/cache` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
Updates `actions/cache` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
Updates `ruby/setup-ruby` from 1.221.0 to 1.237.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](32110d4e31...eaecf785f6 )
Updates `actions/cache` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
Updates `actions/cache` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
Updates `actions/cache` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
Updates `actions/cache` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
Updates `ruby/setup-ruby` from 1.221.0 to 1.237.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](32110d4e31...eaecf785f6 )
Updates `actions/cache` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
Updates `actions/cache` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
Updates `actions/setup-node` from 4.2.0 to 4.4.0
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](1d0ff469b7...49933ea528 )
Updates `actions/cache` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
Updates `actions/cache` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
Updates `actions/cache` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
Updates `actions/cache` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
Updates `actions/cache` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
Updates `actions/cache` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
Updates `actions/cache` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
Updates `actions/cache` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
Updates `ruby/setup-ruby` from 1.230.0 to 1.237.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](32110d4e31...eaecf785f6 )
Updates `actions/github-script` from 6 to 7
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v6...v7 )
Updates `ruby/setup-ruby` from 1.230.0 to 1.237.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](32110d4e31...eaecf785f6 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: actions/cache
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: actions/cache
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: actions/cache
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: actions/cache
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: actions/cache
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: ruby/setup-ruby
dependency-version: 1.237.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions-updates
- dependency-name: actions/cache
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: actions/cache
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: actions/cache
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: actions/cache
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: ruby/setup-ruby
dependency-version: 1.237.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions-updates
- dependency-name: actions/cache
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: actions/cache
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: actions/setup-node
dependency-version: 4.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions-updates
- dependency-name: actions/cache
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: actions/cache
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: actions/cache
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: actions/cache
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: actions/cache
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: actions/cache
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: actions/cache
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: actions/cache
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: ruby/setup-ruby
dependency-version: 1.237.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions-updates
- dependency-name: actions/github-script
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions-updates
- dependency-name: ruby/setup-ruby
dependency-version: 1.237.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 11:27:27 +03:00
Daniel Espino García
b0df5edc1a
Fix category sorting difference between mobile and web ( #8828 )
2025-05-06 09:51:06 +02:00
Daniel Espino García
d27c56af88
Add error boundary to latex code ( #8822 )
...
* Add error boundary to latex code
* Add test
2025-05-06 09:48:36 +02:00
Weblate (bot)
2a0ec47278
Translations update from Mattermost Weblate ( #8837 )
...
Automatic Merge
2025-05-05 19:28:43 +03:00
Guillermo Vayá
040fe0f9fc
[MM-63643] Show image for video even if public link is disabled ( #8824 )
...
preview videos even if public link is disabled
2025-05-05 17:45:37 +02:00
Daniel Espino García
738681a69a
Fix iPad hw keyboard overlapping input ( #8815 )
2025-05-05 11:42:38 +02:00
Daniel Espino García
c8d6175d74
Fix back button not closing the app ( #8827 )
2025-05-05 08:05:05 +03:00
Harshil Sharma
45773e359d
Renamed premium SKU to Enterprise Advanced ( #8819 )
2025-05-02 05:12:27 +05:30
Claudio Costa
0e67bc8944
[MM-63382] Calls: Fix rendering of long user/channel name in call bar ( #8804 )
...
* Calls: Fix rendering of long user/channel name in call bar
* Fix linting
2025-04-30 13:32:00 -06:00
Lorenzo
8453eee0e3
Snyk SBOM ( #8249 )
2025-04-30 08:54:53 -06:00
Christopher Poile
65ca3bffa3
[MM-63509] Fix: Protect against license can be undefined ( #8784 )
...
* protect against license can be undefined
* linting
2025-04-29 16:56:57 -04:00
Rajat Dabade
38f6011caf
Android: Fix Rescheduling pop back calendar ( #8810 )
2025-04-29 18:04:32 +05:30
Daniel Espino García
f963855875
Fix Find channels not being interactable ( #8794 )
...
* Fix Find channels not being interactable
* fix(e2e): Uncomment find channel tests
* Fix tsc
* Use platform select
---------
Co-authored-by: yasserfaraazkhan <attitude3cena.yf@gmail.com>
2025-04-29 13:56:22 +02:00
Rajat Dabade
098c219932
Unlicensed server should not show the tooltip on channel send button ( #8806 )
...
* Unlicensed server should not show the tooltip on channel send button
* Added config and license check for fetching and displaying scheduled post
2025-04-29 17:21:09 +05:30
Tom De Moor
2f60d474c7
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (1298 of 1298 strings)
Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/nl/
2025-04-28 21:03:37 +02:00
MArtin Johnson
195ddf4acd
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (1298 of 1298 strings)
Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/sv/
2025-04-28 21:03:37 +02:00
Tom De Moor
829362cc52
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (1298 of 1298 strings)
Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/nl/
2025-04-28 21:03:37 +02:00
Serhii Khomiuk
24b6b2b8f0
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (1298 of 1298 strings)
Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/uk/
2025-04-28 21:03:37 +02:00
jprusch
ef0b6a0bc6
Translated using Weblate (German)
...
Currently translated at 100.0% (1298 of 1298 strings)
Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/de/
2025-04-28 21:03:37 +02:00
ThrRip
7acc9cf54f
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (1298 of 1298 strings)
Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/zh_Hans/
2025-04-28 21:03:37 +02:00
master7
b77ef2090a
Translated using Weblate (Polish)
...
Currently translated at 100.0% (1298 of 1298 strings)
Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/pl/
2025-04-28 21:03:37 +02:00
Tom De Moor
09162a7c8e
Translated using Weblate (Dutch)
...
Currently translated at 99.0% (1286 of 1298 strings)
Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/nl/
2025-04-28 21:03:37 +02:00
Matthew Williams
ba336f31b1
Translated using Weblate (English (Australia))
...
Currently translated at 100.0% (1298 of 1298 strings)
Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/en_AU/
2025-04-28 21:03:37 +02:00
Serhii Khomiuk
0c76aa0c40
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (1282 of 1282 strings)
Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/uk/
2025-04-28 21:03:37 +02:00
master7
77f1936ee5
Translated using Weblate (Polish)
...
Currently translated at 98.1% (1258 of 1282 strings)
Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/pl/
2025-04-28 21:03:37 +02:00
Claudio Costa
7192d21134
[MM-63889] Calls: Add backend version check to enable DC locking ( #8799 )
...
* Calls: Add backend version check to enable DC locking
* Update calls-common
2025-04-28 09:04:49 -06:00
Jesse Hallam
e3e4fe245c
Fix direct message screen showing deactivated accounts ( #8795 )
...
* Fix direct message screen showing deactivated accounts
Fixes MM-63374. The create direct message screen was showing deactivated accounts in the user list. Fixed by:
1. Setting allow_inactive: false in userSearchFunction when searching profiles
2. Setting active: true in userFetchFunction when fetching profiles
3. Added a test to verify that deactivated users don't appear in the search results
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
* Fix test for deactivated users in DM creation screen
Updated the test to properly handle quotation marks that differ between CI and local environments.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
2025-04-25 10:22:41 -03:00
unified-ci-app[bot]
04dedb3898
Bump app build number to 631 ( #8800 )
...
Co-authored-by: Anka <runner@Mac-1745570942917.local>
2025-04-25 12:10:41 +03:00
Jesse Hallam
d33ad7b2a0
Add watchman watch-del to clean script ( #8797 )
...
* Add watchman watch-del-all to clean script
This ensures watchman watches are reset during cleanup, preventing issues after upgrades.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
* Use watchman watch-del instead of watch-del-all
Only reset watches for the current project directory instead of all watches.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
2025-04-24 19:05:30 -03:00
Daniel Espino García
b01cc5ea34
Fix typo troubleshouting vs troubleshooting ( #8796 )
2025-04-24 16:20:21 +02:00
Daniel Espino García
5c2153f83b
Add Report a Problem functionality ( #8605 )
...
* Add Report a Problem functionality
* update cache pinned SHA version from 4.0.2 to 4.2.0
* Address feedback
* Fix tests
* Fix some issues and update kotlin coroutines version
* Fix delete file for iOS
* Bump 1 more version for coroutines
* Use rxjava instead of kotlin coroutines to avoid security issue
* Move path prefix to avoid test error
* Address feedback
* Address feedback
* Address feedback
* Use mailto on iOS
* Fix tests related to button changes
* Address feedback
* Update icon and fix onboarding buttons
* Fix test
---------
Co-authored-by: Angelos Kyratzakos <angelos.kyratzakos@mattermost.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
2025-04-24 11:12:55 +02:00
yasser khan
3cbde1663d
E2E feature schedule posts ( #8709 )
...
- Fix iOS and Android CI.
- Fixes E2E tests on both platform
- Added tests for scheduled draft feature.
2025-04-23 12:10:37 +05:30
Elias Nahum
11118c43c5
Explicitly build the universal apk ( #8790 )
...
* Explicitly build the universal apk
* remove universal APK link from github release
2025-04-22 13:16:15 +03:00
unified-ci-app[bot]
753295548f
Bump app build and version number ( #8787 )
...
* Bump app build number to 629
* Bump app version number to 2.28.0
---------
Co-authored-by: Anka <runner@Mac-1745295415004.local>
2025-04-22 08:23:23 +03:00
Tom De Moor
8259c0ae4a
Translated using Weblate (Dutch)
...
Currently translated at 99.7% (1279 of 1282 strings)
Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/nl/
2025-04-21 19:00:53 +00:00
Matthew Williams
3f53a454ca
Translated using Weblate (English (Australia))
...
Currently translated at 99.7% (1279 of 1282 strings)
Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/en_AU/
2025-04-21 19:00:53 +00:00