| 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
|
|
|
|
|
|
settings and translation entry for English
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/530
|
|
And avoid HTTP 403 https://github.com/FreshRSS/FreshRSS/issues/1431
|
|
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
|
|
|
|
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
|
|
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
|
|
https://github.com/FreshRSS/FreshRSS/issues/1278
|
|
https://mathiasbynens.github.io/rel-noopener/
noopener is implied by noreferrer
https://html.spec.whatwg.org/multipage/semantics.html#link-type-noreferrer
The API for window.open() does not seem stable yet
https://bugzilla.mozilla.org/show_bug.cgi?id=1267339
|
|
Introduced by the new forms of
https://github.com/FreshRSS/FreshRSS/issues/772
https://github.com/FreshRSS/FreshRSS/pull/1188
|
|
https://github.com/FreshRSS/FreshRSS/pull/1172
|
|
And set correct parent option
https://github.com/FreshRSS/FreshRSS/pull/1172
|
|
https://github.com/FreshRSS/FreshRSS/pull/1172
|
|
https://www.w3.org/TR/referrer-policy/#referrer-policy-no-referrer
https://github.com/FreshRSS/FreshRSS/issues/570
https://github.com/FreshRSS/FreshRSS/issues/955
https://github.com/FreshRSS/FreshRSS/issues/1198
https://github.com/FreshRSS/FreshRSS/issues/565
https://github.com/FreshRSS/FreshRSS/issues/554
|
|
|
|
https://jquery.com/upgrade-guide/3.0/
* event.props removed
https://jquery.com/upgrade-guide/3.0/#breaking-change-jquery-event-props-and-jquery-event-fixhooks-removed
https://github.com/jquery/api.jquery.com/issues/405
* jqXHR.success(), jqXHR.error(), and jqXHR.complete() removed
|
|
|
|
|
|
Start loading what we can already before DOM is ready
|
|
https://github.com/FreshRSS/FreshRSS/issues/1123
https://github.com/FreshRSS/FreshRSS/issues/423
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1075
|
|
https://github.com/FreshRSS/FreshRSS/issues/1075
|
|
https://github.com/FreshRSS/FreshRSS/issues/1075
|
|
Simpler, lighter
https://github.com/FreshRSS/FreshRSS/issues/1075
|
|
Install needs testing.
https://github.com/FreshRSS/FreshRSS/issues/1075
|
|
A backslash caused problem.
https://github.com/FreshRSS/FreshRSS/issues/1075
https://github.com/FreshRSS/FreshRSS/pull/1078
|
|
https://github.com/FreshRSS/FreshRSS/issues/1075
|
|
https://github.com/FreshRSS/FreshRSS/pull/1050#issuecomment-175166593
|
|
Multiple small bugs in global and reader views.
Related to these old issues:
https://github.com/FreshRSS/FreshRSS/issues/634
https://github.com/FreshRSS/FreshRSS/issues/275
|
|
https://github.com/FreshRSS/FreshRSS/issues/739
Use standards instead of Firefox-specific explicitOriginalTarget
|
|
Before, you could leave a configuration page without knowing if you saved your changes or not.
Now, there is an alert poping up if you have unsaved changes. It will ask you if you want to stay on the page and save your changes or leave the page and loose your changes.
See #739
|
|
Harmonize share configuration view.
|