Before, extensions were missing the definition of mandatory methods.
At the moment, it's not a problem because the coding guidelines are not
enforced by the code. But in the future, it will break.
Now, extensions have all mandatory method definitions.
this CSS Code is intended to target mobile view, but there was no selector for @media.
fixing my own dumb errors..... sorry for committing again, shame on me.
* Add "GReader Redate" extension.
This extension can be used to workaround a dating problem between Reeder & EasyRSS (old version) with FreshRSS GReader API.
Related to https://github.com/FreshRSS/FreshRSS/issues/2759
Closes https://github.com/FreshRSS/Extensions/issues/72
* Update extensions.json
Co-Authored-By: Frans de Jonge <fransdejonge@gmail.com>
* - Re-add EasyRSS (?).
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
This PR adds additional parameters to the ImageProxy extension such as to allow easy proxying via Apache mod_rewrite (which: 1. needs a hard-coded absolute path ; 2. can not URL-decode passed URL)
See the updated README.md for further information (and corresponding Apache configuration example).
I've taken care to remain backward-compatible with existing setups; in particular, the (former) force parameter will automatically be migrated to the (new) scheme_https counterpart.
* Update to 1.2
* Fix display when article top bar has been changed by the user
Fix https://github.com/FreshRSS/Extensions/issues/58
Co-authored-by: lapineige <lapineige@users.noreply.github.com>
This is a very old request (november 2013!) to be able to share an
article directly from FreshRSS. I don't think it should be within the
core of FRSS, so I played a bit with the extension system. I keep it
very simple for now, just to try to see what was possible with the
current system. I just needed to add a new placeholder `(~ID~)` to
FreshRSS_Share.
It relies on the mailing system introduced for the "email validation"
feature.
Reference: https://github.com/FreshRSS/FreshRSS/pull/2707
Closes https://github.com/FreshRSS/FreshRSS/issues/300
When installed the extension will show there is an update available because this file says version `0.1` where the main [`extentions.json`](https://github.com/FreshRSS/Extensions/blob/master/extensions.json) shows version `0.2` is the latest which is inline with the extension README