aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-03-04Fix HTTP_HOST port (#1815)Gravatar Alexandre Alapetite
HTTP_HOST sometimes contains a port number. This made FreshRSS to generate a public URL with two times the port, like https://freshrss.example:8080:8080/ Needed for https://github.com/FreshRSS/FreshRSS/pull/1813
2018-03-04New Docker (#1813)Gravatar Alexandre Alapetite
* Draft of new Docker Based on Alpine Linux. Size ~78MB. https://github.com/FreshRSS/docker-freshrss/issues/4 https://github.com/FreshRSS/FreshRSS/issues/520 https://github.com/FreshRSS/docker-freshrss https://github.com/FreshRSS/docker-freshrss-production * Docker readme * +x execution rights prepare * Docker readme links to hub.docker.com https://hub.docker.com/r/freshrss/freshrss/
2018-03-03Fix documentation links (#1814)Gravatar Alexandre Alapetite
2018-03-03Changelog 1812Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1812
2018-03-03Move shares (#1812)Gravatar Alexandre Alapetite
From ./data/ to ./app/ Fix manual updates like https://github.com/FreshRSS/FreshRSS/issues/1803#issuecomment-369371907 Left for later: support a ./data/shares.local.php for user-defined shares.
2018-03-03Readme 1805, 1807, 1808, 1809Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1805 https://github.com/FreshRSS/FreshRSS/issues/1807 https://github.com/FreshRSS/FreshRSS/pull/1808 https://github.com/FreshRSS/FreshRSS/pull/1809
2018-03-03Fix bug when using double authentication (#1809)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1807
2018-03-03Improve translating tools (#1808)Gravatar Alexis Degrugillier
To ease the use of the translating tools, I've added a formatting method to keep the output files identicals. This will reduce the amount of time needed to handle translations.
2018-03-02Add tooltips on share configuration buttons (#1805)Gravatar Alexis Degrugillier
Add a tooltip on the add and remove buttons in the share configuration page.
2018-03-01Changelog 1800, 1801, 1803, 1804Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1799 https://github.com/FreshRSS/FreshRSS/pull/1800 https://github.com/FreshRSS/FreshRSS/pull/1801 https://github.com/FreshRSS/FreshRSS/issues/1803 https://github.com/FreshRSS/FreshRSS/pull/1804
2018-03-01cleanOldEntries call autoUpdateDb (#1804)Gravatar Alexandre Alapetite
* cleanOldEntries call autoUpdateDb https://github.com/FreshRSS/FreshRSS/issues/1803 * Fix feedDAO autoUpdateDb * Move cleanOldEntries to EntryDAO Only the entry table is concerned
2018-02-28Feed parsing: use author email when there's no author name (#1801)Gravatar perrinjerome
This is especially useful because when author is given as `<author>Author Name</author>` ( as in this example https://cyber.harvard.edu/rss/rss.html#ltauthorgtSubelementOfLtitemgt ), SimplePie will expose *Author Name* as `email`.
2018-02-28Add a section in the FAQ about changing a password (#1798)Gravatar Alexis Degrugillier
See #901
2018-02-28Fix API bug with EasyRSS (#1800)Gravatar Alexandre Alapetite
Regression in FreshRSS 1.10.0 https://github.com/FreshRSS/FreshRSS/issues/1799
2018-02-25Fix MySQL minimal requirement (#1794)Gravatar Jérémie Bertrand
* Fix MySQL minimal requirement * Fix MySQL minimal requirement on french docs
2018-02-25Start next dev version 1.10.1Gravatar Alexandre Alapetite
2018-02-24Merge pull request #1786 from FreshRSS/dev1.10.0Gravatar Alexandre Alapetite
FreshRSS 1.10.0
2018-02-24Prepare version 1.10.0Gravatar Alexandre Alapetite
2018-02-24Changelog credits 1792Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1792
2018-02-23Fix Dutch typos (#1792)Gravatar Jan van den Berg
2018-02-19Option to hide nav_entries (#1764)Gravatar Matt DeMoss
* put nav_entries in a div so they can be hidden, add config option, no labels yet * add English text for hide_nav_entries, choose better name * Update conf.php add comma to last item * hide nav_entries by optionally not rendering in normal.phtml * fix logic, remove containing div * apply phpcbf to ConfigurationSetter.php * Make navigation buttons options positive And add TODOs for i18n, and add default config.
2018-02-16Fix commented Minz_Log::debug (#1788)Gravatar Alexandre Alapetite
Move Minz_Log::debug() examples after the Minz_Configuration::register()
2018-02-14Changelog 960Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/960 https://github.com/FreshRSS/FreshRSS/pull/1765 https://github.com/FreshRSS/FreshRSS/pull/1785
2018-02-14Fix notice when managing user (#1785)Gravatar Alexis Degrugillier
See #1765 & #960
2018-02-14Allow admin user to reset passwords (#1765)Gravatar Alexis Degrugillier
See #960
2018-02-08Changelog 1776 1778Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1776 https://github.com/FreshRSS/FreshRSS/pull/1778
2018-02-08API /reader/api/0/stream/items/contents (#1774)Gravatar Alexandre Alapetite
* API /reader/api/0/stream/items/contents For FeedMe * Fix continuation * Continuation in stream/items/ids * Fix multiple continuations * Allow empty POST tokens For FeedMe. This token is not used by e.g. The Old Reader API. There is the Authorization header anyway. TODO: Check security consequences * API compatibility FeedMe: add/remove feed FeedMe uses GET for some parameters typically given by POST * A bit of sanitization * Links to FeedMe * API favicons more robust when base_url is not set * Changelog FeedMe
2018-02-05Merge pull request #1778 from keltroth/trimurlGravatar Alexandre Alapetite
Trim spaces from user given url
2018-02-05Adding myself as a contributorGravatar Django Janny
2018-02-05param nameGravatar Django Janny
2018-02-02Trim spaces from user given urlGravatar Django Janny
2018-01-31[i18n] Translated to Korean (#1776)Gravatar Seokseong Jeon
2018-01-26Merge branch 'dev' of https://github.com/FreshRSS/FreshRSS into FreshRSS/devGravatar Alexandre Alapetite
2018-01-26Changelog and creditsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/603 https://github.com/FreshRSS/FreshRSS/issues/1400 https://github.com/FreshRSS/FreshRSS/issues/1545 https://github.com/FreshRSS/FreshRSS/pull/1714 https://github.com/FreshRSS/FreshRSS/pull/1769 https://github.com/FreshRSS/FreshRSS/pull/1772
2018-01-26Merge pull request #1775 from aledeg/change-shortcutsGravatar Alexandre Alapetite
Fix shortcuts for view switching
2018-01-26Fix shortcuts for view switchingGravatar Alexis Degrugillier
I've introduced shortcuts to switch between view in #1755. They have been broken by #1714. Then I've made an ugly fix in #1758. This change revert all changes to have something better. See #1757
2018-01-26Merge pull request #1773 from kevinpapst/fix-css-classesGravatar Alexis Degrugillier
Fix css classes for reading modes #1714 #1758
2018-01-24fixed css classes for reading mode buttons #1714Gravatar Kevin Papst
2018-01-22[fix] Login: HTTP Auth when internal redirects occur (#1772)Gravatar Nico B
When Apache performs an internal redirect, it stores the username in the REDIRECT_REMOTE_USER variable instead of REMOTE_USER, breaking HTTP authentication. For more information, see this Stack Overflow discussion: <https://stackoverflow.com/questions/3050444/when-setting-environment-variables-in-apache-rewriterule-directives-what-causes> This commit first tries REMOTE_USER, as before. If it is not set, it checks whether REDIRECT_REMOTE_USER is set.
2018-01-16[i18n] Add ignore/zh-cn and update simplified Chinese translation (#1769)Gravatar hoilc
* update Simplified Chinese translation * update the description of buttons #1766 * trim space to pass PHPCS
2018-01-13Update translations to reflect the real action of buttons (#1766)Gravatar Alexis Degrugillier
See #1574
2018-01-11Allow favorite in reading mode (#1761)Gravatar Alexis Degrugillier
I've got the inspiration from the mark as read action. So I've used the id of the feed to trigger the action and not the url in the link. This way, it works all the time. It works in reading mode, it works in normal mode when icon are not displayed. See #1545
2018-01-11Update travis config (#1751)Gravatar Alexis Degrugillier
I've enabled tests on PHP 7.2 since it's the latest stable version. I've also installed phpcs from composer since PEAR is not available for all versions of PHP.
2018-01-02Replace "keep history" magic value by a constant (#1759)Gravatar Alexis Degrugillier
I think the use of a magic value repeated many times in the code is prone to have some errors made by people not knowing its meaning. Using a constant is a bit more safe. Judging by some comments in the code, I am not the only one.
2018-01-02Merge pull request #1758 from aledeg/fix-nav-buttonsGravatar Alexandre Alapetite
Fix shortcuts triggering view switching