| Age | Commit message (Collapse) | Author |
|
|
|
#fix https://github.com/FreshRSS/FreshRSS/issues/4115
|
|
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
|
|
|
|
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
|
|
Contributes to https://github.com/FreshRSS/FreshRSS/issues/4103
https://phpstan.org/writing-php-code/phpdoc-types
|
|
* 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
|
|
* delete unused $user_default_config
* move inner named function
* moved $auth_type
* improve readability
* phpcs fixes
|
|
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
|
|
* fixed CSS
* fixed themes Ansum and Mapco
* fixed syntax
|
|
* CSS + PHTML
* give some grey background
* fixed whitespace
* fixed RTL
* close area just for mobile view
|
|
|
|
|
|
* CSS fix
* Fix RTL CSS
* fix CSS (order)
|
|
* Check data URI
|
|
#fix https://github.com/FreshRSS/FreshRSS/issues/4057
Several search filters where missing for the automatic article actions
|
|
#fix https://github.com/FreshRSS/FreshRSS/issues/4088
|
|
* Search on article IDs
Partial implementation of https://github.com/FreshRSS/FreshRSS/issues/4053
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/4093
|
|
|
|
|
|
|
|
|
|
* 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>
|
|
|
|
* 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>
|
|
#fix https://github.com/FreshRSS/FreshRSS/issues/4080
Initialise the default user to be able to display the error page
|
|
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
|
|
|
|
* 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>
|
|
* added: username+pw for demo login
* fix white spaces
|
|
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.
|
|
|
|
spelling correction of "available"
|
|
|
|
|
|
* fix
* phpcs fixed
* fix JS
|
|
|
|
I translated strings with "TODO - Translation" comment. ;)
|
|
I translated strings with "TODO - Translation" comment. ;)
|
|
I translated strings with "TODO - Translation" comment. ;)
|
|
I translated strings with "TODO - Translation" comment. ;)
|
|
I translated strings with "TODO - Translation" comments. ;)
|
|
I translated string with "TODO - Translation" comment. ;)
|
|
I translated strings with "TODO - Translation" comment. ;)
|
|
I translated strings with "TODO - Translate" comment. ;)
|
|
* 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
|
|
* bring back the search in the nav bar
* fix the search input height
* line-heigt improved
|
|
|