Commit Graph

6379 Commits

Author SHA1 Message Date
manuroe 17c7fd4665 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 a51f1ba45e Merge branch 'privacy' into riot_2662 2019-08-27 15:29:34 +02:00
manuroe fd05444b89 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 7ca75312af Settings: Display device fingerprint with a space every 4 chars like other Riot apps 2019-08-26 18:03:26 +02:00
manuroe c8244dd46b 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 d64b5ed5ec 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 1bbdba9d98 Fix markdown link fail in changelog
Signed-off-by: Jason Robinson <jasonr@matrix.org>
2019-08-26 11:56:15 +03:00
Jason Robinson e2037ad1fa 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 24c73c19ed 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 faba1d15e6 Use lower case for the term identity server. 2019-08-14 15:08:58 +02:00
SBiOSoftWhare 9ab3766207 Update changes 2019-08-14 14:12:24 +02:00
SBiOSoftWhare acb4a95af5 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 03f932c585 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 8b224b5f2c 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 ac3a0c094a StartChatViewController: Prevent inviting contact with email only if no IS configured. 2019-08-13 17:08:42 +02:00
SBiOSoftWhare 88c8be151d SettingsViewController: Disable adding threepids if no IS configured. 2019-08-13 17:05:19 +02:00
SBiOSoftWhare 2360f43dea 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 e7c0fe02cd AuthenticationViewController: Disable password reset action when Identity Server is not set. 2019-08-13 17:01:01 +02:00
SBiOSoftWhare 1c9c981273 Add no Identity Server error strings. 2019-08-13 16:58:36 +02:00
manuroe 41717a15c6 IM: Terms modal: Check checkboxes of already accepted terms urls 2019-08-13 15:54:21 +02:00
manuroe ab078e5cb1 IM: Terms modal: Show the modal on widgets (Sticker Picker, ...) 2019-08-13 14:00:33 +02:00
manuroe abec78aa02 IM: Terms modal: Reopen the IM UI once terms are accepted 2019-08-13 13:59:36 +02:00
manuroe ce5a723355 IM: Terms modal: Make computation of baseUrl more generic 2019-08-13 11:35:56 +02:00
manuroe 8cb895aa33 CHANGES 2019-08-12 15:03:38 +02:00
manuroe fb25becfe1 IM: Terms modal: Add service purpose description 2019-08-12 15:00:06 +02:00
manuroe bc607cf6a2 IM: Terms modal: Display terms page into a webview 2019-08-12 11:14:58 +02:00
manuroe 923506f52a IM: Tweak terms view UI 2019-08-09 18:43:27 +02:00
manuroe 90b6c33e43 IM: Display terms in table view 2019-08-09 17:58:02 +02:00
manuroe 97b7273a1e IM: Start flow for terms modal 2019-08-09 15:58:33 +02:00
manuroe 710beb2f34 IM: Detect not signed terms error
(cherry picked from commit 80877eabafc2184ef55c279d2a8f2db10d9735e3)
2019-08-09 15:30:58 +02:00
manuroe cfbecd562a Finish v0.9.2 2019-08-08 18:20:50 +02:00
manuroe 48d69de6df version++ 2019-08-08 18:20:29 +02:00
manuroe 205b6713a4 Merge pull request #2635 from vector-im/fix_release_tag
BF: Build: Fix build based on git tag
2019-08-08 17:27:46 +02:00
manuroe a670aa0c25 BF: Build: Fix build based on git tag
It was not more possible to build using tags. The reason was the fastlane git_branch method returned nil.
Internally this method executes `git symbolic-ref HEAD --short` which returned `fatal: ref HEAD is not a symbolic ref` in our case.

We now checks out the tag as a local branch.
2019-08-08 17:25:23 +02:00
manuroe 7a7375e1ae iOS13 code cannot be built from Xcode10 2019-08-08 15:05:50 +02:00
manuroe c9115d6b1b Merge pull request #2632 from vector-im/riot_2626
BF: Fix crash for search bar customisation in iOS13
2019-08-08 11:26:46 +02:00
manuroe 7bc927c2af BF: Fix crash for earch bar customisation in iOS13
#2626
2019-08-07 18:36:58 +02:00
manuroe 7c9ac6e127 Merge pull request #2624 from RiotTranslateBot/weblate-riot-ios-riot-ios
Update from Weblate
2019-08-07 15:30:07 +02:00
Nathan Follens 096dee8aee Translated using Weblate (West Flemish)
Currently translated at 1.2% (9 of 744 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/vls/
2019-08-07 13:15:49 +00:00
Nathan Follens cbee895e2f Translated using Weblate (Dutch)
Currently translated at 100.0% (744 of 744 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/nl/
2019-08-07 13:15:49 +00:00
Kévin C 4edc5a8ac8 Translated using Weblate (French)
Currently translated at 100.0% (744 of 744 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/
2019-08-03 20:49:58 +00:00
Slavi Pantaleev 26a671bbab Translated using Weblate (Bulgarian)
Currently translated at 100.0% (744 of 744 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/bg/
2019-08-03 20:49:58 +00:00
Weblate 23ee7e86a6 Merge branch 'origin/develop' into Weblate. 2019-08-02 16:19:49 +00:00
SBiOSoftWhare a5ac649597 Merge pull request #2620 from vector-im/riot_638
Replace camera implementation with something more standard and less limited
2019-08-02 18:19:44 +02:00
SBiOSoftWhare 7cf2d2fcf8 Update Riot/Modules/Room/Views/InputToolbar/RoomInputToolbarView.m
Co-Authored-By: manuroe <manuroe@users.noreply.github.com>
2019-08-02 18:12:41 +02:00
SBiOSoftWhare 1b184bffde Media picker: Fix theming issue on recent captures. 2019-08-02 18:06:55 +02:00
Slavi Pantaleev a1629fb39e Translated using Weblate (Bulgarian)
Currently translated at 100.0% (738 of 738 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/bg/
2019-08-02 15:49:53 +00:00
SBiOSoftWhare 30eb97af35 Update changes 2019-08-02 17:44:56 +02:00
SBiOSoftWhare b14bd5f944 Update pbxproj 2019-08-02 17:28:20 +02:00
SBiOSoftWhare efe3da00a0 SettingsViewController: Use SingleImagePickerPresenter for profile avatar picture. 2019-08-02 17:27:49 +02:00