aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Download and save subscription thumbnails when requested by the browser, not ...James Taylor2019-08-111-35/+32
| * | Add subscribe button on channelsJames Taylor2019-08-103-4/+13
| * | Convert subscription manager to flask frameworkJames Taylor2019-08-104-248/+242
| * | Convert subscriptions page to flask frameworkJames Taylor2019-08-104-179/+162
| * | Merge flask framework and other stuff from masterJames Taylor2019-08-09172-2763/+54285
| |\ \
| * | | Fix checking specific channelsJames Taylor2019-06-111-0/+1
| * | | Add channel mutingJames Taylor2019-06-113-52/+86
| * | | Unsubscribe button on channels if already subscribedJames Taylor2019-06-104-9/+61
| * | | Order channel names in a case-insensitive mannerJames Taylor2019-06-101-3/+3
| * | | Retrieve 60 videos for subscriptions page instead of 30James Taylor2019-06-101-1/+1
| * | | Use a single cursor for db operations when possible instead of reopening mult...James Taylor2019-06-101-88/+80
| * | | Group by tags feature and improve appearance of sub list itemsJames Taylor2019-06-102-21/+106
| * | | Support opml for subscriptions importJames Taylor2019-06-091-1/+21
| * | | simplify list_from_comma_separated_tagsJames Taylor2019-06-091-15/+1
| * | | Overhaul refresh system, make it asynchronousJames Taylor2019-06-093-27/+172
| * | | Don't spam database with opening and closing when getting tags for many channelsJames Taylor2019-06-081-15/+15
| * | | Reduce boilerplate in db functions with context managersJames Taylor2019-06-081-133/+70
| * | | Add subscription manager systemJames Taylor2019-06-075-20/+489
| * | | Make thumbnails work and other stuffJames Taylor2019-06-054-39/+78
| * | | Ensure videos in subscriptions from same channel in orderJames Taylor2019-06-031-2/+2
| * | | Remove feed parsing for now since youtube doesn't honor If-Modified-Since headerJames Taylor2019-06-031-67/+4
| * | | Bring up to date with masterJames Taylor2019-06-0254-552/+9934
| |\ \ \
| * | | | basic subscriptions systemJames Taylor2019-02-1657-23/+12440
| * | | | subscriptions pageJames Taylor2019-02-163-5/+60
| * | | | subscriptions: store video duration in databaseJames Taylor2019-02-161-1/+2
| * | | | subscriptions: Basic new videos checking function for channelJames Taylor2019-02-161-1/+102
| * | | | subscriptions: basic database codeJames Taylor2019-02-161-12/+70
* | | | | Always use 360p in non-theater modeJames Taylor2019-09-061-1/+6
* | | | | Adapt theme and layout settings to settings page systemJames Taylor2019-09-061-0/+9
* | | | | Settings: Fix centering and color scheme on other themesJames Taylor2019-09-064-3/+17
* | | | | Settings: Fix circular dependency for settings_pageJames Taylor2019-09-062-3/+4
* | | | | 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 base...James Taylor2019-08-242-1/+8
| * | | | | Layout: add option to hide comments/related vids by default but click to show...James Taylor2019-08-243-52/+71
| * | | | | 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-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