aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* Use height instead of width to represent the video resolutionChocobozzz2018-08-271-3/+3
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-277-8/+41
|
* Ensure youtubedl binary exists in ydl helperChocobozzz2018-08-162-32/+41
|
* Cleanup utils helperChocobozzz2018-08-142-3/+2
|
* Add tests when getting a blacklisted videoChocobozzz2018-08-141-0/+2
|
* Add blacklist reason fieldChocobozzz2018-08-141-0/+49
|
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-101-2/+3
|
* Add ability to ban/unban usersChocobozzz2018-08-091-1/+1
|
* Add reason when banning a userChocobozzz2018-08-081-1/+22
|
* Implement user blocking on server sideChocobozzz2018-08-081-3/+4
|
* Correct webtorrent download cleanupChocobozzz2018-08-081-1/+1
|
* Add torrent testsChocobozzz2018-08-081-4/+4
|
* Add import.video.torrent configurationChocobozzz2018-08-081-2/+7
|
* Import torrents with webtorrentChocobozzz2018-08-081-3/+9
|
* Import magnets with webtorrentChocobozzz2018-08-082-23/+83
|
* Fix fps federationChocobozzz2018-08-062-2/+3
|
* Add tests regarding video importChocobozzz2018-08-061-2/+3
|
* Add job ttlChocobozzz2018-08-061-6/+4
|
* Remove ability to delete video importsChocobozzz2018-08-061-10/+24
| | | | Users should remove the linked video instead
* Correctly handle video import errorsChocobozzz2018-08-062-2/+6
|
* Add ability to list video importsChocobozzz2018-08-061-1/+1
|
* Add ability to remove a video importChocobozzz2018-08-061-1/+1
|
* Auto update youtube-dlChocobozzz2018-08-061-0/+72
|
* Add ability to import video with youtube-dlChocobozzz2018-08-062-3/+136
|
* Add audit logs in various modulesAurélien Bertron2018-07-311-0/+1
| | | | | | | | | - Videos - Videos comments - Users - Videos channels - Videos abuses - Custom config
* Don't send follow request if the follow is already acceptedChocobozzz2018-07-312-3/+3
|
* Refresh orphan actorsChocobozzz2018-07-311-0/+5
|
* Increase max stalled count in job queueChocobozzz2018-07-301-1/+4
|
* Graceful job queue shutdownChocobozzz2018-07-301-0/+7
|
* Add more info loggingChocobozzz2018-07-309-0/+46
|
* Fix peertube on chromeChocobozzz2018-07-261-1/+1
|
* Fix last commitChocobozzz2018-07-262-6/+4
|
* expliciting type checks and predicates (server only)Rigel Kent2018-07-259-30/+37
|
* Fix publishedAt after a scheduled updateChocobozzz2018-07-241-2/+3
|
* Render CSS/title/description tags on server sideChocobozzz2018-07-181-0/+180
|
* Handle .srt subtitlesChocobozzz2018-07-163-7/+6
|
* Implement captions/subtitlesChocobozzz2018-07-165-53/+155
|
* adding redis unix connectionRigel Kent2018-07-142-11/+13
|
* Migrate to bullChocobozzz2018-07-118-122/+95
|
* API: Add ability to update video channel avatarChocobozzz2018-06-291-0/+34
|
* Reset published date on publishChocobozzz2018-06-281-4/+9
|
* Create webtorrent client on player loadChocobozzz2018-06-181-2/+0
| | | | | | So we don't run Angular change detection every 250ms on webtorrent import, when https://github.com/mafintosh/speedometer/pull/7 will be merged
* Add ability to schedule video publicationChocobozzz2018-06-151-1/+3
|
* Add ability for uploaders to schedule video updateChocobozzz2018-06-144-3/+73
|
* Fix lintChocobozzz2018-06-131-2/+2
|
* Refractor retry transaction functionChocobozzz2018-06-1311-203/+33
|
* Improve tests when waiting pending jobsChocobozzz2018-06-131-6/+8
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-1211-200/+215
| | | | publishing a video
* Pick average video file insead of max qualityChocobozzz2018-06-071-1/+1
|
* Improve create import file jobChocobozzz2018-06-072-8/+8
| | | | Fix federation of .ogv videos