MaketRandevu/application/controllers
Alex Tselegidis c226d188c9 Use the unavailabilities model instead of the appointments model 2023-07-18 07:54:47 +02:00
..
api Correct the API controller constructor methods. 2023-04-24 13:22:49 +02:00
About.php Correct the constructor phpdoc block comment 2022-10-03 17:06:01 +03:00
Account.php
Admins.php Order the records by update datetime to avoid them missing in the UI 2023-05-04 17:55:29 +02:00
Api_settings.php Correct the constructor phpdoc block comment 2022-10-03 17:06:01 +03:00
Appointments.php Make sure the search method sorts by update_datetime in descending order 2022-10-16 18:07:01 +03:00
Backend.php
Backend_api.php
Booking.php 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
Booking_cancellation.php 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
Booking_confirmation.php Resolve various PHP inspection issues 2023-03-13 09:06:18 +01:00
Booking_settings.php
Business_settings.php
Calendar.php Use the unavailabilities model instead of the appointments model 2023-07-18 07:54:47 +02:00
Captcha.php Re-enable the captcha image distortion. 2023-05-03 07:26:39 +02:00
Categories.php Make sure the search method sorts by update_datetime in descending order 2022-10-16 18:07:01 +03:00
Consents.php
Console.php Update the seeders so that they set dynamic passwords by default 2023-03-01 09:00:24 +01:00
Customers.php Order the records by update datetime to avoid them missing in the UI 2023-05-04 17:55:29 +02:00
General_settings.php
Google.php Make sure there are no duplicate unavailability entries (#1388) 2023-07-17 07:59:56 +02:00
Google_analytics_settings.php Correct the constructor phpdoc block comment 2022-10-03 17:06:01 +03:00
Installation.php Resolve various PHP inspection issues 2023-03-13 09:06:18 +01:00
Integrations.php Correct the constructor phpdoc block comment 2022-10-03 17:06:01 +03:00
Legal_settings.php
Localization.php
Login.php Regenerate the session ID after logging in to avoid Session Fixation attacks 2023-04-15 14:46:30 +02:00
Logout.php Add page title to the account pages 2022-10-16 18:02:47 +03:00
Matomo_analytics_settings.php Correct the constructor phpdoc block comment 2022-10-03 17:06:01 +03:00
Privacy.php
Providers.php Order the records by update datetime to avoid them missing in the UI 2023-05-04 17:55:29 +02:00
Recovery.php Add page title to the account pages 2022-10-16 18:02:47 +03:00
Secretaries.php Order the records by update datetime to avoid them missing in the UI 2023-05-04 17:55:29 +02:00
Services.php The "id_categories" columnn is optional 2023-04-24 10:13:44 +02:00
Test.php Load the framework while testing in order to allow for additional tests 2023-03-24 08:11:25 +01:00
Unavailabilities.php Add the missing "only" filtering to the backend controllers. 2023-01-21 12:51:06 +01:00
Update.php Fix the update page error (missing proper template variable assignment) 2022-10-03 17:06:01 +03:00
User.php
Webhooks.php Make sure the search method sorts by update_datetime in descending order 2022-10-16 18:07:01 +03:00
index.html