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 |
|
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
|
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
|
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
|
1152a76df3
|
Ignore the entire vendor folder (#1467)
|
2024-03-04 10:50:02 +01:00 |
|