summaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Expand)Author
2022-02-18Expose version in /api/v1/stats with statistic disabledFéry Mathieu (Mathius)
2022-02-14comments: don't error out when video has no commentsSamantaz Fox
2022-02-14Move store of modification in Cookie instead of localStorageFéry Mathieu (Mathius)
2022-02-14Add videojs-persist pluginFéry Mathieu (Mathius)
2022-02-14Merge pull request #2871 from SamantazFox/user-code-cleaningSamantaz Fox
2022-02-14Merge pull request #2892 from matthewmcgarvey/video-playabilitySamantaz Fox
2022-02-13Fix Freetube subscriptions importSamantaz Fox
2022-02-12Fix OPML importSamantaz Fox
2022-02-12Do not check for pending migrations on app startmatthewmcgarvey
2022-02-11Run migrations through CLI instead of when app startsmatthewmcgarvey
2022-02-11Migrations tweaksmatthewmcgarvey
2022-02-10Raise exception if playability not ok, also handle missing related videosmatthewmcgarvey
2022-02-11video_playback: Check "host" parameter validitySamantaz Fox
2022-02-10DB: fix inverted arguments in User.update_password()Samantaz Fox
2022-02-10Merge pull request #2872 from SamantazFox/misaligned-captionsSamantaz Fox
2022-02-09Add custom migration implementationmatthewmcgarvey
2022-02-09Fix empty error page on BrokenTubeExceptionSamantaz Fox
2022-02-08Apply changes from code reviewSamantaz Fox
2022-02-08embed page: fix typo in videojs-overlay script URLSamantaz Fox
2022-02-08Add missing subtitle languagesSamantaz Fox
2022-02-08HTML escape error messageSamantaz Fox
2022-02-07Add compile option to disable fetching of player dependenciesSamantaz Fox
2022-02-07Use a regex to fix badly aligned captionsSamantaz Fox
2022-02-07Move user pages (ECR files) to subfolderSamantaz Fox
2022-02-07Move user cookies to their own moduleSamantaz Fox
2022-02-07Move import logic to its own moduleSamantaz Fox
2022-02-07Put CSV import function under its own moduleSamantaz Fox
2022-02-07Move user captcha code to its own moduleSamantaz Fox
2022-02-07Move user struct to own file, under Invidious namespaceSamantaz Fox
2022-02-07Move user routes definitions to a macro in routing.crSamantaz Fox
2022-02-07Move remaining user-related routes out of main fileSamantaz Fox
2022-02-07Merge pull request #2868 from SamantazFox/related-channels-items-fixSamantaz Fox
2022-02-07Merge pull request #2492 from mastihios/patch-input-html-escapeSamantaz Fox
2022-02-07Fix typosDimitris Apostolou
2022-02-07API: handle related channels parsing exceptionsSamantaz Fox
2022-02-07Related channel may contain a continuation entrySamantaz Fox
2022-02-03Also propagate changes to watch ECR pageSamantaz Fox
2022-02-03Apply suggestions from code reviewSamantaz Fox
2022-02-03Change <input value="..."> encoding to HTML.escapemastihios
2022-02-03Propagate related videos changes to API functionSamantaz Fox
2022-02-03Fix parsing of related videosSamantaz Fox
2022-02-03extractors: Add helper for short view count textSamantaz Fox
2022-02-03make HelperExtractors non-privateSamantaz Fox
2022-02-03video parsing: add secondary_results root elementSamantaz Fox
2022-02-03video parsing: raise if major root element is missingSamantaz Fox
2022-02-03Add new exception for parsing issuesSamantaz Fox
2022-02-02Add support for clipsSamantaz Fox
2022-02-02Merge pull request #2827 from SamantazFox/more-code-cleanupSamantaz Fox
2022-01-30Merge pull request #2845 from SamantazFox/more-db-improvementsSamantaz Fox
2022-01-30Merge pull request #2833 from matthewmcgarvey/get-channel-cleanupSamantaz Fox