Commit graph

3510 commits

Author SHA1 Message Date
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
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
Alex Tselegidis
babcc774dd Automatically redirect logged in users to the calendar page 2024-03-28 11:08:55 +00:00
tm8544
f84eecf7e8 add default settings for language and timezone 2024-03-27 17:09:15 +02:00
Alex Tselegidis
e7a757e124 Improve the validation check 2024-03-22 15:11:10 +00:00
Alex Tselegidis
80435bd522 Fallback value 2024-03-19 07:11:16 +00:00
Alex Tselegidis
d4be65e4a4 Automatically set the appointment color based on the service selection 2024-03-18 17:31:43 +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
45b6c8e311
Merge pull request #1469 from alextselegidis/dependabot/composer/phpseclib/phpseclib-3.0.37
Bump phpseclib/phpseclib from 3.0.34 to 3.0.37
2024-03-11 07:54:44 +01: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
dependabot[bot]
f4388efb6c
Bump phpseclib/phpseclib from 3.0.34 to 3.0.37
Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 3.0.34 to 3.0.37.
- [Release notes](https://github.com/phpseclib/phpseclib/releases)
- [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md)
- [Commits](https://github.com/phpseclib/phpseclib/compare/3.0.34...3.0.37)

---
updated-dependencies:
- dependency-name: phpseclib/phpseclib
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 21:09:49 +00: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
1152a76df3 Ignore the entire vendor folder (#1467) 2024-03-04 10:50:02 +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
609dc93e1e Add logic for navigating back to the previously available date 2024-02-18 10:59:24 +01:00