You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/mobile.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ sidebar_label: Native Mobile Apps
5
5
6
6
Integration with native mobile applications is done through web view, you will need to host an HTML page which contains your embed code and open a web view to this page. There are many approaches to integrating native and web applications across different mobile operating systems, but any integration will involve the following steps:
7
7
8
-
1. Host your embed code (find your **Embed code** under **Configure** > **Organization** > **Site Details**) in an HTML page served over HTTPS. For example, `https://yoursitename.com/coral.html`
8
+
1. Host your embed code (find your **Embed code** under **Configure** > **Organization** > **Site Details**) in an HTML page served over HTTPS. For example, `https://yoursitename.com/coral.html`. Alternately, host a [proxy service](https://github.com/coralproject/app-proxy) to return the HTML for your embed code.
9
9
2. Add the domain to the list of permitted domains for your site under **Configure** > **Organization** > **Site Details**
10
10
3. Create a web view in your native application which points to this URL
11
11
4. Pass an SSO access token through to the embed code to log in your user. See [Single Sign On](/sso) for information on how to generate an SSO token. There are multiple ways to pass data from a native application to a web view, one method is to encode the access token in a query parameter on the URL hash (ex. `https://yoursitename.com/coral.html#accessToken=ssoToken`) and retrieve the token from the embed code. You can then pass through the `accessToken` option passed to `createStreamEmbed`:
notifications-rejectionReason-offensive = Ce commentaire contient du langage offesant
859
+
notifications-rejectionReason-abusive = Ce commentaire contient du langage abusif
860
+
notifications-rejectionReason-spam = Ce commentaire est du spam
861
+
notifications-rejectionReason-bannedWord = Mot banni
862
+
notifications-rejectionReason-ad = Ce commentaire est une publicité
863
+
notifications-rejectionReason-illegalContent = Ce commentaire a du contenu potentiellement illégal
864
+
notifications-rejectionReason-harassmentBullying = Ce commentaire contient du harcélement
865
+
notifications-rejectionReason-misinformation = Ce commentaire contient des informations inexactes
866
+
notifications-rejectionReason-hateSpeech = Ce commentaire contient un discours haineux
867
+
notifications-rejectionReason-irrelevant = Ce commentaire n'est pas pertinent à la discussion
868
+
notifications-rejectionReason-other = Autre
869
+
notifications-rejectionReason-other-customReason = Autre - { $customReason }
870
+
notifications-rejectionReason-unknown = Inconnu
871
+
872
+
notifications-reportDecisionMade-legal =
873
+
Le <strong>{ $date }</strong> vous avez signalé un commentaire écrit par <strong>{ $author }</strong> car il contient du contenu potentiellement illégal. Après avoir évalué votre signalement, notre équipe de modération a décidé que ce commentaire <strong>ne semble pas contenir de contenu illégal.</strong> Merci pour votre contribution à la sécurité de notre communauté.
874
+
notifications-reportDecisionMade-illegal =
875
+
Le <strong>{ $date }</strong> vous avez signalé un commentaire écrit par <strong>{ $author }</strong> car il contient du contenu potentiellement illégal. Après avoir évalué votre signalement, notre équipe de modération a décidé que ce commentaire <strong>contient du contenu illégal</strong> et a été supprimé. D'autres mesures pourront être prises à l'encontre de l'auteur, mais vous n'en serez pas informé. Merci pour votre contribution à la sécurité de notre communauté.
876
+
877
+
notifications-methodOfRedress-none =
878
+
Toutes les décisions de modération sont finales et sans appel
879
+
notifications-methodOfRedress-email =
880
+
Pour contester une décision qui apparaît ici, veuillez contacter <a>{ $email }</a>
881
+
notifications-methodOfRedress-url =
882
+
Pour contester une décision qui apparaît ici, veuillez visiter <a>{ $url }</a>
0 commit comments