aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-01JSON column for feeds (#1838)Gravatar Alexandre Alapetite
* 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
2018-04-26Tab to spaces in multiline shellGravatar Alexandre Alapetite
Copy pasting the commands was not working due to tabs, in e.g. Ubuntu terminal.
2018-04-26strict comparaision for null (#1874)Gravatar ColonelMoutarde
With booleans and null, only strict comparison (with === operator) should be used to lower bug risks and to improve performances.
2018-04-26Changelog 1873Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1873
2018-04-26Apache overrides were not enough (#1873)Gravatar Alexandre Alapetite
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).
2018-04-26Changelog 1871 etc.Gravatar Alexandre Alapetite
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
2018-04-26cron in Docker image (#1871)Gravatar Alexandre Alapetite
* 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
2018-04-26Merge pull request #1837 from renzo38/devGravatar Alexandre Alapetite
Selinux FAQ
2018-04-26SeLinux contextGravatar Henry
Prefer apply rights to the whole data instead of individual subdir
2018-04-26Selinux FAQGravatar Henry
Add PubSubHubbub sub directory
2018-04-06fix update user for empty username (#1857)Gravatar Kevin Papst
2018-04-06[UI] fix active check in subscription menu (#1858)Gravatar Kevin Papst
2018-04-01[i18n] latest german translations (#1856)Gravatar Kevin Papst
2018-03-25Merge pull request #1845 from Alkarex/fix-mutedGravatar Alexandre Alapetite
Fix mute feeds
2018-03-25Fix mute feedsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1844
2018-03-24Merge pull request #1833 from Alkarex/logo-svgGravatar Alexandre Alapetite
SVG version of FreshRSS logo + text
2018-03-18TypoGravatar Henry
fix typo + apply command to sub dir
2018-03-18Fix typoGravatar Henry
Missing quotes at the end of file
2018-03-18Selinux FAQGravatar Henry
Command to run on SELinux system enabled
2018-03-14Light Boolean search implementation (#1828)Gravatar Alexandre Alapetite
* Light Boolean search implementation "Hello intitle:World OR date:P1D example" https://github.com/FreshRSS/FreshRSS/issues/879 * Doc Boolean search * Doc typos
2018-03-14Merge pull request #1834 from aledeg/improve-documentationGravatar Alexandre Alapetite
Add configuration documentation
2018-03-13Add configuration documentationGravatar Alexis Degrugillier
Writting documentation is really long. Writting good documentation is really hard. I hope the changes I've made are worth it.
2018-03-12Merge pull request #1829 from aledeg/improve-i18n-toolsGravatar Alexis Degrugillier
Improve i18n tools
2018-03-12Merge pull request #1832 from Alkarex/minor-docsGravatar Alexandre Alapetite
Minor docs
2018-03-12SVG version of FreshRSS logo + textGravatar Alexandre Alapetite
In two versions, one using a font, another one an SVG path. Tested in Web browsers (Firefox, Chrome, Edge, IE) + Inkscape
2018-03-12Minor docsGravatar Alexandre Alapetite
2018-03-11Changelog 1816 1823 1830Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1816 https://github.com/FreshRSS/FreshRSS/pull/1823 https://github.com/FreshRSS/FreshRSS/pull/1830
2018-03-11Merge pull request #1823 from aledeg/improve-user-queriesGravatar Alexandre Alapetite
Improve user queries
2018-03-11Merge pull request #1830 from Alkarex/sqlite-debugGravatar Alexandre Alapetite
SQLite more error logs
2018-03-11SQLite more error logsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1816 And reformat SQL, which required vertical scrolling for me :-)
2018-03-11Add option to ignore keys in cli toolGravatar Alexis Degrugillier
2018-03-10Improve error catchingGravatar Alexis Degrugillier
2018-03-10Change code to be more robustGravatar Alexis Degrugillier
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.
2018-03-09Merge branch 'FreshRSS/master' into FreshRSS/devGravatar Alexandre Alapetite
2018-03-09Start FreshRSS 1.10.3-devGravatar Alexandre Alapetite
2018-03-09Merge pull request #1827 from FreshRSS/dev1.10.2Gravatar Alexandre Alapetite
FreshRSS 1.10.2 (only a Docker fix)
2018-03-09Release FreshRSS 1.10.2Gravatar Alexandre Alapetite
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
2018-03-06Change English translation to make it consistentGravatar Alexis Degrugillier
2018-03-06Add tooltips on user queries buttonsGravatar Alexis Degrugillier
2018-03-06Fix faulty idGravatar Alexis Degrugillier
2018-03-05Merge pull request #1822 from Alkarex/docker-php7-missing-extensionsGravatar Alexandre Alapetite
Docker missing PHP extensions
2018-03-05Docker missing PHP extensionsGravatar Alexandre Alapetite
php7-iconv php7-xmlreader php7-zlib https://github.com/FreshRSS/FreshRSS/issues/1821
2018-03-04Merge pull request #1819 from Alkarex/docker-opmlGravatar Alexandre Alapetite
Docker add simplexml
2018-03-04Docker add simplexmlGravatar Alexandre Alapetite
Needed for OPML import
2018-03-04Start next version 1.10.2-devGravatar Alexandre Alapetite
2018-03-04Merge pull request #1810 from FreshRSS/dev1.10.1Gravatar Alexandre Alapetite
FreshRSS 1.10.1
2018-03-04Version 1.10.1Gravatar Alexandre Alapetite
2018-03-04Add new tools to manipulate translations (#1818)Gravatar Alexis Degrugillier
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.
2018-03-04Docker follow-up (#1817)Gravatar Alexandre Alapetite
* 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
2018-03-04Changelog 1813, 1815Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1813 https://github.com/FreshRSS/FreshRSS/pull/1815 https://github.com/FreshRSS/FreshRSS/pull/1817