replace joinmobilizon.org by mobilizon.org (#1702)
This commit is contained in:
@@ -457,7 +457,7 @@ release-create:
|
||||
- apk --no-cache add gawk sed grep
|
||||
script: |
|
||||
CHANGELOG=$(awk -v version="$APP_VERSION" '/^## / { printit = $2 == version }; printit' CHANGELOG.md | grep -v "## $APP_VERSION" | sed '1{/^$/d}')
|
||||
ENDPOINT="https://packages.joinmobilizon.org"
|
||||
ENDPOINT="https://packages.mobilizon.org"
|
||||
|
||||
release-cli create --name "$CI_COMMIT_TAG" \
|
||||
--description "$CHANGELOG" \
|
||||
|
||||
18
CHANGELOG.md
18
CHANGELOG.md
@@ -253,7 +253,7 @@ This release fixes different security issues reported by the potsda.mn collectiv
|
||||
#### Release (binary package) installations
|
||||
|
||||
- We now produce packages for different distributions targets (Debian Bookworm, Debian Bullseye, Ubuntu Jammy, Ubuntu Focal, Ubuntu Bionic, Fedora 38 and Fedora 39). Be sure to pick the right one for your system, as there can be issues with OpenSSL versions differing from inside the Mobilizon package and on your system.
|
||||
- The `https://joinmobilizon.org/latest-package` URL now links to the latest package builded against Debian Bookworm. Make sure to follow the documentation if you're not using this.
|
||||
- The `https://mobilizon.org/latest-package` URL now links to the latest package builded against Debian Bookworm. Make sure to follow the documentation if you're not using this.
|
||||
- There's also an `arm64` package build on Debian Bullseye for now.
|
||||
|
||||
#### Source installations
|
||||
@@ -847,7 +847,7 @@ Fixes a CI issue that prevented 3.2.0-beta.2 being released.
|
||||
|
||||
### Added
|
||||
|
||||
- Add global search support, allowing to use https://search.joinmobilizon.org as a centralized event and group database
|
||||
- Add global search support, allowing to use https://search.mobilizon.org as a centralized event and group database
|
||||
- Add ability to filter search by categories and language
|
||||
- Add ability to explore search results on a map view
|
||||
- Add dark theme support and setting to toggle light/dark mode
|
||||
@@ -1117,7 +1117,7 @@ No changes since beta.3
|
||||
|
||||
### Added
|
||||
|
||||
- Add global search support, allowing to use https://search.joinmobilizon.org as a centralized event and group database
|
||||
- Add global search support, allowing to use https://search.mobilizon.org as a centralized event and group database
|
||||
- Add ability to filter search by categories and language
|
||||
- Add ability to explore search results on a map view
|
||||
- Add dark theme support
|
||||
@@ -2559,7 +2559,7 @@ This version introduces a new way to install and host Mobilizon : Elixir releas
|
||||
|
||||
- **imagemagick and webp are now a required dependency** to build Mobilizon.
|
||||
Optimized versions of Mobilizon's pictures are now produced during front-end build.
|
||||
See [the documentation](https://docs.joinmobilizon.org/administration/dependencies/#misc) to make sure these dependencies are installed.
|
||||
See [the documentation](https://docs.mobilizon.org/3.%20System%20administration/install/source/#misc) to make sure these dependencies are installed.
|
||||
|
||||
### Added
|
||||
|
||||
@@ -2654,7 +2654,7 @@ Updated translations:
|
||||
|
||||
- **Possibility to join open groups** (local and remote). Possibility in the group settings to pick if the group is open to new members or not.
|
||||
Note: The group default setting is closed. You need to manually set your group as open in the group settings.
|
||||
- **Docker support** (@Pascoual). See [documentation](https://docs.joinmobilizon.org/administration/docker/)
|
||||
- **Docker support** (@Pascoual). See [documentation](https://docs.mobilizon.org/3.%20System%20administration/install/docker/)
|
||||
- Added steps to the onboarding process on first login, including a profile and federation presentation step
|
||||
- Added a regular job to refresh remote groups once in a while
|
||||
|
||||
@@ -2746,14 +2746,14 @@ Updated translations:
|
||||
|
||||
### Added
|
||||
|
||||
- Show if user is disabled in [`mix mobilizon.users.show` task](https://docs.joinmobilizon.org/administration/CLI%20tasks/manage_users/#show-an-users-details)
|
||||
- Improved [ActivityPub documentation](https://docs.joinmobilizon.org/contribute/activity_pub/), especially for group federation.
|
||||
- Show if user is disabled in [`mix mobilizon.users.show` task](https://docs.mobilizon.org/3.%20System%20administration/CLI%20tasks/manage_users/#show-a-users-details)
|
||||
- Improved [ActivityPub documentation](https://docs.mobilizon.org/2.%20Instance%20administration/federation/), especially for group federation.
|
||||
- Show instance languages on instance about page
|
||||
- Add fancy pictures on footer and 404 page
|
||||
|
||||
### Changed
|
||||
|
||||
- The [`mix mobilizon.users.delete` task](https://docs.joinmobilizon.org/administration/CLI%20tasks/manage_users/#delete-an-user) behaviour completely deletes the user, unless the `--keep_email` option is given (can be used to prevent someone registering again with the same email).
|
||||
- The [`mix mobilizon.users.delete` task](https://docs.mobilizon.org/3.%20System%20administration/CLI%20tasks/manage_users/#delete-a-user) behaviour completely deletes the user, unless the `--keep_email` option is given (can be used to prevent someone registering again with the same email).
|
||||
- Deleting your own account completely deletes user information (it previously kept the email information).
|
||||
- The administration dashboard now shows more information on local events, groups and followed/following instances
|
||||
|
||||
@@ -2790,7 +2790,7 @@ Updated translations:
|
||||
|
||||
- The [nginx configuration](https://framagit.org/framasoft/mobilizon/-/blob/main/support/nginx/mobilizon.conf) has been changed with improvements and support for custom error pages.
|
||||
|
||||
- The cmake dependency has been added (see [our documentation](https://docs.joinmobilizon.org/administration/dependencies/#basic-tools))
|
||||
- The cmake dependency has been added (see [our documentation](https://docs.mobilizon.org/3.%20System%20administration/install/source/#basic-tools))
|
||||
|
||||
### Added
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<h1 align="center">
|
||||
<a href="https://joinmobilizon.org">
|
||||
<a href="https://mobilizon.org">
|
||||
<img src="https://lutim.cpy.re/qVYC86G9.png" alt="Mobilizon">
|
||||
</a>
|
||||
</h1>
|
||||
@@ -46,10 +46,10 @@ We appreciate any contribution to Mobilizon. Check [our contributing page](https
|
||||
## Links
|
||||
|
||||
### Learn more
|
||||
* 🌐 Official website: [https://joinmobilizon.org](https://joinmobilizon.org)
|
||||
* 🌐 Official website: [https://mobilizon.org](https://mobilizon.org)
|
||||
* 🔢 Pick an instance [https://mobilizon.org](https://mobilizon.org)
|
||||
* 💻 Source: [https://framagit.org/kaihuri/mobilizon](https://framagit.org/kaihuri/mobilizon)
|
||||
* 📜 Documentation [https://docs.joinmobilizon.org](https://docs.joinmobilizon.org)
|
||||
* 📜 Documentation [https://docs.mobilizon.org](https://docs.mobilizon.org)
|
||||
* A summarized description of structure of sources is done in [`docs/dev.md`](./docs/dev.md)
|
||||
|
||||
### Discuss
|
||||
@@ -66,4 +66,4 @@ Note: Most federation code comes from [Pleroma](https://pleroma.social), which i
|
||||
## ❤️ Supports of our crowdfunding
|
||||
---
|
||||
|
||||
We have run [a crowdfunding campaign](https://framablog.org/2019/05/14/mobilizon-lets-finance-a-software-to-free-our-events-from-facebook/) to pave the road to the version 1.0.0 of Mobilizon. Thanks to everyone who pitched in and shared the news around! The list of [everyone who donated is available here](https://joinmobilizon.org/hall-of-fame).
|
||||
We have run [a crowdfunding campaign](https://framablog.org/2019/05/14/mobilizon-lets-finance-a-software-to-free-our-events-from-facebook/) to pave the road to the version 1.0.0 of Mobilizon. Thanks to everyone who pitched in and shared the news around!.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[Mobilizon](https://joinmobilizon.org) takes security, privacy and user control seriously, and we want to put them front and centre of our project.
|
||||
[Mobilizon](https://mobilizon.org) takes security, privacy and user control seriously, and we want to put them front and centre of our project.
|
||||
|
||||
This document outlines security procedures and general policies for the Mobilizon project.
|
||||
The Mobilizon maintainer team and community take all security bugs in Mobilizon seriously. Thank you for improving the security of Mobilizon. We appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions.
|
||||
@@ -17,7 +17,7 @@ The Mobilizon maintainer team and community take all security bugs in Mobilizon
|
||||
|
||||
### Challenges
|
||||
|
||||
[Mobilizon](https://joinmobilizon.org) will be challenging to keep secure, as it is:
|
||||
[Mobilizon](https://mobilizon.org) will be challenging to keep secure, as it is:
|
||||
|
||||
* open source, both back-end and front-end
|
||||
|
||||
|
||||
10
UPGRADE.md
10
UPGRADE.md
@@ -75,7 +75,7 @@ In order to keep the release tarballs light, the geographic timezone data is not
|
||||
|
||||
```sh
|
||||
sudo -u mobilizon mkdir /var/lib/mobilizon/timezones
|
||||
sudo -u mobilizon curl -L 'https://packages.joinmobilizon.org/tz_world/timezones-geodata.dets' -o /var/lib/mobilizon/timezones/timezones-geodata.dets
|
||||
sudo -u mobilizon curl -L 'https://packages.mobilizon.org/tz_world/timezones-geodata.dets' -o /var/lib/mobilizon/timezones/timezones-geodata.dets
|
||||
```
|
||||
|
||||
In both cases, ~700Mio of disk will be used. You may use the following configuration to specify where the data is expected if you decide to change it from the default location (`/var/lib/mobilizon/timezones`) :
|
||||
@@ -99,7 +99,7 @@ You need to download the data :
|
||||
|
||||
```sh
|
||||
sudo -u mobilizon mkdir /var/lib/mobilizon/timezones
|
||||
sudo -u mobilizon curl -L 'https://packages.joinmobilizon.org/tz_world/timezones-geodata.dets' -o /var/lib/mobilizon/timezones/timezones-geodata.dets
|
||||
sudo -u mobilizon curl -L 'https://packages.mobilizon.org/tz_world/timezones-geodata.dets' -o /var/lib/mobilizon/timezones/timezones-geodata.dets
|
||||
```
|
||||
|
||||
In both cases, ~700Mio of disk will be used. You may use the following configuration to specify where the data is expected:
|
||||
@@ -116,7 +116,7 @@ Create the folder for default CSV export:
|
||||
sudo -u mobilizon mkdir -p /var/lib/mobilizon/uploads/exports/csv
|
||||
```
|
||||
|
||||
This path can be configured, see [the dedicated docs page about this](https://docs.joinmobilizon.org/administration/configure/exports/).
|
||||
This path can be configured, see [the dedicated docs page about this](https://docs.mobilizon.org/3.%20System%20administration/configure/exports/).
|
||||
Files in this folder are temporary and are cleaned once an hour.
|
||||
|
||||
## New optional dependencies
|
||||
@@ -135,7 +135,7 @@ New optional Python dependencies:
|
||||
- `weasyprint` for PDF export (with [a few extra dependencies](https://doc.courtbouillon.org/weasyprint/stable/first_steps.html))
|
||||
- `pyexcel-ods3` for ODS export (no extra dependencies)
|
||||
|
||||
Both can be installed through pip. You need to enable and configure exports for PDF and ODS in the configuration afterwards. Read [the dedicated docs page about this](https://docs.joinmobilizon.org/administration/configure/exports/).
|
||||
Both can be installed through pip. You need to enable and configure exports for PDF and ODS in the configuration afterwards. Read [the dedicated docs page about this](https://docs.mobilizon.org/3.%20System%20administration/configure/exports/).
|
||||
|
||||
# Upgrading from 1.0 to 1.1
|
||||
|
||||
@@ -159,7 +159,7 @@ Staying on source releases means:
|
||||
|
||||
## Releases
|
||||
|
||||
If you want to migrate to releases, [we provide a full guide](https://docs.joinmobilizon.org/administration/upgrading/source_to_release/). You may do this at any time.
|
||||
If you want to migrate to releases, [we provide a full guide](https://docs.mobilizon.org/3.%20System%20administration/upgrading/source_to_release/). You may do this at any time.
|
||||
|
||||
## Source install
|
||||
|
||||
|
||||
@@ -381,9 +381,9 @@ config :mobilizon, Mobilizon.Service.GlobalSearch,
|
||||
service: Mobilizon.Service.GlobalSearch.SearchMobilizon
|
||||
|
||||
config :mobilizon, Mobilizon.Service.GlobalSearch.SearchMobilizon,
|
||||
endpoint: "https://search.joinmobilizon.org",
|
||||
endpoint: "https://search.mobilizon.org",
|
||||
csp_policy: [
|
||||
img_src: ["search.joinmobilizon.org"]
|
||||
img_src: ["search.mobilizon.org"]
|
||||
]
|
||||
|
||||
config :mobilizon, Mobilizon.Service.AntiSpam, service: Mobilizon.Service.AntiSpam.Akismet
|
||||
|
||||
@@ -42,11 +42,11 @@ ARG VCS_REF
|
||||
|
||||
LABEL org.opencontainers.image.title="mobilizon" \
|
||||
org.opencontainers.image.description="Mobilizon for Docker" \
|
||||
org.opencontainers.image.vendor="joinmobilizon.org" \
|
||||
org.opencontainers.image.documentation="https://docs.joinmobilizon.org" \
|
||||
org.opencontainers.image.vendor="mobilizon.org" \
|
||||
org.opencontainers.image.documentation="https://docs.mobilizon.org" \
|
||||
org.opencontainers.image.licenses="AGPL-3.0" \
|
||||
org.opencontainers.image.source="https://framagit.org/framasoft/mobilizon" \
|
||||
org.opencontainers.image.url="https://joinmobilizon.org" \
|
||||
org.opencontainers.image.url="https://mobilizon.org" \
|
||||
org.opencontainers.image.revision=$VCS_REF \
|
||||
org.opencontainers.image.created=$BUILD_DATE
|
||||
|
||||
@@ -66,7 +66,7 @@ RUN mkdir -p /etc/mobilizon && chown nobody:nobody /etc/mobilizon
|
||||
USER nobody
|
||||
|
||||
# Get timezone geodata
|
||||
RUN curl -L 'https://packages.joinmobilizon.org/tz_world/timezones-geodata.dets' -o /var/lib/mobilizon/timezones/timezones-geodata.dets
|
||||
RUN curl -L 'https://packages.mobilizon.org/tz_world/timezones-geodata.dets' -o /var/lib/mobilizon/timezones/timezones-geodata.dets
|
||||
|
||||
EXPOSE 4000
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Documentation for developpers
|
||||
|
||||
_This file is a summary of the documentation for developpers. As explained in [CONTRIBUTING.md](../CONTRIBUTING.md), the main documentation is available at <https://docs.joinmobilizon.org/contribute/>_
|
||||
_This file is a summary of the documentation for developpers. As explained in [CONTRIBUTING.md](../CONTRIBUTING.md), the main documentation is available at <https://docs.mobilizon.org/4.%20Contribute/>_
|
||||
|
||||
## Technologies
|
||||
|
||||
|
||||
@@ -85,7 +85,7 @@ defmodule Mobilizon.Federation.ActivityPub.Utils do
|
||||
"postalCode" => "sc:postalCode",
|
||||
"addressLocality" => "sc:addressLocality",
|
||||
"streetAddress" => "sc:streetAddress",
|
||||
"mz" => "https://joinmobilizon.org/ns#",
|
||||
"mz" => "https://mobilizon.org/ns#",
|
||||
"repliesModerationOptionType" => %{
|
||||
"@id" => "mz:repliesModerationOptionType",
|
||||
"@type" => "rdfs:Class"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
defmodule Mobilizon.Service.GlobalSearch.SearchMobilizon do
|
||||
@moduledoc """
|
||||
[Search Mobilizon](https://search.joinmobilizon.org) backend.
|
||||
[Search Mobilizon](https://search.mobilizon.org) backend.
|
||||
"""
|
||||
|
||||
alias Mobilizon.Actors.Actor
|
||||
@@ -252,7 +252,7 @@ defmodule Mobilizon.Service.GlobalSearch.SearchMobilizon do
|
||||
|
||||
defp search_endpoint do
|
||||
Application.get_env(:mobilizon, __MODULE__) |> get_in([:endpoint]) ||
|
||||
"https://search.joinmobilizon.org"
|
||||
"https://search.mobilizon.org"
|
||||
end
|
||||
|
||||
defp parse_date(nil), do: nil
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
<p>
|
||||
<%= pgettext(
|
||||
"terms",
|
||||
"For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
"For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
)
|
||||
|> raw %>
|
||||
</p>
|
||||
|
||||
@@ -189,7 +189,7 @@
|
||||
)
|
||||
|> raw %>
|
||||
<br />
|
||||
<a href="https://joinmobilizon.org">
|
||||
<a href="https://mobilizon.org">
|
||||
<%= gettext("Learn more about Mobilizon here!") %>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
<%= gettext "Need help? Is something not working as expected?" %>
|
||||
<%= gettext "Ask the community on Framacolibri" %> https://framacolibri.org/c/mobilizon/39
|
||||
|
||||
<%= gettext "%{instance} is powered by Mobilizon.", instance: @instance_name %> <%= gettext "Learn more about Mobilizon here!" %> https://joinmobilizon.org
|
||||
<%= gettext "%{instance} is powered by Mobilizon.", instance: @instance_name %> <%= gettext "Learn more about Mobilizon here!" %> https://mobilizon.org
|
||||
|
||||
2
mix.exs
2
mix.exs
@@ -24,7 +24,7 @@ defmodule Mobilizon.Mixfile do
|
||||
],
|
||||
name: "Mobilizon",
|
||||
source_url: "https://framagit.org/framasoft/mobilizon",
|
||||
homepage_url: "https://joinmobilizon.org",
|
||||
homepage_url: "https://mobilizon.org",
|
||||
docs: docs(),
|
||||
releases: [
|
||||
mobilizon: [
|
||||
|
||||
@@ -568,7 +568,7 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
|
||||
@@ -551,7 +551,7 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
|
||||
@@ -640,9 +640,9 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
"Vegeu <a href=\"https://joinmobilizon.org\">detalls complets sobre el "
|
||||
"Vegeu <a href=\"https://mobilizon.org\">detalls complets sobre el "
|
||||
"software Mobilizon</a>."
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
|
||||
@@ -648,9 +648,9 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
"Podrobné informace o softwaru Mobilizon <a href=\"https://joinmobilizon.org\""
|
||||
"Podrobné informace o softwaru Mobilizon <a href=\"https://mobilizon.org\""
|
||||
">viz zde</a>."
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
|
||||
@@ -662,10 +662,10 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
"Vollumfängliche Informationen zur Mobilizon-Software <a href=\"https"
|
||||
"://joinmobilizon.org\">können Sie hier erhalten</a>."
|
||||
"://mobilizon.org\">können Sie hier erhalten</a>."
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
#, elixir-autogen, elixir-format
|
||||
|
||||
@@ -531,7 +531,7 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
|
||||
@@ -584,7 +584,7 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
|
||||
@@ -645,10 +645,10 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
"Para obtener detalles completos sobre el software Mobilizon <a href="
|
||||
"\"https://joinmobilizon.org\"> ver aquí </a>."
|
||||
"\"https://mobilizon.org\"> ver aquí </a>."
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
#, elixir-autogen, elixir-format
|
||||
|
||||
@@ -636,9 +636,9 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
"Katso <a href=\"https://joinmobilizon.org\">täältä</a> tarkempia Mobilizon-"
|
||||
"Katso <a href=\"https://mobilizon.org\">täältä</a> tarkempia Mobilizon-"
|
||||
"ohjelmaa koskevia tietoja."
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
|
||||
@@ -562,7 +562,7 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
|
||||
@@ -638,7 +638,7 @@ msgstr ""
|
||||
msgctxt "terms"
|
||||
msgid ""
|
||||
"For full details about the Mobilizon software <a href=\"https://"
|
||||
"joinmobilizon.org\">see here</a>."
|
||||
"mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
"Para coñecer máis sobre o software Mobilizon <a href=\"https://joinmobilizon."
|
||||
"org\">visita esta web</a>."
|
||||
|
||||
@@ -555,7 +555,7 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
|
||||
@@ -598,7 +598,7 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
"Pogledaj sve detalje o Mobilizon softveru <a href=\"https://joinmobilizon."
|
||||
"org\">ovdje</a>."
|
||||
|
||||
@@ -593,7 +593,7 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
|
||||
@@ -560,10 +560,10 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
"Untuk keterangan lebih lanjut tentang perangkat lunak Mobilizon <a href="
|
||||
"\"https://joinmobilizon.org\">lihat di sini</a>."
|
||||
"\"https://mobilizon.org\">lihat di sini</a>."
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
#, elixir-autogen, elixir-format
|
||||
|
||||
@@ -648,10 +648,10 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
"Per i dettagli completi sul software Mobilizon <a href=\"https"
|
||||
"://joinmobilizon.org\">vedi qui</a>."
|
||||
"://mobilizon.org\">vedi qui</a>."
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
#, elixir-autogen, elixir-format
|
||||
|
||||
@@ -542,7 +542,7 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
|
||||
@@ -546,7 +546,7 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
|
||||
@@ -553,7 +553,7 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
|
||||
@@ -556,7 +556,7 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
|
||||
@@ -630,9 +630,9 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
"Les meir om Mobilizon-programvara <a href=\"https://joinmobilizon.org\""
|
||||
"Les meir om Mobilizon-programvara <a href=\"https://mobilizon.org\""
|
||||
">her</a>."
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
|
||||
@@ -604,7 +604,7 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
"Per mai de detalhs sul logicial Mobilizon <a href=\"https://joinmobilizon."
|
||||
"org\">veire aquí</a>."
|
||||
|
||||
@@ -659,10 +659,10 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
"Aby zobaczyć więcej informacji o oprogramowaniu Mobilizon, <a href=\"https"
|
||||
"://joinmobilizon.org\">zajrzyj tutaj</a>."
|
||||
"://mobilizon.org\">zajrzyj tutaj</a>."
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
#, elixir-autogen, elixir-format
|
||||
|
||||
@@ -546,7 +546,7 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
|
||||
@@ -721,7 +721,7 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
"Grande parte do conteúdo do Serviço é seu e de terceiros, e não o revisamos, "
|
||||
"verificamos ou autenticamos, podendo conter imprecisões ou informações "
|
||||
|
||||
@@ -656,7 +656,7 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
"Для получения полной информации о Mobilizon <a href=\"https://joinmobilizon."
|
||||
"org\">смотреть тут</a>."
|
||||
|
||||
@@ -594,7 +594,7 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
|
||||
@@ -539,7 +539,7 @@ msgstr ""
|
||||
#: lib/web/templates/api/terms.html.heex:254
|
||||
#, elixir-autogen, elixir-format
|
||||
msgctxt "terms"
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
msgstr ""
|
||||
|
||||
#: lib/web/templates/api/terms.html.heex:47
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<b>{{ instanceName }}</b>
|
||||
</template>
|
||||
<template #mobilizon_link>
|
||||
<a href="https://joinmobilizon.org">{{ t("Mobilizon") }}</a>
|
||||
<a href="https://mobilizon.org">{{ t("Mobilizon") }}</a>
|
||||
</template>
|
||||
</i18n-t>
|
||||
<span v-if="sentryEnabled">
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
variant="primary"
|
||||
size="large"
|
||||
tag="a"
|
||||
href="https://joinmobilizon.org"
|
||||
href="https://mobilizon.org"
|
||||
>{{ t("Learn more about Mobilizon") }}</o-button
|
||||
>
|
||||
</div>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
keypath="An instance is an installed version of the Mobilizon software running on a server. An instance can be run by anyone using the {mobilizon_software} or other federated apps, aka the “fediverse”. This instance's name is {instance_name}. Mobilizon is a federated network of multiple instances (just like email servers), users registered on different instances may communicate even though they didn't register on the same instance."
|
||||
>
|
||||
<template #mobilizon_software
|
||||
><a href="https://joinmobilizon.org">{{
|
||||
><a href="https://mobilizon.org">{{
|
||||
t("Mobilizon software")
|
||||
}}</a></template
|
||||
>
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
tag="a"
|
||||
icon-left="open-in-new"
|
||||
class="text-2xl bg-primary text-white leading-6"
|
||||
href="https://joinmobilizon.org"
|
||||
href="https://mobilizon.org"
|
||||
>{{ t("Learn more") }}</o-button
|
||||
>
|
||||
</div>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<i18n-t keypath="Ask your instance admin to {enable_feature}.">
|
||||
<template #enable_feature>
|
||||
<a
|
||||
href="https://docs.joinmobilizon.org/administration/configure/push/"
|
||||
href="https://docs.mobilizon.org/3.%20System%20administration/configure/push/"
|
||||
target="_blank"
|
||||
rel="noopener noreferer"
|
||||
>{{ $t("enable the feature") }}</a
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<b>{{ config?.name }}</b>
|
||||
</template>
|
||||
<template #mobilizon>
|
||||
<a href="https://joinmobilizon.org" target="_blank" class="out">{{
|
||||
<a href="https://mobilizon.org" target="_blank" class="out">{{
|
||||
t("Mobilizon")
|
||||
}}</a>
|
||||
</template>
|
||||
|
||||
2
test/fixtures/mobilizon-invite-activity.json
vendored
2
test/fixtures/mobilizon-invite-activity.json
vendored
@@ -26,7 +26,7 @@
|
||||
"@type": "rdfs:Class"
|
||||
},
|
||||
"maximumAttendeeCapacity": "sc:maximumAttendeeCapacity",
|
||||
"mz": "https://joinmobilizon.org/ns#",
|
||||
"mz": "https://mobilizon.org/ns#",
|
||||
"repliesModerationOption": {
|
||||
"@id": "mz:repliesModerationOption",
|
||||
"@type": "mz:repliesModerationOptionType"
|
||||
|
||||
2
test/fixtures/mobilizon-join-activity.json
vendored
2
test/fixtures/mobilizon-join-activity.json
vendored
@@ -25,7 +25,7 @@
|
||||
"@type": "rdfs:Class"
|
||||
},
|
||||
"maximumAttendeeCapacity": "sc:maximumAttendeeCapacity",
|
||||
"mz": "https://joinmobilizon.org/ns#",
|
||||
"mz": "https://mobilizon.org/ns#",
|
||||
"repliesModerationOption": {
|
||||
"@id": "mz:repliesModerationOption",
|
||||
"@type": "mz:repliesModerationOptionType"
|
||||
|
||||
2
test/fixtures/mobilizon-leave-activity.json
vendored
2
test/fixtures/mobilizon-leave-activity.json
vendored
@@ -25,7 +25,7 @@
|
||||
"@type": "rdfs:Class"
|
||||
},
|
||||
"maximumAttendeeCapacity": "sc:maximumAttendeeCapacity",
|
||||
"mz": "https://joinmobilizon.org/ns#",
|
||||
"mz": "https://mobilizon.org/ns#",
|
||||
"repliesModerationOption": {
|
||||
"@id": "mz:repliesModerationOption",
|
||||
"@type": "mz:repliesModerationOptionType"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"@type": "sc:Place"
|
||||
},
|
||||
"maximumAttendeeCapacity": "sc:maximumAttendeeCapacity",
|
||||
"mz": "https://joinmobilizon.org/ns#",
|
||||
"mz": "https://mobilizon.org/ns#",
|
||||
"participationMessage": {
|
||||
"@id": "mz:participationMessage",
|
||||
"@type": "sc:Text"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"@type": "rdfs:Class"
|
||||
},
|
||||
"maximumAttendeeCapacity": "sc:maximumAttendeeCapacity",
|
||||
"mz": "https://joinmobilizon.org/ns#",
|
||||
"mz": "https://mobilizon.org/ns#",
|
||||
"repliesModerationOption": {
|
||||
"@id": "mz:repliesModerationOption",
|
||||
"@type": "mz:repliesModerationOptionType"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"@type": "rdfs:Class"
|
||||
},
|
||||
"maximumAttendeeCapacity": "sc:maximumAttendeeCapacity",
|
||||
"mz": "https://joinmobilizon.org/ns#",
|
||||
"mz": "https://mobilizon.org/ns#",
|
||||
"repliesModerationOption": {
|
||||
"@id": "mz:repliesModerationOption",
|
||||
"@type": "mz:repliesModerationOptionType"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"@type": "rdfs:Class"
|
||||
},
|
||||
"maximumAttendeeCapacity": "sc:maximumAttendeeCapacity",
|
||||
"mz": "https://joinmobilizon.org/ns#",
|
||||
"mz": "https://mobilizon.org/ns#",
|
||||
"repliesModerationOption": {
|
||||
"@id": "mz:repliesModerationOption",
|
||||
"@type": "mz:repliesModerationOptionType"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"@type": "rdfs:Class"
|
||||
},
|
||||
"maximumAttendeeCapacity": "sc:maximumAttendeeCapacity",
|
||||
"mz": "https://joinmobilizon.org/ns#",
|
||||
"mz": "https://mobilizon.org/ns#",
|
||||
"repliesModerationOption": {
|
||||
"@id": "mz:repliesModerationOption",
|
||||
"@type": "mz:repliesModerationOptionType"
|
||||
|
||||
2
test/fixtures/mobilizon-post-activity.json
vendored
2
test/fixtures/mobilizon-post-activity.json
vendored
@@ -15,7 +15,7 @@
|
||||
"@type": "rdfs:Class"
|
||||
},
|
||||
"maximumAttendeeCapacity": "sc:maximumAttendeeCapacity",
|
||||
"mz": "https://joinmobilizon.org/ns#",
|
||||
"mz": "https://mobilizon.org/ns#",
|
||||
"repliesModerationOption": {
|
||||
"@id": "mz:repliesModerationOption",
|
||||
"@type": "mz:repliesModerationOptionType"
|
||||
|
||||
@@ -155,7 +155,7 @@ defmodule Mobilizon.GraphQL.Resolvers.ResourceTest do
|
||||
}
|
||||
"""
|
||||
|
||||
@resource_url "https://joinmobilizon.org"
|
||||
@resource_url "https://mobilizon.org"
|
||||
@resource_title "my resource"
|
||||
@updated_resource_title "my updated resource"
|
||||
@folder_title "my folder"
|
||||
@@ -404,10 +404,10 @@ defmodule Mobilizon.GraphQL.Resolvers.ResourceTest do
|
||||
assert is_nil(res["errors"])
|
||||
|
||||
assert res["data"]["createResource"]["metadata"]["faviconUrl"] ==
|
||||
MediaProxy.url("https://joinmobilizon.org/img/icons/favicon.png")
|
||||
MediaProxy.url("https://mobilizon.org/img/icons/favicon.png")
|
||||
|
||||
assert res["data"]["createResource"]["metadata"]["imageRemoteUrl"] ==
|
||||
MediaProxy.url("https://joinmobilizon.org/img/opengraph/home.jpg")
|
||||
MediaProxy.url("https://mobilizon.org/img/opengraph/home.jpg")
|
||||
|
||||
assert res["data"]["createResource"]["path"] == "/#{@resource_title}"
|
||||
assert res["data"]["createResource"]["resourceUrl"] == @resource_url
|
||||
@@ -460,10 +460,10 @@ defmodule Mobilizon.GraphQL.Resolvers.ResourceTest do
|
||||
assert is_nil(res["errors"])
|
||||
|
||||
assert res["data"]["createResource"]["metadata"]["faviconUrl"] ==
|
||||
MediaProxy.url("https://joinmobilizon.org/img/icons/favicon.png")
|
||||
MediaProxy.url("https://mobilizon.org/img/icons/favicon.png")
|
||||
|
||||
assert res["data"]["createResource"]["metadata"]["imageRemoteUrl"] ==
|
||||
MediaProxy.url("https://joinmobilizon.org/img/opengraph/home.jpg")
|
||||
MediaProxy.url("https://mobilizon.org/img/opengraph/home.jpg")
|
||||
|
||||
assert res["data"]["createResource"]["path"] == "#{parent_path}/#{@resource_title}"
|
||||
assert res["data"]["createResource"]["resourceUrl"] == @resource_url
|
||||
|
||||
@@ -19,7 +19,7 @@ exports[`Mobilizon Presentation Story > Default 1`] = `
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-4 text-center">
|
||||
<o-button variant="primary" size="large" tag="a" href="https://joinmobilizon.org">Learn more about Mobilizon</o-button>
|
||||
<o-button variant="primary" size="large" tag="a" href="https://mobilizon.org">Learn more about Mobilizon</o-button>
|
||||
</div>
|
||||
</div>
|
||||
</variant>
|
||||
|
||||
Reference in New Issue
Block a user