Commit Graph

6664 Commits

Author SHA1 Message Date
Massedil
15022e4cad fix vitest 2025-10-08 15:13:30 +02:00
Massedil
8ca6bda9f6 Respect "hide number of participant" option
Fixes #1862
2025-10-08 14:03:49 +02:00
Massedil
1fbcbd16e1 Replace "Organized by" (in event page) and "Organizer" (in event create and edit page) by text "Published by"
Fixes #1258
2025-10-08 13:56:59 +02:00
Massedil
353cebb54e fix: refresh the user data after a change
Fixes #1843
2025-10-08 13:44:26 +02:00
Massedil
c7ab651449 fix: A disabled user can't create a new profile
Fixes #1842
2025-10-08 12:33:13 +02:00
Laurent GAY
fe817a8d41 The change of location did not trigger new research - #1821 2025-10-07 17:12:24 +02:00
Laurent GAY
c4323a04ea The change of location did not trigger new research - #1850 2025-10-07 17:10:45 +02:00
Laurent GAY
9886931f97 conserve radius of location between Home page & Search page - #1850 2025-10-07 16:50:38 +02:00
Laurent GAY
c2dff26afa Accessibility: correction after return of HAN - #1785 + #1853 2025-10-07 15:45:52 +02:00
Laurent GAY
7219e25360 Accessibility: correction after return of HAN - #1784/#1824 + #1853 2025-10-07 14:53:58 +02:00
Laurent GAY
1d0ad20c91 Accessibility: correction after return of HAN - #1783 + #1853 2025-10-07 14:20:14 +02:00
Laurent GAY
9b708e1c80 In users list, change option "Users pending for moderation" to false by default - #877 2025-10-03 16:50:44 +02:00
Laurent GAY
65f07a37b2 i18n FR for register - #877 2025-10-03 12:31:29 +02:00
Laurent GAY
17046c4552 send email to change role pending -> user + i18n - #877 2025-10-01 16:08:44 +02:00
Laurent GAY
36e045ed3d send email to moderators for pending user - #877 2025-10-01 12:42:45 +02:00
Massedil
9d4a558c1a Possibility to unban a user
#1843
2025-09-27 17:54:59 +02:00
Massedil
2ab57db6a5 Print missing not translated keys 2025-09-27 16:52:20 +02:00
Massedil
6d42c700bf refactor: Rename "suspend" into "ban" for account deletion 2025-09-27 16:51:53 +02:00
Laurent Gay
4afbe18621 perform front-end unit test from "view/Admin" - #1805 2025-09-25 18:24:21 +02:00
Laurent Gay
413d80c4e6 perform front-end unit test from "view/User" - #1805 2025-09-24 08:22:50 +02:00
Laurent Gay
0fb85f09f5 perform front-end unit test from "view/Admin" - #1805 2025-09-23 18:14:17 +02:00
Laurent Gay
766abfb59b migration about user role "pending" - #877 2025-09-19 16:40:15 +02:00
Laurent Gay
1367ef4dd9 migration about user role "pending" - #877 2025-09-19 16:38:04 +02:00
Laurent Gay
48addc2c94 migration about user role "pending" - #877 2025-09-19 16:17:47 +02:00
Laurent GAY
211c4541b2 format gitlab-ci.yml 2025-09-15 14:25:20 +02:00
Laurent GAY
3a7c4176c0 Mettre à jour le fichier .gitlab-ci.yml 2025-09-13 18:11:56 +00:00
Laurent GAY
2120350879 Mettre à jour le fichier .gitlab-ci.yml 2025-09-13 18:08:50 +00:00
Laurent GAY
7b2a4f1018 Mettre à jour le fichier .gitlab-ci.yml 2025-09-13 18:07:35 +00:00
Laurent GAY
726a5e1d78 user list for moderation of pending users - #877 2025-09-13 19:57:53 +02:00
Laurent GAY
23cd7333c4 can not login for pending user - #877 2025-09-13 16:43:00 +02:00
Laurent GAY
e78ff057c2 i18n corrections (frontend) about #1764 2025-09-12 23:19:37 +02:00
Laurent GAY
e3f3ccd148 Administration of users with pending - #877 2025-09-12 23:05:07 +02:00
Massedil
3a3c452e92 Validate external_links on both server and client sides.
Display errors from SaveAdminSettings to the user.
2025-09-12 21:46:48 +02:00
Massedil
66f3956d14 refactor: rename externalUrls to externalLinks 2025-09-12 21:46:48 +02:00
Massedil
48ae930b64 Show only enabled links in the navbar menu 2025-09-12 21:46:48 +02:00
Massedil
fd3e3010fc Improve the navbar menu
- The center `mobile-menu-2` can now contain an unlimited number of elements
- Components remain fixed at the top of the screen on small displays when the menu is expanded
- Menu items are always directly to the right of the logo (even when logged out)

Solves #1604
2025-09-12 21:46:48 +02:00
Massedil
ca304d6333 feat: Add a section in admin SettingsView to manage external links
Related to #1764
2025-09-12 21:46:48 +02:00
Massedil
56facb204a refactor: Improve admin settings design
Adding sections permit to be more clear and will help if we add a new "External links" section (#1764)
2025-09-12 21:46:40 +02:00
Massedil
407f5b881e fix: solves some TypeScript errors 2025-09-12 21:36:58 +02:00
Massedil
960b2ca4f7 feat(front): add external links in the NavBar menu
Related to #1764
2025-09-12 21:36:58 +02:00
Massedil
5b77cc17d2 feat(front): Remove __typename from variables
When reusing data from a query as an argument to another GraphQL operation, __typename fields can cause errors. To avoid this, you can use the removeTypenameFromVariables link to automatically remove __typename fields from variables in operations.

https://www.apollographql.com/docs/react/api/link/apollo-link-remove-typename
2025-09-12 21:36:58 +02:00
Massedil
3f078fa96f fix(backend): Return all the admin settings for saveAdminSettings
Solves the null info returned if we only save a part of the admin settings and requested another part of the admin config as result.

For example : save instanceName, and request instanceName and contact in your response. Before : instanceName has the good value, but contact is wrongly null. After : instanceName and contact have the good and updated values.
2025-09-12 21:36:58 +02:00
Massedil
88b48f3350 feat(backend): add external_urls to GraphQL
Available for :
- saveAdminSettings
- adminSettings
- config

For #1764
2025-09-12 21:36:58 +02:00
Laurent GAY
04cf4efee4 manage user pending of moderation - #877 2025-09-11 20:07:20 +02:00
Laurent GAY
fbf22a83b2 Manage error about register - #877 2025-09-11 16:46:40 +02:00
Laurent GAY
45378f0e40 Add moderation text in user - #877 2025-09-11 13:57:24 +02:00
Laurent GAY
004b586cfe Permform frontend unittest - #877 2025-09-11 11:00:49 +02:00
Laurent GAY
d5f3d515a8 Add reason for registration mode = "moderate" - #877 2025-09-10 16:57:23 +02:00
Laurent GAY
8b2f23f41e correct test for rss export - (Issue #1496) 2025-09-03 22:01:04 +02:00
Laurent GAY
328cd6a96b elixir reformat - #877 2025-09-03 21:18:38 +02:00