Commit graph

6473 commits

Author SHA1 Message Date
manuroe
af4ba86f03 Wording for IS: -> "URL (e.g. https://matrix.org)" -> "URL (e.g. https://vector.im)" 2019-09-02 15:39:25 +02:00
manuroe
10c7ab6f38
Merge pull request #2685 from vector-im/riot_2661
Privacy: Remove the ability to set an IS at login/registration
2019-08-30 17:03:47 +02:00
manuroe
571c3af774 Privacy: Remove the ability to set an IS at login/registration
#2661
2019-08-30 16:27:49 +02:00
SBiOSoftWhare
7294382284
Merge pull request #2684 from vector-im/identity_server_v2
Support identity server v2 API
2019-08-30 16:12:17 +02:00
SBiOSoftWhare
6488dd39cb Merge branch 'privacy' into identity_server_v2
# Conflicts:
#	CHANGES.rst
#	Riot/Modules/Authentication/Views/AuthInputsView.m
2019-08-30 16:11:22 +02:00
manuroe
089ae6b5fb
Merge pull request #2681 from vector-im/riot_2675
Privacy: Email help text on registration should be updated without binding
2019-08-30 11:38:16 +02:00
SBiOSoftWhare
cc41f6a09f Update changes 2019-08-30 11:17:05 +02:00
SBiOSoftWhare
ace66b7225 AppDelegate: Support identity server v2 API email validation and prompt to accept identity server policies on first use. 2019-08-30 11:15:06 +02:00
manuroe
101509dd63 Privacy: Email help text on registration should be updated without binding
Update them again after review
2019-08-30 10:21:57 +02:00
manuroe
82676bf80c Privacy: Email help text on registration should be updated without binding
#2675

We use new strings ids as the meaning changed.
2019-08-29 17:02:10 +02:00
manuroe
574e46c1e8
Merge pull request #2674 from vector-im/riot_2648
Privacy: Remove the bind true flag from 3PID calls
2019-08-29 16:14:29 +02:00
manuroe
7a6c4a8dc6 Privacy: Remove the bind true flag from 3PID adds in settings
#2650
2019-08-29 11:27:29 +02:00
manuroe
8e5e376e20 Privacy: Remove the bind true flag from 3PID calls on registration
#2648
2019-08-29 11:11:23 +02:00
manuroe
a38b47cdf0
Merge pull request #2673 from vector-im/riot_2646
VoIP: Fallback to matrix.org STUN server with a confirmation dialog
2019-08-28 18:58:20 +02:00
manuroe
ba446465e5 VoIP: Fallback to matrix.org STUN server with a confirmation dialog
#2646
2019-08-28 18:57:56 +02:00
manuroe
78d7c99f39 Settings: CALLS section: Always display the CallKit option
as we are iOS 10 min now but grey it out when not available (only on China)
2019-08-28 17:01:38 +02:00
manuroe
dc7f175e70
Merge pull request #2670 from vector-im/riot_2662
Make clear that device names are publicly readable
2019-08-28 10:28:39 +02:00
manuroe
293b278d21
Merge branch 'privacy' into riot_2662 2019-08-27 15:29:34 +02:00
manuroe
b2bae552d3 Settings: Device section: Make clear that device names are publicly readable in a kind of a "section header" header
vector-im/riot-ios/issues/2662
2019-08-26 18:37:43 +02:00
manuroe
118ec78f23 Settings: Display device fingerprint with a space every 4 chars like other Riot apps 2019-08-26 18:03:26 +02:00
manuroe
1e34f1fa5a Settings: Cryptography section: Make clear that device names are publicly readable
vector-im/riot-ios/issues/2662
2019-08-26 18:02:33 +02:00
manuroe
b5818cdc03
Merge pull request #2669 from vector-im/jaywink/integrations-widgets-urls
Add and prioritize the new "_matrix/integrations/v1" widget urls
2019-08-26 16:34:57 +02:00
Jason Robinson
eb9989f780 Fix markdown link fail in changelog
Signed-off-by: Jason Robinson <jasonr@matrix.org>
2019-08-26 11:56:15 +03:00
Jason Robinson
216ff28393 Add and prioritize the new "_matrix/integrations/v1" widget urls
As per MSC1961, add to the whitelisted integrations_widget_urls
the new paths. This allows us to switch Scalar over to use the
new path as default.

