aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'settings'James Taylor2019-09-062-23/+159
|\
| * Add settings pageJames Taylor2019-08-172-23/+159
| |
* | Merge branch 'layout'James Taylor2019-09-0623-839/+754
|\ \
| * | Layout: Add themesJames Taylor2019-08-2512-21/+79
| | |
| * | Layout: Add some space after item thumbnailJames Taylor2019-08-251-0/+1
| | |
| * | Layout: Add links to homepageJames Taylor2019-08-242-1/+23
| | |
| * | Layout: Prevent item checkbox size from shrinking sometimesJames Taylor2019-08-241-0/+1
| | |
| * | Layout: Prevent long author name from overflowing in items with vertical statsJames Taylor2019-08-242-2/+6
| | |
| * | 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 ↵James Taylor2019-08-242-1/+8
| | | | | | | | | | | | based on length of video
| * | Layout: add option to hide comments/related vids by default but click to ↵James Taylor2019-08-243-52/+71
| | | | | | | | | | | | show using <details>
| * | Layout: Make downloads click-to-show instead of hover-to-show using ↵James Taylor2019-08-241-39/+51
| | | | | | | | | | | | <details> element
| * | Layout: Add option to use 720p resolutionJames Taylor2019-08-243-3/+19
| | |
| * | Layout: Add theater modeJames Taylor2019-08-243-6/+36
| | |
| * | Layout: add some space below more comments buttonJames Taylor2019-08-241-0/+1
| | |
| * | Layout: Simplify color schemeJames Taylor2019-08-243-19/+10
| | |
| * | Layout: simplify CSS layout on most pagesJames Taylor2019-08-248-212/+121
| | |
| * | 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: Regression: fix blank space at bottom of short pagesJames Taylor2019-08-231-1/+3
| | |
| * | Layout: refactor item system to be more maintainable, add vertical item typeJames Taylor2019-08-237-303/+158
| | |
| * | Layout: Center header contentJames Taylor2019-08-181-0/+1
| | |
| * | Layout: Replace local playlists link with home link in header and use ↵James Taylor2019-08-182-107/+78
| |/ | | | | | | flexbox to make it work on smaller window sizes
* / Fix related videosJames Taylor2019-08-271-10/+14
|/
* Regression: Fix error when playlist has no descriptionJames Taylor2019-08-151-0/+3
|
* Add pagination for local playlistsJames Taylor2019-08-092-5/+17
|
* Regression: Fix csp preventing subtitles from workingJames Taylor2019-08-071-1/+1
|
* rename enable_comments amd enable_related_videosJames Taylor2019-08-012-2/+2
|
* Add upgrade system for settings and automatically add missing settings to fileJames Taylor2019-08-011-32/+159
|
* Fix broken video titles due to youtube changesJames Taylor2019-07-292-23/+6
|
* 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 bugfix: supply playlist names in playlist adding form for tabs with vidsJames Taylor2019-07-241-1/+3
|
* 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
* Remove ad-hoc response saving from code, create a debug setting for fetch_urlJames Taylor2019-07-238-46/+33
|
* channel: Add short description under channel nameJames Taylor2019-07-232-3/+6
|
* Fix error when channel has empty descriptionJames Taylor2019-07-231-2/+4
|
* Fix unrouted channel avatar image on empty channelsJames Taylor2019-07-231-10/+13
|
* playlist: fix incorrect display of descriptionJames Taylor2019-07-221-1/+1
|
* Channel: fix oversized thumbnails in firefox quantumJames Taylor2019-07-221-0/+3
|
* Add homepage routeJames Taylor2019-07-221-0/+4
|
* Fix unlisted video detectionJames Taylor2019-07-221-1/+1
|
* opensearch.xml: add port number in the other search URL just in caseJames Taylor2019-07-221-1/+1
|
* 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-212-2/+10
|
* Add flask Firefox search engine routeJames Taylor2019-07-211-1/+7
|
* Convert captioning to flaskJames Taylor2019-07-211-0/+11
|
* Delete obsolete filesJames Taylor2019-07-218-519/+2
|
* Convert comment posting system to flask frameworkJames Taylor2019-07-217-112/+149
|
* Convert login to flask framework and fix the login, and fix account displayJames Taylor2019-07-213-85/+79
|