Commit Graph

1272 Commits

Author SHA1 Message Date
Alex Tselegidis a993b83025 Add missing isPrivate to service and provider records 2024-05-13 11:25:17 +02:00
Alex Tselegidis b2ecc46c01 Clean the caldav IDs after disabling syncing (#209) 2024-05-12 18:21:16 +02:00
Alex Tselegidis ab8257f366 More fixes related to the caldav syncing (#209) 2024-05-12 18:07:46 +02:00
Alex Tselegidis 2aea423b38 Remove test code from the Caldav.php controller (#209) 2024-05-12 18:07:31 +02:00
Alex Tselegidis de63955341 Integrate CalDAV Protocol for appointment syncing (#209) 2024-05-12 14:24:58 +02:00
Alex Tselegidis 4cf7c1e349 Rename the migration classes 2024-05-11 19:33:51 +02:00
Alex Tselegidis 9ad660836b Update translations for new timezone and language settings 2024-05-11 19:33:45 +02:00
Thomas Ingles 505abd0430 Add missing lang() : Calendar view (default|table) selectors
views/pages/(account|admins|providers|secretaries).php
2024-05-11 19:29:14 +02:00
Thomas Ingles 97d9219484 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-05-11 19:29:14 +02:00
Thomas Ingles 1788f209eb Fix App lib Timezones::get_default_timezone() always UTC
If none of the above succeed,
will return a default timezone of UTC.

https://www.php.net/manual/en/function.date-default-timezone-get.php
2024-05-11 19:29:14 +02:00
Thomas Ingles 2e9bcacbfc Install: html lang + language & timezone provider same as admin 2024-05-11 19:29:14 +02:00
Thomas Ingles 80ada71558 Install: Admin Add Language selector + set timezone by server 2024-05-11 19:29:14 +02:00
Thomas Ingles a04c0cafdf Fix install alert msg not showed, pw confirm id + js errors lang
js #retype-password to #password-confirm
2024-05-11 19:29:14 +02:00
Thomas Ingles ff599e2c00 Installation labels translated in browser lang
Administrator from Account page
Company from General Settings page
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 6213471e36 Restructure the links of the about page and add customize link 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 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 9007e977fa The webhook actions are optional 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 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
Michal Krnáč f3209b5c10 Slovak translations 2024-05-11 19:29:05 +02:00
Thomas Ingles 3b5a2e76a7 Fix french typos, improve & add missing translations
\' TO ’
2024-05-11 19:28:59 +02:00
Thomas Ingles 9ebeb89cb0 Fix controller Booking : typo default phone_number 2024-05-11 19:28:53 +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 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 363ddeede7 Fix the array_find call 2024-05-11 19:26:08 +02:00
Alex Tselegidis 67a64e4eaf Include the status to the appointment notification 2024-05-11 19:26:08 +02:00
Alex Tselegidis 4570d0859e Do not allow user to submit login without a username and a password 2024-05-11 19:26:08 +02:00
Alex Tselegidis bbf8869d3b Automatically redirect logged in users to the calendar page 2024-05-11 19:26:08 +02:00
tm8544 3105ae6db5
Update 054_add_default_timezone_to_setting.php 2024-04-26 21:49:43 +03:00
tm8544 db6c127d3b New lines moved to the end of file before // End 2024-04-08 18:35:06 +03:00
tm8544 f47ce7a194
Update Calendar.php
add script_vars for default values
2024-03-30 22:12:04 +02:00
tm8544 1ab1f5b384
Rename 052_add_default_timezone_to_setting.php to 054_add_default_timezone_to_setting.php
Renamed file to avoid conflict with PR #1479
2024-03-30 11:03:00 +02:00
tm8544 f3b9aa5018
Update 053_add_default_language_to_settings.php
Corrected class name
2024-03-29 18:57:01 +02:00
tm8544 9a24fb6a6b
Update 052_add_default_timezone_to_setting.php
Corrected class name
2024-03-29 18:56:08 +02:00
tm8544 f84eecf7e8 add default settings for language and timezone 2024-03-27 17:09:15 +02: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