Commit Graph

81 Commits

Author SHA1 Message Date
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
Camille Moussu a6c6f944a6 [#50] fixed mailto duplication 2025-08-21 13:18:41 +02:00
Camille Moussu 5cdce4201a [#50] fixed sent invite to appear on invitee calendar 2025-08-21 13:18:41 +02:00
Camille Moussu eac718cfdc [tests] removed noisy warnings 2025-08-21 13:18:41 +02:00
Camille Moussu d7b3d4e077 [#50] added attendee search and tests 2025-08-21 13:18:41 +02:00
Camille Moussu 9a58c485ac [#32] added check is no name or lastname 2025-08-21 09:27:29 +02:00
Camille Moussu b9d2a16984 [#32] changed how userinfo is filled 2025-08-21 09:27:29 +02:00
Camille Moussu 290c7f301b [#32] added setup in readme and support to missing applist.js 2025-08-21 09:27:29 +02:00
Camille Moussu aa498ac91f [#32] added app list and user icon to menubar 2025-08-21 09:27:29 +02:00
Camille Moussu 4b93d7dea9 Merge pull request #55 from linagora/48-drag-and-drop-to-update-event
drag and drop to update event
2025-08-19 17:38:27 +02:00
Camille Moussu 22ebf31f77 [#48] fixed drag and drop waiting for api call to be done to show updated event 2025-08-19 15:27:54 +02:00
Camille Moussu 86b57c2338 [48] added tests 2025-08-18 10:55:12 +02:00
Camille Moussu cf59bcebe4 [#48] added drag and drop and resize changes to events 2025-07-31 17:51:55 +02:00
Camille Moussu 85b580cd2a Merge pull request #51 from linagora/3-story-read-event-details
story read event details
2025-07-30 15:20:50 +02:00
Camille Moussu 2377cde057 [#3] added pretty attendee list and tests + fixed broken tests due to dates 2025-07-29 11:09:21 +02:00
Camille Moussu a5c7265884 [fix] broken test due to day number dupplication 2025-07-28 12:00:55 +02:00
Camille Moussu 2ad41dc4f5 [#3] added event deletion to display 2025-07-25 15:29:40 +02:00
Camille Moussu 5f59831be0 [#3] first basic modal for event display 2025-07-25 14:57:53 +02:00
Camille Moussu 1370ef9d28 Merge pull request #44 from linagora/31-event-creation
event creation
2025-07-25 14:56:51 +02:00
Camille Moussu 46e46ca869 [tests] fixed broken test 2025-07-25 10:10:00 +02:00
Camille Moussu 92f898f600 [prettify] calendar takes whole screen, slot duration is 1h and creation selection is transparent 2025-07-25 09:43:59 +02:00
Camille Moussu 5a814aafdb [prettify] tweaked full calendar to remove the temp event only when quitting the popup 2025-07-24 16:08:05 +02:00
Camille Moussu c38fa29244 [tests] updated tests 2025-07-24 14:16:54 +02:00
Camille Moussu a5e326b5ac [fix] end isnt sent when none is selected 2025-07-24 14:16:54 +02:00
Camille Moussu a150db82cd [#31] added repetition and all day to events to be sent 2025-07-24 14:16:54 +02:00
Camille Moussu 08789cb6f3 [#31] fixed sending data 2025-07-24 14:16:54 +02:00
Camille Moussu b1ceebfc7d [#31]added two function to setup data to be sent and put function 2025-07-24 14:16:54 +02:00
Camille Moussu fd059954f4 [fix?] added weekends to full cal to prevent weird interaction between mini and full 2025-07-24 11:45:55 +02:00
Camille Moussu cac89e7d02 [fix] bug where mini calendar doesnt follow full one when week goes from one month to another 2025-07-24 11:45:55 +02:00
Camille Moussu 432b626be4 [fix] bug where gray day stays when switching from week view to month view 2025-07-24 11:45:55 +02:00
vttran c6f8af36e9 fixup(oidcAuth): generate state during auth call when PKCE is enabled (#46) 2025-07-24 11:22:30 +02:00
Camille Moussu 7b161a59c8 Merge pull request #43 from linagora/37-month-view-distinguish-display-time-and-today
month view distinguish today and selected week
2025-07-23 08:58:06 +02:00
Camille Moussu ed7a254824 [#37] fixed bug found by @chibenwa 2025-07-22 17:04:25 +02:00
Camille Moussu a4a64ac23c [#37] added css and conditions to render mini calendar correctly 2025-07-22 14:12:24 +02:00
Rene Cordier 2e9f9041f8 Add a jenkinsfile for Jenkins CI build (#41) 2025-07-22 11:55:08 +02:00
Benoit TELLIER 6fb910d6e2 Update README.md (#40) 2025-07-21 09:57:45 +02:00