aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* | Layout: Replace local playlists link with home link in header and use ↵James Taylor2019-08-181-13/+11
|/ | | | flexbox to make it work on smaller window sizes
* Add pagination for local playlistsJames Taylor2019-08-091-0/+3
|
* Regression: Fix csp preventing subtitles from workingJames Taylor2019-08-071-1/+1
|
* Add content security policy to ensure mistakes or exploits never lead to ↵James Taylor2019-07-261-0/+1
| | | | third party connections from the page
* channel.html: add some space to the left of the pageJames Taylor2019-07-241-5/+15
|
* Add 'subscribers' and 'videos' after corresponding numbers in channel item ↵James Taylor2019-07-241-2/+2
| | | | in search results
* channel: Add short description under channel nameJames Taylor2019-07-231-2/+5
|
* playlist: fix incorrect display of descriptionJames Taylor2019-07-221-1/+1
|
* Channel: fix oversized thumbnails in firefox quantumJames Taylor2019-07-221-0/+3
|
* Use variable to set title on base template instead of blockJames Taylor2019-07-2113-19/+13
|
* Add status template, use for comment deletion statusJames Taylor2019-07-211-0/+8
|
* Convert comment posting system to flask frameworkJames Taylor2019-07-214-17/+80
|
* Convert login to flask framework and fix the login, and fix account displayJames Taylor2019-07-212-1/+61
|
* Convert comments to flask frameworkJames Taylor2019-07-193-1/+135
|
* common_elements.html: Accept missing channel description as blankJames Taylor2019-07-071-1/+1
|
* watch_page: refactor music list into flask templateJames Taylor2019-07-071-2/+19
|
* Convert local_playlist to flask frameworkJames Taylor2019-07-062-0/+73
|
* Convert channel page to flask frameworkJames Taylor2019-07-062-12/+158
|
* common_elements.html: accept missing description as blankJames Taylor2019-07-041-1/+1
|
* Convert playlist page to flask frameworkJames Taylor2019-07-041-0/+106
|
* Refactor watch page related videos to use item rendering macroJames Taylor2019-06-211-1/+4
|
* Refactor search pageJames Taylor2019-06-213-1/+209
|
* Inherit from base templateJames Taylor2019-06-173-40/+126
|
* Convert watch page to flask frameworkJames Taylor2019-06-162-0/+239