Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix parameters being ignored in youtu.be links | James Taylor | 2020-04-05 | 1 | -1/+4 |
| | | | | The parameters weren't passed to the underlying function | ||||
* | Correct malformed query strings: change ? to & so flask | James Taylor | 2020-03-08 | 1 | -0/+3 |
| | | | | | | | | parses it correctly. Otherwise, parameters starting with ? will be included in the video id, which messes up the comments since the extraneous data is passed into the the ctoken. | ||||
* | Redirect localhost:8080 to homepage | James Taylor | 2019-09-07 | 1 | -0/+5 |
| | |||||
* | Convert subscriptions page to flask framework | James Taylor | 2019-08-10 | 1 | -1/+1 |
| | |||||
* | Delete obsolete files | James Taylor | 2019-07-21 | 1 | -18/+0 |
| | |||||
* | Convert comment posting system to flask framework | James Taylor | 2019-07-21 | 1 | -1/+1 |
| | |||||
* | Convert comments to flask framework | James Taylor | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | Convert local_playlist to flask framework | James Taylor | 2019-07-06 | 1 | -1/+1 |
| | |||||
* | Convert channel page to flask framework | James Taylor | 2019-07-06 | 1 | -1/+1 |
| | |||||
* | Convert playlist page to flask framework | James Taylor | 2019-07-04 | 1 | -1/+1 |
| | |||||
* | Refactor search page | James Taylor | 2019-06-21 | 1 | -1/+1 |
| | |||||
* | Convert watch page to flask framework | James Taylor | 2019-06-16 | 1 | -8/+11 |
| | |||||
* | Use persistent connections | James Taylor | 2019-02-25 | 1 | -10/+12 |
| | |||||
* | server.py: remove obsolete code | James Taylor | 2019-02-02 | 1 | -23/+1 |
| | |||||
* | Don't use tor when logging in | James Taylor | 2018-12-26 | 1 | -7/+9 |
| | |||||
* | Properly handle terminated channel on channel's playlist and about page | James Taylor | 2018-12-21 | 1 | -0/+4 |
| | |||||
* | When url fetch fails with http error, report it instead of just 500 | James Taylor | 2018-12-21 | 1 | -0/+4 |
| | |||||
* | Correctly handle case where channel doesn't exist | James Taylor | 2018-12-20 | 1 | -1/+5 |
| | |||||
* | Can now store settings&data in ~/.youtube-local, keeping program files separate | James Taylor | 2018-11-10 | 1 | -1/+1 |
| | |||||
* | relay headers when proxying site so caching happens | James Taylor | 2018-07-24 | 1 | -1/+1 |
| | |||||
* | move settings to file, fix error if no banned_addresses.txt | James Taylor | 2018-07-13 | 1 | -10/+12 |
| | |||||
* | remove hardcoded path | James Taylor | 2018-07-10 | 1 | -1/+0 |
| | |||||
* | 502 Bad Gateway instead of just 500 error | James Taylor | 2018-07-02 | 1 | -4/+5 |
| | |||||
* | add .gitattributes, default deny foreign addresses | James Taylor | 2018-07-01 | 1 | -141/+141 |
| | |||||
* | initial commit | James Taylor | 2018-06-30 | 1 | -0/+141 |