Commit graph

3529 commits

Author SHA1 Message Date
Thomas Ingles
8e415fcf10
Fix session::sess_regenerate $delete_old_session always null
Fix bad transtyped bool
throw error on login
session_regenerate_id(): Passing null to parameter #1
($delete_old_session) of type bool is deprecated
2024-04-30 15:52:34 +02:00
Thomas Ingles
c81ba8da21
Fix install alert msg not showed, pw confirm id + js errors lang
js #retype-password to #password-confirm
2024-04-30 14:25:25 +02:00
Thomas Ingles
2bc5c5a360
Installation labels translated in browser lang
Administrator from Account page
Company from General Settings page
2024-04-30 03:43:35 +02:00
Thomas Ingles
3936b4e106
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-04-30 02:03:27 +02:00
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
Thomas Ingles
4f028d8c44
Fix refresh Appointments MONTH calendarView : current2active
Fix undisplayed appointments if not in this current month
and if moved by D&D on prev/next month days view (displace OK),
but after auto refresh, appointment disapear in view...
After little fear, it exist in db :)
Need to choose prev/next month (where is moved) to see it.

see https://fullcalendar.io/docs/view-object
2024-04-29 23:45:29 +02:00
Thomas Ingles
f02b276451
Add missing lang() : Calendar view (default|table) selectors
views/pages/(account|admins|providers|secretaries).php
2024-04-29 23:06:42 +02:00
tm8544
3105ae6db5
Update 054_add_default_timezone_to_setting.php 2024-04-26 21:49:43 +03: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
2bc517db5f Fix the calendar drop and resize "undo" functionality 2024-04-26 17:26:09 +02:00
Alex Tselegidis
574fc907b5 Revert scroll down 2024-04-26 17:26:09 +02:00
Alex Tselegidis
002b9561cd
Merge pull request #1501 from krtcom/develop
Slovak translations
2024-04-26 17:26:03 +02:00
Alex Tselegidis
4845e9d8a7
Merge pull request #1507 from sudwebdesign/develop-idea-calendar-init-time-at-now
Idea : initialize calendar view scroll at time
2024-04-26 17:08:34 +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
4b79951cca
Merge pull request #1509 from sudwebdesign/develop-scss-bg-layout-by-theme
css layouts bg by theme
2024-04-26 17:04:32 +02:00
Alex Tselegidis
2d8788c4ff Add the reload button to the page notifications so that users can see the UI changes (#1510) 2024-04-26 17:03:00 +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
6ee742cd82
Merge pull request #1513 from sudwebdesign/develop-automatic-default-lang-timezone-for-new-users
Feat Dynamic Fields TimeZone & Language for new users
2024-04-26 16:50:20 +02:00
Alex Tselegidis
df51d689ee
Merge pull request #1514 from sudwebdesign/develop-fix-untranslated-secretaries-js-errors
Fix untranslated secretaries + providers js (errors)
2024-04-26 16:49:04 +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
a2ba87256d Allow users to edit events in all views 2024-04-26 16:42:43 +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
Alex Tselegidis
81e202342e Various minor JS errors in calendar_default_view.js 2024-04-26 16:20:25 +02:00
Alex Tselegidis
71474a7d94 Add additional handling for the next days filter 2024-04-26 16:15:58 +02:00
Alex Tselegidis
6743da7043 Return the message modal selector for better DOM handling if needed 2024-04-26 16:11:17 +02:00
Alex Tselegidis
c9f6d2a7f5 Add the Baikal credentials to docker.md 2024-04-26 16:11:08 +02:00
Alex Tselegidis
3254278170 Update the HTTP client param comment 2024-04-26 12:57:13 +02:00
Alex Tselegidis
1878c9212c Update the Baikal Docker configuration and the related documentation file 2024-04-26 12:23:52 +02:00
Alex Tselegidis
cba0effe14 Update CHANGELOG.md 2024-04-26 12:18:56 +02:00
Thomas Ingles
e2e366eeee
Fix untranslated secretaries + providers js (errors)
Fix provider : MIN_PASSWORD_LENGTH is undefined
A constant in php :)
2024-04-24 22:31:32 +02:00
Thomas Ingles
35e03c21cd
Feat Dynamic Fields TimeZone & Language for new users
+ Language by `vars('language')`
+ + When add a user, the selected lang is same as back office lang
+ + Note : when change lang with bottom selector, go to default lang

+ Timezone by `moment.tz.guess()`
+ + See :
https://stackoverflow.com/questions/1091372/getting-the-clients-time-zone-and-offset-in-javascript#40435316

`Fix empty field language val for secretaries admin page`

More usefull and maybe for #1386 #1476 & #1390
2024-04-24 18:40:34 +02:00
Thomas Ingles
ee1d07f9fe
Fix controller Booking : typo default phone_number 2024-04-24 13:29:10 +02:00
Thomas Ingles
8be390fdd0
css layouts bg by theme
Found with Darkly theme
2024-04-24 01:47:00 +02:00
Thomas Ingles
b448836ee9
Idea : initialize calendar view scroll at time
https://www.freecodecamp.org/news/the-ultimate-guide-to-javascript-date-and-moment-js/#format-the-date-and-time-with-moment-js
2024-04-23 21:04:13 +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
eba1eb2b26 Move the blocked period end date automatically on start date change (#1499) 2024-04-15 14:40:25 +02:00
Alex Tselegidis
b8803566df Reset the time selection when the user changes the non-working switch 2024-04-15 14:17:33 +02:00
Alex Tselegidis
8bdb762e9a Patch the empty month and year selection of blocked periods (#1494) 2024-04-15 14:09:55 +02:00
tm8544
db6c127d3b New lines moved to the end of file before // End 2024-04-08 18:35:06 +03: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
tm8544
f47ce7a194
Update Calendar.php
add script_vars for default values
2024-03-30 22:12:04 +02:00