aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to a video multiple times in a playlistChocobozzz2020-08-191-13/+6
|
* 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
* Add validator channelName for create-user apikimsible2020-08-111-0/+17
|
* Handle playlist oembedChocobozzz2020-08-071-15/+50
|
* Fix lintChocobozzz2020-08-072-5/+8
|
* Add openapi docChocobozzz2020-07-311-1/+1
|
* Add abuse messages management in my accountChocobozzz2020-07-311-0/+16
|
* Add server API to abuse messagesChocobozzz2020-07-311-7/+98
|
* test search for subscriptions and video-channelsRigel Kent2020-07-291-2/+2
|
* harmonize search for librariesRigel Kent2020-07-291-0/+13
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-291-1/+14
| | | | statuses
* Add new abuses testsChocobozzz2020-07-101-1/+1
|
* Add migrationsChocobozzz2020-07-101-2/+2
|
* Implement abuses check paramsChocobozzz2020-07-102-87/+57
|
* Use 3 tables to represent abusesChocobozzz2020-07-105-139/+257
|
* add check-params test for user listRigel Kent2020-07-031-2/+1
| | | | fixes #2918
* add blocked filter in users list to filter banned usersRigel Kent2020-07-021-0/+16
| | | | fixes #2914
* allow limiting video-comments rss feeds to an account or video channelRigel Kent2020-06-271-0/+6
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-221-4/+35
| | | | | - 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-186-8/+8
|
* Fix server buildChocobozzz2020-06-171-2/+5
|
* Update server dependenciesChocobozzz2020-06-171-1/+1
|
* Optimize views per day in video channelsChocobozzz2020-06-121-7/+10
|
* Add search target check paramsChocobozzz2020-06-101-0/+4
|
* First implem global searchChocobozzz2020-06-101-1/+8
|
* Support broadcast messagesChocobozzz2020-05-291-0/+5
|
* 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
|