summaryrefslogtreecommitdiff
path: root/src/invidious.cr
AgeCommit message (Expand)Author
2022-04-16Also move the other Kemal class override to src/ext/Samantaz Fox
2022-04-16Keep using kilt for renderingSamantaz Fox
2022-03-29Create a search processors moduleSamantaz Fox
2022-03-11Update --help to mention that --migrate is still in betaSamantaz Fox
2022-03-11Merge pull request #2878 from matthewmcgarvey/migrationsSamantaz Fox
2022-02-24Merge pull request #2922 from SamantazFox/download-widget-fixSamantaz Fox
2022-02-23Combine notifications endpoints and move themmatthewmcgarvey
2022-02-23Move live endpoints into Channels routematthewmcgarvey
2022-02-23Move captcha endpoint into Login routematthewmcgarvey
2022-02-23Use a dedicated endpoind for downloadsSamantaz Fox
2022-02-22Move remaining routes to new structurematthewmcgarvey
2022-02-22Extract live endpoints to routematthewmcgarvey
2022-02-22Make a function that builds the download widget's HTMLSamantaz Fox
2022-02-14Merge pull request #2871 from SamantazFox/user-code-cleaningSamantaz 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-09Add custom migration implementationmatthewmcgarvey
2022-02-08Apply changes from code reviewSamantaz Fox
2022-02-07Add compile option to disable fetching of player dependenciesSamantaz 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-02Add support for clipsSamantaz Fox
2022-01-30Merge pull request #2845 from SamantazFox/more-db-improvementsSamantaz Fox
2022-01-28Merge pull request #2397 from syeopite/dep-manager-for-videojs-stuffSamantaz Fox
2022-01-25Make certain routes ignored if api onlymatthewmcgarvey
2022-01-25Move more routes to new patternmatthewmcgarvey
2022-01-25DB: Move integrity check to the base.cr fileSamantaz Fox
2022-01-25DB: don't pass PG_DB to check_table/check_enumSamantaz Fox
2022-01-12Improve youtube import type detectionSamantaz Fox
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 th...bbielsa
2022-01-08Test if body content is likely JSON, if so parse the json format of subscript...bbielsa
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 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
2022-01-04Move DB queries related to session tokens in a separate moduleSamantaz Fox
2022-01-04Move DB queries related to channels in a separate moduleSamantaz Fox
2022-01-04Move DB queries related to playlists in a separate module (2/3)Samantaz Fox
2022-01-04Move DB queries related to playlists in a separate module (1/3)Samantaz Fox
2022-01-04Move DB queries related to 'videos' in a separate moduleSamantaz Fox
2021-11-21i18n: pass only the ISO code string to 'translate()'Samantaz Fox
2021-10-25Fix Style/VerboseBlock issuessyeopite