BookStack/app/Util
Dan Brown 7c27d26161
Fixed language locale setting issue
Attempted to access an array that had been filtered and therefore could
have holes within, including as position 0 which would then be
accessed.
Also added cs language to internal map

Related to #4068
2023-02-27 19:14:45 +00:00
..
CspService.php Addressed a range of deprecation warnings 2023-01-21 20:50:04 +00:00
HtmlContentFilter.php Fixed old deprecated encoding convert on HTML doc load 2023-02-23 22:59:26 +00:00
HtmlNonceApplicator.php Altered the parsing of custom head to prevent htmlentities on content 2021-09-12 16:19:17 +01:00
LanguageManager.php Fixed language locale setting issue 2023-02-27 19:14:45 +00:00
SimpleListOptions.php Fixed phpstan static usage warning, updated ci flows 2022-11-03 14:14:22 +00:00
WebSafeMimeSniffer.php Extracted download response logic to its own class 2022-06-08 23:50:42 +01:00