aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Add modal to display live informationChocobozzz2020-11-093-24/+39
|
* Fix replay savingChocobozzz2020-11-095-19/+69
|
* Add ability to save live replayChocobozzz2020-11-0910-57/+214
|
* SaveChocobozzz2020-11-091-4/+0
|
* Check live duration and sizeChocobozzz2020-11-0920-127/+327
|
* Add watch messages if live has not startedChocobozzz2020-11-0910-61/+232
|
* Handle live federationChocobozzz2020-11-098-22/+23
|
* Refactor video creationChocobozzz2020-11-096-132/+151
|
* Live streaming implementation first stepChocobozzz2020-11-0933-61/+1030
|
* render html/markdown for new comment notification email (#3255)Kimsible2020-11-073-6/+57
| | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* add node-youtube-dl download host env var in auto-updaterRigel Kent2020-10-241-1/+1
|
* Fix transcoding errors in readonly docker containersGirish Ramakrishnan2020-10-231-1/+2
| | | | | | ffmpeg seems to create some temporary files in the cwd. When PeerTube is run in a read-only docker container, this causes all transcoding to fail. As a workaround, we set the cwd to the configured tmp dir.
* Fix re webtorrent transcodingChocobozzz2020-09-091-7/+3
|
* Add site_name to opengraph tagsChocobozzz2020-09-041-3/+8
|
* Increase videos search before test timeoutChocobozzz2020-08-281-1/+1
|
* Fix abuse reportee search queryChocobozzz2020-08-261-1/+1
|
* Fix testsChocobozzz2020-08-262-3/+3
|
* Deprecate old static routesChocobozzz2020-08-264-9/+9
|
* Remove debugChocobozzz2020-08-261-2/+0
|
* Add redirection on unavailable video due to follow constraintsChocobozzz2020-08-261-16/+18
|
* Update server dependenciesChocobozzz2020-08-252-4/+2
|
* Add fixtures cache to github actionsChocobozzz2020-08-241-1/+1
|
* Fix lintChocobozzz2020-08-241-3/+1
|
* Remove debug logsChocobozzz2020-08-241-4/+0
|
* Fix RSS feed when HLS only is enabledChocobozzz2020-08-244-13/+117
|
* Fix testsChocobozzz2020-08-241-7/+10
|
* Reorganize a little bit testsChocobozzz2020-08-246-3/+3
|
* Move html injection plugin tests in its own fileChocobozzz2020-08-243-43/+89
|
* Add ssl support to postgresqlChocobozzz2020-08-242-0/+3
|
* Better error message on postgresql connection errChocobozzz2020-08-241-0/+8
|
* Inject plugin CSS in embed tooChocobozzz2020-08-243-11/+61
|
* Fix auth add cli examplesChocobozzz2020-08-241-4/+4
|
* Add ability to set custom field to video formChocobozzz2020-08-212-2/+5
|
* Optimize default sort when listing videosChocobozzz2020-08-207-73/+79
| | | | createdAt does not have the appropriate index
* Optimize comment RSS sql queryChocobozzz2020-08-202-14/+40
|
* Increase user notification test timeoutsChocobozzz2020-08-191-12/+12
|
* Add server migration for playlistsChocobozzz2020-08-192-1/+47
|
* Add ability to a video multiple times in a playlistChocobozzz2020-08-197-40/+53
|
* add .ac3, .aac audio and more video extensionsRigel Kent2020-08-181-5/+8
|
* Do not reuse reset password linksChocobozzz2020-08-123-0/+19
|
* Add kabile to supported languagesChocobozzz2020-08-111-1/+3
|
* Make channelName optionnal in tests only and validatorskimsible2020-08-111-14/+11
| | | | | | | | Fix tests channel displayName Make channelName in createUser optionnal on server side to not break api Fix auto channelName with createUser in tests
* Make channelName optionnal only for the APIkimsible2020-08-111-1/+1
|
* Add validator channelName for create-user apikimsible2020-08-111-0/+17
|
* Add channelName to user-create server-side and modelskimsible2020-08-111-1/+5
|
* Refactor video extensions logic in serverChocobozzz2020-08-116-52/+87
|
* add and document new additional video extensions supported at uploadRigel Kent2020-08-102-6/+37
|
* Fix twitter embedChocobozzz2020-08-071-1/+7
|
* Add ability to share playlists in modalChocobozzz2020-08-072-1/+3
|
* Handle playlist oembedChocobozzz2020-08-077-212/+449
|