268 Commits

Author SHA1 Message Date
Fraenkiman
b4af3ed362 Update plugin.fpprotect.php
Closing separation removed
2023-06-23 00:09:32 +02:00
Fraenkiman
037b33d19d The CSP directives enforce the use of HTTPS.
Some resources are now loaded udependently of the source domain only via secure channels (https).
This can significantly reduce the risk and impact of cross-site scripting attacks in modern browsers.
This also offers the advantage that, for example, "old" inline scripts do not have to be rewritten outside their own domain.
2023-06-16 00:48:21 +02:00
Arvid Zimmermann
909d48296b
Merge pull request #203 from Fraenkiman/upstream/issue201
fixes several layout/css-glitches in the previous administration area and in the styles
2023-06-11 13:38:13 +02:00
Fraenkiman
0b0dec781a Update lang.de-de.php
Fixes #233
2023-04-16 02:09:46 +02:00
Frank Hochmuth
1edaec8734
Merge branch 'flatpressblog:master' into upstream/issue201 2023-04-10 16:24:37 +02:00
azett
e0d1c08d9d Fixes #226. Also fixes syntax errors in Categories plugin i18n files. 2023-04-10 14:16:52 +02:00
Frank Hochmuth
581abc416c
Merge branch 'flatpressblog:master' into upstream/issue201 2023-04-09 21:59:21 +02:00
Frank Hochmuth
a8b3816c23
Merge branch 'flatpressblog:master' into master 2023-04-09 21:42:29 +02:00
arvid
a1a7cd9efb consequently removed commented lines 2023-04-09 13:51:12 +02:00
Arvid Zimmermann
d605600e28
Merge pull request #218 from Fraenkiman/upstream/issue130
Update bbcode.css
2023-04-09 13:48:24 +02:00
Fraenkiman
89d2373801 Update lang.it-it.php 2023-04-06 17:09:03 +02:00
Frank Hochmuth
89c2b149c6
Merge branch 'flatpressblog:master' into upstream/issue201 2023-04-05 00:08:08 +02:00
Fraenkiman
eca3bf6f3c Update admin.plugin.mediamanager.files.tpl 2023-03-26 18:23:47 +02:00
Fraenkiman
b29005f989 Behebt falsches HTML und veraltete Attribute im Mediamanager Plugin
Fixes #221
2023-03-26 18:10:46 +02:00
Fraenkiman
a6e5cd3d9b Update bbcode.css
Fixes #130
2023-03-22 22:19:58 +01:00
Frank Hochmuth
bd08207b1e
Merge branch 'flatpressblog:master' into master 2023-03-05 14:26:59 +01:00
Arvid Zimmermann
b9c59fa775
Merge pull request #212 from Fraenkiman/upstream/issue211
Update plugin.commentcenter.php
2023-03-05 13:16:49 +01:00
Fraenkiman
42b03966e4 Italian language file correction
Many thanks to eagleman
2023-03-02 00:16:50 +01:00
Fraenkiman
7b00ba58a1 Italian language file correction
Many thanks to eagleman
2023-03-01 23:28:03 +01:00
Fraenkiman
9837c76692 Hardens FlatPress via HTTP response header
Fixes #146

Can be optionally activated by the FlatPress admin

 * Content Security Policy is an effective measure to protect your site from XSS attacks. By whitelisting sources for approved content, you can prevent the browser from loading malicious content.
 * Permissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.
 * HTTP Strict Transport Security is an excellent feature to support on your site and strengthens your implementation of TLS by getting the User Agent to enforce the use of HTTPS.
 * The X-Download-Options response header instructs the browser not to open the file directly but to offer it for download first. This mitigates some potential Social Engineering attacks.
 * HTTP Strict Transport Security (HSTS for short) is a security mechanism for HTTPS connections that protects against both connection encryption downgrade attack and session hijacking.
 * The referrer policy directive determines whether, and if so which, referrer information for requests triggered by the current web page is sent by the web browser in HTTP requests.
2023-03-01 00:59:25 +01:00
Fraenkiman
91cbfeeaeb Update plugin.commentcenter.php
little correction
2023-02-27 23:01:17 +01:00
Fraenkiman
e785ea184e Update plugin.commentcenter.php
Fixes #211
An email notification is now sent when there is a new comment to approve and when the subject in the email header contains umlauts.
2023-02-26 13:40:42 +01:00
Frank Hochmuth
3bc68c39e1
Merge branch 'flatpressblog:master' into upstream/issue201 2023-02-19 13:56:53 +01:00
azett
b60a51cf92 Little fixes in Italian language files by eagleman - thx! 2023-02-18 12:13:01 +01:00
Fraenkiman
752998e30b Please merge the following changes
Fixes #201 and #144

 * In the admin area of the style Flatmaas-Rev is no longer tried via stylesheet to include the image nib-logo.png.
 * In the preview of the Leggero style "Posted by + time" is now displayed right-aligned - as in the blog.
 * The heading for posts and pages has received its own CSS class "entry-title".
 * In all three styles, both heading sizes are now displayed correctly; as in the blog, so in the preview.
 * The publication date is truncated from h2 and now uses h6.
 * Font size h4 can now also be conveniently set via BBCode button.
 * Long single line code in leggero-v2 style is now wrapped when printing.
