| Age | Commit message (Collapse) | Author |
|
|
|
* Update 08_FeedUpdates.md
Added hint to https://freshrss.github.io/FreshRSS/en/users/03_Main_view.html#online-cron
* Update docs/en/admins/08_FeedUpdates.md
* Update docs/en/admins/08_FeedUpdates.md
Co-authored-by: marcohald <marcohald@users.noreply.github.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
|
|
Before, when there was an error during the user creation process, the user was
always redirected to the same page no matter where the creation process was
initiated (registration or creation by an admin). Thus, there were no error
messages displayed when something went bad during the creation process by an
admin.
Now, the origin of the user creation has been added to the form to be able to
redirect the user to the proper page.
|
|
Before, the UP navigation button was generating an error when no article was
selected. The process to navigate to the first element was using the position
of the current element to compute the offset, thus generating said error.
Now, if no article is selected, the first article is used as a fall-back.
See #3654
|
|
Before, the links was redirecting to the subscription management page which
was the default behavior before changes introduced in 1.17.0 (#3027). All
links were modified except the one for empty content.
Now, the empty content links are redirecting to the proper page.
See #3642
|
|
#fix https://github.com/FreshRSS/FreshRSS/issues/3644
|
|
Spotted in https://github.com/FreshRSS/FreshRSS/issues/3638
|
|
|
|
|
|
* Fix array_chunk key index bug
#fix https://github.com/FreshRSS/FreshRSS/issues/3630
We still want array entries indexed sequentially from zero https://php.net/function.array-chunk
* One missing
|
|
|
|
|
|
Contributes to https://github.com/FreshRSS/FreshRSS/issues/3584
|
|
|
|
* git update auto change to edge branch
For existing installations using automatic git update, checkout *edge* branch if it was still using *master* or *dev*.
* One more prune
* Fix several small issues
* theirs does not work here
* Use migration mechanism
* Better handling of Migration errors
* Test details
* Fix tests
* Do not use new migration system for now
|
|
|
|
Mainly wrong `@return` types in comments
|
|
https://github.com/simplepie/simplepie/pull/681
https://github.com/simplepie/simplepie/pull/680
https://github.com/simplepie/simplepie/pull/675
|
|
Follow up of https://github.com/FreshRSS/FreshRSS/pull/3553
|
|
#fix https://github.com/FreshRSS/FreshRSS/issues/3611
|
|
* Update Turkish lang
* Ignore unmodified
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
|
|
added myself
|
|
* Update README.md
Readably is not available anymore
* More lines to remove
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
|
|
* Improve Chinese
* Minor adjustment
|
|
* Show start error
#fix https://github.com/FreshRSS/FreshRSS/issues/3581
We were not showing the actual error for several types of exceptions, e.g. database connection error.
Possible regression since https://github.com/FreshRSS/FreshRSS/pull/3407
* Try to make the error message less confusing
|
|
From https://github.com/FreshRSS/FreshRSS/pull/2335
|
|
Related to https://github.com/simplepie/simplepie/pull/676
from https://github.com/FreshRSS/FreshRSS/pull/1087
|
|
|
|
`SimplePie_Cache` also exists but is something else.
|
|
Dynamic code declaration is not well detected, especially for constants, so change to more standard syntax, which is correctly detected by Intellisense / Intelephense.
Furthermore, thins custom `safe_define()` function has been confusing for some users, e.g. https://github.com/FreshRSS/FreshRSS/issues/2723#issuecomment-753318513
|
|
* Newsboat support
Newsboat is a feed reader for the unix-derived terminal, and is the successor to Newsbeuter. FreshRSS support has been merged into master <https://github.com/newsboat/newsboat/commit/f18145fc98700178429cbd137e0309f89ec89d5b> but there has not yet been a release since then. In the meantime I've created this pull request that can be merged whenever it becomes strictly accurate.
I've filled out the table to the best of my ability, but I'm not completely clear on what "Fast sync" and "Fetch more in individual views" mean.
* Does not work offline with freshrss
* More doc
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
|
|
|
|
Bug from https://github.com/FreshRSS/FreshRSS/pull/2136
Related upstream PR https://github.com/simplepie/simplepie/pull/676
|
|
#fix https://github.com/FreshRSS/FreshRSS/issues/3564
Bug introduced by https://github.com/FreshRSS/FreshRSS/pull/3361
|
|
* Remove file data/do-install.txt
This file was painful during update because we had to remember to delete
it each time. It added a security issue by allowing an attacker to
reinstall FreshRSS during the update process.
The (more powerful) file data/applied_migrations.txt has been introduced
in 8619cf6fa to replace do-install.txt. We had to wait for at least one
release in order to make sure existing instances of FreshRSS created the
migration file. It should be ok now.
* Replace i18n install.not_deleted key
* Update documentation to update FreshRSS
|
|
When a feed returns an HTTP 410 Gone, mute the corresponding feed, i.e. stop refreshing it.
Example of such feed, Les Décodeurs (Libération) https://rss.liberation.fr/rss/100893/
|
|
#fix https://github.com/FreshRSS/FreshRSS/issues/3562
The content is already HTML-safe
|
|
|
|
|
|
#fix https://github.com/FreshRSS/FreshRSS/issues/3542
|
|
|
|
#fix https://github.com/FreshRSS/FreshRSS/issues/3552
|
|
https://github.com/marketplace/actions/latest-tag
|
|
|
|
#fix https://github.com/FreshRSS/FreshRSS/pull/3546
When `loadHTML()` is given a null or empty string.
```
PHP Fatal error: Uncaught ValueError: DOMDocument::loadHTML(): Argument #1 ($source) must not be empty in /var/www/freshrss/lib/SimplePie/SimplePie/Locator.php:83
```
|
|
I thought the key was useless after 2c4f169, but it’s still used on
update feed page.
Reference: https://github.com/FreshRSS/FreshRSS/pull/3516#issuecomment-804306448
|
|
Before, only standard shortcuts were supported. When other shortcuts were
configured, they were filtered out.
Now, those shortcuts are stored in the configuration and an alert message
is displayed to alert the user that he is using non-standard shortcuts.
See #3481
|
|
Related to https://github.com/FreshRSS/FreshRSS/issues/3537
|
|
#fix https://github.com/FreshRSS/FreshRSS/issues/3528
config was not properly reloaded after being populated
|
|
Before, the chosen encoding was not the best for the task since some part
of the value was truncated when used with quotes.
Now, the encoding allows to work smoothly with quotes.
See #3538
|