]> BookStack Code Mirror - bookstack/commit
Allow uploads of files containing dots in filename. Closes BookStackApp/BookStack... 2611/head
authorTimo Förster <redacted>
Thu, 4 Mar 2021 20:45:56 +0000 (21:45 +0100)
committerTimo Förster <redacted>
Thu, 4 Mar 2021 21:27:20 +0000 (22:27 +0100)
commit745d15d200dc9df5761eb77616575bc15eefb537
treeeec5e5d3e9f6d15809607bab41d641e48af0727e
parent4d4a57d1bfb1c57541d82eb7910a9754fe0fc8cf
Allow uploads of files containing dots in filename. Closes BookStackApp/BookStack#2217
35 files changed:
app/Http/Controllers/Controller.php
app/Providers/CustomValidationServiceProvider.php
app/Uploads/ImageService.php
resources/lang/ar/validation.php
resources/lang/bg/validation.php
resources/lang/cs/validation.php
resources/lang/da/validation.php
resources/lang/de/validation.php
resources/lang/de_informal/validation.php
resources/lang/en/validation.php
resources/lang/es/validation.php
resources/lang/es_AR/validation.php
resources/lang/fa/validation.php
resources/lang/fr/validation.php
resources/lang/he/validation.php
resources/lang/hu/validation.php
resources/lang/it/validation.php
resources/lang/ja/validation.php
resources/lang/ko/validation.php
resources/lang/nb/validation.php
resources/lang/nl/validation.php
resources/lang/pl/validation.php
resources/lang/pt/validation.php
resources/lang/pt_BR/validation.php
resources/lang/ru/validation.php
resources/lang/sk/validation.php
resources/lang/sl/validation.php
resources/lang/sv/validation.php
resources/lang/th/validation.php
resources/lang/tr/validation.php
resources/lang/uk/validation.php
resources/lang/vi/validation.php
resources/lang/zh_CN/validation.php
resources/lang/zh_TW/validation.php
tests/Uploads/ImageTest.php