Find a file
2024-02-23 19:03:16 +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 fix(front): husky fixes after upgrade 2024-02-08 17:23:23 +01:00
config refactor(deps): replace cowboy HTTP server with bandit 2024-02-09 15:38:52 +01:00
docker fix(docker): add --break-system-packages to pip install to add weasyprint and pyexcel-ods3 2023-12-19 12:05:22 +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 actually fix wrong link in instance follow request email 2024-02-17 14:21:41 +01:00
patches fix(front): patch vue-i18n-extract because of mjs incompatibility 2024-02-08 17:23:24 +01:00
priv Merge remote-tracking branch 'origin/main' 2024-02-16 15:16:43 +01:00
public feat(nodeinfo): extract and save NodeInfo information from instances to display it on instances list 2023-12-21 10:45:56 +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 remove fullcalendar/icalendar component as we fetch events from the GraphQl API 2024-02-23 19:03:16 +01:00
support docs(nginx): improve nginx configuration 2023-12-04 08:18:45 +01:00
test feat: allow to filter events by local-only 2024-02-09 13:51:59 +01:00
tests fix(front): vite fixes after upgrade (everything is esm) 2024-02-08 17:23:23 +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(credo): reactivate MissedMetadataKeyInLoggerConfig credo check after Credo 1.7.3 2024-02-08 17:23:19 +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.cjs fix(front): vite fixes after upgrade (everything is esm) 2024-02-08 17:23:23 +01:00
.formatter.exs Update deps and fix some front-end stuff 2023-03-22 10:19:25 +01:00
.gitignore Merge remote-tracking branch 'origin/main' 2023-11-21 22:09:20 +01:00
.gitlab-ci.yml build(packages): remove alpine packages as there's no demand for it 2023-12-07 12:30:49 +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 feat: allow to filter events by local-only 2024-02-09 13:51:59 +01:00
apollo.config.cjs fix(front): vite fixes after upgrade (everything is esm) 2024-02-08 17:23:23 +01:00
CHANGELOG.md Release 4.1.0-alpha.1 2024-02-09 16:10:19 +01:00
CONTRIBUTING.md #318 update link to use docs 2019-12-04 13:08:28 +00:00
default.nix Merge remote-tracking branch 'origin/main' 2024-02-08 19:33:44 +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
Dockerfile Fix docker development: 2023-11-22 20:57:50 +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
flake.lock flake.lock: Update 2024-02-07 21:14:44 +01:00
flake.nix replace new npm patch-package call by patching npm modules in napalm 2024-02-08 19:33:57 +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
LICENSE Rename project to Mobilizon 2018-10-11 17:37:39 +02:00
Makefile build(docker): change docker-compose to docker compose in Makefile 2024-01-04 15:20:17 +01:00
mix.exs Release 4.1.0-alpha.1 2024-02-09 16:10:19 +01:00
mix.lock refactor(deps): replace cowboy HTTP server with bandit 2024-02-09 15:38:52 +01:00
mix.nix Merge remote-tracking branch 'origin/main' 2024-02-09 20:58:09 +01:00
nixos-test.nix add nixos test for better testing, fix runtime issue 2023-11-22 12:38:17 +01:00
package-lock.json remove fullcalendar/icalendar component as we fetch events from the GraphQl API 2024-02-23 19:03:16 +01:00
package.json remove fullcalendar/icalendar component as we fetch events from the GraphQl API 2024-02-23 19:03:16 +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 fix(front): vite fixes after upgrade (everything is esm) 2024-02-08 17:23:23 +01:00
README.md Merge remote-tracking branch 'origin/main' 2023-10-18 14:27:10 +02:00
schema.graphql chore: fix prettier configuration and run it 2023-11-15 14:46:09 +01:00
SECURITY.md Documentation proofing 2019-05-19 11:38:09 +02:00
tailwind.config.cjs fix(front): vite fixes after upgrade (everything is esm) 2024-02-08 17:23:23 +01:00
tsconfig.json chore: upgrade deps 2023-11-21 16:40:32 +01:00
UPGRADE.md Remove OS-specific packages from UPGRADE.md 2022-05-06 12:42:16 +02: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.cjs fix(front): patch vue-i18n-extract because of mjs incompatibility 2024-02-08 17:23:24 +01:00

You can learn about what we plan to do with this fork in this post in the Mobilizon forum.

Mobilizon

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

Developed with ♥ by Framasoft

Framasoft logo

Notes about this fork

The currently deployed main branch can be tested at https://rotes.potsda.mn/.

Building with Nix

For building this locally, you can use Nix (with Flakes enabled):

$ nix build git+ssh://git@git.potsda.mn/potsda.mn/mobilizon.git?ref=main#mobilizon

The built package is then located in result/.

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.