Alex Tselegidis
dfeb213f5b
Reset the time selection when the user changes the non-working switch
2024-05-11 19:26:08 +02:00
Alex Tselegidis
e81058a05d
Patch the empty month and year selection of blocked periods ( #1494 )
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
Alex Tselegidis
264f02baf7
Suppress session start warning
2024-05-11 19:21:50 +02:00
Alex Tselegidis
d530aeee39
Merge pull request #1516 from sudwebdesign/develop-lang-calendar_view-selectors-fix
...
Add missing lang() : Calendar view (default|table) selectors
2024-05-11 19:21:41 +02:00
Alex Tselegidis
4542251167
Merge pull request #1517 from sudwebdesign/develop-refreshCalendarAppointments-current2active-month_view-fix
...
Fix refresh Appointments MONTH calendarView : current2active
2024-05-11 19:21:18 +02:00
Alex Tselegidis
4c7ca40952
Merge pull request #1518 from sudwebdesign/develop-config-sess_regenerate_destroy
...
Fix CodeIgniter creating a lot of session files
2024-05-11 19:18:55 +02:00
Alex Tselegidis
9824095cfa
Merge pull request #1519 from sudwebdesign/develop-get_default_timezone-from-php
...
Fix App lib Timezones::get_default_timezone() always UTC
2024-05-11 19:15:07 +02:00
Alex Tselegidis
89a74a206f
Merge pull request #1520 from sudwebdesign/develop-view-page-installation-labels-lang
...
Installer choose language + labels & errors msg in browser lang + timezone by server
2024-05-11 19:14:34 +02:00
Alex Tselegidis
2efff06f9a
Merge pull request #1521 from sudwebdesign/booking-confirmation-background-by-theme
...
Fix Booking confirmation background by theme css + DRY
2024-05-11 19:12:40 +02:00
Alex Tselegidis
09ac511277
Add the matomo analytics site ID setting for the Matomo integration ( #1395 )
2024-05-11 19:02:15 +02:00
Alex Tselegidis
a00dd3fbf6
Update 3rd party NPM libraries
2024-05-11 18:51:27 +02:00
Alex Tselegidis
71ba82eb96
Restructure the links of the about page and add customize link
2024-05-11 18:41:30 +02:00
Alex Tselegidis
75d7d8411a
GitHub Actions with PHP 8.2
2024-05-11 18:02:42 +02:00
Alex Tselegidis
9afadc2790
Rename the private switch label for more clarity
2024-05-11 18:00:52 +02:00
Alex Tselegidis
05ded5ed0b
Wording
2024-05-11 17:57:17 +02:00
Alex Tselegidis
c1be588efd
Add slots to key positions in the app mark up
2024-05-11 17:50:45 +02:00
Alex Tselegidis
b018542c77
Echo the slot as a comment so that it can be used by HTML replacement mechanisms
2024-05-11 17:27:28 +02:00
Alex Tselegidis
0041e29ec7
Update exposed calendar page methods
2024-05-11 17:04:04 +02:00
Alex Tselegidis
1fbe17aade
Define get/set methods for related model resources (provider, secretary, admin users)
2024-05-11 17:03:54 +02:00
Alex Tselegidis
ea276bd649
Move the allowed and optional fields to of CRUD controllers to new overridable properties
2024-05-11 16:42:01 +02:00
Alex Tselegidis
88eda77d0c
Expose the internal JS functions so that they be overriden
2024-05-11 16:13:00 +02:00
Alex Tselegidis
0706d3fdab
The webhook actions are optional
2024-05-11 16:12:14 +02:00
Alex Tselegidis
c9bb9e85de
Change the opacity of the datepicker while loading unavailable dates
2024-05-11 15:33:14 +02:00
Alex Tselegidis
bacea67f7c
Create constant for future month search
2024-05-11 15:21:41 +02:00
Alex Tselegidis
cc5331e1dc
Make the search method order_by and offset use the provided values
2024-05-11 15:02:12 +02:00
Alex Tselegidis
8c3731a2c3
Update composer and NPM dependencies
2024-05-11 14:58:56 +02:00
Alex Tselegidis
338f9dec29
Suppress session warnings
2024-05-09 18:53:05 +02:00
Alex Tselegidis
c06a6be64a
Switch the duration with the appointment date time in the confirmation step
2024-05-08 21:41:37 +02:00
Thomas Ingles
174856f8e3
Install: html lang + language & timezone provider same as admin
2024-04-30 20:49:27 +02:00
Thomas Ingles
8bff8c0ccc
Booking confirmation background by theme css + DRY
2024-04-30 18:19:02 +02:00
Thomas Ingles
556b77c08d
Install: Admin Add Language selector + set timezone by server
2024-04-30 17:21:20 +02:00
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