aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-10Release FreshRSS 1.20.01.20.0Gravatar Alexandre Alapetite
2022-09-10Add Fluent Reader Lite (#4595)Gravatar Alexandre Alapetite
#fix https://github.com/FreshRSS/FreshRSS/issues/3418
2022-09-10Update README.fr.md (#3860)Gravatar martinrotter
Sync in RSS Guard is now much faster, better (optional) syncing algorithm was implemented Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> Co-authored-by: maTh <math-home@web.de>
2022-09-10Update README.md (#3859)Gravatar martinrotter
Sync in RSS Guard is now much faster, better (optional) syncing algorithm was implemented Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-09-10Fix auto-loading of more articles (#4593)Gravatar Alexandre Alapetite
Fix regression from https://github.com/FreshRSS/FreshRSS/pull/4532 https://github.com/FreshRSS/FreshRSS/issues/3974
2022-09-09Workaround invalid OPMLs (#4591)Gravatar Alexandre Alapetite
* Workaround invalid OPMLs #fix https://github.com/FreshRSS/FreshRSS/issues/4590 Accept OPML files lacking text attributes * Tolerate missing head element
2022-09-09Add freshrss network when creating container (#4592)Gravatar Alexis Degrugillier
This will ease the connection between freshrss container and other containers.
2022-09-06Use body text color for input in Alternative Dark theme to improve contrast ↵Gravatar Frans de Jonge
(#4587) Fixes #4585.
2022-09-05Update changelogGravatar Alexandre Alapetite
2022-09-05API protection limit content size (#4583)Gravatar Alexandre Alapetite
* API protection limit content size We had no limit to the length of an article sent through our GReader API to clients, which was a problem: The article https://devblogs.microsoft.com/dotnet/performance_improvements_in_net_7/ from the feed https://devblogs.microsoft.com/dotnet/feed/ is about 700KB long, which makes some clients (tested with News+) fail. We should try other clients to verify that 500KB is a safe enough limit. * Light optimisation * Use class constant
2022-09-05SimplePie fix base (#4565)Gravatar Alexandre Alapetite
* SimplePie fix base #fix https://github.com/FreshRSS/FreshRSS/issues/4562 See `<xml:base>` example in https://datatracker.ietf.org/doc/html/rfc4287#section-1.1 First uses item `<xml:base>` if it exists, or the item own link, or the feed's base URL rules (feed URL, or Web site URL) * Minor formatting
2022-09-05Shortcuts: auto-load at least a few articles (#4532)Gravatar Alexandre Alapetite
* Auto-load at least a few articles #fix https://github.com/FreshRSS/FreshRSS/issues/3974 * Fix init * syntax * Aledeg simplification
2022-09-04remove margin-top: 2rem; in Swage (#4566)Gravatar Tealk
* remove margin-top: 2rem; in Swage * remove margin-top: 2rem; manually * make fix-all * revert formating * Update swage.css Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> Co-authored-by: mathContao <math-home@web.de>
2022-09-04fix: space key opens empty tab (#4581)Gravatar maTh
* Update main.js * Update p/scripts/main.js Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * fix Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
2022-09-04[i18n] Add zh-TW translation (#4578)Gravatar -Shiken-
2022-09-03Update changelogGravatar Alexandre Alapetite
2022-09-03Update zh-cn translation (#4577)Gravatar miles
* Update i18n/zh-cn * Update CREDITS.md * Update CREDITS.md
2022-09-02Improved: Flat theme (#4575)Gravatar maTh
* dropdown-menu hover icon in white * dropdown menu config icon * delete theme icons, use standard icons * about link * RTL * fix
2022-09-02fix (#4576)Gravatar maTh
2022-09-01Updated changelogGravatar Alexandre Alapetite
2022-08-31i18n: Update Korean language (#4572)Gravatar Moon Sungjoon
* Update Korean language * Fix ignore Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-08-31Update extensionController.php (#4571)Gravatar maTh
2022-08-31Compat Readrops (#4568)Gravatar Alexandre Alapetite
While waiting for https://github.com/readrops/Readrops/pull/163 #fix https://github.com/FreshRSS/FreshRSS/issues/4567
2022-08-30Fix: Global view - No articles banner (#4563)Gravatar maTh
* Update global.phtml * Update app/views/index/global.phtml Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-08-29Fix: global view unread article (#4559)Gravatar maTh
* template.css * themes
2022-08-29Update header.phtml (#4558)Gravatar maTh
2022-08-29doc: Add recommendations for manual updates (#4557)Gravatar berumuron
2022-08-29Improve input disabled, select disabled (#4546)Gravatar maTh
* set default in template.css * Theme Alternative Dark * Theme Ansum * Theme BlueLagoon * Theme dark * theme Nord * fix
2022-08-29lang: update Occitan (#4548)Gravatar Mejans
* MàJ Occitan * MàJ Occitan * MàJ Occitan * MàJ Occitan * Update admin.php * Update sub.php * Update sub.php * tab instead of white space for comments Co-authored-by: maTh <math-home@web.de>
2022-08-29Improved: Mapco/Ansum headline sizes (#4549)Gravatar maTh
* Ansum Theme * Mapco Theme
2022-08-29Update GNOME link (#4550)Gravatar Alwaysin
Co-authored-by: Adrien Demma <ademma@amabis.fr>
2022-08-29Improve documentation: example code to configure SMTP (#4555)Gravatar maTh
* add example code * just a changed line break * fix * Fix Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-08-29Fix: swage extension config button (#4551)Gravatar maTh
* add configure class to the slide-opener link * better cog color * cog color of extension configure
2022-08-27Fix #4231 (#4541)Gravatar Aidi Tan
Actually, there are two issues to be fixed: 1. Since `div.flux_content` has been changed to `article.flux_content` in HTML, we should address that in JS too. Or, to take one step further, select it using `.flux_content` directly. 2. For the article already at the first position, its `prev_article` would select `#new-article` whose css attribute `display` is `none` in most cases, which breaks the new position calculation.
2022-08-25Fix MariaDB case sensitivity (#4537)Gravatar Alexandre Alapetite
* Fix MariaDB case sensitivity #fix https://github.com/FreshRSS/FreshRSS/issues/4535 Collation regression from https://github.com/FreshRSS/FreshRSS/pull/4505 * faster * Minor syntax * Minor parentheses
2022-08-25Fix: Ansum theme cleaning (#4538)Gravatar maTh
* icons * login screen * fix login screen input in .stick * <legend> in the same height like input * simplefy the search bar button * header height improved * improve the config menu button * navigation bar: border radius * navigation bar: btn hover improved to darker grey, when not within .stick * delete unused code ul.nav * delete outcommented code + translate EN-> FR * fix syntax * fixed and RTL * RTL
2022-08-25Update PL translation. (#4536)Gravatar Bartosz Taudul
2022-08-24fix (#4533)Gravatar maTh
2022-08-23add archive.ph (#4530)Gravatar maTh
2022-08-23fix: Theme Swage - Text overflow in dropdown menu (#4531)Gravatar maTh
* fix * fix
2022-08-23Update Dutch translation (#4529)Gravatar Frans de Jonge
2022-08-22More changelogGravatar Alexandre Alapetite
2022-08-22lire app (#4523)Gravatar Matt Sephton
* Update README.md Add lire, sort alphabetically * Mix conflict * English * GReader * Duplicate line Reeder Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-08-22Slovak translation (#4524)Gravatar Tibor Repček
* Slovak translation * Fix IGNORE Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-08-22i18n German (#4525)Gravatar maTh
2022-08-22Slovak translation (#4520)Gravatar Tibor Repček
* Slovak translationi * articles_header_footer Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-08-22i18n en-US (#4519)Gravatar Alexandre Alapetite
2022-08-21Update creditsGravatar Alexandre Alapetite
2022-08-21Delayed changelog (#4457)Gravatar Alexandre Alapetite
* Delayed changelog More coming later * Some more * Up-to-date * A bit more
2022-08-21Improved: error page (#4465)Gravatar maTh
* error page: true HTML page * error page: http500 erorr * error page: add CSP header * 'log.txt' replaced by LOG_FILENAME * use ADMIN_LOG * log.txt => LOG_FILENAME * error message: add <title> * Docs created * delete: documentation on error message page * line break added * added: new line at the end * typo fixed * Update lib/lib_rss.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update lib/lib_rss.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Minz HTTP 500 Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>