aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-07Merge pull request #2338 from FreshRSS/dev1.14.1Gravatar Alexandre Alapetite
FreshRSS 1.14.1
2019-04-07Release FreshRSS 1.14.1Gravatar Alexandre Alapetite
2019-04-07i18n zh unfolded categories (#2357)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2313 Thanks to @ZhongyuWang
2019-04-07Cherry pick from 2335 (#2356)Gravatar Alexandre Alapetite
Cherry pick bug fix from https://github.com/FreshRSS/FreshRSS/pull/2335 This code is currently not used.
2019-04-07Fix quote escaping on CLI (#2355)Gravatar Alexis Degrugillier
for translation manipulations
2019-04-07Alow mix of auto read options (#2354)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/pull/2349#issuecomment-480540126
2019-04-06ChangelogGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2323 https://github.com/FreshRSS/FreshRSS/pull/2353 https://github.com/FreshRSS/FreshRSS/issues/2332 https://github.com/FreshRSS/FreshRSS/pull/2337 https://github.com/FreshRSS/FreshRSS/issues/994 https://github.com/FreshRSS/FreshRSS/pull/2351 https://github.com/FreshRSS/FreshRSS/pull/2346
2019-04-06Fix menu warning (#2353)Gravatar Alexandre Alapetite
confirm is only for labels, not for feeds
2019-04-06Fix autoremove again (#2352)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/pull/2349
2019-04-06Ensure sanitizeHTML gets a string (#2351)Gravatar Alexandre Alapetite
Regression triggered by https://github.com/FreshRSS/FreshRSS/pull/2228
2019-04-06Fix hide articles + batch option (#2349)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2332 https://github.com/FreshRSS/FreshRSS/issues/2345 Re-introduces the instant-remove article. Batch mark-as-read only used for fast actions like scroll and keyboard shortcut for next/previous articles.
2019-04-06SimplePie 604 (#2350)Gravatar Alexandre Alapetite
Cherry-pick https://github.com/simplepie/simplepie/pull/604
2019-04-06Fix for extensions on Windows (#2348)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/994 https://github.com/FreshRSS/FreshRSS/issues/2287
2019-04-06Better handling of bad request and fast unload (#2346)Gravatar Alexandre Alapetite
* Better handling of bad request and fast unload Warnings for bad requests, confirmation before leaving a page with pending mark-as-read requests (not the others for now) * Fix callbacks
2019-04-04Merge branch 'master' into devGravatar Alexandre Alapetite
2019-04-04Changelog 2323 - 2337Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2323 https://github.com/FreshRSS/FreshRSS/issues/2328 https://github.com/FreshRSS/FreshRSS/pull/2334 https://github.com/FreshRSS/FreshRSS/pull/2336 https://github.com/FreshRSS/FreshRSS/pull/2337
2019-04-04Fix scroll functions in Edge (#2337)Gravatar Alexandre Alapetite
Use more standard / robust document.scrollingElement
2019-04-03Fix shortcut problem when showing articles unfolded (#2336)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/issues/2328
2019-04-03Fix auto_remove_article (#2334)Gravatar Alexandre Alapetite
* Fix auto_remove_article https://github.com/FreshRSS/FreshRSS/issues/2323 * Second attempt * Third attempt
2019-04-03Merge pull request #2333 from FreshRSS/revert-2331-feature/clean-updateGravatar Alexis Degrugillier
Revert "Update git command"
2019-04-03Revert "Update git command (#2331)"Gravatar Alexis Degrugillier
This reverts commit afd1a8784c2a83426388b39d32703fb82c223f76.
2019-04-03Changelog 2307 - 2319Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2307 https://github.com/FreshRSS/FreshRSS/issues/2310 https://github.com/FreshRSS/FreshRSS/pull/2312 https://github.com/FreshRSS/FreshRSS/issues/2314 https://github.com/FreshRSS/FreshRSS/pull/2315 https://github.com/FreshRSS/FreshRSS/issues/2316 https://github.com/FreshRSS/FreshRSS/pull/2318 https://github.com/FreshRSS/FreshRSS/issues/2319
2019-04-03Update git command (#2331)Gravatar Alexis Degrugillier
I removed an unnecessary option and rewrote a short option to use the long option. I find it's easier to understand long options when you don't type them.
2019-04-02Fix control click (#2330)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2310
2019-04-02Docker fix cron logs (#2329)Gravatar Alexandre Alapetite
Fix environment variable bug
2019-04-02i18n: Align Korean translation with categories unfolded by default (#2327)Gravatar Seokseong Jeon
See https://github.com/FreshRSS/FreshRSS/pull/2313.
2019-04-02Docker better use of crontab (#2326)Gravatar Alexandre Alapetite
Misc. from https://github.com/FreshRSS/FreshRSS/pull/2325 https://github.com/FreshRSS/FreshRSS/issues/2319
2019-04-02Fix Docker cron mistake (#2325)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2319
2019-04-02Shortcuts legacy (#2320)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/issues/2316
2019-04-02i18n: Show categories unfolded by default (#2313)Gravatar Alexandre Alapetite
* i18n: Show categories unfolded by default Fix https://github.com/FreshRSS/FreshRSS/issues/2307 and https://github.com/FreshRSS/FreshRSS/issues/2309 * TODO checked * Update app/i18n/he/conf.php Co-Authored-By: Alkarex <alexandre@alapetite.fr>
2019-04-01Fix Docker Ubuntu cron (#2321)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2319
2019-04-01[CI] Add PHP 7.3 to Travis configuration (#2317)Gravatar Frans de Jonge
This also requires an update of phpcs, since the old version won't run on PHP 7.3. By setting setting the tab-width to 40 it works around the behavior introduced in https://github.com/squizlabs/PHP_CodeSniffer/pull/1404 which erroneously interprets positioning spaces as indentation. ("If the line started with tabs, but had spaces after that, no error was thrown at all.") That makes any line lengths checks ineffective, but I think line length checks aren't very useful anyway. They're basically just a (very!) rough indication that you might want to consider some refactoring.
2019-04-01[CI] Lint JS scripts with jshint (#2315)Gravatar Frans de Jonge
2019-04-01Fix ASC load more (#2318)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2314
2019-04-01[i18n, nl] Various improvements to Dutch translation (#2312)Gravatar Frans de Jonge
* [i18n, nl] Various improvements to Dutch translation The text for the "Show categories unfolded by default" was incorrect, cf. #2309. Also fixed a few typos and some minor stylistic changes. * also fix that typo with the missing space
2019-03-31Start version 1.14.1-devGravatar Alexandre Alapetite
2019-03-31Merge pull request #2298 from FreshRSS/dev1.14.0Gravatar Alexandre Alapetite
FreshRSS 1.14.0
2019-03-31Merge branch 'FreshRSS/master' into FreshRSS/devGravatar Alexandre Alapetite
2019-03-31Release 1.14.0Gravatar Alexandre Alapetite
2019-03-27Minor code simplificationGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2300
2019-03-25Wait for mark-as-read queue before click (#2300)Gravatar Alexandre Alapetite
2019-03-24[i18n] Update for filter actions (#2299)Gravatar QuentĂ­
Mesa a jorn pels filtres d’accion
2019-03-24Bump to 1.14.0-devGravatar Alexandre Alapetite
2019-03-23ChangelogGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2294 https://github.com/FreshRSS/FreshRSS/pull/2296 https://github.com/FreshRSS/FreshRSS/pull/2278 https://github.com/FreshRSS/FreshRSS/issues/2046 https://github.com/FreshRSS/FreshRSS/issues/2288 https://github.com/FreshRSS/FreshRSS/pull/2290 https://github.com/FreshRSS/FreshRSS/issues/2291 https://github.com/FreshRSS/FreshRSS/pull/2292 https://github.com/FreshRSS/FreshRSS/issues/2273 https://github.com/FreshRSS/FreshRSS/pull/2276 https://github.com/FreshRSS/FreshRSS/pull/2286 https://github.com/FreshRSS/FreshRSS/issues/2281 https://github.com/FreshRSS/FreshRSS/pull/2282
2019-03-23Add header to cli (#2296)Gravatar Alexis Degrugillier
* Add header to cli Now there is a switch to display the header on user info. While doing that, I've changed how the command is working to display all users by default and to accept more than one user at once. I also changed the display to make it more pleasing. As this command displays all users by default. I wonder if we still need the list user command. See #2294 * Minor format
2019-03-23Filter actions (#2275)Gravatar Alexandre Alapetite
* Draft of filter actions * Travis * Implement UI + finish logic * Travis
2019-03-23CLI user-info fixes (#2292)Gravatar Alexandre Alapetite
* CLI missing exit codes https://github.com/FreshRSS/FreshRSS/issues/2291 * CLI catch for outdated databases https://github.com/FreshRSS/FreshRSS/issues/2291#issuecomment-475856890
2019-03-22Rework CSRF interaction with sessions (#2290)Gravatar Alexandre Alapetite
* Rework CSRF interaction with sessions Fix https://github.com/FreshRSS/FreshRSS/issues/2288 Improve security in some edge cases Maybe relevant for https://github.com/FreshRSS/FreshRSS/issues/2125#issuecomment-474992671 * Forgotten mime type
2019-03-20Session fix when form + HTTP auth are used (#2286)Gravatar Alexandre Alapetite
https://github.com/Alkarex/FreshRSS/commit/bf51c82d55f6bf1af2a6464ca4f148d6c613d28f https://github.com/FreshRSS/FreshRSS/issues/2125#issuecomment-473873922
2019-03-19Docker ca-certificates missing (#2285)Gravatar Alexandre Alapetite