index
:
on_rails
master
tsugutsugugo's streaming site "Tsugu on Rails" (reskinned Invidious instance)
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
invidious
/
database
Age
Commit message (
Expand
)
Author
2022-03-11
Merge pull request #2878 from matthewmcgarvey/migrations
Samantaz Fox
2022-02-11
Run migrations through CLI instead of when app starts
matthewmcgarvey
2022-02-11
Migrations tweaks
matthewmcgarvey
2022-02-10
DB: fix inverted arguments in User.update_password()
Samantaz Fox
2022-01-26
db: use prepared statements rather than crafted argument list
Samantaz Fox
2022-01-26
db: use now() function instead of passing Time.utc
Samantaz Fox
2022-01-25
DB: playlists: make that 'insert' never raises
Samantaz Fox
2022-01-25
DB: Move integrity check to the base.cr file
Samantaz Fox
2022-01-25
DB: don't pass PG_DB to check_table/check_enum
Samantaz Fox
2022-01-25
DB: Move a forgotten 'UPDATE channels' statement
Samantaz Fox
2022-01-06
Merge pull request #2767 from SamantazFox/fix-subscriptions-not-cleared
Samantaz Fox
2022-01-05
PR feedback
matthewmcgarvey
2022-01-05
delete_by_playlist_id -> delete_by_playlist
matthewmcgarvey
2022-01-05
Fix playlist deletion
matthewmcgarvey
2022-01-05
DB: fix subscription not being cleared
Samantaz Fox
2022-01-04
Move DB utility functions to the proper module
Samantaz Fox
2022-01-04
Move DB queries related to 'annotations' in a separate module
Samantaz Fox
2022-01-04
Move DB queries related to playlists in a separate module (3/3)
Samantaz Fox
2022-01-04
Move DB queries related to 'users' in a separate module (2/2)
Samantaz Fox
2022-01-04
Move DB queries related to 'users' in a separate module (1/2)
Samantaz Fox
2022-01-04
Move DB queries related to session tokens in a separate module
Samantaz Fox
2022-01-04
Move DB queries related to channels in a separate module
Samantaz Fox
2022-01-04
Move DB queries related to statistics in a separate module
Samantaz Fox
2022-01-04
Move DB queries related to playlists in a separate module (2/3)
Samantaz Fox
2022-01-04
Move DB queries related to playlists in a separate module (1/3)
Samantaz Fox
2022-01-04
Move DB queries related to 'videos' in a separate module
Samantaz Fox