Commit graph

6451 commits

Author SHA1 Message Date
778a69cd b39e566cde format all nix code by using nix fmt 2024-08-19 12:15:01 +02:00
778a69cd 56fc90e965 show the browsers timezone by default, not the alleged creators timezone
Addresses #63
2024-08-18 14:33:26 +02:00
Massedil 03f7e81313 tags are correctly restored on the taginput
(cherry picked from commit d88bae8536)
2024-07-01 00:08:39 +02:00
Massedil 0a023397b1 type='text' is not valid for a <button> and it was triggering a form submit
(cherry picked from commit c0680f4bd6)
2024-07-01 00:08:17 +02:00
Massedil 443b26da65 post data are correctly restored when editing
(cherry picked from commit 66280a07e6)
2024-07-01 00:07:41 +02:00
Massedil 2b3cf18b65 update oruga-next to 0.8.10 to solve #1443
(cherry picked from commit 74d56aa522)
2024-06-30 23:55:27 +02:00
778a69cd 593b70b379 flake.lock: Update
Flake lock file updates:

• Updated input 'napalm':
    'github:nix-community/napalm/edcb26c266ca37c9521f6a97f33234633cbec186' (2023-12-20)
  → 'github:nix-community/napalm/e1babff744cd278b56abe8478008b4a9e23036cf' (2024-06-09)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/4cba8b53da471aea2ab2b0c1f30a81e7c451f4b6' (2024-04-08)
  → 'github:NixOS/nixpkgs/e9ee548d90ff586a6471b4ae80ae9cfcbceb3420' (2024-06-13)
2024-06-17 17:42:22 +02:00
778a69cd 5886c7f091 Merge remote-tracking branch 'origin/v4.x' into v4.x 2024-06-17 17:41:37 +02:00
Thomas 731c682e81 Merge branch 'fix-map-tiles' into 'v4.x'
Don't load leaflet in the background. (v4.x)

