summaryrefslogtreecommitdiff
path: root/src/invidious/database
AgeCommit message (Expand)Author
2022-03-11Merge pull request #2878 from matthewmcgarvey/migrationsSamantaz Fox
2022-02-11Run migrations through CLI instead of when app startsmatthewmcgarvey
2022-02-11Migrations tweaksmatthewmcgarvey
2022-02-10DB: fix inverted arguments in User.update_password()Samantaz Fox
2022-01-26db: use prepared statements rather than crafted argument listSamantaz Fox
2022-01-26db: use now() function instead of passing Time.utcSamantaz Fox
2022-01-25DB: playlists: make that 'insert' never raisesSamantaz Fox
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-25DB: Move a forgotten 'UPDATE channels' statementSamantaz Fox
2022-01-06Merge pull request #2767 from SamantazFox/fix-subscriptions-not-clearedSamantaz Fox
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
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
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 statistics 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