Commit graph

212 commits

Author SHA1 Message Date
Alex Tselegidis
14a0c38ac0 Patch error with Safari while booking related to time parsing (#1584) 2024-08-12 08:53:17 +02:00
Alex Tselegidis
5b387b0c50 Another fix related to booking selection 2024-07-15 16:11:52 +02:00
Alex Tselegidis
cc268f8d87 Minor fix 2024-07-15 16:11:06 +02:00
Alex Tselegidis
bdc5782cf4 Update how the booking selection displays on the screen 2024-07-15 16:09:15 +02:00
Alex Tselegidis
abfb649851 Missing calls 2024-07-11 16:58:59 +02:00
Alex Tselegidis
0242c70fdf Correct the Learn More button behavior 2024-07-07 13:01:02 +02:00
Alex Tselegidis
8c8aaaa5e7 Move the default option to the beginning of the category dropdown 2024-07-07 12:31:35 +02:00
Alex Tselegidis
8dab03f38a Select first service and provider if only one option exists 2024-07-07 11:48:33 +02:00
Alex Tselegidis
564b7dea25 Always re-enable the primary button 2024-07-07 11:48:33 +02:00
Alex Tselegidis
540af17e4f Add the please-select option to the booking page step 2024-06-18 16:27:27 +02:00
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
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
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
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
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
0d89bb7a6a Switch the duration with the appointment date time in the confirmation step 2024-05-11 19:29:08 +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
ebb682f518 Add additional handling for the next days filter 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
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
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
e6b3ffd66b Add support for custom fields on customers (#1133) 2023-12-11 09:54:29 +01:00
Alex Tselegidis
f5360d2f2d Rename the block period description field to notes for compatibility with the other unavailability events 2023-11-17 09:37:38 +01:00
Alex Tselegidis
64ce83922d Add date validation to blocked periods (#432) 2023-11-17 08:10:03 +01:00
Alex Tselegidis
1c3ae956aa Update the blocked period CRUD (#432) 2023-11-17 08:04:27 +01:00
Alex Tselegidis
fbcd35f197 Add blocked period CRUD operations to the app (#432) 2023-11-03 18:25:23 +01:00
Alex Tselegidis
38f872d857 Various minor service and service category fixes 2023-11-03 18:24:49 +01:00
Alex Tselegidis
c37757e969 Translation changes 2023-10-26 08:11:48 +02:00
Alex Tselegidis
e9842a40bc Revert renaming the service-categories to categories (for clarity) 2023-10-26 08:11:31 +02:00