Thomas Ingles
|
79f4d50ce8
|
Booking confirmation background by theme css + DRY
|
2024-05-11 19:29:14 +02:00 |
|
Alex Tselegidis
|
33d189a65a
|
Add the matomo analytics site ID setting for the Matomo integration (#1395)
|
2024-05-11 19:29:14 +02:00 |
|
Alex Tselegidis
|
3796843cec
|
Update 3rd party NPM libraries
|
2024-05-11 19:29:14 +02:00 |
|
Alex Tselegidis
|
6213471e36
|
Restructure the links of the about page and add customize link
|
2024-05-11 19:29:14 +02:00 |
|
Alex Tselegidis
|
cde5801059
|
GitHub Actions with PHP 8.2
|
2024-05-11 19:29:14 +02:00 |
|
Alex Tselegidis
|
3e0f7e5452
|
Rename the private switch label for more clarity
|
2024-05-11 19:29:12 +02:00 |
|
Alex Tselegidis
|
8294dba6f2
|
Wording
|
2024-05-11 19:29:09 +02:00 |
|
Alex Tselegidis
|
fd57ddbb2d
|
Add slots to key positions in the app mark up
|
2024-05-11 19:29:09 +02:00 |
|
Alex Tselegidis
|
3b01f9bf91
|
Echo the slot as a comment so that it can be used by HTML replacement mechanisms
|
2024-05-11 19:29:09 +02:00 |
|
Alex Tselegidis
|
0e766419f4
|
Update exposed calendar page methods
|
2024-05-11 19:29:09 +02:00 |
|
Alex Tselegidis
|
08998f3a4a
|
Define get/set methods for related model resources (provider, secretary, admin users)
|
2024-05-11 19:29:08 +02:00 |
|
Alex Tselegidis
|
f1abeee560
|
Move the allowed and optional fields to of CRUD controllers to new overridable properties
|
2024-05-11 19:29:08 +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
|
9007e977fa
|
The webhook actions are optional
|
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
|
949a73ad58
|
Make the search method order_by and offset use the provided values
|
2024-05-11 19:29:08 +02:00 |
|
Alex Tselegidis
|
f1a00b8f39
|
Update composer and NPM dependencies
|
2024-05-11 19:29:08 +02:00 |
|
Alex Tselegidis
|
2b490775af
|
Suppress session warnings
|
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
|
b0c0acde62
|
French translation fixes
|
2024-05-11 19:29:08 +02:00 |
|
Nikke
|
55bdcf49a1
|
Added and improved Finnish translations
|
2024-05-11 19:29:07 +02:00 |
|
Alex Tselegidis
|
078442719c
|
Set the Google attendee data only if all the values are available
|
2024-05-11 19:29:06 +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 |
|
Michal Krnáč
|
f3209b5c10
|
Slovak translations
|
2024-05-11 19:29:05 +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
|
3b5a2e76a7
|
Fix french typos, improve & add missing translations
\' TO ’
|
2024-05-11 19:28:59 +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 |
|
Thomas Ingles
|
9ebeb89cb0
|
Fix controller Booking : typo default phone_number
|
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
|
a8ac22fe00
|
Include the unavailabilities to the "all" display in the calendar
|
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
|
6e8778919e
|
Unset foreach variable
|
2024-05-11 19:26:08 +02:00 |
|
Alex Tselegidis
|
5d823985de
|
Add return types to all class methods
|
2024-05-11 19:26:08 +02:00 |
|
Alex Tselegidis
|
840286899a
|
Various fixes in the Calendar controller
|
2024-05-11 19:26:08 +02:00 |
|
Alex Tselegidis
|
eb19482c1f
|
Various minor fixes in the appointment and provider models
|
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
|
a9149fff5d
|
Add the Baikal credentials to docker.md
|
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
|
07884d2096
|
Update the Baikal Docker configuration and the related documentation file
|
2024-05-11 19:26:08 +02:00 |
|
Alex Tselegidis
|
68431e361e
|
Update CHANGELOG.md
|
2024-05-11 19:26:08 +02:00 |
|
Alex Tselegidis
|
363ddeede7
|
Fix the array_find call
|
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 |
|