| Age | Commit message (Collapse) | Author |
|
* Draft of JSON column for feeds
https://github.com/FreshRSS/FreshRSS/issues/1654
* Add some per-feed options
* Feed cURL timeout
* Mark updated articles as read https://github.com/FreshRSS/FreshRSS/issues/891
* Mark as read upon reception https://github.com/FreshRSS/FreshRSS/issues/1702
* Ignore SSL (unsafe) https://github.com/FreshRSS/FreshRSS/issues/1811
* Try PHPCS workaround
While waiting for a better syntax support
|
|
Copy pasting the commands was not working due to tabs, in e.g. Ubuntu
terminal.
|
|
With booleans and null, only strict comparison (with === operator) should be used to lower bug risks and to improve performances.
|
|
https://github.com/FreshRSS/FreshRSS/pull/1873
|
|
It looks like overrides of CustomLog, ErrorLog, Listen did not do the
job fully.
Updated to comment out those lines in httpd.conf.
Fixes the fact that logs were kept in /var/log/apache2/ (instead of
being only given via STDOUT to Docker logs) and the "internal dummy
connection" bug over IPv6 (Docker is typically only IPv4).
|
|
https://github.com/FreshRSS/FreshRSS/issues/879
https://github.com/FreshRSS/FreshRSS/pull/1828
https://github.com/FreshRSS/FreshRSS/pull/1829
https://github.com/FreshRSS/FreshRSS/issues/1844
https://github.com/FreshRSS/FreshRSS/pull/1845
https://github.com/FreshRSS/FreshRSS/pull/1856
https://github.com/FreshRSS/FreshRSS/pull/1857
https://github.com/FreshRSS/FreshRSS/pull/1858
https://github.com/FreshRSS/FreshRSS/issues/1869
https://github.com/FreshRSS/FreshRSS/pull/1871
|
|
* cron in Docker image
https://github.com/FreshRSS/FreshRSS/issues/1869
* Fix cron CMD
* Minor readme
* Docker run d instead of dit
There should not be a need for STDIN or TTY
* Minor sed param
|
|
Selinux FAQ
|
|
Prefer apply rights to the whole data instead of individual subdir
|
|
Add PubSubHubbub sub directory
|
|
|
|
|
|
|
|
Fix mute feeds
|
|
https://github.com/FreshRSS/FreshRSS/issues/1844
|
|
SVG version of FreshRSS logo + text
|
|
fix typo + apply command to sub dir
|
|
Missing quotes at the end of file
|
|
Command to run on SELinux system enabled
|
|
* Light Boolean search implementation
"Hello intitle:World OR date:P1D example"
https://github.com/FreshRSS/FreshRSS/issues/879
* Doc Boolean search
* Doc typos
|
|
Add configuration documentation
|
|
Writting documentation is really long. Writting good documentation is really hard.
I hope the changes I've made are worth it.
|
|
Improve i18n tools
|
|
Minor docs
|
|
In two versions, one using a font, another one an SVG path.
Tested in Web browsers (Firefox, Chrome, Edge, IE) + Inkscape
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1816
https://github.com/FreshRSS/FreshRSS/pull/1823
https://github.com/FreshRSS/FreshRSS/pull/1830
|
|
Improve user queries
|
|
SQLite more error logs
|
|
https://github.com/FreshRSS/FreshRSS/issues/1816
And reformat SQL, which required vertical scrolling for me :-)
|
|
|
|
|
|
The code doesn't rely on positionnal arguments anymore. It uses options.
I've added some check to validate that the action performed are configured
properly.
|
|
|
|
|
|
FreshRSS 1.10.2 (only a Docker fix)
|
|
Only a Docker fix for 1.10.x
https://github.com/FreshRSS/FreshRSS/pull/1819
https://github.com/FreshRSS/FreshRSS/issues/1821
https://github.com/FreshRSS/FreshRSS/pull/1822
|
|
|
|
|
|
|
|
Docker missing PHP extensions
|
|
php7-iconv php7-xmlreader php7-zlib
https://github.com/FreshRSS/FreshRSS/issues/1821
|
|
Docker add simplexml
|
|
Needed for OPML import
|
|
|
|
FreshRSS 1.10.1
|
|
|
|
I've added a tool to add a new translation for a specific key and language.
I've added a tool to format the i18n files.
This is one of the steps to improve the translation process.
|
|
* Docker follow-up
https://github.com/FreshRSS/FreshRSS/pull/1813
* Readme links
cloud.docker.com does not seem to have a public version of the pages
re-add https://hub.docker.com/r/freshrss/freshrss/
* Link to original GitHub readme
* Docker readme MySQL PostgreSQL
https://github.com/FreshRSS/FreshRSS/pull/1817#issuecomment-370195319
* docker exec username
|
|
https://github.com/FreshRSS/FreshRSS/pull/1813
https://github.com/FreshRSS/FreshRSS/pull/1815
https://github.com/FreshRSS/FreshRSS/pull/1817
|