Thomas Citharel
da3b074619
fix(nodeinfo): make sure we only process JSON content
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-01-03 18:33:13 +01:00
Thomas Citharel
881695ca19
refactor(http): extract HTTP header tests to a new module
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-22 16:00:33 +01:00
Thomas Citharel
7351468842
fix(activitypub): handle actors following with manually_approves_followers not set
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-22 15:57:29 +01:00
Thomas Citharel
b89f4f47fa
Merge branch 'upgrade-deps' into 'main'
...
Upgrade deps
See merge request framasoft/mobilizon!1515
2023-12-22 13:29:18 +00:00
Thomas Citharel
a6a80cabc6
Merge branch 'oruga-0.8' into upgrade-deps
2023-12-22 12:17:17 +01:00
Thomas Citharel
112019d21c
refactor: fix date-fns import in GroupView.vue
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-22 12:16:01 +01:00
Thomas Citharel
72c0b18aa9
chore(deps): upgrade deps
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-22 12:15:37 +01:00
Thomas Citharel
b7cb2b9bd1
Merge branch 'weblate-mobilizon-frontend' into 'main'
...
Translations update from Framasoft Weblate
See merge request framasoft/mobilizon!1514
2023-12-22 11:08:51 +00:00
Milo Ivir
4ddbc20e2b
Translated using Weblate (Croatian)
...
Currently translated at 81.5% (292 of 358 strings)
Translation: Mobilizon/Backend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend/hr/
2023-12-21 21:11:11 +01:00
Thomas Citharel
58e4239aae
Merge branch 'extract-nodeinfo-metadata' into 'main'
...
feat(nodeinfo): extract and save NodeInfo information from instances to...
Closes #1392
See merge request framasoft/mobilizon!1513
2023-12-21 10:05:26 +00:00
Thomas Citharel
99b2339424
feat(nodeinfo): extract and save NodeInfo information from instances to display it on instances list
...
We also try to detect the application actor if it's not given by NodeInfo metadata (FEP-2677)
(guessing for Mobilizon, PeerTube & Mastodon).
Closes #1392
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-21 10:45:56 +01:00
Thomas Citharel
b09f9053b2
Merge branch 'fix-ics-feed-events-sorting' into 'main'
...
Fix ICS feed missing events: order by "begins_on" DESC
See merge request framasoft/mobilizon!1512
2023-12-20 08:45:18 +00:00
Thomas Citharel
ff0440c634
fix(feeds): increase feed item limit from 500 to 5000
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-20 09:26:58 +01:00
Thomas Citharel
3c75856149
fix(feeds): make sure posts for feeds are ordered by publication date desc
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-20 09:26:28 +01:00
Thomas Citharel
e73fd9b370
fix(activitypub): make relay outbox events ordered by desc publication date
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-20 09:24:59 +01:00
summersamara
31411bfc03
Fix ICS feed missing events: order by "begins_on" DESC so that the latest events are always included
...
potsda.mn/mobilizon#37
2023-12-20 09:07:47 +01:00
Thomas Citharel
2fba6379f1
Merge branch 'docker-remove-openssl-11-compat' into 'main'
...
fix(docker): remove openssl1.1-compat
Closes #1390
See merge request framasoft/mobilizon!1511
2023-12-19 11:24:01 +00:00
Thomas Citharel
889cb91f26
fix(docker): add --break-system-packages to pip install to add weasyprint and pyexcel-ods3
...
That's the only use of Python so we should be fine
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-19 12:05:22 +01:00
Thomas Citharel
75d7816a6c
fix(docker): remove openssl1.1-compat
...
Closes #1390
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-19 12:04:22 +01:00
Thomas Citharel
f4e51c2a90
Merge branch 'address-text-only' into 'main'
...
feat(activitypub): allow simple text for address field
Closes #1387
See merge request framasoft/mobilizon!1510
2023-12-19 10:13:12 +00:00
Thomas Citharel
001a0ed1a5
fix(activitypub): do not try to calculate timezone from missing geo-coordinates
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-19 10:53:12 +01:00
Thomas Citharel
64237cfc26
feat(activitypub): allow simple text for address field
...
Closes #1387
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-19 10:52:31 +01:00
Thomas Citharel
8544278c9a
Merge branch 'nodeinfo-fixes' into 'main'
...
fix(nodeinfo): fix getting application actor information from NodeInfo response
See merge request framasoft/mobilizon!1509
2023-12-19 09:40:41 +00:00
Thomas Citharel
78d3e76e46
test(nodeinfo): add tests for Mobilizon.Federation.NodeInfo
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-19 10:01:20 +01:00
Thomas Citharel
227c176628
Merge branch 'weblate-mobilizon-frontend' into 'main'
...
Translations update from Framasoft Weblate
See merge request framasoft/mobilizon!1508
2023-12-19 08:54:26 +00:00
Thomas Citharel
00250ff33a
refactor(activitypub): cleanup unused imports and variables
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-19 09:53:05 +01:00
Thomas Citharel
dd775b6ae2
fix(nodeinfo): fix getting application actor information from NodeInfo response
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-19 09:52:32 +01:00
Phongpanot
d3b0647b11
Added translation using Weblate (Thai)
2023-12-19 09:20:39 +01:00
Thomas Citharel
707add36dd
Merge branch 'nodeinfo-relay' into 'main'
...
feat(activitypub): implement FEP-2677 to identify the application actor used for federation
Closes #1367
See merge request framasoft/mobilizon!1507
2023-12-18 15:44:15 +00:00
Thomas Citharel
d5eb235661
Merge branch 'weblate-mobilizon-frontend' into 'main'
...
Translations update from Framasoft Weblate
See merge request framasoft/mobilizon!1504
2023-12-18 15:43:49 +00:00
josé m
8b2e885159
Translated using Weblate (Galician)
...
Currently translated at 77.3% (1268 of 1640 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/gl/
2023-12-18 06:37:14 +01:00
josé m
48e1b7a5ec
Translated using Weblate (Galician)
...
Currently translated at 76.8% (1261 of 1640 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/gl/
2023-12-18 06:04:50 +01:00
josé m
91fdaf5abc
Translated using Weblate (Galician)
...
Currently translated at 76.2% (1250 of 1640 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/gl/
2023-12-17 04:53:38 +01:00
Thomas Citharel
f10977a99a
feat(activitypub): implement FEP-2677 to identify the application actor used for federation
...
Instead of always assuming it will be @relay@host.tld
Closes #1367
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-14 16:31:58 +01:00
josé m
708bb6b353
Translated using Weblate (Galician)
...
Currently translated at 73.3% (1203 of 1640 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/gl/
2023-12-14 11:57:02 +01:00
Thomas Citharel
049ffd61b7
Merge branch 'front-fixes' into 'main'
...
Various front-end fixes
See merge request framasoft/mobilizon!1505
2023-12-14 10:56:57 +00:00
Thomas Citharel
a9676d6481
feat(front): upgrade to Oruga 0.8.x
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-14 11:30:54 +01:00
Thomas Citharel
76668e0beb
fix(front): fix focus when creating a new resource
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-14 11:29:24 +01:00
Thomas Citharel
cecbea6db5
fix(front): show correct label when adding a new calc or videoconference resource in resources
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-14 11:29:23 +01:00
Thomas Citharel
1d39eb5488
fix(front): improve display of SendPasswordReset view
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-14 11:29:23 +01:00
Thomas Citharel
a408b476cf
fix(front): add condition on DraggableList in ResourceFolder.vue
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-14 11:29:22 +01:00
Thomas Citharel
45f8757d72
fix(front): create head without old options
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-14 11:29:22 +01:00
Thomas Citharel
89641c502e
fix(front): fix dialog from EventParticipationCard.vue without input
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-14 11:29:21 +01:00
Thomas Citharel
442d072857
refactor(front): use useCurrentActorClient() instead of making query in EventParticipationCard
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-14 11:29:21 +01:00
Thomas Citharel
f4ee116112
fix(front): escape event.title when it's passed to dialog component HTML message
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-14 11:29:13 +01:00
Thomas Citharel
83eb5c6a69
fix(front): add announcements link on EventParticipationCard as well as EventView
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-14 11:15:08 +01:00
Thomas Citharel
ee6381463d
fix(front): remove broken identity check in EventMinimalistCard
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-14 11:15:07 +01:00
Thomas Citharel
00d8bc733d
fix(front): fix ErrorComponent.vue sentry integration
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-14 11:15:07 +01:00
Thomas Citharel
51d43aa2d1
fix(front): various little CSS fixes
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-14 10:47:41 +01:00
Thomas Citharel
68c40e6bf5
chore(deps): update deps
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-12 11:48:54 +01:00