aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
Commit message (Collapse)AuthorAgeFilesLines
* Fix external auth email/password updateChocobozzz2020-05-202-2/+2
| | | | Also check if an actor does not already exist when creating the user
* Fix testsChocobozzz2020-05-131-1/+1
|
* Fix auto follow index URLChocobozzz2020-05-121-1/+1
|
* Update code contributorsChocobozzz2020-05-111-1/+1
|
* Allow to auto follow a specific URLChocobozzz2020-05-111-1/+1
|
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-081-1/+1
|
* Add last login date to usersChocobozzz2020-05-072-5/+33
|
* Use video abuse filters on client sideChocobozzz2020-05-073-17/+71
|
* Add ability for video owners to delete commentsChocobozzz2020-05-051-4/+42
|
* Increase video comments limitChocobozzz2020-05-051-2/+2
|
* Add plugin settings change watcherChocobozzz2020-05-041-2/+9
|
* Add external login testsChocobozzz2020-05-041-0/+13
|
* Support logout and add id and pass testsChocobozzz2020-05-041-11/+23
|
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+2
|
* Begin auth plugin supportChocobozzz2020-05-041-4/+10
|
* Add links from user-editRigel Kent2020-05-011-11/+53
|
* Add tests for video-abuse persistence after video deletionRigel Kent2020-05-011-1/+29
|
* Add ability to sort by originallyPublishedAtChocobozzz2020-04-201-7/+42
|
* Add thumbnail / preview generation from url on the fly (#2646)Kim2020-04-201-0/+5
| | | | | | | | | | | * Add thumbnails generation on the fly to URL import * Display generated preview to import first edit * Use ternary to get type inference * Move preview/thumbnail test just after import Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix tests correctlyChocobozzz2020-04-201-9/+9
|
* Fix testsChocobozzz2020-04-201-9/+10
|
* Fix user video quota with webtorrent disabledChocobozzz2020-04-161-2/+33
|
* Merge branch 'pr/2629' into developChocobozzz2020-04-151-2/+48
|\
| * Fix import captions testChocobozzz2020-04-151-27/+31
| |
| * Add unit tests for captions via URL importkimsible2020-04-141-1/+43
| |
* | Refactor follow/mute as modals in admin, add actions in abuse listRigel Kent2020-04-141-6/+6
|/
* Add ability to accept or not remote redundanciesChocobozzz2020-04-072-0/+201
|
* Use inner join and document code for viewr stats for channelsRigel Kent2020-03-311-2/+2
|
* Tests for viewsPerDayRigel Kent2020-03-311-3/+41
|
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-271-14/+108
|
* Try to fix tracker tests issuesChocobozzz2020-03-201-2/+8
|
* Fix total videos statsChocobozzz2020-03-131-1/+11
|
* Implement pagination for overviews endpointChocobozzz2020-03-114-35/+122
|
* Use grid to organise settings in admin, my-accountRigel Kent2020-03-101-2/+1
|
* Video file metadata PR cleanupChocobozzz2020-03-101-37/+33
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-1/+72
| | | | | | | | | | | | | | | | | | | * 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
* Update dependenciesChocobozzz2020-02-282-4/+4
|
* Creating a user with an empty password will send an email to let him set his ↵John Livingston2020-02-172-13/+111
| | | | | | | | | | | | | | | | 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
* Move to eslintcontainChocobozzz2020-02-0379-1001/+977
|
* Fix transcodingChocobozzz2020-01-291-4/+12
|
* Add tests for video downscale framerate matchingRigel Kent2020-01-291-0/+34
|
* Add ability to list redundanciesChocobozzz2020-01-284-29/+624
|
* Remove HLS torrentsChocobozzz2020-01-242-7/+6
|
* Use a filtered proxy without variablesChocobozzz2020-01-221-5/+1
|
* Fix subscriptions testsChocobozzz2020-01-101-1/+1
|
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-082-6/+3
|
* Add ability to skip count queryChocobozzz2020-01-083-2/+14
|
* Tests for totalRepliesFromVideoAuthorRigel Kent2020-01-032-1/+33
|
* Improve SQL query for my special playlistsChocobozzz2020-01-031-2/+3
|
* Add miniature quick actions to add video to Watch later playlistRigel Kent2020-01-021-2/+4
|