Commit graph

1295 commits

Author SHA1 Message Date
Alex Tselegidis
08f8315313 Update the LDAP password validation because some servers will not include "userpassword" to the LDAP entries result (#1547) 2024-06-01 15:36:16 +02:00
Alex Tselegidis
9d7e0ba94e Whitelist the supported LDAP attributes in order to avoid parsing issues with Samba AD servers 2024-06-01 13:22:15 +02:00
Alex Tselegidis
81a2f65e87 Add missing language field from API encoding/decoding 2024-05-27 17:05:42 +02:00
Alex Tselegidis
ff4657fce6 Remove duplicate load 2024-05-27 16:57:30 +02:00
Alex Tselegidis
a1184df8b9 Update Finnish translations (#1536) 2024-05-27 16:53:00 +02:00
Alex Tselegidis
cd5b56e0b0 Translate invalid credentials message (#1544) 2024-05-27 16:49:23 +02:00
Alex Tselegidis
90a05b2815 Add missing translation key 2024-05-27 16:47:11 +02:00
Alex Tselegidis
2d41f181a1 Fixed save working plan exception handling for calendar page and non working days (#1548) 2024-05-27 16:46:43 +02:00
Alex Tselegidis
3bc2e69651
Update Catalan translations_lang.php 2024-05-27 16:19:04 +02:00
Alex Tselegidis
07bc7b3812 Make sure that editing a working plan exception and changing the date will not keep the previous entry in place (#1515) 2024-05-24 19:59:53 +02:00
Alex Tselegidis
4703df1ada Fix provider filter (#1530) 2024-05-21 15:39:45 +02:00
Alex Tselegidis
7713f3ffa6 Add empty value check (#1529) 2024-05-21 15:22:40 +02:00
Alex Tselegidis
3f39861e4a Suppress warning errors and check the environment before using ldap functions 2024-05-20 11:57:54 +02:00
Alex Tselegidis
c407bf50a7 Make sure that rescheduling from the public page will not throw an error due to the same appointment existing in the calendar 2024-05-17 10:12:35 +02:00
Alex Tselegidis
ec3ec699a9 Add missing translation key 2024-05-17 10:10:48 +02:00
Alex Tselegidis
7c0b7127cc Release v1.5.0-alpha.1 2024-05-14 14:00:03 +02:00
Alex Tselegidis
f7e6b212b2 Make sure that at least one booking field must be set as required 2024-05-14 13:49:41 +02:00
Alex Tselegidis
ec545a265e Fix the id_caldav_calendar column migration 2024-05-14 12:37:02 +02:00
Alex Tselegidis
868291173f Remove the details tag 2024-05-14 12:36:38 +02:00
Alex Tselegidis
f54ae1b103 Update the German and Greek translations 2024-05-14 11:41:19 +02:00
Alex Tselegidis
f31bcadd70 Update @since text in file header comment block 2024-05-14 10:37:43 +02:00
Alex Tselegidis
a4a0cadd7e Update the spanish translation (#1468) 2024-05-14 00:05:59 +02:00
Alex Tselegidis
5967864e4a Finalize the LDAP integration and complete SSO support in the login page (#128) 2024-05-13 23:37:00 +02:00
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