Thomas Citharel
017bffc155
Merge branch 'es/update-texts' into 'main'
...
fix(i18n): update Spanish translations
See merge request framasoft/mobilizon!1459
2023-09-22 08:20:17 +00:00
Gonzalo Arreche
cfebc355de
fix(i18n): update spanish translations
...
This fixes some issues with spanish translations, and tries to improve
consistency within texts.
2023-09-22 01:06:58 -03:00
Thomas Citharel
e09910852a
Merge branch 'refresh-remote-instance-actor-after-relay-follow' into 'main'
...
feat(federation): expose public activities as announcements in relay outbox and refresh profile after follow
See merge request framasoft/mobilizon!1458
2023-09-20 05:46:53 +00:00
Thomas Citharel
85e4715412
feat(federation): expose public activities as announcements in relay outbx & rfrsh profile aftr fllw
...
Also change ActorView to send proper HTTP error codes
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-09-19 18:07:18 +02:00
Thomas Citharel
daa68533d5
Merge branch 'fix/docker-mail-tls' into 'main'
...
fix(docker): convert smtp tls sni to char list
Closes #1352
See merge request framasoft/mobilizon!1456
2023-09-19 11:31:36 +00:00
Hugo Renard
b3be7c6a20
fix(docker): convert smtp tls sni to char list
...
Signed-off-by: Hugo Renard <hugo.renard@protonmail.com>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-09-19 11:45:23 +02:00
Thomas Citharel
6797ceea4b
Merge branch 'fix/normalize-suggested-username' into 'main'
...
fix: normalize suggested username
See merge request framasoft/mobilizon!1457
2023-09-19 06:59:37 +00:00
Thomas Citharel
9a563efcff
Merge branch 'fix/docker-sitemap' into 'main'
...
fix(docker): add sitemap folder
See merge request framasoft/mobilizon!1454
2023-09-18 15:05:45 +00:00
Hugo Renard
bd38449eda
fix(docker): add sitemap folder
...
Signed-off-by: Hugo Renard <hugo.renard@protonmail.com>
2023-09-18 14:57:50 +02:00
Hugo Renard
4960387174
fix: normalize suggested username
...
oauth providers can be less strict
Signed-off-by: Hugo Renard <hugo.renard@protonmail.com>
2023-09-18 14:56:21 +02:00
778a69cd
2b01de96e6
Merge remote-tracking branch 'origin/main'
2023-09-14 11:35:16 +02:00
Thomas Citharel
8324a7b4a7
Merge branch 'weblate-mobilizon-frontend' into 'main'
...
Translations update from Framasoft Weblate
See merge request framasoft/mobilizon!1453
2023-09-13 08:36:22 +00:00
Timur Seber
ba5f8f8a12
Translated using Weblate (Tatar)
...
Currently translated at 0.1% (1 of 1612 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/tt/
2023-09-13 07:24:18 +02:00
Timur Seber
cefdaf84f1
Added translation using Weblate (Tatar)
2023-09-13 03:12:57 +02:00
Milo Ivir
e510e09e4a
Translated using Weblate (Croatian)
...
Currently translated at 86.9% (1401 of 1612 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/hr/
2023-09-12 23:22:26 +02:00
778a69cd
7522bb6134
add disclaimer about this fork to the readme
2023-09-12 18:06:19 +02:00
778a69cd
6e456a80f3
use nixos-unstable for nixpkgs
2023-09-10 10:52:50 +02:00
778a69cd
c8398b07a9
use nixpkgs master for now
2023-09-08 13:45:53 +02:00
778a69cd
5b910788b1
use upsream ex_cldr, remove some outdated overrides
2023-09-08 13:32:47 +02:00
778a69cd
45b63be9f3
remove outdated compileFlags from nix expression
2023-09-08 12:17:17 +02:00
778a69cd
a74c99a731
bump version in nix expression to 3.2.0
2023-09-08 12:08:02 +02:00
778a69cd
54e09ed919
Merge remote-tracking branch 'origin/main'
2023-09-08 11:55:18 +02:00
Thomas Citharel
49e4174f85
chore(release): release 3.2.0
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-09-07 13:17:47 +02:00
Thomas Citharel
384864cc82
Merge branch 'fixes' into 'main'
...
fix(auth): small front fixes in 3rd-party auth provider callback
See merge request framasoft/mobilizon!1451
2023-09-07 11:12:20 +00:00
778a69cd
f273c69e75
Merge remote-tracking branch 'origin/main'
2023-09-07 12:48:52 +02:00
Thomas Citharel
3d63c12e88
fix(config): rollback Mailer tls setting to :never by default
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-09-07 12:41:42 +02:00
Thomas Citharel
7e4934513a
feat(auth): pre-initialize registration fields with information from 3rd-party provider
...
When using a 3rd-party auth provider, we now use the given username & display name information from
the provider to fill fields from the profile RegistrationView.
Partly addresses #1105
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-09-07 12:18:46 +02:00
Thomas Citharel
7e13e2baa7
fix(front): fixes in EditIdentity view
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-09-07 11:57:09 +02:00
Thomas Citharel
bde7206a1c
fix(auth): small front fixes in 3rd-party auth provider callback
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-09-07 11:56:49 +02:00
Thomas Citharel
28c4ae2e48
Merge branch 'docker-fix-port' into 'main'
...
fix(docker): fix entrypoint PostgreSQL extensions creations not using MOBILIZON_DATABASE_PORT
See merge request framasoft/mobilizon!1450
2023-09-07 07:27:48 +00:00
Thomas Citharel
9b4991844e
fix(docker): fix entrypoint PostgreSQL extensions creations not using MOBILIZON_DATABASE_PORT
...
Final step to complete #1321
Closes #1321
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-09-07 09:03:53 +02:00
Thomas Citharel
cea66094d0
Merge branch 'weblate-mobilizon-frontend' into 'main'
...
Translations update from Framasoft Weblate
See merge request framasoft/mobilizon!1449
2023-09-06 12:38:22 +00:00
Thomas Citharel
b755908e00
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (353 of 353 strings)
Translation: Mobilizon/Backend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend/es/
2023-09-06 14:15:14 +02:00
778a69cd
73aa8bd0f1
Merge remote-tracking branch 'origin/main'
2023-09-06 14:13:41 +02:00
Thomas Citharel
97439535f2
chore(release): release 3.2.0-beta.5
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-09-06 11:29:04 +02:00
Thomas Citharel
1c1afcb069
Merge branch 'fixes' into 'main'
...
Various fixes
Closes #1321
See merge request framasoft/mobilizon!1448
2023-09-06 08:24:39 +00:00
Thomas Citharel
f28109ad50
fix(sitemap): save generated sitemaps in configurable directory
...
Previously in priv/static, now by default in production in /var/lib/mobilizon/sitemap and
configurable through the $MOBILIZON_SITEMAP_PATH ENV variable
Closes #1321
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-09-05 20:04:26 +02:00
Thomas Citharel
13099e0f11
fix(docker): make Docker entrypoint port configurable via $MOBILIZON_DATABASE_PORT
...
See https://framagit.org/framasoft/mobilizon/-/issues/1321
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-09-05 19:47:08 +02:00
Thomas Citharel
8c8daae006
chore(docker): bump Elixir version for Docker images
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-09-05 19:45:19 +02:00
Thomas Citharel
895378a96b
fix(front): fix fetching and rendering profile mentions and fetching tags
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-09-05 19:28:36 +02:00
778a69cd
71d2a50356
Merge remote-tracking branch 'origin/main'
2023-09-05 17:41:49 +02:00
Thomas Citharel
a8ddc90ea2
chore(release): fix a typo in CHANGELOG.md
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-09-05 16:37:01 +02:00
Thomas Citharel
2881717f6d
chore(release): release 3.2.0-beta.4
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-09-05 16:36:22 +02:00
Thomas Citharel
f3ea98822b
Merge branch 'fixes' into 'main'
...
Various fixes
See merge request framasoft/mobilizon!1447
2023-09-05 14:34:23 +00:00
Thomas Citharel
23adeaee47
ci(release): bump release buildpack to 1.15.5-erlang-26.0.2-debian-buster
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-09-05 16:33:41 +02:00
Thomas Citharel
92b222b091
fix(back): allow any other type of actor to be suspended
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-09-05 16:03:45 +02:00
Thomas Citharel
8c14ba441c
fix(front): don't return promise if result is not finished loading for tags
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-09-05 15:55:13 +02:00
Thomas Citharel
31b2d065a9
fix(front): fix getting result from interactable object in InteractView
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-09-05 15:52:27 +02:00
Thomas Citharel
cfc984345e
fix(back): only try to insert activities for groups
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-09-05 15:35:04 +02:00
778a69cd
311c989167
Merge remote-tracking branch 'origin/main'
...
nix run .#update
2023-09-05 11:36:53 +02:00