893 Commits

Author SHA1 Message Date
Fraenkiman
81febbb3b7 Format for date and time corrected
Format for date and time in comments corrected
2023-04-17 01:30:45 +02:00
Arvid Zimmermann
e779dcd348
added #102 fix
Also: reorganized Plugins section
2023-04-10 14:37:47 +02:00
Arvid Zimmermann
34254ed432
Merge pull request #200 from Fraenkiman/upstraem/issue102
Now shows "Inline HTML" and "Toolbar" as enabled
2023-04-10 14:27:42 +02:00
azett
e0d1c08d9d Fixes #226. Also fixes syntax errors in Categories plugin i18n files. 2023-04-10 14:16:52 +02:00
Arvid Zimmermann
ce8d511893
Merge pull request #204 from Fraenkiman/master
Update Italian language files and Author for the welcome entry
2023-04-10 13:44:49 +02:00
Fraenkiman
22e00361c7 Update contact.tpl 2023-04-10 01:29:31 +02:00
Fraenkiman
1e0ad07d78 Create contact.tpl 2023-04-10 01:05:56 +02:00
Frank Hochmuth
84d75cab64
Delete contact.tpl
In a separate pull request moved
2023-04-10 00:58:02 +02:00
Fraenkiman
7afa71aef4 Update contact.tpl 2023-04-10 00:52:46 +02:00
Frank Hochmuth
c3be838299
Merge branch 'flatpressblog:master' into upstraem/issue102 2023-04-09 22:00:03 +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
Arvid Zimmermann
4bc82d3d7e
Merge pull request #222 from Fraenkiman/upstream/issue221
Fixes wrong HTML and outdated attributes in media manager plugin
2023-04-09 13:00:28 +02:00
Fraenkiman
89d2373801 Update lang.it-it.php 2023-04-06 17:09:03 +02:00
Frank Hochmuth
2f3e148573
Merge branch 'flatpressblog:master' into upstraem/issue102 2023-04-05 00:05:30 +02:00
Fraenkiman
0a0d4df693 more corrections of files in italian language
Many thanks to eagleman
2023-04-04 23:36:38 +02:00
Fraenkiman
f12ac4cc3a Update step2.lib.php
Adds the welcome entry to the Author FlatPress.
Also for the static pages menu and about.

See https://github.com/flatpressblog/flatpress/issues/99#issuecomment-1159540059
2023-03-27 01:41:31 +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
azett
c19e64593e added #209 fix 2023-03-05 13:30:49 +01:00
Arvid Zimmermann
40b8f414b5
Merge pull request #210 from Fraenkiman/upstream/issue209
for non-ASCII characters in the e-mail header
2023-03-05 13:27:56 +01:00
azett
a33a4c0dc0 fixed issue number 2023-03-05 13:24:56 +01:00
azett
e1dffe67f0 added PR212 fix 2023-03-05 13:23:46 +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
azett
cf7bba513d added FlatPress Protect plugin 2023-03-05 13:12:45 +01:00
Arvid Zimmermann
b3d87c33da
Merge pull request #215 from Fraenkiman/upstream/issue146
Hardens FlatPress via HTTP response header
2023-03-05 13:04:43 +01:00
Fraenkiman
a9db325e1f Update lang.it-it.php 2023-03-02 00:44:48 +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
296470bd7b Update comments.php
little correction
2023-02-27 23:03:59 +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
Fraenkiman
3ad8a38183 Spaces inserted
Spaces inserted so that they can be encrypted in the e-mail header
2023-02-26 05:01:59 +01:00
Fraenkiman
8f28e293e6 Update comments.php
Splits the encrypted subject. The encrypted subject should not be longer than 76 characters.
2023-02-26 04:36:34 +01:00
Fraenkiman
c1dae9205f for non-ASCII characters in the e-mail header
fixes #209
Email notification is now sent when a new comment has been left and when the subject in the email header contains umlauts.
2023-02-25 19:50:22 +01:00
Frank Hochmuth
b45bfe23bc
Merge branch 'flatpressblog:master' into master 2023-02-19 13:52:26 +01:00
azett
b60a51cf92 Little fixes in Italian language files by eagleman - thx! 2023-02-18 12:13:01 +01:00
Frank Hochmuth
f9206157d6
Merge branch 'flatpressblog:master' into upstraem/issue102 2023-02-18 00:51:29 +01:00
Fraenkiman
9b6d25881c Update contact.tpl
include Smarty-function comment_form
Note:  Accessible Antispam Plugin is displayed, but you can send without mathematical solution
2023-02-14 00:15:24 +01:00
Arvid Zimmermann
9b155efe70
Update CHANGELOG.md
added i18n changes from PR196
2023-02-04 13:39:44 +01:00
azett
c18fe258af Typos 2023-02-04 13:38:25 +01:00
Arvid Zimmermann
7e1b8825c2
Merge pull request #196 from Fraenkiman/master
Please insert the following changes
2023-02-04 13:33:33 +01:00
Fraenkiman
0139c8598e Now shows "Inline HTML" and "Toolbar" as enabled
fixes #102
2023-02-01 22:39:02 +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