aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Support broadcast messagesChocobozzz2020-05-291-0/+6
|
* Add ability to bulk delete commentsChocobozzz2020-05-292-0/+25
|
* Fix external auth email/password updateChocobozzz2020-05-201-2/+2
| | | | Also check if an actor does not already exist when creating the user
* Add server plugin filter hooks for import with torrent and url (#2621)Rigel Kent2020-05-141-2/+2
| | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix testsChocobozzz2020-05-131-1/+1
|
* Fix auto follow index URLChocobozzz2020-05-121-1/+1
|
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-081-30/+30
|
* Improve auto mute testsChocobozzz2020-05-071-0/+1
|
* Add auto mute plugin testsChocobozzz2020-05-072-0/+29
|
* Use video abuse filters on client sideChocobozzz2020-05-071-9/+46
|
* Add external login testsChocobozzz2020-05-043-2/+53
|
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-041-0/+19
|
* Begin auth plugin supportChocobozzz2020-05-041-0/+11
|
* Add unit tests for captions via URL importkimsible2020-04-141-0/+1
|
* Add SQL query support in pluginsChocobozzz2020-04-091-1/+2
|
* Update server dependenciesChocobozzz2020-04-011-2/+2
|
* Tests for viewsPerDayRigel Kent2020-03-311-3/+6
|
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-271-1/+2
|
* Implement pagination for overviews endpointChocobozzz2020-03-111-6/+21
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-0/+9
| | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata
* Move to eslintcontainChocobozzz2020-02-0325-231/+242
|
* Fix transcodingChocobozzz2020-01-291-1/+1
|
* Add tests for video downscale framerate matchingRigel Kent2020-01-291-1/+24
|
* Cleanup server fixmeChocobozzz2020-01-281-1/+0
|
* Add ability to list redundanciesChocobozzz2020-01-282-5/+83
|
* Remove HLS torrentsChocobozzz2020-01-241-1/+1
|
* Fix e2e testsChocobozzz2020-01-231-8/+6
|