| Age | Commit message (Collapse) | Author |
|
Add support for a new shortcut in reader view
|
|
|
|
Now you can open the original page in the reader view with the same shortcut you'll use in the normal view.
I've changed how we identify the link to make it more flexible.
The previous way was too restrictive since the selector used a really strict path to get the url.
There was another way to achieve the same thing without changing the selector.
It was quite ugly since some meaningless class would be added on the markup to match the selector query.
See #1400
|
|
fix font-sizes of input fields for exotic browsers
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1556
|
|
|
|
|
|
|
|
|
|
simplified chinese translation
|
|
|
|
|
|
settings and translation entry for English
|
|
https://github.com/FreshRSS/FreshRSS/issues/1531
|
|
|
|
Reduce the number of requests, more robust, many more cases working,
reduced code
|
|
Cases when a user is deleted, or when a feed is deleted.
Removed random key do reduce the risk of subscribing several times to
the same PSHB feed.
|
|
https://github.com/FreshRSS/FreshRSS/issues/1479
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/530
|
|
And avoid HTTP 403 https://github.com/FreshRSS/FreshRSS/issues/1431
|
|
Added Minimal theme
|
|
|
|
[WIP] Feature/username in cli
|
|
https://github.com/FreshRSS/FreshRSS/pull/1423
https://github.com/YunoHost-Apps/freshrss_ynh/issues/27#issuecomment-279792363
|
|
https://github.com/FreshRSS/FreshRSS/issues/1421
https://github.com/FreshRSS/FreshRSS/issues/1348
|
|
|
|
Switch to FreshRss tab when notification is clicked and close notification
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1348
|
|
https://github.com/FreshRSS/FreshRSS/issues/1342
|
|
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/534#issuecomment-255519269
https://www.cs.tut.fi/~jkorpela/www/linespacing.html
|
|
|
|
https://github.com/FreshRSS/FreshRSS/pull/1309
|
|
Fewer events, and ensure an event is fired after the end of the scroll.
https://github.com/FreshRSS/FreshRSS/pull/1309
|
|
https://github.com/FreshRSS/FreshRSS/issues/1317
https://github.com/FreshRSS/FreshRSS/pull/1309
|
|
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1258
|
|
Related to
https://github.com/FreshRSS/FreshRSS/issues/1181
https://github.com/FreshRSS/FreshRSS/issues/1298
|
|
https://github.com/FreshRSS/FreshRSS/issues/1298
|
|
https://github.com/FreshRSS/FreshRSS/issues/1289
Was using deprecated non-standard parameter in string.replace()
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace#Firefox-specific_notes
|
|
https://github.com/FreshRSS/FreshRSS/issues/1222
|
|
|
|
Auto-refresh favicons
|
|
Introduced by https://github.com/FreshRSS/FreshRSS/pull/1280
|
|
Every 15 days. https://github.com/FreshRSS/FreshRSS/issues/1181
|