aboutsummaryrefslogtreecommitdiffstats
path: root/youtube
Commit message (Collapse)AuthorAgeFilesLines
* Subscriptions: Order videos by the time they were added to dbJames Taylor2019-09-031-48/+58
|
* Subscriptions: Add watched column in database for future featureJames Taylor2019-08-171-1/+2
|
* Subscriptions: Hopefully fix autochecking being scheduled in the pastJames Taylor2019-08-171-12/+20
|
* Subscriptions: Don't show videos from muted channelsJames Taylor2019-08-171-1/+2
|
* Subscriptions: Add database versionJames Taylor2019-08-171-0/+3
|
* Subscriptions: check channel's atom feed to get exact time publishedJames Taylor2019-08-171-9/+62
|
* Subscriptions: show when video was publishedJames Taylor2019-08-162-16/+41
|
* Merge branch 'master' into subscriptionsJames Taylor2019-08-151-0/+3
|\
| * Regression: Fix error when playlist has no descriptionJames Taylor2019-08-151-0/+3
| |
* | Subscriptions: improve checking messages, say how many new vids from channelJames Taylor2019-08-142-6/+36
| |
* | Subscriptions: double auto-check rateJames Taylor2019-08-141-1/+1
| |
* | subscriptions.html: Add horizontal rule between tag list and channel listJames Taylor2019-08-141-0/+3
| |
* | Subscriptions auto-checking systemJames Taylor2019-08-141-4/+88
| |
* | subscription-manager: fix items being cut off at the bottom and top of the ↵James Taylor2019-08-121-0/+1
| | | | | | | | columns in chrome
* | subscription_manager: fix bug where checkbox size decreases when there's too ↵James Taylor2019-08-121-1/+1
| | | | | | | | many tags
* | When restricting subscriptions to a tag, make that tag unclickable and add ↵James Taylor2019-08-122-1/+12
| | | | | | | | link to unrestrict
* | Add pagination to subscriptions pageJames Taylor2019-08-122-18/+44
| |
* | Set sqlite to respect foreign key constraintsJames Taylor2019-08-111-1/+2
| |
* | Ability to only show videos from channels with specific tagJames Taylor2019-08-112-8/+18
| |
* | Subscriptions flask port: add missing html info (video url and info dict)James Taylor2019-08-111-0/+1
| |
* | If thumbnail or thumbnail directory is deleted after having been downloaded, ↵James Taylor2019-08-111-16/+23
| | | | | | | | correctly detect it and redownload it
* | Fix bug when thumbnail directory doesn't exist where first downloaded ↵James Taylor2019-08-111-1/+1
| | | | | | | | thumbnail is made a directory
* | Delete thumbnails from channel when unsubscribingJames Taylor2019-08-111-1/+24
| |
* | Download and save subscription thumbnails when requested by the browser, not ↵James Taylor2019-08-111-35/+32
| | | | | | | | preemptively
* | Add subscribe button on channelsJames Taylor2019-08-103-4/+13
| |
* | Convert subscription manager to flask frameworkJames Taylor2019-08-103-128/+242
| |
* | Convert subscriptions page to flask frameworkJames Taylor2019-08-102-96/+161
| |
* | Merge flask framework and other stuff from masterJames Taylor2019-08-0933-1974/+1996
|\|
| * 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 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-237-45/+29
| |
| * 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
| |
| * 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-214-405/+2
| |
| * Convert comment posting system to flask frameworkJames Taylor2019-07-216-111/+148
| |
| * Convert login to flask framework and fix the login, and fix account displayJames Taylor2019-07-213-85/+79
| |