aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
Commit message (Collapse)AuthorAgeFilesLines
...
* Add max lives limitChocobozzz2020-11-092-0/+8
|
* Check live duration and sizeChocobozzz2020-11-092-0/+9
|
* Live streaming implementation first stepChocobozzz2020-11-093-1/+53
|
* Increase videos search before test timeoutChocobozzz2020-08-281-1/+1
|
* Fix testsChocobozzz2020-08-262-3/+3
|
* Deprecate old static routesChocobozzz2020-08-263-7/+7
|
* Add fixtures cache to github actionsChocobozzz2020-08-241-1/+1
|
* Reorganize a little bit testsChocobozzz2020-08-246-3/+3
|
* Move html injection plugin tests in its own fileChocobozzz2020-08-241-43/+5
|
* Inject plugin CSS in embed tooChocobozzz2020-08-241-7/+26
|
* Increase user notification test timeoutsChocobozzz2020-08-191-12/+12
|
* Add ability to a video multiple times in a playlistChocobozzz2020-08-192-10/+30
|
* Do not reuse reset password linksChocobozzz2020-08-121-0/+4
|
* Refactor video extensions logic in serverChocobozzz2020-08-111-1/+3
|
* add and document new additional video extensions supported at uploadRigel Kent2020-08-101-0/+1
|
* Add ability to share playlists in modalChocobozzz2020-08-071-1/+2
|
* Handle playlist oembedChocobozzz2020-08-072-17/+104
|
* Fix lintChocobozzz2020-08-071-0/+4
|
* Increase redundancy check params timeoutChocobozzz2020-07-311-1/+1
|
* Fix testsChocobozzz2020-07-311-2/+2
|
* Add openapi docChocobozzz2020-07-311-1/+0
|
* Add abuse messages/states notificationsChocobozzz2020-07-312-4/+128
|
* Add abuse messages management in my accountChocobozzz2020-07-312-10/+61
|
* Add server API to abuse messagesChocobozzz2020-07-314-88/+394
|
* Increase timeout for moderation notificationsChocobozzz2020-07-311-6/+6
|
* Use parallel to run tests in parallelChocobozzz2020-07-314-39/+0
|
* Don't rely on youtube for testsChocobozzz2020-07-315-36/+35
| | | | | 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-2/+56
|
* Merge branch 'release/2.3.0' into developChocobozzz2020-07-101-1/+1
|\
| * Fix video import testsChocobozzz2020-07-101-1/+1
| |
* | Add new abuses testsChocobozzz2020-07-104-274/+736
| |
* | Add migrationsChocobozzz2020-07-1011-39/+432
| |
* | Implement abuses check paramsChocobozzz2020-07-103-6/+272
| |
* | Use 3 tables to represent abusesChocobozzz2020-07-103-32/+35
|/
* add check-params test for user listRigel Kent2020-07-031-0/+12
| | | | fixes #2918
* add blocked filter in users list to filter banned usersRigel Kent2020-07-021-5/+29
| | | | fixes #2914
* Block infohash spammers from trackerChocobozzz2020-06-251-15/+34
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-222-10/+63
| | | | | - 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
* Use TS_NODE_FILES instead of --filesChocobozzz2020-06-181-2/+2
| | | | Because --files does not work
* Fix testsChocobozzz2020-06-181-1/+1
|
* Update server dependenciesChocobozzz2020-06-177-40/+13
|
* Split notification testsChocobozzz2020-06-166-953/+996
|
* Add videos count in channels listChocobozzz2020-06-161-5/+24
|
* Use default nsfw instance policy for search indexChocobozzz2020-06-121-0/+31
|
* Optimize views per day in video channelsChocobozzz2020-06-121-0/+1
|
* Fix lintChocobozzz2020-06-121-1/+1
|
* preserve original variable names server-sideRigel Kent2020-06-104-15/+15
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-104-15/+15
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* Fix testsChocobozzz2020-06-102-3/+7
|
* Add search index testsChocobozzz2020-06-103-0/+333
|