Alex Tselegidis
|
c8a9e2c24b
|
Enable prettier for php and reformat the entire application directory
|
2023-11-29 10:24:09 +01:00 |
|
Alex Tselegidis
|
1b22f90b6a
|
Replace occurrences to the non-used id_categories field
|
2023-11-17 12:23:07 +01:00 |
|
Alex Tselegidis
|
0cc51ed33c
|
Display the blocked periods to the calendar page (#432)
|
2023-11-17 09:42:57 +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
|
602afb50b9
|
Display the blocked periods in the calendar (#432)
|
2023-11-17 08:40:29 +01:00 |
|
Alex Tselegidis
|
f3d7b78b15
|
Add the blocked periods to the webhooks page (#432)
|
2023-11-17 08:06:34 +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
|
bcf03a4b90
|
Load the api library before using it in Unavailabilities_api_v1.php
|
2023-10-27 09:01:00 +02:00 |
|
Alex Tselegidis
|
29940e2cd1
|
Correct session value
|
2023-10-26 08:11:49 +02:00 |
|
Alex Tselegidis
|
4b18b78e69
|
Rename the "create" method of controllers to "store"
|
2023-10-26 08:11:49 +02:00 |
|
Alex Tselegidis
|
7eb048e1d2
|
Rename webhook related constant
|
2023-10-26 08:11:49 +02: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 |
|
Alex Tselegidis
|
ae76ad7385
|
Do not allow a customer to book the same hours multiple times
(#1420)
|
2023-10-23 11:46:41 +02:00 |
|
Alex Tselegidis
|
e987aedf75
|
Various fixed on the Google Sync process
|
2023-10-23 11:34:39 +02:00 |
|
Alex Tselegidis
|
0ba5015147
|
Comment
|
2023-10-23 11:21:30 +02:00 |
|
Alex Tselegidis
|
b88952497c
|
Cast the provider ID to avoid errors
|
2023-10-09 16:48:35 +02:00 |
|
Alex Tselegidis
|
5bd328ee4f
|
Correct the variable type check value
|
2023-10-09 12:18:24 +02:00 |
|
Alex Tselegidis
|
072ff2862e
|
Fallback value for arg
|
2023-09-12 17:00:30 +03:00 |
|
Alex Tselegidis
|
c226d188c9
|
Use the unavailabilities model instead of the appointments model
|
2023-07-18 07:54:47 +02:00 |
|
Alex Tselegidis
|
b37b460195
|
Only allow authorized users to manage appointments from the calendar page (#1387)
|
2023-07-17 08:14:15 +02:00 |
|
Alex Tselegidis
|
e7ddad5641
|
Make sure there are no duplicate unavailability entries (#1388)
|
2023-07-17 07:59:56 +02:00 |
|
Alex Tselegidis
|
ebe087553e
|
Automatically select the next available date in the booking page or display a message if this month is unavailable (#1075) (#1204)
|
2023-07-11 08:11:41 +02:00 |
|
Alex Tselegidis
|
87e27d4070
|
Use the unavailabilities model to save the sync events (#1363)
|
2023-07-11 07:46:28 +02:00 |
|
Alex Tselegidis
|
5473544258
|
Allow working plan exceptions to be defined as non-working days (#1383).
|
2023-07-10 08:22:55 +02:00 |
|
Alex Tselegidis
|
674d7c4eeb
|
Correct the array key access in Google.php (#1362)
|
2023-07-03 10:21:46 +02:00 |
|
Alex Tselegidis
|
d055d10610
|
Add "notes" to the whitelisted field list
|
2023-06-21 09:50:52 +03:00 |
|
Alex Tselegidis
|
2f69be2bd0
|
Update the equivalent appointment removal action of the calendar table view.
|
2023-06-01 14:30:08 +02:00 |
|
Alex Tselegidis
|
8e37e54bdb
|
Refactor the calendar page appointment removal so that it also uses a request parameter called "cancellation_reason", just like the public booking page does.
|
2023-06-01 14:25:02 +02:00 |
|
Alex Tselegidis
|
890e3ac4d9
|
Order the records by update datetime to avoid them missing in the UI
|
2023-05-04 17:55:29 +02:00 |
|
Alex Tselegidis
|
fb7b2af812
|
Re-enable the captcha image distortion.
|
2023-05-03 07:26:39 +02:00 |
|
Alex Tselegidis
|
1655b0df2d
|
Correct the captcha builer php issues.
|
2023-05-03 07:21:20 +02:00 |
|
Alex Tselegidis
|
f13b1a17c4
|
Correct the API controller constructor methods.
|
2023-04-24 13:22:49 +02:00 |
|
Alex Tselegidis
|
d1e1000cb4
|
The "id_categories" columnn is optional
|
2023-04-24 10:13:44 +02:00 |
|
Alex Tselegidis
|
7f37350fab
|
Regenerate the session ID after logging in to avoid Session Fixation attacks
|
2023-04-15 14:46:30 +02:00 |
|
Alex Tselegidis
|
75b2473576
|
Do not return appointments of a different user to the another provider or secretary on the default calendar screen.
|
2023-04-15 14:39:12 +02:00 |
|
Alex Tselegidis
|
6fc45c3368
|
Correct the field filtering
|
2023-04-15 14:33:40 +02:00 |
|
Alex Tselegidis
|
d4185b2b05
|
Load the framework while testing in order to allow for additional tests
|
2023-03-24 08:11:25 +01:00 |
|
Alex Tselegidis
|
7bfe16b6be
|
Check on trashed items when fetching appointment information
|
2023-03-17 07:53:16 +01:00 |
|
Alex Tselegidis
|
2b552c4535
|
Resolve various PHP inspection issues
|
2023-03-13 09:06:18 +01:00 |
|
Alex Tselegidis
|
2731d2f17c
|
Update the seeders so that they set dynamic passwords by default
|
2023-03-01 09:00:24 +01:00 |
|
Alex Tselegidis
|
963413eb88
|
White list the working plan and working plan exceptions when saving a provider record
|
2023-03-01 08:26:58 +01:00 |
|
Alex Tselegidis
|
ea30c62a84
|
Load required settings
|
2023-02-21 08:11:18 +01:00 |
|
Alex Tselegidis
|
ddee652231
|
Remove unnecessary cache load
|
2023-02-21 07:58:30 +01:00 |
|
Alex Tselegidis
|
c8bfb623e2
|
Apply the future booking limit to the booking page
|
2023-02-13 09:36:08 +01:00 |
|
Alex Tselegidis
|
04f480c4c6
|
Remove duplicate command
|
2023-01-23 07:47:47 +01:00 |
|
Alex Tselegidis
|
f8925ddb0d
|
Add the missing "only" filtering to the backend controllers.
|
2023-01-21 12:51:06 +01:00 |
|
Alex Tselegidis
|
8449d5454c
|
Add ID to the allowed appointments fields (this will fix the rescheduling flow)
|
2023-01-18 10:59:57 +01:00 |
|
Alex Tselegidis
|
50ec06b29c
|
Allow API clients to filter appointments by service, provider and customer ID (#1296, #1325)
|
2023-01-14 10:25:25 +01:00 |
|