Commit Graph

116 Commits

Author SHA1 Message Date
Camille Moussu 8eaee8bbda Merge pull request #99 from linagora/78-add-valarm-support
Add valarm support
2025-09-09 15:58:28 +02:00
DNgMinh 54709ac994 Set calendar week to start on Monday (#94) 2025-09-09 15:35:39 +02:00
Camille Moussu 3e9530a0a5 [#78] fixed undefined email 2025-09-09 14:52:51 +02:00
Camille Moussu 3d48cd7fd7 [#78] fixed f5 update 2025-09-09 11:53:13 +02:00
Camille Moussu 94a18dd845 [#78] added tests 2025-09-09 11:53:13 +02:00
Camille Moussu b87b77beef [#78] added valarm support 2025-09-09 11:53:12 +02:00
Camille Moussu 18413ab203 Merge pull request #95 from linagora/77-implement-complex-repetition-ui
implement complex repetition ui
2025-09-09 11:50:37 +02:00
Camille Moussu 6562351a2f [#77] blocked resize and DnD on recurring events 2025-09-09 11:48:43 +02:00
Camille Moussu 37ab51784c [#77] added event start day selected by default when repetition is set to weekly 2025-09-08 11:23:24 +02:00
Camille Moussu 353d6761b4 [#77] event date modification doesnt duplicate anymore 2025-09-08 09:37:01 +02:00
Camille Moussu 2f071303de [#77] fixed delete refresh issue and added more tests 2025-09-05 16:41:05 +02:00
Camille Moussu 0549a77d92 [#77] fixed when getEventAsync is dispatched to prevent missing data 2025-09-05 13:07:51 +02:00
Camille Moussu 8efeea8102 [#77] added tests and fixed bug 2025-09-05 12:36:58 +02:00
Camille Moussu 6de3280851 [#77] fixed occurrences other typo, augmented the match window to update the calendar 2025-09-04 18:06:32 +02:00
Camille Moussu 88b36efbf3 [#77] fixed occurences typo 2025-09-04 15:56:52 +02:00
Camille Moussu 80028b3f26 [#77] added repetition proper display and editing 2025-09-04 15:02:55 +02:00
Camille Moussu ce41bdd23c Merge pull request #75 from linagora/7-story-complex-events
complex display
2025-09-03 16:55:33 +02:00
Camille Moussu a58373854e [#7] removed free/busy field 2025-09-03 16:09:21 +02:00
Camille Moussu b3c05e0aa5 [#7] fixed attendance update when editing event 2025-09-03 11:10:17 +02:00
Camille Moussu a83bf2fd5c [#7] removed timezones from popup and added toggle when select free busy 2025-09-03 10:46:22 +02:00
Camille Moussu ee01e1d027 [#77] added complex ui for repetition, fixed broken tests due to new feature 2025-09-02 18:14:55 +02:00
Crash-- 63ddbacf19 fix: Build issue on Mac ARM
Since the project is actually only used on Linux,
npm didn't have installed packaged needed for
Mac ARM.

I just needed to force install rspack to get the
needed packages. I took the opportunity to upgrade
rspack version.

It fixes:

```
npm run start

> front@0.1.0 start
> PORT=5000 rsbuild dev

node:internal/modules/cjs/loader:1410
  const err = new Error(message);
              ^

Error: Cannot find module '@rspack/binding-darwin-arm64'
```
2025-09-01 10:23:03 +02:00
Benoit TELLIER 9b304c58f8 Publish build for main branch (#88) 2025-08-30 10:28:51 +02:00
Benoit TELLIER 7d679d1357 Publish docker images (#87) 2025-08-30 10:18:04 +02:00
Camille Moussu b6f55da506 [#7] fixed state update when moving event from calednars 2025-08-29 14:50:52 +02:00
Camille Moussu 64f3ff0aa4 [#7] fixed move destination 2025-08-29 10:21:43 +02:00
Camille Moussu 8ce8839383 [#7] fixed attendee management in the list 2025-08-28 16:45:49 +02:00
Camille Moussu 282cbfc80e [#7] fixed attendee search in full display 2025-08-28 16:27:08 +02:00
Camille Moussu 1c6cdb382b [#7] fixed test with incorect date gestion 2025-08-28 15:13:44 +02:00
Camille Moussu a2b0ab32b7 [#7] added MOVE support for changing calendar for event + missing tests for this PR 2025-08-28 13:08:10 +02:00
Camille Moussu 6669eeb456 [#7] fixed allday implementation to prevent errors with openpaas 2025-08-27 14:55:14 +02:00
Camille Moussu b1c3331518 [#7] added missing complex params to event creation 2025-08-26 16:46:03 +02:00
Camille Moussu 07a17af478 [#7] added selector to add attendee when editing 2025-08-26 15:46:27 +02:00
Camille Moussu 5864875775 [#7] restored refresh after modification 2025-08-26 14:46:10 +02:00
Camille Moussu 502b6d6783 [#7] added saving to editing event 2025-08-26 14:17:14 +02:00
Camille Moussu e8a0ac41ef [#7] skeleton for complexe display 2025-08-25 17:01:18 +02:00
Camille Moussu 18b24edd46 Merge pull request #54 from linagora/4-story-manage-attendance
4 story manage attendance
2025-08-25 10:10:37 +02:00
Camille Moussu f3ebd7c107 [#4] added explicit log for 201 2025-08-25 09:49:35 +02:00
Camille Moussu 684fd82027 [#4] event url is now stored and reused when updating event to prevent duplication 2025-08-25 09:47:43 +02:00
Camille Moussu 4ba8be73b7 [#58] changed the error detection to prevent displaying error on first connection 2025-08-22 12:11:38 +02:00
Camille Moussu 4e31b2666c [#4] fixed test 2025-08-22 10:52:37 +02:00
Camille Moussu 6c58680450 [#4] added padding between calendar headers 2025-08-22 10:48:09 +02:00
Camille Moussu aaba50cf00 [#4] added delegated calendars 2025-08-21 16:00:49 +02:00
Camille Moussu cc262d6816 [#4] fix test and imports 2025-08-21 16:00:48 +02:00
Camille Moussu 5e410124cc [#32] changed how userinfo is filled 2025-08-21 15:56:35 +02:00
Camille Moussu 6f43b560c4 [#4] fixed test for d&d 2025-08-21 15:56:35 +02:00
Camille Moussu cd829703e9 [#4] attendance now change event display 2025-08-21 15:56:34 +02:00
Camille Moussu a71d1f12fb [#4] fixed duplication when managing attendance 2025-08-21 15:51:41 +02:00
Camille Moussu 38dfb49dc8 [#4] added tests 2025-08-21 15:49:34 +02:00
Camille Moussu b3d85eb15c [#4] added attendance management 2025-08-21 15:49:34 +02:00