Alex Tselegidis
|
dc8d6ad140
|
Update has its own controller class
|
2021-12-16 08:10:01 +01:00 |
|
Alex Tselegidis
|
ff03b71060
|
Replaced resource names with constants for "cannot" checks
|
2021-12-15 08:05:08 +01:00 |
|
Alex Tselegidis
|
568ff9be2e
|
Renamed the service category resource to just category
|
2021-12-15 08:00:48 +01:00 |
|
Alex Tselegidis
|
c8bd47d1e5
|
Removed the "_page" postfix from page view files
|
2021-12-14 08:08:06 +01:00 |
|
Alex Tselegidis
|
12e4eebd1f
|
Set the "dest_url" js config
|
2021-12-14 08:06:10 +01:00 |
|
Alex Tselegidis
|
6376fea885
|
Added the find method to controllers
|
2021-12-14 07:18:46 +01:00 |
|
Alex Tselegidis
|
bd412eba8e
|
Refactored the installation page functionality
|
2021-12-10 09:12:08 +01:00 |
|
Alex Tselegidis
|
6ab32781ad
|
Moved the recovery functionality into its own controller and files
|
2021-12-10 08:41:16 +01:00 |
|
Alex Tselegidis
|
c00bfd9948
|
Changed var order
|
2021-12-10 08:34:56 +01:00 |
|
Alex Tselegidis
|
246d25c7f4
|
Moved the logout functionality into its own controller and files
|
2021-12-10 08:26:05 +01:00 |
|
Alex Tselegidis
|
63da7afce2
|
Renamed and moved the controller and view files of the settings page
|
2021-12-07 11:09:34 +01:00 |
|
Alex Tselegidis
|
622a4e9390
|
Moved the about controller and renamed the view file
|
2021-12-07 11:00:13 +01:00 |
|
Alex Tselegidis
|
523db7e5e3
|
Moved the login functionality into its own controller and files
|
2021-12-07 10:53:59 +01:00 |
|
Alex Tselegidis
|
cd5eff8819
|
Use the show_error function instead of the no-permissions callback
|
2021-12-07 10:53:20 +01:00 |
|
Alex Tselegidis
|
f1849e3a16
|
Restructured the view/js/css files (flatter file structure)
|
2021-12-06 09:00:02 +01:00 |
|
Alex Tselegidis
|
d94617945b
|
Added missing index method of Calendar controller
|
2021-11-25 09:13:19 +01:00 |
|
Alex Tselegidis
|
f2bb4519a5
|
Load the appointment and customer data after inserting them for the first time
|
2021-11-25 08:40:37 +01:00 |
|
Alex Tselegidis
|
232fa89b15
|
Load roles model
|
2021-11-24 09:23:48 +01:00 |
|
alextselegidis
|
83bfd87d5d
|
Ported the current about content to a new standalone page
|
2021-11-22 08:09:56 +01:00 |
|
alextselegidis
|
a622f2f295
|
Ported the current user settings functionality to a new standalone page
|
2021-11-22 08:09:56 +01:00 |
|
alextselegidis
|
35a05de1f0
|
Ported the legal contents settings functionality to a new standalone page
|
2021-11-22 08:09:56 +01:00 |
|
alextselegidis
|
fc48db0ea4
|
Ported the client form settings functionality to a new standalone page
|
2021-11-22 08:09:56 +01:00 |
|
Alex Tselegidis
|
255d1b5d95
|
Corrected the CORS headers hanlding
|
2021-11-18 15:01:17 +01:00 |
|
alextselegidis
|
2d1fb357c8
|
Ported the business logic settings functionality to a new standalone page
|
2021-11-18 08:49:23 +01:00 |
|
alextselegidis
|
753237d003
|
Ported the general settings functionality to a new standalone page
|
2021-11-18 07:53:41 +01:00 |
|
alextselegidis
|
fa97f743ae
|
Added settings related callbacks to the Settings controller (copied from Backend_api)
|
2021-11-18 07:34:43 +01:00 |
|
alextselegidis
|
f5cedbd0d5
|
Added calendar related callbacks to the Calendar controller (copied from Backend_api)
|
2021-11-18 07:30:52 +01:00 |
|
alextselegidis
|
4b4d8887e8
|
Added google related callbacks to the Google controller (copied from Backend_api)
|
2021-11-18 07:30:31 +01:00 |
|
alextselegidis
|
b06a2505b2
|
Created a new unavailabilities resource controller
|
2021-11-18 07:29:41 +01:00 |
|
alextselegidis
|
7eac5b8638
|
Moved the frontend book functionality to a new controller called Booking.php and created a new resource controller for appointments
|
2021-11-18 07:12:16 +01:00 |
|
alextselegidis
|
28f6a58211
|
Updated comment
|
2021-11-18 07:09:21 +01:00 |
|
alextselegidis
|
fec42278c8
|
Created a new customers resource controller
|
2021-11-18 06:34:07 +01:00 |
|
alextselegidis
|
7a3aa38622
|
Created a new secretaries resource controller
|
2021-11-18 06:23:21 +01:00 |
|
alextselegidis
|
d6b294a12b
|
Created a new admins resource controller
|
2021-11-18 06:11:18 +01:00 |
|
alextselegidis
|
4bbcb9fff8
|
Created a new providers resource controller
|
2021-11-18 06:08:36 +01:00 |
|
alextselegidis
|
aadac6a060
|
Created a new service categories resource controller
|
2021-11-18 05:23:54 +01:00 |
|
alextselegidis
|
8dd509d4dc
|
Created a new services resource controller
|
2021-11-18 05:21:30 +01:00 |
|
alextselegidis
|
ca8f3524ef
|
Replaced the render function with the new component function
|
2021-11-16 10:15:37 +01:00 |
|
alextselegidis
|
8f74643437
|
Updated the controller classes to use the slots instead
|
2021-11-15 09:49:19 +01:00 |
|
alextselegidis
|
abf9bdd049
|
Set the page title of the booking page
|
2021-11-12 21:27:11 +01:00 |
|
alextselegidis
|
1103db92df
|
Loaded scripts from the appointments controller
|
2021-11-12 17:30:09 +01:00 |
|
alextselegidis
|
2d1c7c0f7a
|
Miscellaneous fixes and refactoring on Appointments.php
|
2021-11-12 17:23:43 +01:00 |
|
alextselegidis
|
d2be2327e8
|
Minor refactoring for the appointments page
|
2021-11-12 17:09:39 +01:00 |
|
alextselegidis
|
007e95ed7a
|
Moved the installation and update pages to the new view/pages directory
|
2021-11-12 16:57:05 +01:00 |
|
alextselegidis
|
cf579dddc2
|
Removed the error override configuration and files
|
2021-11-12 16:53:42 +01:00 |
|
alextselegidis
|
ee6729cf0b
|
Converted all the account related pages to the new layout structure
|
2021-11-12 16:51:25 +01:00 |
|
alextselegidis
|
9fdafa5497
|
Converted the booking message to the booking message layout
|
2021-11-12 16:39:38 +01:00 |
|
alextselegidis
|
b31b4c87bd
|
Converted the booking success page to the layout structure
|
2021-11-12 16:33:01 +01:00 |
|
alextselegidis
|
d96e65792b
|
Converted the booking page view files to the layout structure
|
2021-11-12 08:38:20 +01:00 |
|
alextselegidis
|
2479ffb3a1
|
Changed the users callback to use the layout loading method
|
2021-11-12 08:37:50 +01:00 |
|