summaryrefslogtreecommitdiffstats
path: root/assets/js/watched_widget.js (follow)
AgeCommit message (Collapse)Author
2024-10-29Routes: Simplify actions in watch_ajaxSamantaz Fox
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-04-25new lines in the end of filemeow
2022-04-25replace innerHTML to safer textContent where possiblemeow
2022-04-25eqeqeqmeow
2022-04-25semicolonsmeow
2022-04-25use strictmeow
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
2019-06-16Shorten timeout for AJAXOmar Roth
2019-06-15Fix retry on timeout for AJAX requestsOmar Roth
2019-06-07Minor refactorOmar Roth
2019-05-16Refactor watched_widget.jsOmar Roth