Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added allowed external domains #156

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ content:
start_path: docs/en
branches: [release/0.28-stable, release/0.27-stable, develop]
edit_url: "https://github.com/decidim/documentation/edit/{refname}/{path}"
- url: *documentation
start_path: docs/pt
branches: [develop]
edit_url: "https://github.com/decidim/documentation/edit/{refname}/{path}"
- url: https://github.com/decidim/decidim
start_path: docs
branches: [release/0.28-stable, release/0.27-stable, develop]
Expand Down
2 changes: 1 addition & 1 deletion docs/en/antora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: en
title: "Decidim Documentation"
version: develop
version: v0.28
asciidoc:
attributes:
page-lang: en@
Expand Down
1 change: 1 addition & 0 deletions docs/en/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
*** xref:admin:scopes.adoc[Scopes]
*** xref:admin:areas.adoc[Areas]
*** xref:admin:help_sections.adoc[Help sections]
*** xref:admin:allowed_external_domains.adoc[Allowed external domains]
** xref:admin:pages.adoc[Pages]
** xref:admin:participants.adoc[Participants]
*** xref:admin:participants/admins.adoc[Admins]
Expand Down
2 changes: 1 addition & 1 deletion docs/en/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You’ve found the documentation for Decidim. Learn about the project at https:/

[NOTE]
====
This is the documentation for the `develop` branch. You can see this same documentation site for other versions: xref:v0.26@ROOT:index.adoc[v0.26] and xref:v0.27@ROOT:index.adoc[v0.27]
This is the documentation for the `0.28` version. You can see this same documentation site for other versions: xref:v0.27@ROOT:index.adoc[v0.27] and xref:develop@ROOT:index.adoc[develop]
====

// * Read the xref:ROOT:getting-started.adoc[Getting Started guide]
Expand Down
Binary file modified docs/en/modules/admin/assets/images/admin_configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/en/modules/admin/pages/allowed_external_domains.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
= Allowed external domains

As means to protect against spam, and increase the security on your instance, Decidim will identify any links that direct to an external webpage, and add the following alert after the user clicks it:

image::allowed_external_domains_pop-up.png[Pop-up that appears when clicking any external domains on Decidim]

There may be webpages you don't want this feature on. For example, if your site is deployed at a URL like `+decidim.example.org+` and you want every `+example.org+` URLs to omit this message, you can configure this by adding your URL, and as many as you want, at the Allowed external domains page:

image::allowed_external_domains_admin_panel.png[Allowed external domains panel]
1 change: 1 addition & 0 deletions docs/en/modules/releases/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ You can find all the releases (with minor and patches) at
https://rubygems.org/gems/decidim/versions[RubyGems.org] and
https://github.com/decidim/decidim/releases[GitHub].

* https://decidim.org/blog/2023-12-20-new-version-0-28-0/[Version 0.28 (2022-12-20)]
* https://decidim.org/blog/2022-09-30-new-version-0-27-0/[Version 0.27 (2022-09-30)]
* https://decidim.org/blog/2022-02-22-new-version-0-26-0/[Version 0.26 (2022-02-22)]
* https://decidim.org/blog/2021-10-07-new-version-0-25-0/[Version 0.25 (2021-10-07)]
Expand Down