summaryrefslogtreecommitdiffstats
path: root/assets/js/handlers.js (follow)
AgeCommit message (Collapse)Author
2023-03-27improve accessibilityChunkyProgrammer
2022-05-21handled invalid values in storagemeow
partial rewrite notifications.js innerText to textContent fixed bug with clamping
2022-05-06js code rewrite. Created _helpers.js with XHR and storage wrappermeow
2022-05-03Other minor fixesSamantaz Fox
2022-04-25single quotesmeow
2022-04-25convert arrow functionsmeow
2022-04-25eqeqeqmeow
2022-04-25semicolonsmeow
2022-02-08handlers.js: fix TypeError on document.activeElement.typeSamantaz Fox
2022-01-30Ignore "/" key handling if search box is focusedSamantaz Fox
Fixes a side effect of https://github.com/iv-org/invidious/pull/2814 See: https://github.com/iv-org/invidious/issues/2791#issuecomment-1018264144
2022-01-13Add JS to focus search box on '/'Samantaz Fox
2021-03-20fix comment repliesAndrew Zhao
2020-04-09Support adding video to playlist from watch pageOmar Roth
2020-03-27Fix player mouseover eventsOmar Roth
2020-03-15Add toggle_parent to dynamic handlersOmar Roth
2020-03-15Migrate to a good Content Security Policy (#1023)leonklingele
So attacks such as XSS (see [0]) will no longer be of an issue. [0]: https://github.com/omarroth/invidious/issues/1022