- Mar 08, 2022
-
-
enured authored
S13827: Added new font family to fake passwords. Using the font for formelement password. At the end we dont use the input type password anymore. Best solution to prevent offers of user credentials from browser.
-
- Feb 21, 2022
-
-
enured authored
S13827 Better fix for ignoring autofill. Should work with every browser. For type password set autocomplete to new-password and every password element gets an own input type=text tag which is not displayed.
-
enured authored
S13827 Fix for autofill in datetimepicker and all other given text elements. Autofill will be ignored. For password it will give choice to select a generated password.
-
- Feb 20, 2022
-
-
Carsten Rose authored
Fixes #13818. Maybe there is a better place to fix the typeahead array issue than to sanitize all possible types of value
-
- Feb 18, 2022
-
-
enured authored
S13818 Changed to check only value of array. Because key(id) as a number is not needed to check. It doesnt has impact to output. An array is only given if typeAheadSql with id and value is used.
-
enured authored
S13818 Implemented check if $value is array and do the check in a foreach loop for every string in this array.
-
- Feb 11, 2022
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- Feb 04, 2022
-
-
Carsten Rose authored
-
Carsten Rose authored
-
enured authored
-
- Feb 02, 2022
-
-
Carsten Rose authored
B11134 Samesite header for cookies See merge request !406
-
Carsten Rose authored
# Conflicts: # extension/Classes/Core/Store/Session.php
-
Carsten Rose authored
F10096 Fixed problem of not showing time in FE_Type 'time'. Now only time will... See merge request !405
-
- Jan 31, 2022
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
Merge remote-tracking branch 'origin/B11134_Set_samesite_header_for_cookies' into B11134_Set_samesite_header_for_cookies
-
Carsten Rose authored
-
Carsten Rose authored
-
enured authored
-
enured authored
B11134: Changed the way of calculating expireDate. Default secure is set to false (to get cookies over HTTP) and added commentary how to set it correctly to true if needed. Tested under PHP 7.2. Test under 7.3 or higher must be made.
-
- Jan 28, 2022
- Jan 27, 2022
-
-
Carsten Rose authored
-
Carsten Rose authored
Master See merge request !404
-
Carsten Rose authored
Button is seperated in own div with class row and col-md-12. Now it will be... See merge request !403
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
F13543 multiple base url See merge request !402
-
Carsten Rose authored
-
- Jan 26, 2022
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
F10096 Datepicker and documentation is implented See merge request !400
-
Carsten Rose authored
Few replaces from config.qfq.php in Documentations. See merge request !399
-
(cherry picked from commit f56004e2)
-
Carsten Rose authored
-