aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to bulk delete commentsChocobozzz2020-05-292-8/+45
|
* Fix external auth email/password updateChocobozzz2020-05-201-2/+7
| | | | 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-5/+38
| | | | | | | | | | | * 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>
* Add moderation helpers to pluginsChocobozzz2020-05-071-4/+1
|
* Use video abuse filters on client sideChocobozzz2020-05-071-4/+41
|
* Fix lintChocobozzz2020-05-061-5/+5
|
* Add ability for video owners to delete commentsChocobozzz2020-05-051-6/+11
|
* Begin support for external authsChocobozzz2020-05-041-2/+23
|
* Support logout and add id and pass testsChocobozzz2020-05-041-1/+1
|
* Avoir some circular dependenciesChocobozzz2020-05-044-4/+4
|
* Add filter inputs for blacklisted videos and muted accounts/serversRigel Kent2020-05-011-0/+4
|
* Make sure a report doesn't get deleted upon the deletion of its videoRigel Kent2020-05-011-4/+2
|
* Do not support subscriptions to accountsChocobozzz2020-04-161-1/+0
|
* Refactor follow/mute as modals in admin, add actions in abuse listRigel Kent2020-04-141-4/+2
|
* Add ability for plugins to add custom routesChocobozzz2020-04-101-14/+34
|
* Put channel stats behind withStats flagRigel Kent2020-03-311-2/+12
|
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-271-4/+5
|
* Implement pagination for overviews endpointChocobozzz2020-03-111-2/+17
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-1/+21
| | | | | | | | | | | | | | | | | | | * 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
* Refactor email enabled functionChocobozzz2020-02-172-5/+4
|
* Creating a user with an empty password will send an email to let him set his ↵John Livingston2020-02-171-1/+2
| | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests
* Don't refresh videos when processing viewsChocobozzz2020-02-041-0/+3
| | | | It allows us to use a cache
* Add model cache for videoChocobozzz2020-02-041-1/+4
| | | | When fetching only immutable attributes
* Move to eslintcontainChocobozzz2020-02-0311-42/+41
|
* Fix testsChocobozzz2020-01-301-1/+1
|
* Don't log error on actor delete signature errorChocobozzz2020-01-291-2/+2
|
* Downsample to the closest divisor standard framerateRigel Kent2020-01-291-1/+1
|
* Cleanup server fixmeChocobozzz2020-01-281-3/+2
|
* Add ability to list redundanciesChocobozzz2020-01-282-3/+74
|
* Fix typo in error logChocobozzz2020-01-201-2/+2
|
* Adapt feeds content-type to accept headerRigel Kent2020-01-101-4/+32
|
* Add video caption upload documentation and improve error messageRigel Kent2020-01-091-4/+4
| | | | fixes #2038
* Return an error on invalid count paginationChocobozzz2020-01-092-4/+14
|
* Add outbox page size parameterRigel Kent2020-01-092-0/+24
|
* Add ability to skip count queryChocobozzz2020-01-081-0/+4
|
* Add warning if admin disables webtorrentChocobozzz2020-01-061-1/+1
|
* Add playlist search option and search input for add-to-video-playlist dropdownRigel Kent2019-12-261-0/+13
| | | | fixes #2138
* Add internal privacy modeChocobozzz2019-12-121-6/+3
|
* Serve audit logs to clientChocobozzz2019-12-111-1/+18
|
* Fix channel creation limitationChocobozzz2019-12-051-1/+1
|
* Add ability to filter per job typeChocobozzz2019-12-041-4/+8
|
* Move deleted comment on new follow testsChocobozzz2019-12-041-0/+7
|
* Fix private video downloadChocobozzz2019-12-031-2/+4
|
* Limit channel numbersChocobozzz2019-11-291-0/+9
| | | | | We can't load too much channels in selects and it helps to prevent actor name squatting
* Filter on follows actor types in about pageChocobozzz2019-11-291-1/+4
|
* Only display accepted followers/followings in about pageChocobozzz2019-11-281-2/+16
|
* (plugins) adding signup scope and init hook, modifying ↵Rigel Kent2019-11-251-1/+2
| | | | ensureUserRegistrationAllowed allowedParams
* Add audio-only option to transcoders and playerfrankdelange2019-11-251-0/+1
| | | | | | | | This patch adds an audio-only option to PeerTube by means of a new transcoding configuration which creates mp4 files which only contain an audio stream. This new transcoder has a resolution of '0' and is presented in the preferences and in the player resolution menu as 'Audio-only' (localised). When playing such streams the player shows the file thumbnail as background and disables controls autohide. Audio-only files can be shared and streamed just like any other file. They can be downloaded as well, the resulting file will be an mp4 container with a single audio stream. This patch is a proof of concept to show the feasibility of 'true' audio-only support. There are better ways of doing this which also enable multiple audio streams for a given video stream (e.g. DASH) but as this would entail a fundamental change in the way PeerTube works it is a bridge too far for a simple proof of concept.
* Add ability to disable webtorrentChocobozzz2019-11-252-1/+18
| | | | In favour of HLS
* Add plugin hook on registrationChocobozzz2019-10-251-3/+14
|