See merge request framasoft/mobilizon!1558
2024-06-17 07:59:05 +00:00
Hytak 8677fc21d1 Don't load leaflet in the background.
This was causing it to be the wrong size and not load tiles (Closes #21)
2024-05-17 21:43:00 +02:00
778a69cd aea68253aa Merge remote-tracking branch 'origin/v4.x' into v4.x 2024-04-16 10:53:35 +02:00
Thomas fcbfc634e3 Merge branch '4.x/login-flow' into 'v4.x'
[v4.x] fix login flow on current release

See merge request framasoft/mobilizon!1549
2024-04-16 07:03:24 +00:00
setop 81f9f60833 fix(front): navbar not updated after login [workaround]
(cherry picked from commit 0b3419475e9c06c5bc2805794f739c36d3792989)
2024-04-15 19:03:41 +02:00
778a69cd 8a615597cc flake.lock: Update
Flake lock file updates:

• Updated input 'nix-filter':
    'github:numtide/nix-filter/3449dc925982ad46246cfc36469baf66e1b64f17' (2024-01-15)
  → 'github:numtide/nix-filter/3342559a24e85fc164b295c3444e8a139924675b' (2024-03-11)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/faf912b086576fd1a15fca610166c98d47bc667e' (2024-02-05)
  → 'github:NixOS/nixpkgs/4cba8b53da471aea2ab2b0c1f30a81e7c451f4b6' (2024-04-08)
2024-04-10 16:45:38 +02:00
setop adc61a9234 fix(front): navbar not updated after login [workaround] 2024-04-10 16:43:19 +02:00
778a69cd 237b45cd21 make setting the instance_name in the Admin UI required
(cherry picked from commit 5f92e4bbb9)
2024-03-08 18:13:38 +01:00
778a69cd f12b75c015 neater formatting for flake.nix 2024-03-07 13:07:33 +01:00
778a69cd 12e04d839e copy mobilizonConfig at setup, use writeShellApplication for better runtime checks 2024-03-07 13:00:22 +01:00
778a69cd 2471169484 update mix.nix
must have forgotten about that
2024-03-07 12:42:35 +01:00
778a69cd 3ff6a85b0c don't run ecto.create as we can safely assume the db already exists
(cherry picked from commit ec4b6abc4d)
2024-03-07 12:40:03 +01:00
778a69cd 1859eb8b7a move nixos-test to integration-test.nix
(cherry picked from commit fa813f6216)
2024-03-07 12:40:03 +01:00
778a69cd 4f20d4cbda development environment for flake
(cherry picked from commit 989158ef4d)
2024-03-07 12:40:02 +01:00
778a69cd 5b005a1279 mentian that we deploy from v4.x from now on 2024-03-04 12:26:39 +01:00
778a69cd 2a8054ca07 add comment about version number 2024-02-29 18:40:01 +01:00
778a69cd 10d534d24a bump version in flake to 4.1.0 2024-02-29 18:38:38 +01:00
778a69cd 213171822e Merge branch 'potsdamn/main' into v4.x 2024-02-29 18:22:31 +01:00
Thomas Citharel d768cadd56
fix(ci): remove Ubuntu Bionic from the build targets
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-29 15:24:16 +01:00
778a69cd a49ba0fdbd don't preload shape-*.svg that are not rendered anymore 2024-02-29 15:09:28 +01:00
778a69cd 941d3cc3e2 fix version number in nix path so img paths work out again 2024-02-29 14:50:14 +01:00
Thomas 89ed380725 Merge branch 'rel-4.1' into 'v4.x'
release 4.1

See merge request framasoft/mobilizon!1546
2024-02-29 13:39:20 +00:00
Thomas Citharel 10549161cf
chore(release): release 4.1.0
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-29 11:16:28 +01:00
Thomas Citharel f3e0ce462b
chore(docker): upgrade docker Elixir versions and buildpacks
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-29 11:16:28 +01:00
Thomas Citharel 8f3a9e6cf0
fix(ci): refresh CI Docker image and fix Python packages install
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-29 10:48:14 +01:00
Thomas Citharel 6f21bd1cd9
chore(i18n): update translation files
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-29 10:38:17 +01:00
Thomas Citharel 043b5f388d
docs: remove obsolete references to Framasoft
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-29 10:23:57 +01:00
Thomas Citharel d390a915d8
fix(backend): set Gettext default locale to "en"
Even though that should already be the default value

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-29 10:01:58 +01:00
Thomas Citharel 067029705d
fix(front): fix discussion comment changed subscription done before having slug value
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-29 09:57:22 +01:00
Thomas Citharel a9b977540b
fix(front): remove extra classes on comment that are not needed
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-29 09:56:51 +01:00
Thomas Citharel c2055d92ae
fix(front): fix typing for canReport prop on DiscussionComment
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-29 09:56:08 +01:00
Thomas Citharel b8d75025d2
chore(deps): update deps
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-29 09:55:24 +01:00
Thomas Citharel a0ef1c23ba
chore(release): release 4.1.0-beta.1
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-27 17:30:35 +01:00
Thomas e3bb2486cd Merge branch 'fxies' into 'v4.x'
Final fixes for 4.1

See merge request framasoft/mobilizon!1541
2024-02-27 16:27:08 +00:00
778a69cd 864e2fa660 @apollo/client: 3.9.4 -> 3.9.5 2024-02-27 17:16:05 +01:00
Thomas Citharel d75d464135
fix(front): fix adding tags to an event
Closes #1419

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-27 17:07:19 +01:00
Thomas Citharel ba9299c632
fix(front): fix space around input icons
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-27 16:29:09 +01:00
Thomas Citharel a916d1806e
chore(deps): upgrade deps
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-27 16:28:48 +01:00
778a69cd cb64baa0a4 Merge pull request 'remove fullcalendar/icalendar component as we fetch events from the GraphQl API' (#56) from remove-icalendar into main
Reviewed-on: #56
2024-02-26 11:47:49 +01:00
778a69cd 24f534fc57 remove fullcalendar/icalendar component as we fetch events from the GraphQl API 2024-02-23 19:03:16 +01:00
778a69cd 9672131ad0 Merge remote-tracking branch 'origin/main' 2024-02-19 12:07:02 +01:00
Thomas a78dc261e5 Merge branch 'fix-follow-request-email' into 'main'
fix wrong link in instance follow request text email

See merge request framasoft/mobilizon!1537
2024-02-19 08:29:33 +00:00