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
Alex Tselegidis
cd768bda85
Use the helper methods to set and get date time picker values
2024-01-06 11:06:48 +01:00
Alex Tselegidis
02162ee232
Rename ui.js methods
2024-01-06 10:46:57 +01:00
Alex Tselegidis
2878d1299a
Reformat entire codebase for trailing comma that will make line duplication easier
2023-12-22 11:35:41 +01:00
Alex Tselegidis
1ee373a544
Make the settings serialization more dynamic
2023-12-22 11:22:16 +01:00
Alex Tselegidis
65aacce924
No calendars are being displayed in the calendar table view while being logged in as a secretary ( #1418 )
2023-12-12 11:58:07 +01:00