aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-02Release 1.19.11.19.1Gravatar Alexandre Alapetite
2022-01-02Fix regression user init (#4116)Gravatar Alexandre Alapetite
#fix https://github.com/FreshRSS/FreshRSS/issues/4115
2022-01-02SimplePie 1.5.8 manual upgrade (#4113)Gravatar Alexandre Alapetite
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/4011 Instead of https://github.com/FreshRSS/FreshRSS/pull/4102 * https://github.com/simplepie/simplepie/commit/bea5de77afc274dc7c36cac39cdf53de346a5b50 * https://github.com/simplepie/simplepie/commit/5aab77e105d4384c9bb1a747010f380c0506f7a2 * https://github.com/simplepie/simplepie/commit/76be63e72ea6867d9982bf9bd97ba706b196d602
2022-01-02Changelog fix minor Docker Alpine versionsGravatar Alexandre Alapetite
2022-01-01Avoid func_get_args (#4108)Gravatar Alexandre Alapetite
Use variadic syntax instead https://php.net/manual/functions.arguments#functions.variable-arg-list And avoid dynamic functions names when possible to more easily identify calls and unused functions. Contributes to https://github.com/FreshRSS/FreshRSS/issues/4103
2022-01-01Fix most PHPDocs errors (#4107)Gravatar Alexandre Alapetite
Contributes to https://github.com/FreshRSS/FreshRSS/issues/4103 https://phpstan.org/writing-php-code/phpdoc-types
2021-12-31Add PHPStan (#4021)Gravatar Alexandre Alapetite
* Add PHPStan #fix https://github.com/FreshRSS/FreshRSS/issues/4016 https://phpstan.org/ ```sh composer run-script phpstan ``` * More fixes * Fix global variables * Add .phtml * Fix merge https://github.com/FreshRSS/FreshRSS/pull/4090 * Fix more warnings * Fix view errors and enable in CI * ReturnTypeWillChange * Dynamic view type * Fix Minz static/self bug
2021-12-31Improved: install.php code quality (#4099)Gravatar maTh
* delete unused $user_default_config * move inner named function * moved $auth_type * improve readability * phpcs fixes
2021-12-31fixed themes Origine and Origine compact (#4059)Gravatar maTh
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-12-31fixed: Left navigation with long category names (#4055)Gravatar maTh
* fixed CSS * fixed themes Ansum and Mapco * fixed syntax
2021-12-31Improve: Aside slider: close slider when click on the outside of slider (#4061)Gravatar maTh
* CSS + PHTML * give some grey background * fixed whitespace * fixed RTL * close area just for mobile view
2021-12-31fix (#4065)Gravatar maTh
2021-12-31CSS (#4067)Gravatar maTh
2021-12-31Fix: Thumbnails alt text overflow (#4085)Gravatar maTh
* CSS fix * Fix RTL CSS * fix CSS (order)
2021-12-31Check data URI (#4098)Gravatar Offerel
* Check data URI
2021-12-31Fix article filter (#4092)Gravatar Alexandre Alapetite
#fix https://github.com/FreshRSS/FreshRSS/issues/4057 Several search filters where missing for the automatic article actions
2021-12-31Fix extensions_enabled (#4090)Gravatar Alexandre Alapetite
#fix https://github.com/FreshRSS/FreshRSS/issues/4088
2021-12-31Search on article IDs (#4058)Gravatar Alexandre Alapetite
* Search on article IDs Partial implementation of https://github.com/FreshRSS/FreshRSS/issues/4053
2021-12-31Start 1.19.1-devGravatar Alexandre Alapetite
2021-12-31Release FreshRSS 1.19.01.19.0Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/4093
2021-12-29Update CREDITS.md (#4094)Gravatar maTh
2021-12-29Update creditsGravatar Alexandre Alapetite
2021-12-29Changelog 1.19.0Gravatar Alexandre Alapetite
2021-12-28Partial changelogGravatar Alexandre Alapetite
2021-12-28Fix: loading wheel (#4082)Gravatar maTh
* fix anoym. user * fix global view * Update app/views/helpers/pagination.phtml Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Update global_view.js Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
2021-12-27fix: incorrect translations (#4084)Gravatar Virgil Chen
2021-12-26Improved manual: User Management/User registration (#4083)Gravatar maTh
* Draft 1 of Default User page * Draft1 of User Management page * Update 01_Index.md * Update 12_User_management.md * fix failing pipeline * Apply suggestions from code review Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
2021-12-24Fix invalid user (#4081)Gravatar Alexandre Alapetite
#fix https://github.com/FreshRSS/FreshRSS/issues/4080 Initialise the default user to be able to display the error page
2021-12-23Correct cron example (#4079)Gravatar 4xfu
The old example was inaccurate. crontab on Debian does not support a user name, but files in /etc/cron.d and /etc/crontab do (see https://manpages.debian.org/bullseye/cron/crontab.5.en.html) According to https://manpages.debian.org/bullseye/cron/cron.8.en.html : In general, the system administrator should not use /etc/cron.d/, but use the standard system crontab /etc/crontab so I propose to append the line to this file
2021-12-21Update UserMailer.php (#4076)Gravatar maTh
2021-12-21Fix: Compressed & Cached JS files (#4075)Gravatar maTh
* Update .htaccess * Explicit MIME type for .js https://developer.mozilla.org/en-US/docs/Learn/Server-side/Configuring_server_MIME_types https://www.iana.org/assignments/media-types/media-types.xhtml Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-12-20Improved: Manual: username+pw for demo login (#4072)Gravatar maTh
* added: username+pw for demo login * fix white spaces
2021-12-20Docker fix missing .htaccess (#4074)Gravatar Alexandre Alapetite
Related to https://github.com/FreshRSS/FreshRSS/issues/4073 In our Docker configuration, `.htaccess` files are included only once at startup. The one for themes was missing.
2021-12-12fever: fix warning of unset array key (#4056)Gravatar Felix Bühler
2021-12-10Update 02_First_steps.md (#4049)Gravatar happymacarts
spelling correction of "available"
2021-12-09fix global view template (#4043)Gravatar maTh
2021-12-07fix normal and reader view (#4040)Gravatar maTh
2021-12-07Fix: global view does not show "no articles to show" alert (#4042)Gravatar maTh
* fix * phpcs fixed * fix JS
2021-12-07fix CSS (#4041)Gravatar maTh
2021-12-07Updated translation (#4038)Gravatar Tibor Repček
I translated strings with "TODO - Translation" comment. ;)
2021-12-06Updated translation (#4036)Gravatar Tibor Repček
I translated strings with "TODO - Translation" comment. ;)
2021-12-06Updated translation (#4035)Gravatar Tibor Repček
I translated strings with "TODO - Translation" comment. ;)
2021-12-06Updated translation (#4034)Gravatar Tibor Repček
I translated strings with "TODO - Translation" comment. ;)
2021-12-06Updated translation (#4033)Gravatar Tibor Repček
I translated strings with "TODO - Translation" comments. ;)
2021-12-06Updated translation (#4032)Gravatar Tibor Repček
I translated string with "TODO - Translation" comment. ;)
2021-12-06Updated translation (#4031)Gravatar Tibor Repček
I translated strings with "TODO - Translation" comment. ;)
2021-12-06Updated translation (#4030)Gravatar Tibor Repček
I translated strings with "TODO - Translate" comment. ;)
2021-12-05Fix reader view header (#4015)Gravatar maTh
* fix the hyperlink underline * add mouse title * improve German mouse titles * fixed whitespaces * use the same title in config/display like in normal/reader view * i18n German: Discard change for this String * delete unused gen.action.mark_favorite
2021-12-05Fix: search in mobile view (#4025)Gravatar maTh
* bring back the search in the nav bar * fix the search input height * line-heigt improved
2021-12-05Add wolfpld to CREDITS. (#4028)Gravatar Bartosz Taudul