aboutsummaryrefslogtreecommitdiff
path: root/p/scripts/main.js
AgeCommit message (Collapse)Author
2017-06-03Merge pull request #1564 from aledeg/open-site-shortcutGravatar Alexandre Alapetite
Add support for a new shortcut in reader view
2017-06-03Improve js commentsGravatar Alexis Degrugillier
2017-06-02Add support for a new shortcut in reader viewGravatar Alexis Degrugillier
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
2017-05-26sides_close_article: JS syntaxGravatar Alexandre Alapetite
2017-05-22Merge branch 'master' into devGravatar Paulius Šukys
2017-05-22Added additional configuration setting for #1530 . This includes default ↵Gravatar Paulius Šukys
settings and translation entry for English
2017-03-29Add manual commit & refresh cache to deferred insertionGravatar Alexandre Alapetite
2017-03-26Candidate implementation of defered insertionGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/530
2017-03-04Do not mark as read in anonymous modeGravatar Alexandre Alapetite
And avoid HTTP 403 https://github.com/FreshRSS/FreshRSS/issues/1431
2017-02-23Un-disable mark-as-read buttonGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1421 https://github.com/FreshRSS/FreshRSS/issues/1348
2017-01-23Update main.jsGravatar Crupuk
2017-01-19Switch to FreshRss tab Gravatar Crupuk
Switch to FreshRss tab when notification is clicked and close notification
2016-11-15init confirm after DOM loadGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1348
2016-10-29Disable "mark all as read" before confirmation script is loadedGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1342
2016-10-16mark_read optimisationGravatar Alexandre Alapetite
2016-10-16Scroll as read: keep unread functionGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1309
2016-10-16Scroll performanceGravatar Alexandre Alapetite
Fewer events, and ensure an event is fired after the end of the scroll. https://github.com/FreshRSS/FreshRSS/pull/1309
2016-10-16Scroll as read for Global view + throttle eventGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1317 https://github.com/FreshRSS/FreshRSS/pull/1309
2016-10-14Scroll as read: mark as unread bugGravatar Alexandre Alapetite
2016-10-13Scroll as read minor variableGravatar Alexandre Alapetite
2016-10-13Scroll as readGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1258
2016-10-10Fix bug shareGravatar Alexandre Alapetite
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
2016-10-08W3C resource-priorities have been abandonnedGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1222
2016-10-06FreshRSS custom event 'freshrss:load-more'Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1278
2016-09-07Prevent a target _blank attacks with window.openerGravatar Alexandre Alapetite
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
2016-08-15Read-all bug fixedGravatar Alexandre Alapetite
Introduced by the new forms of https://github.com/FreshRSS/FreshRSS/issues/772 https://github.com/FreshRSS/FreshRSS/pull/1188
2016-08-14Refresh sticky column after auto-loadGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1172
2016-08-13sticky-kit fix, and compatible async deferGravatar Alexandre Alapetite
And set correct parent option https://github.com/FreshRSS/FreshRSS/pull/1172
2016-08-13Merge conflictsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1172
2016-08-13CSRF token, update HTTP Referrer policy to same-originGravatar Alexandre Alapetite
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
2016-08-06Merge for conflictsGravatar Alexandre Alapetite
2016-08-06jQuery 3 compatibilityGravatar Alexandre Alapetite
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
2016-08-06JSHint and safer async init_normalGravatar Alexandre Alapetite
2016-08-02JS unused variables, syntaxGravatar Alexandre Alapetite
2016-08-02JS load optimizationGravatar Alexandre Alapetite
Start loading what we can already before DOM is ready
2016-08-02Fix bug articles not marked as readGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1123 https://github.com/FreshRSS/FreshRSS/issues/423
2016-07-08Make Sidebar StickyGravatar romibi
2016-02-27JS formattingGravatar Alexandre Alapetite
2016-02-27CSP manually refreshing feedsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-21CSP for statistics and formsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-21CSP for bookmarklet (subscription)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-21CSP: Use inline JSON instead of one-time cookieGravatar Alexandre Alapetite
Simpler, lighter https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-21More work for CSP, in particular installGravatar Alexandre Alapetite
Install needs testing. https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-21JavaScript popup number bugGravatar Alexandre Alapetite
A backslash caused problem. https://github.com/FreshRSS/FreshRSS/issues/1075 https://github.com/FreshRSS/FreshRSS/pull/1078
2016-02-16CSP no inline javascript draftGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-01-26Offset in global viewGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1050#issuecomment-175166593
2016-01-24Several position problems, in particular in the global viewGravatar Alexandre Alapetite
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
2015-05-29Patch for confirmation in non-Firefox (Chrome)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/739 Use standards instead of Firefox-specific explicitOriginalTarget
2015-03-14Add an unsaved changes alert on config pagesGravatar Alexis Degrugillier
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
2015-02-18Merge pull request #793 from aledeg/modify-shareGravatar Marien Fressinaud
Harmonize share configuration view.