summaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Collapse)Author
2022-01-16Merge pull request #2814 from SamantazFox/fix-search-autofocusSamantaz Fox
Fix search autofocus
2022-01-16Merge pull request #2545 from bbielsa/csv-subscriptions-importSamantaz Fox
Add CSV Subscriptions Import
2022-01-13Autofocus search bar only on search homepageSamantaz Fox
2022-01-13Fix commentsSamantaz Fox
"ReplyCount" is actually an Int, not a String.
2022-01-13Merge pull request #2646 from SamantazFox/support-plurals-in-localesSamantaz Fox
Better support of plurals in locales
2022-01-12Improve youtube import type detectionSamantaz Fox
Code courtesy of bbielsa: https://gist.github.com/bbielsa/7d131aa2188945f591a8379ec0defc9b
2022-01-12Prevent import of insanely large filesSamantaz Fox
2022-01-11Merge pull request #2787 from matthewmcgarvey/related-channelsSamantaz Fox
Update to fetch related channels again
2022-01-10Can fetch related channels using just the channel ucid]matthewmcgarvey
2022-01-10i18n: Apply code review suggestions + code cleaningSamantaz Fox
2022-01-10i18n: Use plurals for tokens/replies/unseen notificationsSamantaz Fox
2022-01-10i18n: Use plurals for video/view/subscriber/subscription countsSamantaz Fox
2022-01-10i18n: Use plurals for year/month/day/etc...Samantaz Fox
2022-01-10i18n: Add dedicated function for counts translationSamantaz Fox
2022-01-10i18n: make multiple fixes to i18next pluralsSamantaz Fox
2022-01-10i18n: Add i18next plural rules and selectorSamantaz Fox
2022-01-10i18n: Add i18next plural resolver classSamantaz Fox
2022-01-10i18n: Add i18next plurals base setsSamantaz Fox
2022-01-09Fix indefinitely growing databaseSamantaz Fox
2022-01-08Update to fetch related channels againmatthewmcgarvey
2022-01-08Add explicit return keywordbbielsa
2022-01-08Move require statement to the correct filebbielsa
2022-01-08Add text/xml as a possible mime type for xml file uploadsbbielsa
2022-01-08Detect the type of subscription import format based on the content type of ↵bbielsa
the file uploaded
2022-01-08Move parse_subscription_export_csv function to user/imports.crbbielsa
2022-01-08Test if body content is likely JSON, if so parse the json format of ↵bbielsa
subscriptions export. If the content is anything else, assume it is CSV and parse
2022-01-08Add helper function parse_subscription_export_csv() which parses the csv ↵bbielsa
format returned by the subscription exporter
2022-01-06Merge pull request #2767 from SamantazFox/fix-subscriptions-not-clearedSamantaz Fox
Fix subscription not being cleared
2022-01-05PR feedbackmatthewmcgarvey
2022-01-05delete_by_playlist_id -> delete_by_playlistmatthewmcgarvey
2022-01-05Fix playlist deletionmatthewmcgarvey
2022-01-05DB: fix subscription not being clearedSamantaz Fox
Fixes https://github.com/iv-org/invidious/issues/2764
2022-01-05Merge pull request #2719 from SamantazFox/batch-minor-fixesSamantaz Fox
Multiple minor fixes
2022-01-05Merge pull request #2685 from SamantazFox/database-improvmentsTheFrenchGhosty
Database improvements
2022-01-05Merge pull request #2677 from SamantazFox/decompression-fix-2TheFrenchGhosty
Temporarily fix for #2612 (round 2)
2022-01-05Show unavailable videos in playlistsSamantaz Fox
2022-01-05Use dig?() for playlist titleSamantaz Fox
2022-01-05Fix leading spaces being collapsed in descriptionsSamantaz Fox
Fixes #1954
2022-01-05Fix "video can't be added to playlist without JS"Samantaz Fox
Fixes #2686
2022-01-05Fix the search boxSamantaz Fox
Fix #277 : autoselect search field Fix #1107: no spell checking/auto-correct on search field
2022-01-04Clean useless database arguments (5/5)Samantaz Fox
2022-01-04Clean useless database arguments (4/5)Samantaz Fox
2022-01-04Clean useless database arguments (3/5)Samantaz Fox
2022-01-04Clean useless database arguments (2/5)Samantaz Fox
2022-01-04Clean useless database arguments (1/5)Samantaz Fox
2022-01-04Move DB utility functions to the proper moduleSamantaz Fox
2022-01-04Move DB queries related to 'annotations' in a separate moduleSamantaz Fox
2022-01-04Move DB queries related to playlists in a separate module (3/3)Samantaz Fox
2022-01-04Move DB queries related to 'users' in a separate module (2/2)Samantaz Fox
2022-01-04Move DB queries related to 'users' in a separate module (1/2)Samantaz Fox