Commit Graph

51 Commits

Author SHA1 Message Date
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
Camille Moussu 07b2198f74 Merge pull request #39 from linagora/38-CI-setup
CI setup
2025-07-21 09:28:58 +02:00
Camille Moussu 41e8d88841 [#38]added missing tests 2025-07-18 17:29:53 +02:00
Camille Moussu a52ded03fb [#38] Adding several missing tests and correct CI setup 2025-07-18 12:55:42 +02:00
Camille Moussu 7c8b14e961 Merge pull request #35 from linagora/34-reconnect-user-on-refresh
Reconnect user on refresh
2025-07-16 17:25:31 +02:00
Camille Moussu 6e02373ea0 forgot to remove useless access token in functions 2025-07-16 16:43:08 +02:00
Camille Moussu 7507d09d72 [#34] added ky and condition to reconnect user on refresh 2025-07-16 16:43:07 +02:00
Camille Moussu aa3ecff9ef Merge pull request #36 from linagora/30-temporal-navigation
temporal navigation
2025-07-16 16:16:27 +02:00
Camille Moussu de22a6edfb [#30] changed logic to load datas to get all events from calendars 2025-07-16 16:03:33 +02:00
Camille Moussu 03e56bd4f6 [#30] added dots on days with events for personnal calendars 2025-07-16 16:02:52 +02:00
Camille Moussu 2281580c4b [#30] Load data for the current month 2025-07-16 16:02:25 +02:00
Benoit TELLIER 875fea095f Merge pull request #29 from linagora/22-handle-parsing-error-in-dav
handle parsing error in dav response
2025-07-16 09:12:21 +02:00
Camille Moussu f144a3726c [chores] removed unused import 2025-07-09 10:06:36 +02:00
Camille Moussu 7b15a9a092 Merge pull request #33 from linagora/24-load-env-var-dynamically
Load .env dynamically
2025-07-08 15:47:20 +02:00
Benoit TELLIER 1e8168725e Docker packaging 2025-07-08 15:43:50 +02:00
Camille Moussu 4e32e351c4 [#24] changed .env to be a public js file script loaded by index.html 2025-07-08 11:40:42 +02:00
Camille Moussu 2a1af0b9f5 [#] added alert when importing events with error 2025-07-07 17:31:31 +02:00
Camille Moussu 256d3a32c0 Merge pull request #28 from linagora/25-improve-calendar-loading
[#25] improve loading order
2025-07-07 17:19:16 +02:00
Camille Moussu 7e7043b47e [chores] removed unused imports 2025-07-07 10:42:06 +02:00
Camille Moussu 0527e9f4bb [chores] removed commented code 2025-07-07 10:32:20 +02:00
Camille Moussu aae4d729f6 [#25] changed loading order + added condition to keep loading screen while loading calendar list 2025-07-04 15:27:25 +02:00
Camille Moussu 7db9222401 Merge pull request #20 from linagora/1-application-basic-setup
Setting up a basic application with minimal features
2025-07-03 17:09:02 +02:00
Camille Moussu 1b55f82e45 added ? to colors in calendar and changed the api calls to get all personnal calendars 2025-07-03 17:04:11 +02:00
Camille Moussu 29980e1fad [#23]removed client_secret 2025-07-03 15:31:38 +02:00
Camille Moussu 47fad76217 [#21] changed react-script to rebuild 2025-07-03 14:48:19 +02:00
Camille Moussu 65621924a2 [#1] getting the calendars from the api 2025-07-03 14:21:04 +02:00
Camille Moussu c11c65c697 [1] events are properly displayed by calendars 2025-07-01 12:21:48 +02:00
Camille Moussu 4f5d596b59 [1] added state to add event to calendars 2025-06-30 17:15:24 +02:00
Camille Moussu 624c1b43ca [#1] added base calendar and started to tweak ui 2025-06-27 18:11:23 +02:00
Camille Moussu cceb83519f [#1] Bare Skeleton with redux store, oidc and router-dom 2025-06-25 17:42:54 +02:00
Benoit TELLIER 57f9ba8427 [DOCUMENTATION] Init the README 2025-05-12 13:29:39 +02:00