Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the video tags restrictions to the API docs | Mathieu Agopian | 2019-03-29 | 1 | -1/+1 |
| | | | | Fixes #1744 | ||||
* | (doc) rephrase yarn version to latest (#1719) | Quentin Dupont | 2019-03-28 | 1 | -1/+1 |
| | |||||
* | 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 | 26 | -124/+266 |
| | |||||
* | Improve comment deletion message | Chocobozzz | 2019-03-20 | 2 | -0/+14 |
| | |||||
* | Move video file import in its own file | Chocobozzz | 2019-03-19 | 4 | -80/+89 |
| | |||||
* | Rename video-file job to video-transcoding | Chocobozzz | 2019-03-19 | 7 | -21/+31 |
| | |||||
* | Fix email notification | Chocobozzz | 2019-03-19 | 2 | -2/+1 |
| | |||||
* | Better videos redundancy config error handling | Chocobozzz | 2019-03-19 | 3 | -2/+7 |
| | |||||
* | Cleanup invalid rates/comments/shares | Chocobozzz | 2019-03-19 | 16 | -49/+117 |
| | |||||
* | Limit user tokens cache | Chocobozzz | 2019-03-19 | 13 | -25/+36 |
| | |||||
* | Refresh playlists | Chocobozzz | 2019-03-19 | 13 | -59/+215 |
| | |||||
* | Increase refresh interval to 2 days | Chocobozzz | 2019-03-19 | 1 | -2/+2 |
| | |||||
* | Only create refresh job if needed | Chocobozzz | 2019-03-19 | 1 | -2/+1 |
| | |||||
* | Cleanup tmp directory at startup | Chocobozzz | 2019-03-19 | 2 | -2/+11 |
| | |||||
* | Cleanup express locals typings | Chocobozzz | 2019-03-19 | 45 | -234/+270 |
| | |||||
* | Better AP route checker | Chocobozzz | 2019-03-19 | 2 | -62/+76 |
| | |||||
* | Does exist | Chocobozzz | 2019-03-19 | 28 | -133/+132 |
| | |||||
* | Handle theater mode for playlists | Chocobozzz | 2019-03-18 | 5 | -177/+236 |
| | |||||
* | Fix unit tests | Chocobozzz | 2019-03-18 | 2 | -7/+17 |
| | |||||
* | Add playlist channel validator when playlist is public | Chocobozzz | 2019-03-18 | 6 | -21/+47 |
| | |||||
* | Forbid public playlists not assigned to a channel | Chocobozzz | 2019-03-18 | 2 | -13/+62 |
| | |||||
* | Add video channel view | Chocobozzz | 2019-03-18 | 26 | -45/+248 |
| | |||||
* | Add playlist updatedAt tests | Chocobozzz | 2019-03-18 | 3 | -6/+39 |
| | |||||
* | Fix videos list for api SQL request | Chocobozzz | 2019-03-18 | 1 | -3/+4 |
| | |||||
* | Remove jest tests | Chocobozzz | 2019-03-18 | 7 | -149/+1 |
| | | | | I don't have time to maintain them | ||||
* | Add videos playlist exist tests | Chocobozzz | 2019-03-18 | 16 | -21/+121 |
| | |||||
* | Playlist support in watch page | Chocobozzz | 2019-03-18 | 20 | -294/+668 |
| | |||||
* | Playlist reorder support | Chocobozzz | 2019-03-18 | 11 | -75/+211 |
| | |||||
* | Playlist videos component | Chocobozzz | 2019-03-18 | 19 | -45/+331 |
| | |||||
* | Add to playlist dropdown | Chocobozzz | 2019-03-18 | 55 | -94/+961 |
| | |||||
* | Add/update/delete/list my playlists | Chocobozzz | 2019-03-18 | 48 | -153/+1076 |
| | |||||
* | Add server migrations | Chocobozzz | 2019-03-18 | 4 | -3/+105 |
| | |||||
* | Rename streaming playlists routes/directories | Chocobozzz | 2019-03-18 | 12 | -27/+34 |
| | |||||
* | Refactor video playlist middlewares | Chocobozzz | 2019-03-18 | 7 | -32/+44 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 35 | -682/+1411 |
| | |||||
* | Add playlist check param tests | Chocobozzz | 2019-03-18 | 16 | -65/+883 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 63 | -226/+2758 |
| | |||||
* | Fix problem with SMTP in default docker-compose setup | Felix Ableitner | 2019-03-11 | 1 | -3/+3 |
| | |||||
* | add NOCLIENT option to install only server dependencies | Rigel Kent | 2019-02-25 | 1 | -1/+1 |
| | |||||
* | Add request body limit | Chocobozzz | 2019-02-21 | 5 | -5/+93 |
| | |||||
* | BREAKING: update CSP configuration | Chocobozzz | 2019-02-21 | 8 | -19/+36 |
| | | | | Disable it by default and add ability to specify a custom report uri | ||||
* | Add NSFW info in about page | Chocobozzz | 2019-02-21 | 9 | -4/+53 |
| | |||||
* | Add warning regarding config upgrade in docker.md | Chocobozzz | 2019-02-21 | 1 | -1/+2 |
| | |||||
* | Add CLI tools doc link in production.md | Chocobozzz | 2019-02-21 | 1 | -0/+1 |
| | |||||
* | Move user registration info in features table | Chocobozzz | 2019-02-21 | 4 | -38/+13 |
| | |||||
* | findById -> findByPk | Chocobozzz | 2019-02-21 | 15 | -26/+26 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2019-02-21 | 4 | -1022/+1196 |
| |