aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates
Commit message (Expand)AuthorAgeFilesLines
* Merge subscriptions into masterJames Taylor2019-09-064-0/+280
|\
| * Subscriptions: show when video was publishedJames Taylor2019-08-161-1/+3
| * subscriptions.html: Add horizontal rule between tag list and channel listJames Taylor2019-08-141-0/+3
| * subscription-manager: fix items being cut off at the bottom and top of the co...James Taylor2019-08-121-0/+1
| * subscription_manager: fix bug where checkbox size decreases when there's too ...James Taylor2019-08-121-1/+1
| * When restricting subscriptions to a tag, make that tag unclickable and add li...James Taylor2019-08-121-1/+11
| * Add pagination to subscriptions pageJames Taylor2019-08-121-9/+15
| * Ability to only show videos from channels with specific tagJames Taylor2019-08-111-1/+1
| * Add subscribe button on channelsJames Taylor2019-08-101-0/+9
| * Convert subscription manager to flask frameworkJames Taylor2019-08-102-0/+160
| * Convert subscriptions page to flask frameworkJames Taylor2019-08-101-0/+97
* | Settings: Fix centering and color scheme on other themesJames Taylor2019-09-061-3/+4
* | Merge branch 'settings'James Taylor2019-09-061-0/+64
|\ \
| * | Add settings pageJames Taylor2019-08-171-0/+64
| |/
* | Layout: Add themesJames Taylor2019-08-255-11/+11
* | Layout: Add links to homepageJames Taylor2019-08-241-0/+22
* | Layout: Prevent long author name from overflowing in items with vertical statsJames Taylor2019-08-241-2/+2
* | Layout: Make item titles non-clickable in empty space after wrapped textJames Taylor2019-08-241-1/+1
* | Layout: Theater layout: Expand video width across page only as necessary base...James Taylor2019-08-241-1/+4
* | Layout: add option to hide comments/related vids by default but click to show...James Taylor2019-08-241-52/+67
* | Layout: Make downloads click-to-show instead of hover-to-show using <details>...James Taylor2019-08-241-39/+51
* | Layout: Add option to use 720p resolutionJames Taylor2019-08-241-1/+1
* | Layout: Add theater modeJames Taylor2019-08-241-6/+28
* | Layout: Simplify color schemeJames Taylor2019-08-242-16/+7
* | Layout: simplify CSS layout on most pagesJames Taylor2019-08-247-212/+118
* | Layout: Put related videos below video when page is too smallJames Taylor2019-08-232-215/+230
* | Layout: simplify watch page space distribution on edgesJames Taylor2019-08-231-1/+1
* | Layout: refactor item system to be more maintainable, add vertical item typeJames Taylor2019-08-233-109/+38
* | Layout: Replace local playlists link with home link in header and use flexbox...James Taylor2019-08-181-13/+11
|/
* 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 thir...James Taylor2019-07-261-0/+1
* 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 in...James Taylor2019-07-241-2/+2
* 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