2023-02-09 01:12:36 +01:00
Fraenkiman
67c5883d9b Update plugin.bbcode.php 2023-01-30 01:39:55 +01:00
Fraenkiman
91bc3e8f5a File and image selection Named in editor
Gives a face to the file and image selection in the editor
2023-01-30 01:39:55 +01:00
Fraenkiman
4890e9f13c Update lang.de-de.php
Corrected the word "selection" in the german language file
2023-01-30 01:39:55 +01:00
Fraenkiman
fba5adc876 Multilingual support for "Posted by"
Closes Issue #143

Preview revised

That's funny. There is a template for the preview of static pages for 13 years, and was not used.
2023-01-30 01:39:55 +01:00
Fraenkiman
b892a86f18 Update bbcode language files
Translated note for external link
2023-01-25 00:45:11 +01:00
azett
024508392b added #192 to changelog 2023-01-22 13:43:14 +01:00
azett
1886dcd258 fixed "duplicate ID attribute" (on multiple videos) and a few other bugs 2023-01-22 13:40:05 +01:00
Fraenkiman
f2fa860dea Update plugin.bbcode.php
removes superfluous " from the Facebook embedded video
2023-01-22 01:19:01 +01:00
Fraenkiman
66cfa73604 solves issue #192
removes invalid HTML in BBCode plugin
2023-01-22 01:14:40 +01:00
Arvid Zimmermann
36c7d87718
Merge pull request #191 from Fraenkiman/master
Adopt the following changes for the Admincenter and BBCode
2023-01-21 13:20:46 +01:00
azett
f735785d3c fixed PHP error in is_contact(); Code formatting 2023-01-21 13:04:52 +01:00
Fraenkiman
9a30cfe4a6 Update plugin.bbcode.php
uses the extended privacy mode for youtube
2023-01-14 18:45:11 +01:00
Fraenkiman
bb436ddc3b solves issue #145
*SEO Metatag Info Plugin in the standard distribution*
- includes all languages FlatPress currently supports as standard (translation via Deepl).
- Content customized texts incl. placeholder as example.
- With own hook in entry- and statictemplate, because otherwise the tag plugin is also shown when creating static pages; which is not supposed to be
2023-01-11 21:53:23 +01:00
Fraenkiman
8f57ddf03d Update toolbar.tpl
The name attribute on the img element is obsolete. Use the id attribute instead.
2022-12-30 04:50:53 +01:00
azett
88494f5526 check for correct admin referer on deletefile (see #64) 2022-12-29 15:01:49 +01:00
Fraenkiman
0928ae8a70 PrettyURLS plugin does not prevent directory browsing
Preventing directory browsing via PrettyURLS plugin when .htaccess is deleted by the user. ...as an addition to #No. 174
2022-12-26 02:36:47 +01:00
azett
5d5c7f6d8f fixes #179, preventing path traversal 2022-12-25 15:00:06 +01:00
azett
d3f3294965 fixes #177, possible XSS in Media Manager plugin 2022-12-25 14:32:08 +01:00
azett
e53acdeef3 fixed translation 2022-12-25 14:23:03 +01:00
Arvid Zimmermann
9912982a94
Merge pull request #169 from fabianosantosnet/master
update some plugins to portuguese
2022-12-16 19:43:17 +01:00
Fabiano Santos
a3067cf47f update some plugins to portuguese 2022-12-13 22:42:33 -03:00
azett
fd6818c559 AdminArea plugin: Localized phrase "Login" 2022-12-12 21:11:09 +01:00
Arvid Zimmermann
a354636fde
Merge pull request #167 from fabianosantosnet/master
update some plugins to portuguese
2022-12-12 19:49:02 +01:00
azett
9218d118c9 Editor toolbar back to working as intended. Fixes #168, thanks for reporting in this detailled manner! 2022-12-11 14:26:58 +01:00
azett
185a27d35d PHP functions used as modifier must be registered as modifier explicitly as of Smarty 4.3 - fixed. 2022-12-11 14:04:12 +01:00