| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix error when user page has no videos | James Taylor | 2018-12-21 | 1 | -27/+26 |
* | Correctly handle case where video ID is too short | James Taylor | 2018-12-20 | 1 | -0/+4 |
* | Correctly handle case where channel doesn't exist | James Taylor | 2018-12-20 | 1 | -0/+6 |
* | Correctly handle case where channel was terminated | James Taylor | 2018-12-20 | 1 | -3/+15 |
* | Ability to sort playlists on channel | James Taylor | 2018-12-19 | 1 | -17/+24 |
* | Fixed regression: error on channel playlists/search page | James Taylor | 2018-12-19 | 1 | -0/+2 |
* | Ability to sort channel videos by oldest and by views | James Taylor | 2018-12-17 | 5 | -16/+29 |
* | Put default language subtitles at end of list to work around browser bug when... | James Taylor | 2018-12-16 | 1 | -3/+8 |
* | Support for custom channel urls | James Taylor | 2018-12-16 | 2 | -13/+22 |
* | 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 | 4 | -11/+396 |
* | Can now store settings&data in ~/.youtube-local, keeping program files separate | James Taylor | 2018-11-10 | 4 | -5/+11 |
* | channel about page: remove /redirect in links | James Taylor | 2018-11-08 | 1 | -1/+6 |
* | Server-side handling of local playlist thumbnails (forgot to include in last ... | James Taylor | 2018-11-05 | 1 | -0/+5 |
* | Local playlists: save video thumbnails locally | James Taylor | 2018-10-31 | 1 | -3/+56 |
* | Search plugin: use same port number that server is running on | James Taylor | 2018-10-30 | 2 | -2/+11 |
* | Don't add duplicates to playlists | James Taylor | 2018-10-30 | 1 | -1/+11 |
* | Fix regression: autocorrect/did-you-mean causing failure on search | James Taylor | 2018-10-30 | 1 | -2/+2 |
* | fix search filters not being applied to next pages in results | James Taylor | 2018-10-27 | 2 | -17/+2 |
* | comments: fixed regression in previous comments bugfix commit | James Taylor | 2018-10-18 | 1 | -3/+4 |
* | Support for search filters: upload date, type, duration | James Taylor | 2018-10-18 | 2 | -5/+61 |
* | fix error parsing comments when a comment has all replies in a thread | James Taylor | 2018-10-16 | 1 | -5/+5 |
* | add latency/readtime reporting for more things, round the numbers by reasonab... | James Taylor | 2018-10-01 | 3 | -8/+7 |
* | add support for lc parameter | James Taylor | 2018-10-01 | 2 | -8/+14 |
* | Display latency/read-time for comment retrieval | James Taylor | 2018-09-15 | 1 | -6/+4 |
* | Check whether comment posting was successful | James Taylor | 2018-09-15 | 2 | -12/+42 |
* | single comment retrieval function, remove left-over debug writing | James Taylor | 2018-09-07 | 1 | -2/+9 |
* | comment deletion function | James Taylor | 2018-09-05 | 1 | -1/+26 |
* | Fix long sequences of letters in descriptions & comments overflowing | James Taylor | 2018-09-02 | 1 | -0/+1 |
* | Fix channels sometimes giving 500 | James Taylor | 2018-09-02 | 2 | -9/+11 |
* | Use less laggy grid layout strategy for watch page | James Taylor | 2018-09-01 | 2 | -15/+10 |
* | Reorganize comment system | James Taylor | 2018-09-01 | 4 | -49/+141 |
* | remove unused code | James Taylor | 2018-08-31 | 1 | -78/+0 |
* | Return comments by newest after posting top-level comment | James Taylor | 2018-08-31 | 3 | -13/+17 |
* | default disable googlevideo domain debugging | James Taylor | 2018-08-31 | 1 | -6/+6 |
* | fetch_url: space between report text and latency | James Taylor | 2018-08-31 | 1 | -1/+1 |
* | Ability to reply to comments | James Taylor | 2018-08-31 | 4 | -2/+146 |
* | ignore unknown renderer types | James Taylor | 2018-08-31 | 1 | -2/+3 |
* | Fix blank comments causing parsing to fail | James Taylor | 2018-08-30 | 1 | -1/+2 |
* | Ability to post comments (not reply yet) | James Taylor | 2018-08-29 | 4 | -75/+16 |
* | Display video title & thumbnail on comment pages | James Taylor | 2018-08-26 | 2 | -16/+62 |
* | Comments: In title, indicate page number or that page contains replies | James Taylor | 2018-08-26 | 1 | -2/+21 |
* | Fix title attribute missing from title link for some items | James Taylor | 2018-08-26 | 1 | -1/+1 |
* | fix extraneous escape in comment username | James Taylor | 2018-08-25 | 1 | -1/+1 |
* | Fix comments with long usernames breaking comment section | James Taylor | 2018-08-24 | 2 | -3/+5 |
* | Fix comments not working as result of youtube changes | James Taylor | 2018-08-24 | 1 | -7/+63 |
* | Add favicon | James Taylor | 2018-08-20 | 3 | -1/+2 |
* | Indicate if video is unlisted | James Taylor | 2018-08-14 | 2 | -10/+21 |
* | music list: don't include album column if no tracks use it | James Taylor | 2018-08-09 | 1 | -6/+19 |
* | fix shelves breaking channel videos page | James Taylor | 2018-08-06 | 1 | -2/+4 |