Commit graph

1873 commits

Author SHA1 Message Date
Thomas Hochstein
b5f0655cea [event_dsgvo_gdpr] Display plugin legal info.
Currently, legal information for plugins is only
shown when it had not been cached. As most plugin
info will be cached, nothing's shown.

We have to bypass the cache and query all installed
plugins directly to make that work.

Fixes #572.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2018-09-02 15:56:27 +02:00
s9y bot
7ba10c9b04 Automagic XML sync 2018-08-16 01:56:41 +02:00
stephanbrunker
020e6acaa3 multilang: assign stripped blogTitle in genpage (empty search was not covered) (#84) 2018-08-15 08:59:10 +02:00
onli
524b26d0d5 freetag: Fix php 7 issue by avoiding counting a non-array (#80) 2018-08-14 22:40:07 +02:00
s9y bot
a0c3c4bbff Automagic XML sync 2018-08-07 01:52:43 +02:00
Garvin Hicking
e0444f5c44
Merge pull request #83 from th-h/master
Cookie Consent: "understood", not "accepted".
2018-08-06 09:11:24 +02:00
Toben Schmidt
ab1b638de4 Reset 404 error message for external PHP plugin (#79)
Just like the static pages plugin the external PHP plugin overrides the 404 error handling. The content from the external PHP script is displayed as expected but above this content the error message from the language constant URL_NOT_FOUND is shown. The static pages plugin resets this error message to get rid of the error message. The change in this commit does exactly the same thing for the external PHP plugin.
2018-08-06 08:59:59 +02:00
onli
14acbbac59 0.23: Move strike button to <del> (html5) 2018-08-06 08:45:29 +02:00
Thomas Hochstein
d00a762311 Cookie Consent: "understood", not "accepted".
The cookie consent banner is a notice to inform
users about our usage of cookies - it's not a
way to get consent, because cookies are used
whether you click "accepted" or not. The click
will just dismiss the banner.

As we do not really ask for consent - if we did,
we had to refrain from setting cookies unless
and until the users has accepted -, we shouldn't
make it sound like we do. Anything else would IMO
violate the GDPR requirement of "information
[...] in a concise, transparent, intelligible
and easily accessible form, using clear and plain
language" (Art. 12).

So, "I understand" (or "dismiss") instead of
"I accept".

Incidentally, I do not think that we need explicit
consent for the usage of cookies to the extent
that we do so. However, if we should need consent
for legal reasons, then we must implement this in
such a way that no cookies are set without consent.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2018-08-05 22:32:06 +02:00
s9y bot
8ef7971b4e Automagic XML sync 2018-08-05 01:53:49 +02:00
Thomas Hochstein
af644be6a1
Merge pull request #81 from th-h/master
[event_gravatar] Fix paste error in legal info.
2018-08-04 03:08:40 +02:00
Thomas Hochstein
d2dff77f9d [event_gravatar] Fix paste error in legal info.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2018-08-04 02:58:35 +02:00
s9y bot
e83e6d08b3 Automagic XML sync 2018-07-20 01:54:13 +02:00
Garvin Hicking
3edecdb7ec 3.69: Fix possible SQL injection for tagnames, thanks to Brian carpenter (geeknik) and Hanno B?ck 2018-07-17 12:20:13 +02:00
Matthias Mees
12aaee2e8f Remove references to external sites #DSGVO 2018-06-11 19:50:07 +02:00
Matthias Mees
9d523712dd Add + use locally hosted Lato webfont 2018-05-31 11:14:57 +02:00
s9y bot
febfec2a4e Automagic XML sync 2018-05-25 01:51:55 +02:00
mariohommel
dd7c89b54b Load JS oder HTTPS. 2018-05-24 07:29:35 +02:00
s9y bot
2f01ac2b79 Automagic XML sync 2018-05-16 01:52:13 +02:00
onli
725edf4415
dsgvo: Add a button to the privacy draft to copy the pure html (#78) 2018-05-15 18:45:36 +02:00
onli
c45ba5f4ef
dsgvo: set default of commentform checkbox to false (#77) 2018-05-15 18:33:58 +02:00
s9y bot
aabb1ce406 Automagic XML sync 2018-05-15 01:50:02 +02:00
Garvin Hicking
112ea49de2 1.0.7: Properly quit once the CSV dump is sent, and not embed this in HTML 2018-05-14 14:56:16 +02:00
Garvin Hicking
666d5eeff3 Added wp.getProfile stub 2018-05-14 14:52:36 +02:00
Garvin Hicking
be1d9ffc2a fix bad constant names 2018-05-14 14:46:35 +02:00
Matthias Mees
f847354e20 Typo 2018-05-03 08:43:12 +02:00
s9y bot
8e3e563e9f Automagic XML sync 2018-05-02 01:53:49 +02:00
Matthias Mees
0231eb1f14 [serendipity_event_dsgvo] Minor improvements
- If it does not have a legend, it should not be a fieldset
- Fix typos in German translation
- German translations for GDPR_BACKEND_* constants
- Bump version, document changes
2018-05-01 14:27:56 +02:00
s9y bot
924818fe5b Automagic XML sync 2018-05-01 02:16:59 +02:00
mariohommel
da38d6ba2c Refresh Services-List for Shariff 2018-04-30 19:44:48 +02:00
Matthias Mees
637a5c0eca Update jQuery version 2018-04-26 21:35:33 +02:00
s9y bot
fc09e5f5b7 Automagic XML sync 2018-04-24 01:52:57 +02:00
Garvin Hicking
cf5f4f1430 Added feature to allow exporting and mass-deleting userdata 2018-04-23 12:03:55 +02:00
Matthias Mees
7e8ad5365a serendipity_event_social: Update bundled shariff to 3.0.1
This version uses locally hosted webfonts. In order to save space
and bandwith, we'll only bundle .ttf, woff and .woff2. That means
no support for legacy iOS (.svg) or IE < 9 (.eot).

References s9y/Serendipity#553
2018-04-22 23:18:49 +02:00
s9y bot
416e60af90 Automagic XML sync 2018-04-11 01:51:20 +02:00
Don Chambers
f244f194c3 Clean Blog & Timeline; update Google webfont legal notice 2018-04-09 19:05:06 -05:00
s9y bot
5b29a34a2b Automagic XML sync 2018-04-10 01:49:09 +02:00
Matthias Mees
0a10633c00 Update legal info for skeleton theme 2018-04-09 20:50:09 +02:00
Garvin Hicking
b40d7f87a6 Oops, did I forgot to commit? 2018-04-09 17:39:51 +02:00
Garvin Hicking
4c95681a51 1.0.3: Added ability to make themes provide a "legal.txt" with information, and a hard-coded internal array that yields information 2018-04-09 13:10:57 +02:00
s9y bot
b49cd32473 Automagic XML sync 2018-04-06 01:53:43 +02:00
Matthias Mees
763218402c More German DSVGO translation popations 2018-04-05 22:44:33 +02:00
Garvin Hicking
fad44ed778 Merge branch 'master' of https://github.com/s9y/additional_plugins 2018-04-05 14:17:42 +02:00
Garvin Hicking
cf7ea74b0a Added legal notice for remaining plugins
@th-h Please check serendipity_event_dejure if possible

@onli please check serendipity_event_commentspice and serendipity_event_browserid if possible
2018-04-05 14:17:19 +02:00
s9y bot
a97f3cdd49 Automagic XML sync 2018-04-04 01:53:37 +02:00
Garvin Hicking
d8c48c06a6 Added legal information for event plugins with the letters m-z.
MISSING: a-m.

If you can read this: HELP! :-D
2018-04-03 16:07:13 +02:00
Garvin Hicking
796a2c16e0 Added legal information for sidebar plugins 2018-04-03 14:58:53 +02:00
Garvin Hicking
3b99cca6c4 Insert "Anonymize IP" functionality 2018-04-03 10:29:42 +02:00
Garvin Hicking
885c22ac7d
Merge pull request #76 from s9y/de-dsgvo
Add German translation for DSGVO plugin
2018-04-03 09:22:08 +02:00
s9y bot
d58eb78af8 Automagic XML sync 2018-04-02 01:50:35 +02:00