Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Playlist support in watch page | Chocobozzz | 2019-03-18 | 20 | -294/+668 |
| | |||||
* | Playlist reorder support | Chocobozzz | 2019-03-18 | 8 | -71/+195 |
| | |||||
* | 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 | 42 | -149/+1050 |
| | |||||
* | 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 | 9 | -29/+63 |
| | |||||
* | 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 |
| | | | | If the imported video is deleted | ||||
* | 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 | 21 | -79/+126 |
| | |||||
* | Update translations | Chocobozzz | 2019-02-15 | 34 | -2073/+22224 |
| | |||||
* | Bumped to version v1.2.1 | Chocobozzz | 2019-02-15 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | | | * Fix from-now.pipe.ts so it never displays negative seconds * Apply the fix only when returning seconds. Remove redundant Math.floor operation | ||||
* | Move original publication date in advanced settings | Chocobozzz | 2019-02-11 | 3 | -46/+50 |
| | |||||
* | Merge branch 'develop' into pr/1285 | Chocobozzz | 2019-02-11 | 227 | -8111/+14771 |
|\ | |||||
| * | Move enabled download/comments in advanced tab | Chocobozzz | 2019-02-11 | 1 | -10/+10 |
| | | |||||
| * | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 421 | -14175/+33630 |
| |\ | |||||
| | * | Cleanup reset user password by admin | Chocobozzz | 2019-02-11 | 9 | -56/+43 |
| | | | | | | | | | | | | And add some tests | ||||
| | * | 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 | 5 | -20/+8 |
| | | | |||||
| | * | allow administration to change/reset a user's password | Rigel Kent | 2019-02-11 | 11 | -4/+200 |
| | | | |||||
| | * | Fix client with google bot | Chocobozzz | 2019-02-11 | 4 | -596/+648 |
| | | | |||||
| | * | Add player mode in watch/embed urls | Chocobozzz | 2019-02-11 | 2 | -11/+13 |
| | | | |||||
| | * | Use a single file instead of segments for HLS | Chocobozzz | 2019-02-11 | 1 | -4/+11 |
| | | | |||||
| | * | Fallback HLS to webtorrent | Chocobozzz | 2019-02-11 | 5 | -19/+78 |
| | | | |||||
| | * | Add hls support on server | Chocobozzz | 2019-02-11 | 16 | -77/+298 |
| | | | |||||
| | * | Add lazy loading in player | Chocobozzz | 2019-02-11 | 4 | -12/+25 |
| | | | |||||
| | * | Correctly implement p2p-media-loader | Chocobozzz | 2019-02-11 | 12 | -60/+240 |
| | | | |||||
| | * | Refractor videojs player | Chocobozzz | 2019-02-11 | 22 | -720/+1063 |
| | | | | | | | | | | | | Add fake p2p-media-loader plugin | ||||
| | * | Merge branch 'release/v1.2.0' into develop | Chocobozzz | 2019-02-06 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Bumped to version v1.2.0v1.2.0 | Chocobozzz | 2019-02-06 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add meta tag to embed.html | buoyantair | 2019-01-31 | 1 | -0/+1 |
| | | | | |||||
| | * | | Add meta tag to index.html | buoyantair | 2019-01-31 | 1 | -1/+1 |
| | |/ | |||||
| | * | fix undefined change ownership icons | Josh Morel | 2019-01-28 | 2 | -2/+3 |
| | | |