aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils
Commit message (Collapse)AuthorAgeFilesLines
* Add registered setting CLI plugin install testChocobozzz2020-11-271-0/+20
|
* Try to fix live testChocobozzz2020-11-261-0/+5
|
* Fix live FPS limitChocobozzz2020-11-261-0/+1
|
* Fix migration and testChocobozzz2020-11-252-12/+24
|
* refactor scoped token serviceRigel Kent2020-11-251-1/+1
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-1/+13
|
* Add transcoding module commentsChocobozzz2020-11-251-2/+11
|
* Add live transcoding bit rate testsChocobozzz2020-11-255-29/+22
|
* Support encoding profilesChocobozzz2020-11-251-4/+8
|
* Do not transcode to an higher bitrateChocobozzz2020-11-202-2/+16
| | | | Thanks bkil https://github.com/bkil
* Update server dependenciesChocobozzz2020-11-191-1/+1
|
* Fix live testsChocobozzz2020-11-171-1/+1
|
* Add admin view to manage commentsChocobozzz2020-11-161-1/+36
|
* Cleanup lives on server restartChocobozzz2020-11-131-0/+15
|
* Increase tests waitsChocobozzz2020-11-121-1/+1
|
* Remove deprecated abuse apiChocobozzz2020-11-102-115/+0
|
* Update ffmpeg static version for testsChocobozzz2020-11-091-4/+20
|
* Add live notification testsChocobozzz2020-11-092-1/+21
|
* Add save replay live testsChocobozzz2020-11-092-10/+58
|
* Add check constraints live testsChocobozzz2020-11-091-4/+42
|
* Begin live testsChocobozzz2020-11-092-7/+12
|
* Add check params live testsChocobozzz2020-11-093-3/+106
|
* Add max lives limitChocobozzz2020-11-091-0/+2
|
* Check live duration and sizeChocobozzz2020-11-091-0/+2
|
* Live streaming implementation first stepChocobozzz2020-11-091-0/+15
|
* Add fixtures cache to github actionsChocobozzz2020-08-241-2/+2
|
* Remove unused gitlab ci env variablesChocobozzz2020-08-242-3/+1
|
* Add abuse messages/states notificationsChocobozzz2020-07-311-0/+61
|
* Add server API to abuse messagesChocobozzz2020-07-311-3/+83
|
* Don't run in parallel cli and plugin testsChocobozzz2020-07-311-1/+1
|
* Don't rely on youtube for testsChocobozzz2020-07-312-5/+17
| | | | | Use another import URL when possible, and disable import tests when we want to do a youtube import test
* test search for subscriptions and video-channelsRigel Kent2020-07-292-4/+16
|
* Add new abuses testsChocobozzz2020-07-103-12/+81
|
* Add migrationsChocobozzz2020-07-101-1/+1
|
* Implement abuses check paramsChocobozzz2020-07-101-27/+61
|
* Use 3 tables to represent abusesChocobozzz2020-07-104-12/+125
|
* add blocked filter in users list to filter banned usersRigel Kent2020-07-021-2/+11
| | | | fixes #2914
* Fix users testsChocobozzz2020-07-021-1/+1
|
* allow limiting video-comments rss feeds to an account or video channelRigel Kent2020-06-271-1/+1
|
* Close mock blocklit server when tests endChocobozzz2020-06-261-1/+7
|
* Reorganize client shared modulesChocobozzz2020-06-231-1/+1
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-221-3/+15
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Update server dependenciesChocobozzz2020-06-171-3/+3
|
* More robust max bitrate calculationChocobozzz2020-06-171-1/+4
|
* Split notification testsChocobozzz2020-06-162-19/+137
|
* Add search index testsChocobozzz2020-06-101-1/+14
|
* First implem global searchChocobozzz2020-06-101-0/+12
|
* space optimizations for `node_modules` and client stats removalRigel Kent2020-06-101-4/+4
| | | | | | | - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807
* Block comments from muted accounts/serversChocobozzz2020-05-292-1/+15
| | | | | | | | | | | | Add better control for users of comments displayed on their videos: * Do not forward comments from muted remote accounts/servers (muted by the current server or by the video owner) * Do not list threads and hide replies (with their children) of accounts/servers muted by the video owner * Hide from RSS comments of muted accounts/servers by video owners Use case: * Try to limit spam propagation in the federation * Add ability for users to automatically hide comments on their videos from undesirable accounts/servers (the comment section belongs to videomakers, so they choose what's posted there)