Go to file
Thomas Citharel 3d3c01b276
fix(activitypub): reject unsigned or badly signed activity with correct http error code
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-04 08:43:38 +01:00
.devcontainer chore: fix prettier configuration and run it 2023-11-15 14:46:09 +01:00
.gitlab/issue_templates Better docs 2019-03-18 12:10:29 +01:00
.husky build: switch from yarn to npm to manage js dependencies and move js contents to root 2023-11-14 17:24:42 +01:00
config feat(background): add a job to refresh participant stats 2023-12-01 11:29:56 +01:00
docker build(docker): optimize image size 2023-11-23 14:16:47 +01:00
docs build: switch from yarn to npm to manage js dependencies and move js contents to root 2023-11-14 17:24:42 +01:00
lib fix(activitypub): reject unsigned or badly signed activity with correct http error code 2023-12-04 08:43:38 +01:00
priv chore(i18n): update backend translations 2023-12-01 11:29:55 +01:00
public build: switch from yarn to npm to manage js dependencies and move js contents to root 2023-11-14 17:24:42 +01:00
rel/overlays/bin Fix typo in ctl help text 2023-10-02 02:09:56 +00:00
scripts fix: build pictures at correct location and fix Plug.Static 2023-11-15 18:15:21 +01:00
src fix: prevent sending group physical address if it's empty and allow empty text for timezone 2023-12-03 18:14:00 +01:00
support add static location for img 2022-01-19 21:47:34 +01:00
test test: fix tests using verified routes 2023-12-01 16:34:48 +01:00
tests build: replace @vueuse/head with @unhead/vue 2023-11-21 16:40:32 +01:00
uploads Adding uploads folder configuration to gitignore 2021-10-05 10:52:55 +02:00
.browserslistrc build: switch from yarn to npm to manage js dependencies and move js contents to root 2023-11-14 17:24:42 +01:00
.credo.exs build: switch from yarn to npm to manage js dependencies and move js contents to root 2023-11-14 17:24:42 +01:00
.dockerignore build(docker): optimize image size 2023-11-23 14:16:47 +01:00
.doctor.exs Refactor Mobilizon.Federation.ActivityPub and add typespecs 2021-09-29 16:31:11 +02:00
.editorconfig build: switch from yarn to npm to manage js dependencies and move js contents to root 2023-11-14 17:24:42 +01:00
.env.template introduce VITE_HOST env var and pass it to the node watcher vite --host 2023-11-23 15:33:31 +01:00
.eslintrc.js build: switch from yarn to npm to manage js dependencies and move js contents to root 2023-11-14 17:24:42 +01:00
.formatter.exs Update deps and fix some front-end stuff 2023-03-22 10:19:25 +01:00
.gitignore test: fix histoire configuration 2023-11-14 18:59:28 +01:00
.gitlab-ci.yml ci(docker): fix docker build for pre-releases 2023-11-30 10:03:48 +01:00
.prettierignore chore: fix prettier configuration and run it 2023-11-15 14:46:09 +01:00
.prettierrc.json build: switch from yarn to npm to manage js dependencies and move js contents to root 2023-11-14 17:24:42 +01:00
.sobelow-conf Update sobelow ignores 2022-03-31 11:38:33 +02:00
.sobelow-skips test: fix tests using verified routes 2023-12-01 16:34:48 +01:00
.tool-versions chore(deps): upgrade deps 2023-09-04 14:08:37 +02:00
CHANGELOG.md Release 4.0.0-beta.2 2023-12-01 17:00:50 +01:00
CONTRIBUTING.md #318 update link to use docs 2019-12-04 13:08:28 +00:00
Dockerfile Fix docker development: 2023-11-22 20:57:50 +01:00
LICENSE Rename project to Mobilizon 2018-10-11 17:37:39 +02:00
Makefile build: only run ecto create & migrate & tz_world update on prepare_test task, not main test one 2023-11-15 16:37:22 +01:00
README.md docs(dev.md): keep some info about structure 2023-10-16 14:58:18 +02:00
SECURITY.md Documentation proofing 2019-05-19 11:38:09 +02:00
UPGRADE.md Remove OS-specific packages from UPGRADE.md 2022-05-06 12:42:16 +02:00
apollo.config.js build: switch from yarn to npm to manage js dependencies and move js contents to root 2023-11-14 17:24:42 +01:00
docker-compose.test.yml build: only run ecto create & migrate & tz_world update on prepare_test task, not main test one 2023-11-15 16:37:22 +01:00
docker-compose.yml introduce VITE_HOST env var and pass it to the node watcher vite --host 2023-11-23 15:33:31 +01:00
env.d.ts build: switch from yarn to npm to manage js dependencies and move js contents to root 2023-11-14 17:24:42 +01:00
fragmentTypes.json build: switch from yarn to npm to manage js dependencies and move js contents to root 2023-11-14 17:24:42 +01:00
get_union_json.ts build: switch from yarn to npm to manage js dependencies and move js contents to root 2023-11-14 17:24:42 +01:00
histoire.config.ts test: fix histoire configuration 2023-11-14 18:59:28 +01:00
mix.exs Release 4.0.0-beta.2 2023-12-01 17:00:50 +01:00
mix.lock build: downgrade Sentry since it doesn't want to compile 2023-11-23 11:20:38 +01:00
package-lock.json build: replace @vueuse/head with @unhead/vue 2023-11-21 16:40:32 +01:00
package.json Release 4.0.0-beta.2 2023-12-01 17:00:50 +01:00
playwright.config.ts build: switch from yarn to npm to manage js dependencies and move js contents to root 2023-11-14 17:24:42 +01:00
postcss.config.js build: switch from yarn to npm to manage js dependencies and move js contents to root 2023-11-14 17:24:42 +01:00
schema.graphql chore: fix prettier configuration and run it 2023-11-15 14:46:09 +01:00
tailwind.config.js build: switch from yarn to npm to manage js dependencies and move js contents to root 2023-11-14 17:24:42 +01:00
tsconfig.json chore: upgrade deps 2023-11-21 16:40:32 +01:00
vetur.config.js Add Vetur file configuration 2020-12-09 10:00:09 +01:00
vite.config.js introduce VITE_HOST env var and pass it to the node watcher vite --host 2023-11-23 15:33:31 +01:00
vue-i18n-extract.config.js build: switch from yarn to npm to manage js dependencies and move js contents to root 2023-11-14 17:24:42 +01:00

README.md

Mobilizon

Mobilizon is your federated organization and mobilization platform. Gather people with a convivial, ethical, and emancipating tool.

Developed with ♥ by Framasoft

Framasoft logo

Introduction

Mobilizon is a tool designed to create platforms for managing communities and events. Its purpose is to help as many people as possible to free themselves from Facebook groups and events, from Meetup, etc.

The Mobilizon software is under a Free licence, so anyone can host a Mobilizon server, called an instance. These instances may federate with each other, so any person with an account on ExampleMeet will be able to register to an event created on SpecimenEvent.

Features

👤 Identities

Do you want to separate your family gatherings from your associative activities or militant mobilizations? You will have the power to create multiple identities from the same account, like so many social masks.


📅 Events and groups

Create your events and make sure they will appeal to everybody. Privacy settings and participants roles are supported. There's no lock-in, you can interact with the event without registration.


Contributing

We appreciate any contribution to Mobilizon. Check our contributing page for more information.

Learn more

Discuss

Follow

Note: Most federation code comes from Pleroma, which is Copyright © 2017-2018 Pleroma Authors - AGPL-3.0.

❤️ Supports of our crowdfunding


We have run a crowdfunding campaign 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.