| Age | Commit message (Collapse) | Author |
|
https://github.com/FreshRSS/FreshRSS/pull/1423
https://github.com/YunoHost-Apps/freshrss_ynh/issues/27#issuecomment-279792363
|
|
|
|
|
|
|
|
|
|
Send cookie FreshRSS_login only once
|
|
Prior to this patch, two cookies with the same name were sent, the first
one was to destroy the cookie, and the second one to create it
|
|
https://github.com/FreshRSS/FreshRSS/issues/1384
|
|
Avoid large in-memory copies
https://github.com/FreshRSS/FreshRSS/issues/1372
|
|
Small fixes in install (e.g. better check that DB password works)
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1360
|
|
https://github.com/FreshRSS/FreshRSS/issues/1345
|
|
https://github.com/FreshRSS/FreshRSS/issues/1349
We should later replace all bindParam by bindValue
|
|
https://github.com/FreshRSS/FreshRSS/issues/1095
|
|
ZIP export, OPML export.
Corrected height of feeds select in Pafat theme.
https://github.com/FreshRSS/FreshRSS/pull/1338
https://github.com/FreshRSS/FreshRSS/issues/1039
https://github.com/FreshRSS/FreshRSS/issues/1277
|
|
https://github.com/FreshRSS/FreshRSS/issues/1095
https://github.com/FreshRSS/FreshRSS/issues/851
|
|
https://github.com/FreshRSS/FreshRSS/issues/1095
https://github.com/FreshRSS/FreshRSS/issues/1090
|
|
|
|
It looks like SimplePie does not always filter everything
Having a character not in latin1 would create MySQL collate errors
|
|
https://github.com/FreshRSS/FreshRSS/issues/1325
|
|
A category request was systematically done, although it is not always
needed.
|
|
https://github.com/FreshRSS/FreshRSS/issues/1311
|
|
|
|
Related to
https://github.com/FreshRSS/FreshRSS/issues/1181
https://github.com/FreshRSS/FreshRSS/issues/1298
|
|
https://github.com/FreshRSS/FreshRSS/issues/1299
|
|
Meta description option
|
|
https://github.com/FreshRSS/FreshRSS/issues/1222
|
|
https://github.com/FreshRSS/FreshRSS/issues/1105
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1273
|
|
https://github.com/FreshRSS/FreshRSS/pull/1195
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Simplified statistics https://github.com/FreshRSS/FreshRSS/pull/1250
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1254
https://github.com/jangernert/FeedReader/issues/59#issuecomment-249491580
|
|
|
|
Simplify SQL in statistics
|
|
|
|
|
|
|
|
https://github.com/jangernert/FeedReader/issues/59
https://github.com/FreshRSS/FreshRSS/issues/443
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1249
* Since X hours: `https://freshrss.example/i/?a=rss&hours=3`
* Explicit number: `https://freshrss.example/i/?a=rss&nb=10`
* Limited by `min_posts_per_rss` and `max_posts_per_rss` in user config
|