| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor common.py into 3 files | James Taylor | 2019-02-21 | 1 | -2/+2 |
* | Content-Type: text/vtt for subtitles | James Taylor | 2019-01-12 | 1 | -1/+1 |
* | Content-type: text/plain for errors or status messages | James Taylor | 2019-01-06 | 1 | -4/+4 |
* | Add newline to end of files | James Taylor | 2019-01-06 | 1 | -1/+1 |
* | rename env['fields'] to env['parameters'] and rename fields to parameters in ... | James Taylor | 2019-01-06 | 1 | -6/+5 |
* | WSGI for GET and POST requests with path data | James Taylor | 2019-01-06 | 1 | -29/+13 |
* | WSGI for /post_comment (POST request) | James Taylor | 2019-01-05 | 1 | -13/+2 |
* | WSGI for /delete_comment (POST request) | James Taylor | 2019-01-05 | 1 | -8/+1 |
* | WSGI for logging in (POST request) | James Taylor | 2019-01-05 | 1 | -20/+1 |
* | WSGI for /edit_playlist | James Taylor | 2019-01-05 | 1 | -10/+16 |
* | WSGI for simple non-path GET pages | James Taylor | 2019-01-05 | 1 | -30/+8 |
* | WSGI for search | James Taylor | 2019-01-04 | 1 | -9/+21 |
* | Ability to delete comments | James Taylor | 2018-12-31 | 1 | -0/+20 |
* | Option to use tor when logging in | James Taylor | 2018-12-30 | 1 | -1/+6 |
* | Server-side http logic for adding account | James Taylor | 2018-12-26 | 1 | -0/+13 |
* | Added account login page | James Taylor | 2018-12-25 | 1 | -1/+5 |
* | Reorganized account and commenting functions into different files | James Taylor | 2018-12-24 | 1 | -3/+3 |
* | Correctly handle case where video ID is too short | James Taylor | 2018-12-20 | 1 | -0/+4 |
* | Support for custom channel urls | James Taylor | 2018-12-16 | 1 | -4/+4 |
* | post/redirect/get for removing items from playlist | James Taylor | 2018-11-10 | 1 | -3/+2 |
* | Use post/redirect/get method to prevent form resubmission for comments | James Taylor | 2018-11-10 | 1 | -2/+12 |
* | Can now store settings&data in ~/.youtube-local, keeping program files separate | James Taylor | 2018-11-10 | 1 | -1/+2 |
* | Server-side handling of local playlist thumbnails (forgot to include in last ... | James Taylor | 2018-11-05 | 1 | -0/+5 |
* | Search plugin: use same port number that server is running on | James Taylor | 2018-10-30 | 1 | -1/+10 |
* | Ability to reply to comments | James Taylor | 2018-08-31 | 1 | -1/+1 |
* | Ability to post comments (not reply yet) | James Taylor | 2018-08-29 | 1 | -1/+8 |
* | Add favicon | James Taylor | 2018-08-20 | 1 | -0/+1 |
* | Return blank page for searching when visiting just localhost/youtube.com | James Taylor | 2018-07-31 | 1 | -0/+3 |
* | POST on same page when removing from playlist, so url doesn't change | James Taylor | 2018-07-24 | 1 | -8/+10 |
* | ability to remove videos from playlist | James Taylor | 2018-07-20 | 1 | -2/+14 |
* | fix issue with automatic subtitles being outside the video | James Taylor | 2018-07-13 | 1 | -1/+3 |
* | add subtitles support | James Taylor | 2018-07-10 | 1 | -2/+4 |
* | add support for viewing local playlists | James Taylor | 2018-07-08 | 1 | -0/+4 |
* | server-side support for adding to local playlists | James Taylor | 2018-07-08 | 1 | -3/+3 |
* | fix line endings | James Taylor | 2018-07-02 | 1 | -59/+59 |
* | initial commit | James Taylor | 2018-06-30 | 1 | -0/+60 |