aboutsummaryrefslogtreecommitdiff
path: root/config/sql
AgeCommit message (Expand)AuthorFilesLines
2022-01-22Specify the public schema for public videosTony Finn1-1/+1
2022-01-09Create videos caching table as UNLOGGEDÉmilien Devos1-1/+1
2021-01-17Make migrations (mostly) idempotent.Andre Borie9-24/+24
2020-06-15Add support for polymer redesignOmar Roth1-17/+0
2020-04-14Move privacy type into playlists.sqlOmar Roth2-10/+11
2019-10-15Add support for custom playlistsOmar Roth3-0/+47
2019-06-01Add 'needs_update' column for scheduling feed refreshOmar Roth1-0/+1
2019-05-30Add 'views' to channel_videosOmar Roth1-0/+1
2019-04-28Remove unnecessary indexOmar Roth1-9/+0
2019-04-15Add config option to cache annotations from IAOmar Roth1-0/+12
2019-03-22Add support for premieres to search and feedOmar Roth1-0/+2
2019-03-03Update pubsub to support lease_secondsOmar Roth1-0/+1
2019-02-11Update change index for channel_videos and add index for noncesOmar Roth2-6/+14
2019-02-10Fix typo in session_idsOmar Roth1-1/+1
2019-02-10Add migrate script and update READMEOmar Roth1-1/+0
2019-02-10Store session_ids in separate tableOmar Roth2-1/+24
2019-02-09Add 'deleted' to channel infoOmar Roth1-0/+1
2018-11-20Fix typo in nonces.sqlOmar Roth1-1/+1
2018-11-19Add 'expire' to filter invalid tokensOmar Roth1-1/+2
2018-11-17Remember nonce to prevent replay attacksOmar Roth1-0/+13
2018-11-02Update SQLOmar Roth4-80/+77
2018-10-30Fix channel_videos schemaOmar Roth1-1/+1
2018-10-30Add length_seconds to channel_videosOmar Roth1-0/+1
2018-10-13Add author_thumbnail to '/api/v1/videos'Omar Roth1-0/+1
2018-10-12Add subCountText and add XHR alternative for subscribing to channelsOmar Roth1-0/+1
2018-09-21Use hash instead of btree for channel_videos_ucid_idxOmar Roth1-1/+1
2018-09-09Add 'license'Omar Roth1-0/+1
2018-09-04Update SQL and remove migration pointsOmar Roth1-0/+1
2018-08-15Remove ID constrant for usersOmar Roth1-2/+1
2018-08-15Add support for multiple sessionsOmar Roth1-2/+2
2018-07-29Add watch historyOmar Roth1-0/+1
2018-07-27Add ucid index for channel_videosOmar Roth1-0/+9
2018-07-26Update videos SQLOmar Roth1-0/+3
2018-07-20Update users.sqlOmar Roth1-0/+1
2018-07-18Add separate user accountsOmar Roth1-0/+1
2018-07-18Fix typo in users.sqlOmar Roth1-1/+1
2018-07-16Add user preferencesOmar Roth1-0/+1
2018-06-01Move author and ucid into schemaOmar Roth1-0/+2
2018-03-31Add notificationsOmar Roth1-2/+1
2018-03-31Add email to user tableOmar Roth1-0/+3
2018-03-29Make user id uniqueOmar Roth1-1/+2
2018-03-29Add users tableOmar Roth3-1/+37
2018-03-28Use seperate table for videos pulled from RSSOmar Roth2-12/+22
2018-03-24Add channel sqlOmar Roth2-0/+60