Commit Graph

708 Commits

Author SHA1 Message Date
Alex Tselegidis 29e5fce89e Do not block the booking page if the cookieconsent is blocked (#1398) 2024-06-01 16:10:17 +02:00
Alex Tselegidis b49787ca5a Minor adjustments to the LDAP result display 2024-06-01 13:21:49 +02:00
Alex Tselegidis 99addd2efd Use class instead of fading out the error message 2024-05-29 23:15:07 +02:00
Alex Tselegidis 07bc7b3812 Make sure that editing a working plan exception and changing the date will not keep the previous entry in place (#1515) 2024-05-24 19:59:53 +02:00
Alex Tselegidis 4703df1ada Fix provider filter (#1530) 2024-05-21 15:39:45 +02:00
Alex Tselegidis e4cc2fc760 Add custom render method that can be easily overriden 2024-05-17 20:13:58 +02:00
Alex Tselegidis 98998ad0b8 Attach the fullCalendar instance to the calendar component for easy access 2024-05-17 12:56:10 +02:00
Alex Tselegidis 295a5f1baf Remove the default paragraph in the message modal 2024-05-17 12:40:01 +02:00
Alex Tselegidis f7e6b212b2 Make sure that at least one booking field must be set as required 2024-05-14 13:49:41 +02:00
Alex Tselegidis d482625848 Add missing jsdoc comments 2024-05-13 23:41:19 +02:00
Alex Tselegidis 5967864e4a Finalize the LDAP integration and complete SSO support in the login page (#128) 2024-05-13 23:37:00 +02:00
Alex Tselegidis b0ffe4ff1f
Merge pull request #1523 from tm8544/patch-2
Update booking.js
2024-05-13 13:13:40 +02:00
tm8544 dc2b9f84e6
Update appointments_modal.js
Add missing ;
2024-05-13 11:49:14 +03:00
Alex Tselegidis de63955341 Integrate CalDAV Protocol for appointment syncing (#209) 2024-05-12 14:24:58 +02:00
tm8544 db778e11b5
Update booking.js
This was merged 17.4. 2024, but it was lost lost on merges on 11.5.2024.
2024-05-12 10:31:09 +03:00
Thomas Ingles ea4be0162e Fix refresh Appointments MONTH calendarView : current2active
Fix undisplayed appointments if not in this current month
and if moved by D&D on prev/next month days view (displace OK),
but after auto refresh, appointment disapear in view...
After little fear, it exist in db :)
Need to choose prev/next month (where is moved) to see it.

see https://fullcalendar.io/docs/view-object
2024-05-11 19:29:14 +02:00
Thomas Ingles 80ada71558 Install: Admin Add Language selector + set timezone by server 2024-05-11 19:29:14 +02:00
Thomas Ingles a04c0cafdf Fix install alert msg not showed, pw confirm id + js errors lang
js #retype-password to #password-confirm
2024-05-11 19:29:14 +02:00
Thomas Ingles 79f4d50ce8 Booking confirmation background by theme css + DRY 2024-05-11 19:29:14 +02:00
Alex Tselegidis 0e766419f4 Update exposed calendar page methods 2024-05-11 19:29:09 +02:00
Alex Tselegidis e4ef2da438 Expose the internal JS functions so that they be overriden 2024-05-11 19:29:08 +02:00
Alex Tselegidis c33ebeded2 Change the opacity of the datepicker while loading unavailable dates 2024-05-11 19:29:08 +02:00
Alex Tselegidis 37bfc08641 Create constant for future month search 2024-05-11 19:29:08 +02:00
Alex Tselegidis 0d89bb7a6a Switch the duration with the appointment date time in the confirmation step 2024-05-11 19:29:08 +02:00
Alex Tselegidis 171623c6a0 Fix the calendar drop and resize "undo" functionality 2024-05-11 19:29:06 +02:00
Alex Tselegidis a5aa7da361 Revert scroll down 2024-05-11 19:29:06 +02:00
Thomas Ingles 626d777bbb Idea : initialize calendar view scroll at time
https://www.freecodecamp.org/news/the-ultimate-guide-to-javascript-date-and-moment-js/#format-the-date-and-time-with-moment-js
2024-05-11 19:29:02 +02:00
Thomas Ingles 39350c79b0 css layouts bg by theme
Found with Darkly theme
2024-05-11 19:28:53 +02:00
Alex Tselegidis d99709f39a Add the reload button to the page notifications so that users can see the UI changes (#1510) 2024-05-11 19:28:53 +02:00
Alex Tselegidis b9a4efc3e8 Resolve conflicts 2024-05-11 19:28:31 +02:00
Thomas Ingles 1e4fa88734 Fix untranslated secretaries + providers js (errors)
Fix provider : MIN_PASSWORD_LENGTH is undefined
A constant in php :)
2024-05-11 19:26:08 +02:00
Alex Tselegidis d8845eca23 Allow users to edit events in all views 2024-05-11 19:26:08 +02:00
Alex Tselegidis 6304391fd9 Various minor JS errors in calendar_default_view.js 2024-05-11 19:26:08 +02:00
Alex Tselegidis ebb682f518 Add additional handling for the next days filter 2024-05-11 19:26:08 +02:00
Alex Tselegidis fe7b406cb3 Return the message modal selector for better DOM handling if needed 2024-05-11 19:26:08 +02:00
Alex Tselegidis a364e777bf Update the HTTP client param comment 2024-05-11 19:26:08 +02:00
Alex Tselegidis 01ddd00554 Move the blocked period end date automatically on start date change (#1499) 2024-05-11 19:26:08 +02:00
Alex Tselegidis dfeb213f5b Reset the time selection when the user changes the non-working switch 2024-05-11 19:26:08 +02:00
Alex Tselegidis e81058a05d Patch the empty month and year selection of blocked periods (#1494) 2024-05-11 19:26:08 +02:00
Alex Tselegidis 4570d0859e Do not allow user to submit login without a username and a password 2024-05-11 19:26:08 +02:00
tm8544 f84eecf7e8 add default settings for language and timezone 2024-03-27 17:09:15 +02:00
Alex Tselegidis 80435bd522 Fallback value 2024-03-19 07:11:16 +00:00
Alex Tselegidis d4be65e4a4 Automatically set the appointment color based on the service selection 2024-03-18 17:31:43 +00:00
Alex Tselegidis 1152a76df3 Ignore the entire vendor folder (#1467) 2024-03-04 10:50:02 +01:00
Alex Tselegidis 609dc93e1e Add logic for navigating back to the previously available date 2024-02-18 10:59:24 +01:00
Alex Tselegidis 6fecbc7cd7 Correct unavailable date handling in booking page 2024-02-16 17:08:51 +01:00
Alex Tselegidis 4f2927fb67 Store and process the custom field value in the booking page 2024-02-07 10:45:04 +01:00
Alex Tselegidis b58cbc90d0 Null check 2024-01-26 09:59:40 +01:00
Alex Tselegidis a02a6118b6 Perform styling changes to the public booking page 2024-01-06 12:32:36 +01:00
Alex Tselegidis acafb0da48 Improve the way the service description renders in the booking page 2024-01-06 11:32:42 +01:00