Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | tslint update | Chocobozzz | 2019-04-02 | 21 | -57/+55 | |
* | | Update client dep | Chocobozzz | 2019-04-02 | 5 | -21/+2 | |
* | | Upgrade server dep | Chocobozzz | 2019-04-02 | 1 | -1/+1 | |
* | | Restore videos list components | Chocobozzz | 2019-04-02 | 23 | -455/+393 | |
* | | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 18 | -17/+381 | |
* | | Reduce player big button border width | Chocobozzz | 2019-03-20 | 1 | -5/+5 | |
* | | Fix custom CSS help | Chocobozzz | 2019-03-20 | 1 | -8/+8 | |
* | | Add icon to delete history button | Chocobozzz | 2019-03-20 | 2 | -8/+8 | |
* | | Add my library section in menu | Chocobozzz | 2019-03-20 | 25 | -124/+265 | |
* | | Improve comment deletion message | Chocobozzz | 2019-03-20 | 2 | -0/+14 | |
* | | Handle theater mode for playlists | Chocobozzz | 2019-03-18 | 4 | -175/+234 | |
* | | Add playlist channel validator when playlist is public | Chocobozzz | 2019-03-18 | 6 | -21/+47 | |
* | | Add video channel view | Chocobozzz | 2019-03-18 | 26 | -45/+248 | |
* | | Remove jest tests | Chocobozzz | 2019-03-18 | 4 | -106/+0 | |
* | | Playlist support in watch page | Chocobozzz | 2019-03-18 | 20 | -294/+668 | |
* | | Playlist reorder support | Chocobozzz | 2019-03-18 | 6 | -71/+180 | |
* | | Playlist videos component | Chocobozzz | 2019-03-18 | 18 | -40/+324 | |
* | | Add to playlist dropdown | Chocobozzz | 2019-03-18 | 46 | -76/+824 | |
* | | Add/update/delete/list my playlists | Chocobozzz | 2019-03-18 | 41 | -145/+1042 | |
* | | Rename streaming playlists routes/directories | Chocobozzz | 2019-03-18 | 1 | -2/+2 | |
* | | Add NSFW info in about page | Chocobozzz | 2019-02-21 | 5 | -1/+26 | |
* | | Move user registration info in features table | Chocobozzz | 2019-02-21 | 4 | -38/+13 | |
* | | Don't close help popover when clicking inside | Chocobozzz | 2019-02-21 | 1 | -1/+1 | |
* | | Improve channel and account SEO | Chocobozzz | 2019-02-21 | 1 | -1/+1 | |
* | | Update E2E tests | Chocobozzz | 2019-02-21 | 3 | -12/+18 | |
* | | Video abuse notification is not only for local videos | Chocobozzz | 2019-02-20 | 1 | -1/+1 | |
* | | Refactor ellipsis CSS | Chocobozzz | 2019-02-20 | 6 | -20/+17 | |
* | | Correctly fix video import notification | Chocobozzz | 2019-02-20 | 2 | -2/+3 | |
* | | Add isNSFW instance configuration key | Chocobozzz | 2019-02-20 | 4 | -2/+12 | |
* | | Add hover effect on video miniature | Chocobozzz | 2019-02-20 | 3 | -3/+38 | |
* | | Increase thumbnails size | Chocobozzz | 2019-02-20 | 4 | -6/+6 | |
* | | Increase player default size to 66vh | Chocobozzz | 2019-02-20 | 1 | -2/+2 | |
* | | Try to fix p2p-media-loader on ios | Chocobozzz | 2019-02-20 | 2 | -8/+19 | |
* | | Add user notification animation | Chocobozzz | 2019-02-20 | 13 | -20/+123 | |
* | | Lazy import some modules | Chocobozzz | 2019-02-15 | 19 | -72/+98 | |
* | | Update translations | Chocobozzz | 2019-02-15 | 34 | -2073/+22224 | |
* | | Fix too long name in menu | Chocobozzz | 2019-02-15 | 2 | -4/+7 | |
* | | Fix moderators that cannot access the muted servers table | Chocobozzz | 2019-02-15 | 1 | -1/+1 | |
* | | Don't crash on error in notification popup | Chocobozzz | 2019-02-15 | 1 | -67/+73 | |
* | | Add search by original publication date | Andrés Maldonado | 2019-02-12 | 3 | -1/+78 | |
* | | Fix negative seconds by displaying 0 instead (#1445) (#1625) | zacharystenger | 2019-02-12 | 1 | -1/+1 | |
* | | Move original publication date in advanced settings | Chocobozzz | 2019-02-11 | 3 | -46/+50 | |
* | | Merge branch 'develop' into pr/1285 | Chocobozzz | 2019-02-11 | 224 | -7476/+14186 | |
|\ \ | ||||||
| * | | Move enabled download/comments in advanced tab | Chocobozzz | 2019-02-11 | 1 | -10/+10 | |
| * | | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 416 | -12893/+30607 | |
| |\ \ | ||||||
| | * | | Cleanup reset user password by admin | Chocobozzz | 2019-02-11 | 8 | -54/+42 | |
| | * | | cleanup and remove paramSubs | Rigel Kent | 2019-02-11 | 3 | -10/+9 | |
| | * | | move user-password to Input decorator | Rigel Kent | 2019-02-11 | 2 | -11/+3 | |
| | * | | remove isAdministration | Rigel Kent | 2019-02-11 | 4 | -17/+7 | |
| | * | | allow administration to change/reset a user's password | Rigel Kent | 2019-02-11 | 10 | -4/+197 |