Laurent GAY
5a020ae216
modify event view & event participation with new permission - #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
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
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
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
Massedil
0de5d1e4e3
fix: show the GraphQL error if it exists in GroupEvents
...
For example, the error can be "Group not found".
2025-06-27 14:14:19 +02:00
Laurent GAY
94594c14d4
add aria-label in search fields on "MyEventsView" page - Issue #1784
2025-06-26 15:27:14 +02:00
Laurent GAY
d2104401e3
add aria-label from EditView of event - Issue #1787
2025-06-26 12:09:47 +02:00
Massedil
70fdb11d18
Always fetch the latest events from the server in the events list
2025-06-20 19:44:43 +02:00
Massedil
d4c28a113a
show the error to the user when updating an event participant
2025-06-18 19:30:28 +02:00
Laurent GAY
a2af49cbab
correct contrast (in light & dark mode) for EditView - Issue #1786
2025-06-18 17:14:45 +02:00
Massedil
54844133cd
fix: There is a uuid on IMedia now
...
Fixes #1767
2025-06-10 15:30:01 +02:00
Massedil
57d0812be9
#1684 Mentions the activity in the title of the event created
2025-02-14 17:58:25 +01:00
Massedil
b531256263
fix(event_creation): explains when the event will be an activity
...
Solves #1568
2025-02-11 17:54:59 +01:00
Massedil
39b4356ea6
fix(home): ensure event hour displays correctly with timezone
...
Timezone parameter is now mandatory for <start-time-icon>.
Solves #1618
2024-12-15 21:48:13 +01:00
Massedil
227c9034ae
Issue #1066 Add a loading text when "my events" are loading
...
Instead of showing the no event found text
2024-11-29 19:15:35 +01:00
Massedil
fba0eb7cc8
fix small errors
2024-11-29 19:15:35 +01:00
Massedil
27da46829d
Issue #1571 Replace <o-datepicker> by <event-date-picker>
2024-11-29 19:15:35 +01:00
Massedil
539c0f2216
Issue #1066 Add a loading state on <o-button> in the create and edit event page
2024-11-29 19:15:35 +01:00
Massedil
67393ba2f0
Issue #1569 : New event times and participants are hidden by default
2024-11-07 14:22:48 +01:00
Massedil
3a3d77b698
Issue #1511 : Remove useUserSettings() and always add user settings in useLoggedUser()
...
The user time zone setting is now available in the event display page
2024-11-07 13:29:10 +01:00
Massedil
42c98be036
Issue #1571 : Fix null check before use
2024-11-04 22:59:09 +01:00
Massedil
3d7ffbf5ca
Issue #1571 : Design adjustments for mobile
2024-11-04 22:49:54 +01:00
Massedil
19ba095e07
Issue #1571 : Fixes the switches for displaying hours not working.
2024-11-04 22:35:01 +01:00
Massedil
7f43169fae
Issue #1571 Hide the time when the user chooses to not display it
2024-11-04 22:23:58 +01:00
Massedil
f236ec3a2d
Issue #1571 Refactor to a new date component <event-date-picker>
2024-11-04 20:24:58 +01:00
Massedil
841cc4e0b6
Issue #1571 Replace <o-datetimepicker> by <input type="datetime-local">
...
Solves the "date is not updated issue" on iOS 17
2024-11-04 17:11:04 +01:00
Massedil
ae02e28129
Issue #1511 : Date components no longer change their value when the timezone is updated
2024-11-02 15:32:54 +01:00
Massedil
c0e906023c
Issue #1511 : Use the user account timezone setting by default for the timezone of the event
2024-11-01 19:17:05 +01:00
Massedil
b440e129a9
Issue #1511 : Harmonization to use UTC functions for all dates
...
"The above approach attempts to manipulate the Date object's time zone by shifting the Unix timestamp by some other time zone offset. However, since the Date object only tracks time in UTC, it actually just makes the Date object represent a different point in time. [...] When doing so, any access to non-UTC properties must be avoided. "
See: https://stackoverflow.com/a/15171030
2024-11-01 19:09:38 +01:00
Massedil
3f65781d27
Issue #1511 tzOffset need to use browserTimeZone and not userActualTimezone
...
Javascript Date() objects are based on "the host environment (user's device)".
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date
2024-11-01 19:04:39 +01:00
Massedil
6c189b2d6c
Issue #1511 Restore timezone consideration
...
- tz-offset is not a valid parameter for <o-datetimepicker> so the offset was ignored.
- also remove invalid horizontal-time-picker and first-day-of-week parameters from <o-datetimepicker>
2024-11-01 14:09:02 +01:00
Massedil
d1ce24cb69
#1511 format <start-time-icon> with the timezone and the formatTimeString() function already used for that in Mobilizon
2024-10-14 16:18:25 +02:00
Massedil
3401a7dd85
The validation button area no longer causes the event page to scroll in mobile view
2024-10-11 17:53:23 +02:00
Massedil
4d9d6b02b6
The status choice area no longer causes the event page to scroll in mobile view
2024-10-11 17:53:23 +02:00
Massedil
78b7fae91b
Move time display settings near the related datetimepicker
2024-10-07 13:06:32 +02:00
setop
e41ecd377f
fix(frontend): my events page, handle start date correctly
2024-06-26 10:32:57 +00:00
setop
a70bad568b
fix(front): don't load leaflet in the background
2024-06-16 23:37:27 +02:00
setop
7030d56864
all developments of milestone 1
2024-04-10 12:36:21 +00:00
Thomas Citharel
cba2075431
fix(front): correctly show error message when a tag is too short
...
Closes #1382
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2024-02-08 17:23:23 +01:00
Jonathan Reinbrecht
137a8ed69c
remove unneeded import
2024-01-19 15:11:40 +01:00
Jonathan Reinbrecht
9670b77bc3
[IMP] move filtering of past events in related events section to backend
2024-01-19 13:59:01 +01:00
Thomas Citharel
a9676d6481
feat(front): upgrade to Oruga 0.8.x
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2023-12-14 11:30:54 +01:00
potsda.mn-Kollektiv
1af8e37e9b
fix(front-end): add more security fixes for formatted lists and notifier
...
- introduce html escape function
- escape message content in notifier plugin
- escape user name in ConversationListItem
- escape user name in the Event EditView contacts section
- display user summary as plain text in ActorCard
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2023-12-07 14:29:20 +01:00
Thomas Citharel
41227d994c
style: linting front-end
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2023-12-06 11:18:36 +01:00
Thomas Citharel
2c12fbfd09
fix(front): anonymous participant text is plain text, avoid using v-html
...
It was using v-html when opening to "view more"
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2023-12-06 11:18:05 +01:00
Thomas Citharel
f81472e081
fix(front): fix tag loading
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2023-12-05 08:28:11 +01:00