Note, the legacy "scalar-staging.riot.im" is these days just a redirect
to scalar-staging.vector.im, so there is no addition for that. It still
needs Riot side whitelisting though for existing widgets.

Refs: https://github.com/matrix-org/matrix-doc/pull/1961
Signed-off-by: Jason Robinson <jasonr@matrix.org>
2019-08-26 11:48:47 +03:00
SBiOSoftWhare
765a82ed9b
Merge pull request #2666 from vector-im/riot_2647
Use MXIdentityService to perform identity server requests
2019-08-21 16:08:05 +02:00
SBiOSoftWhare
a6cd9e32f1 AuthInputsView: Check identity server presence before email registration. 2019-08-21 16:00:53 +02:00
SBiOSoftWhare
5b73eab6da Update changes 2019-08-21 14:21:40 +02:00
SBiOSoftWhare
f4e44abbb1 Update strings 2019-08-21 12:05:40 +02:00
SBiOSoftWhare
f6b53314f5 AppDelegate: Use MXIdentityService for email validation. 2019-08-21 12:05:33 +02:00
SBiOSoftWhare
d772f212f3 AuthInputsView: Take into account MXIdentityService identity server URL when MSISDN is validated. 2019-08-21 12:03:52 +02:00
SBiOSoftWhare
6885bb86d0
Merge pull request #2645 from vector-im/riot_2643
Ability to disable all identity server functionality via the config file
2019-08-14 15:10:02 +02:00
SBiOSoftWhare
face1dec11 Use lower case for the term identity server. 2019-08-14 15:08:58 +02:00
SBiOSoftWhare
e4302ca586 Update changes 2019-08-14 14:12:24 +02:00
SBiOSoftWhare
b8362ed3b5 AuthenticationViewController: Show error alert instead of disabling password reset action when Identity Server is not set. 2019-08-14 14:11:06 +02:00
manuroe
9259ca0aec
Merge pull request #2644 from vector-im/riot_2600_2
Prompt to accept integration manager policies on use
2019-08-14 13:39:20 +02:00
SBiOSoftWhare
a5cfe79fec ContactDetailsViewController: If no IS is configured show an error when starting a chat with a user having only an email. 2019-08-13 17:11:09 +02:00
SBiOSoftWhare
8b79403a7a StartChatViewController: Prevent inviting contact with email only if no IS configured. 2019-08-13 17:08:42 +02:00
SBiOSoftWhare
fd2827220f SettingsViewController: Disable adding threepids if no IS configured. 2019-08-13 17:05:19 +02:00
SBiOSoftWhare
e9df6c9b28 AuthenticationViewController: When register do not propose to add 3rd party ids if there is no configured Identity Server. 2019-08-13 17:03:05 +02:00
SBiOSoftWhare
799b731642 AuthenticationViewController: Disable password reset action when Identity Server is not set. 2019-08-13 17:01:01 +02:00
SBiOSoftWhare
1a6dbc103d Add no Identity Server error strings. 2019-08-13 16:58:36 +02:00
manuroe
ffee457477 IM: Terms modal: Check checkboxes of already accepted terms urls 2019-08-13 15:54:21 +02:00
manuroe
0531b69f92 IM: Terms modal: Show the modal on widgets (Sticker Picker, ...) 2019-08-13 14:00:33 +02:00
manuroe
3575258920 IM: Terms modal: Reopen the IM UI once terms are accepted 2019-08-13 13:59:36 +02:00
manuroe
d37017430d IM: Terms modal: Make computation of baseUrl more generic 2019-08-13 11:35:56 +02:00
manuroe
15154cbaa3 CHANGES 2019-08-12 15:03:38 +02:00
manuroe
9111bed534 IM: Terms modal: Add service purpose description 2019-08-12 15:00:06 +02:00
manuroe
8d4d2bf998 IM: Terms modal: Display terms page into a webview 2019-08-12 11:14:58 +02:00
manuroe
1461b14217 IM: Tweak terms view UI 2019-08-09 18:43:27 +02:00
manuroe
b80640eb3b IM: Display terms in table view 2019-08-09 17:58:02 +02:00