778a69cd
059814f751
remove unneded reference to node-packages.nix
2023-12-02 02:17:49 +01:00
778a69cd
87fd975182
bump version used in nix to 4.0.0
2023-12-01 21:21:02 +01:00
778a69cd
0ff5418978
flake.lock: Update
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/e4ad989506ec7d71f7302cc3067abd82730a4beb' (2023-11-19)
→ 'github:NixOS/nixpkgs/e92039b55bcd58469325ded85d4f58dd5a4eaf58' (2023-11-29)
2023-12-01 21:10:12 +01:00
778a69cd
69fe7b44c5
nixpkgs-fmt
2023-12-01 20:49:47 +01:00
778a69cd
4bd97ebfcb
Merge remote-tracking branch 'origin/main'
2023-12-01 20:27:18 +01:00
Thomas Citharel
0d31872737
Release 4.0.0-beta.2
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-01 17:00:50 +01:00
Thomas Citharel
55287b016f
Merge branch 'fix-tests' into 'main'
...
test: fix tests using verified routes
See merge request framasoft/mobilizon!1488
2023-12-01 15:59:04 +00:00
Thomas Citharel
5fcf3d5267
test: fix tests using verified routes
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-01 16:34:48 +01:00
Thomas Citharel
6000c41364
Merge branch 'fixes' into 'main'
...
refactor: use Phoenix verified routes
See merge request framasoft/mobilizon!1487
2023-12-01 10:30:11 +00:00
Thomas Citharel
d831dff9fc
feat(front): add dedicated page and route for event announcements
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-01 11:29:56 +01:00
Thomas Citharel
11e42d6601
feat(background): add a job to refresh participant stats
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-01 11:29:56 +01:00
Thomas Citharel
6df16ef114
chore(i18n): update backend translations
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-01 11:29:55 +01:00
Thomas Citharel
3f2a88fcfa
fix: fix creating participant stats
...
Map.update/4 does not pass initial value to callback function, so increasing for a new role would
set 0 instead of 1
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-01 11:29:54 +01:00
Thomas Citharel
9e6b232a78
feat: add links to cancel anonymous participations in emails
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-01 11:29:53 +01:00
Thomas Citharel
b315e1d7ff
refactor: use Phoenix verified routes
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-01 11:29:53 +01:00
778a69cd
696f0e4901
Merge remote-tracking branch 'origin/main'
2023-12-01 01:34:37 +01:00
Thomas Citharel
4f15535fa9
ci(docker): fix docker build for pre-releases
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-11-30 10:03:48 +01:00
Thomas Citharel
2e4b70cf93
Release 4.0.0-beta.1
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-11-30 09:55:23 +01:00
Thomas Citharel
1a4c4b41e3
Merge branch 'mobilizon-fix-full-address-autocomplete-not-loading-result'
2023-11-30 09:46:23 +01:00
Thomas Citharel
49b070d939
fix(api): allow localhost as a valid uri host for applications
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-11-30 09:45:25 +01:00
summersamara
e4607567ce
fix error when creating a group without a valid address
...
- make address input required in the group create- and group settings-view
potsda.mn/mobilizon#27
2023-11-28 10:48:19 +01:00
Thomas Citharel
f81804d57f
resolve result promise in a shorter way
2023-11-27 16:43:12 +00:00
summersamara
83da88ca28
fix fullAddressAutocomplete component not loading results
...
- introduce refetch method to fetch the result when query variables change
2023-11-27 16:52:23 +01:00
summersamara
c0d530be92
fix full address autocomplete component
...
potsda.mn/mobilizon#28
2023-11-27 16:13:57 +01:00
778a69cd
1eb3afca56
Merge remote-tracking branch 'origin/main'
2023-11-24 12:43:48 +01:00
778a69cd
bd89ca3355
rerun .#update, forgot to do that after last merge
...
Also remove npm2nix stage, as the lock file should be good to go now
2023-11-24 12:22:56 +01:00
Thomas Citharel
ad597db271
Merge branch 'weblate-mobilizon-frontend' into 'main'
...
Translations update from Framasoft Weblate
See merge request framasoft/mobilizon!1485
2023-11-24 07:05:32 +00:00
Renne Rocha
9f78c73c68
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 32.5% (115 of 353 strings)
Translation: Mobilizon/Backend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend/pt_BR/
2023-11-24 05:22:14 +01:00
Fábio Tramasoli
802ab78968
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 47.4% (775 of 1632 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/pt_BR/
2023-11-24 05:22:14 +01:00
778a69cd
0530612b78
even stricter source directory filtering for better caching
2023-11-23 20:00:26 +01:00
summersamara
d31a5b68ec
Merge remote-tracking branch 'upstream/main'
2023-11-23 16:39:53 +01:00
Thomas Citharel
0ed48d5b0a
Merge branch 'fix-docker-development' into 'main'
...
Fix docker development:
See merge request framasoft/mobilizon!1483
2023-11-23 14:53:53 +00:00
summersamara
bfb7e3ca40
introduce VITE_HOST env var and pass it to the node watcher vite --host
2023-11-23 15:33:31 +01:00
Thomas Citharel
42ddf3f653
Merge branch 'ci-build' into 'main'
...
ci: Release on multiple distributions & fix Docker multiple-step build
Closes #1012
See merge request framasoft/mobilizon!1484
2023-11-23 13:35:45 +00:00
Thomas Citharel
f34099d384
build(docker): optimize image size
...
By executing the curl call directly as the nobody user
Closes #1012
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-11-23 14:16:47 +01:00
Thomas Citharel
b2bacbf6eb
build: downgrade Sentry since it doesn't want to compile
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-11-23 11:20:38 +01:00
Thomas Citharel
cd53062c01
fix: add a final fallback if we have default_language: nil in instance config
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-11-23 11:20:38 +01:00
Thomas Citharel
262d1fcd4d
ci: Release on multiple distributions & fix Docker multiple-step build
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-11-23 11:20:37 +01:00
summersamara
970597876b
Fix docker development:
...
- Specify elixir version (1.15) in Dockerfile base image
- Add npm package to Dockerfile
- Fix vite server unreachable from outside the docker container:
issue https://framagit.org/framasoft/mobilizon/-/issues/1225
2023-11-22 20:57:50 +01:00
summersamara
d668067fee
fix docker development environment: Add npm package to Docker image + Add vite server config
2023-11-22 20:14:08 +01:00
Thomas Citharel
797eb2334b
Merge branch 'passed-events-related' into 'main'
...
fix: don't show passed/finished events in related events section
See merge request framasoft/mobilizon!1482
2023-11-22 16:19:13 +00:00
summersamara
8a1b122711
remove unnecessary function
2023-11-22 16:45:43 +01:00
778a69cd
55dfb554a4
make flake output truly independent of platform
2023-11-22 12:38:33 +01:00
778a69cd
115a094b88
add nixos test for better testing, fix runtime issue
2023-11-22 12:38:17 +01:00
778a69cd
1ab82cdfb8
Merge remote-tracking branch 'origin/main'
2023-11-21 23:30:30 +01:00
summersamara
69e4a5c532
fix: don't show passed/finished events in related events section
2023-11-21 22:55:35 +01:00
778a69cd
599c4ce0f5
remove unnecessary logging
2023-11-21 22:42:27 +01:00
778a69cd
257da414bf
flake.lock: Update
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/e44462d6021bfe23dfb24b775cc7c390844f773d' (2023-11-12)
→ 'github:NixOS/nixpkgs/e4ad989506ec7d71f7302cc3067abd82730a4beb' (2023-11-19)
2023-11-21 22:31:42 +01:00
summersamara
7d7f925907
Fix: don't show passed/finished events in related events section
...
potsda.mn/mobilizon#19
2023-11-21 22:28:04 +01:00
778a69cd
0a300ea5e5
Merge remote-tracking branch 'origin/main'
2023-11-21 22:09:20 +01:00