Commit Graph

188 Commits

Author SHA1 Message Date
Massedil
2499ca8b28 move member invitation form to GroupInvitations 2025-11-29 19:14:28 +01:00
Massedil
27f20cfa41 Add share link modal and rename some texts 2025-11-29 19:14:28 +01:00
Massedil
69b2f86239 Don't display the role after a member joined a group 2025-11-29 19:14:28 +01:00
Massedil
1a2f366561 Display a message if the invitations list is empty.
For #887
2025-11-29 19:14:28 +01:00
Massedil
cea2235321 Add frontend for accepting group invitations
For #887
2025-11-29 19:14:28 +01:00
Massedil
bbeb8d5fae fix: invitations list is now updated when the actor changes 2025-11-29 19:14:28 +01:00
Massedil
300bc6ec92 Display the invitation list only if it is not empty
For #887
2025-11-29 19:14:28 +01:00
Massedil
c7de640e76 Add frontend for group invitations
For #887
2025-11-29 19:14:28 +01:00
Laurent GAY
5a020ae216 modify event view & event participation with new permission - #687 2025-11-29 19:14:27 +01:00
Laurent GAY
7b6c06d233 change group views to add new parameters - #687 2025-11-29 19:14:27 +01:00
Mike Sheldon
bfe00e5bd7 Preserve time difference when changing start date (fixes #596) 2025-11-29 19:14:27 +01:00
Massedil
af93502ad6 fix: Improve participants view for small width devices
Fixes: #1609
2025-11-29 19:10:21 +01:00
Laurent GAY
58a1d857a1 update frontend lib : leaflet + oruga - #1815 2025-11-29 19:10:16 +01:00
Laurent GAY
c3e7f03f54 update frontend lib : eslint + typescript - #1815 2025-11-29 19:09:12 +01:00
Massedil
bbf78fa198 fix: update table data when page changes
Fixes: #1609
2025-11-29 19:09:12 +01:00
Massedil
b380d24e86 Remove the "input" tag to get a html <button> with the correct text
Related to #1777
2025-11-29 19:09:12 +01:00
Massedil
2d8d3f1f85 fix: Ensure the two password fields match
Also improve the user experience by preventing partial logins and confirming when the password has been successfully changed.

Fixes #1886
2025-11-29 19:09:12 +01: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
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
9b708e1c80 In users list, change option "Users pending for moderation" to false by default - #877 2025-10-03 16:50:44 +02:00
Massedil
9d4a558c1a Possibility to unban a user
#1843
2025-09-27 17:54:59 +02:00
Massedil
6d42c700bf refactor: Rename "suspend" into "ban" for account deletion 2025-09-27 16:51:53 +02:00
Laurent GAY
726a5e1d78 user list for moderation of pending users - #877 2025-09-13 19:57:53 +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
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
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
d5f3d515a8 Add reason for registration mode = "moderate" - #877 2025-09-10 16:57:23 +02:00
Laurent GAY
3e4899c8e4 [Adminitration] Allow registrations: 3 modes = "close", "allowed", "moderate" - #877 2025-09-03 21:07:49 +02:00
Massedil
8f8aa0ffbe Improve notification settings handling
- Reduce backend calls: only one request is made per parameter change, using the mutation response
- Use `watch` with `immediate: true` instead of a separate `setNotificationSettings` function
- Update notifications individually instead of via an `updatedSettings` group (like originally)

Solves #1585
2025-09-03 17:59:52 +02:00
Andreas Michaelides (Hochschule Stralsund)
bcbc5acf67 Fix saving of notification settings 2025-09-03 17:32:08 +02:00
Laurent GAY
8cb078f643 remove demo.mobilizon.org link (#1702) 2025-08-06 12:08:54 +02:00
Laurent GAY
9845b3a82d atom/ics link copy to clipboard: correct URL copied for notificationsview + correct events list (participated + owned) (Issuer #1496) 2025-08-05 16:16:26 +02:00
Laurent GAY
40339a8f5b replace joinmobilizon.org by mobilizon.org (#1702) 2025-08-01 18:15:14 +02:00
Laurent GAY
35b73eb20c atom/ics link copy to clipboard: using in "GroupView" + "EditIdentity" + "NotificationsView" + "AboutInstanceView" - refactoring to use same mecanizem (Issue #1496) 2025-08-01 18:15:14 +02:00
Laurent GAY
07707f645b correction Accessibility about tab & focus - Issue #1788 2025-07-07 17:01:47 +02:00
Massedil
fc2ee69505 fix(tests): Tries to login with valid credentials, confirmed account but no profile
article.o-notification is not enouth specific
2025-07-04 21:37:34 +02:00
Massedil
257456fa38 fix(login): do not redirect to home if there is no profile
Solves #1817
2025-07-04 20:59:56 +02:00
Massedil
1cf1077bb0 fix(login): call resetStore() at login
To ensure that queries which identify the user via HTTP headers (instead of GraphQL variables) are properly refetched.
2025-07-04 19:47:09 +02:00
Massedil
1e4103acfa fix(admin): refetch config after a change
Fixes #1812
2025-07-04 16:24:53 +02:00