Thomas Ingles
2cce9a8bba
Fix CodeIgniter creating a lot of session files
...
Fix When login CI call sess_regenerate() but do not apply
config 'sess_regenerate_destroy' & always create new file
After this, a session folder have one file by user logged
and clean old session files in storage/sessions folder
To test : in application/config.php
`$config['sess_time_to_update'] = 3;`
see
https://bobcares.com/blog/codeigniter-generating-too-many-sessions-files-resolved
2024-04-30 01:45:38 +02:00
Alex Tselegidis
0b5eacb109
French translation fixes
2024-04-26 17:32:39 +02:00
Alex Tselegidis
d7c1ed2ac4
Merge pull request #1461 from zikkee/develop
...
Added and improved Finnish translations
2024-04-26 17:32:14 +02:00
Alex Tselegidis
83b15dddea
Set the Google attendee data only if all the values are available
2024-04-26 17:28:02 +02:00
Alex Tselegidis
002b9561cd
Merge pull request #1501 from krtcom/develop
...
Slovak translations
2024-04-26 17:26:03 +02:00
Alex Tselegidis
bd9160aad0
Merge pull request #1505 from sudwebdesign/develop-french
...
Fix french typos, improve & add missing translations
2024-04-26 17:06:05 +02:00
Alex Tselegidis
cc9a0515d2
Merge pull request #1511 from sudwebdesign/develop-app-controller-booking-customer_default-phone_number-fix
...
Fix typo : Develop App Controller Booking customer default phone number
2024-04-26 16:50:47 +02:00
Alex Tselegidis
6ee5e14966
Include the unavailabilities to the "all" display in the calendar
2024-04-26 16:45:31 +02:00
Alex Tselegidis
6576a9207d
Unset foreach variable
2024-04-26 16:40:33 +02:00
Alex Tselegidis
86cd5f2285
Add return types to all class methods
2024-04-26 16:36:21 +02:00
Alex Tselegidis
e51f8ff377
Various fixes in the Calendar controller
2024-04-26 16:23:58 +02:00
Alex Tselegidis
a61701e2ad
Various minor fixes in the appointment and provider models
2024-04-26 16:23:45 +02:00
Thomas Ingles
ee1d07f9fe
Fix controller Booking : typo default phone_number
2024-04-24 13:29:10 +02:00
Thomas Ingles
c4f00aae48
Fix french typos, improve & add missing translations
...
\' TO ’
2024-04-23 19:20:46 +02:00
krtcom
f2f395ddbc
Merge branch 'alextselegidis:develop' into develop
2024-04-17 08:03:20 +02:00
Michal Krnáč
268b527929
Slovak translations
2024-04-17 08:02:36 +02:00
Alex Tselegidis
b292e10c13
Fix the array_find call
2024-04-15 18:22:28 +02:00
Alex Tselegidis
5b2ce2e000
Include the status to the appointment notification
2024-04-08 15:57:43 +02:00
Alex Tselegidis
f2cdfb871f
Do not allow user to submit login without a username and a password
2024-04-08 15:48:53 +02:00
Alex Tselegidis
babcc774dd
Automatically redirect logged in users to the calendar page
2024-03-28 11:08:55 +00:00
Alex Tselegidis
da6d017ff1
Fix Validation
2024-03-18 11:54:08 +00:00
Alex Tselegidis
e527d13899
Correct validation
2024-03-18 11:38:09 +00:00
Alex Tselegidis
492a49f2b3
Decode the status prop
2024-03-08 14:10:37 +01:00
Alex Tselegidis
105e522973
Add default working plan exceptions value
2024-03-08 09:36:44 +01:00
Alex Tselegidis
1d4ef06fdb
Add from email/name and reply-to settings in the email.php configuration file ( #1465 )
2024-03-04 10:59:52 +01:00
Alex Tselegidis
69c2bfef8a
Add thai translation files
2024-03-04 10:02:51 +01:00
Nikke
6ba3b1e05b
Added and improved Finnish translations
2024-02-20 16:03:57 +02:00
Alex Tselegidis
eedcb3b8d9
CLI support
2024-02-16 17:08:18 +01:00
Alex Tselegidis
5b87d75c10
Fix params for the custom_fields.php
2024-02-13 14:23:58 +01:00
Alex Tselegidis
4f2927fb67
Store and process the custom field value in the booking page
2024-02-07 10:45:04 +01:00
Alex Tselegidis
d680d9cde6
Enable the line break configuration by default so that email render correctly with any email provider
2024-01-31 11:23:33 +01:00
Alex Tselegidis
061a157ab7
Fix typo
2024-01-18 13:06:22 +01:00
Alex Tselegidis
ca0ad6e5a3
Change margin top on first booking step
2024-01-13 16:02:09 +01:00
Alex Tselegidis
33237dc0c0
Decrease booking copyright size
2024-01-13 15:48:11 +01:00
Alex Tselegidis
edb5458f54
Ensure user records always have salt value
2024-01-12 13:07:43 +01:00
Alex Tselegidis
a02a6118b6
Perform styling changes to the public booking page
2024-01-06 12:32:36 +01:00
Alex Tselegidis
b192b437e0
Patch the Captcha_builder.php for PHP8.2
2024-01-06 11:41:43 +01:00
Alex Tselegidis
acafb0da48
Improve the way the service description renders in the booking page
2024-01-06 11:32:42 +01:00
Alex Tselegidis
fa6f685e13
Fix "categories" table not found error
2024-01-06 11:22:12 +01:00
Alex Tselegidis
ac7ca85b88
Narrow the service selection of the booking page
2024-01-06 11:13:39 +01:00
Alex Tselegidis
c7f2e7f831
Move the position of the back button
2024-01-06 10:40:02 +01:00
Alex Tselegidis
cd6280b97d
Make sure the API returns 404 on show if the ID was not found
2024-01-05 19:20:00 +01:00
Alex Tselegidis
aee7bb80c0
Add return types
2024-01-05 19:12:25 +01:00
Alex Tselegidis
e0a1282338
Add missing API methods
2024-01-05 17:06:55 +01:00
Alex Tselegidis
c5eafc9552
Add missing translations
2024-01-05 16:49:23 +01:00
Alex Tselegidis
87cb1e190b
Correct typo
2024-01-04 21:57:01 +01:00
d08d1459e2
Rearrange Istanbul in Timezones
2024-01-01 11:56:55 +03:00
c032664bde
fix(timezone): update Istanbul timezone
2023-12-22 21:35:13 +03:00
Alex Tselegidis
cda450c4d1
Redirect to the about page after DB update
2023-12-22 13:31:19 +01:00
Alex Tselegidis
aeadbfbe98
Block the public booking operations if the booking page is disabled
2023-12-22 12:48:06 +01:00