This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
easyappointments
Watch
1
Star
0
Fork
You've already forked easyappointments
1
mirror of
https://github.com/alextselegidis/easyappointments.git
synced
2024-11-28 10:53:40 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
6606340da4
easyappointments
/
assets
/
js
History
Alex Tselegidis
8d4d063afa
Prepend the "any-provider" option to the booking page so that it is the first option displayed.
2021-10-18 12:19:13 +02:00
..
backend.js
backend_calendar.js
Automatically update the non working plan when changed in backend calendar.
2020-12-12 14:54:41 +02:00
backend_calendar_api.js
backend_calendar_appointments_modal.js
backend_calendar_default_view.js
The backend calendar must display the modified appointment date, when using the appointment link of the confirmation email (
#1112
).
2021-08-24 16:03:45 +03:00
backend_calendar_google_sync.js
Display confirmation modal when disabling a connected Google Calendar Sync (
#955
).
2020-12-12 14:22:25 +02:00
backend_calendar_table_view.js
Working plan exception - details pane shows incorrect details (
#1011
).
2021-07-19 16:21:14 +03:00
backend_calendar_unavailability_events_modal.js
backend_calendar_working_plan_exceptions_modal.js
Use the native JSON.parse method instead of the jQuery variation
2020-12-14 20:38:57 +02:00
backend_categories_helper.js
backend_customers.js
backend_customers_helper.js
Made the timezone and language fields required, in the backend customers page
2020-12-14 20:40:10 +02:00
backend_services.js
backend_services_helper.js
Make sure that the duration of a service does not become less than the minimum acceptable value as otherwise it will make problems with the availability generation
2021-03-25 11:32:10 +01:00
backend_settings.js
backend_settings_system.js
Added missing validation call in system settings
2021-10-04 09:27:32 +02:00
backend_settings_user.js
backend_users.js
backend_users_admins.js
User timezone must not be empied by default as it is required.
2020-12-14 09:53:16 +02:00
backend_users_providers.js
User timezone must not be empied by default as it is required.
2020-12-14 09:53:16 +02:00
backend_users_secretaries.js
User timezone must not be empied by default as it is required.
2020-12-14 09:53:16 +02:00
forgot_password.js
frontend_book.js
Prepend the "any-provider" option to the booking page so that it is the first option displayed.
2021-10-18 12:19:13 +02:00
frontend_book_api.js
Timezone/UX issue: Wrong day is selected when timezone differs by -1 day (
#961
).
2021-07-19 16:02:45 +03:00
frontend_book_success.js
Sync appointment with customer's Google Calendar in the book success page needs the correct timezone
2020-12-14 20:37:08 +02:00
general_functions.js
Replaced the email validation regex with a better one
2021-10-04 09:27:08 +02:00
index.html
installation.js
login.js
Added file comment-banner
2021-10-04 09:26:48 +02:00
polyfill.js
working_plan.js
Use the AM/PM postfix as lowercase everywhere for consistency.
2021-07-19 17:44:31 +03:00
working_plan_exceptions_modal.js