aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/activitypub/client.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-121-5/+5
|
* Cleanup tests importsChocobozzz2022-08-171-3/+1
|
* We don't need to import mochaChocobozzz2022-08-171-1/+0
|
* Support video views/viewers stats in serverChocobozzz2022-04-151-1/+19
| | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* Reorganize importsChocobozzz2021-07-201-3/+2
|
* Refactor requestsChocobozzz2021-07-201-2/+2
|
* Use an object to represent a serverChocobozzz2021-07-201-4/+4
|
* Shorter server command namesChocobozzz2021-07-201-3/+3
|
* Introduce videos commandChocobozzz2021-07-201-6/+5
|
* Introduce playlist commandChocobozzz2021-07-201-4/+2
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-19/+79
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-1/+2
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Move to eslintcontainChocobozzz2020-02-031-3/+1
|
* All API tests in parallelChocobozzz2019-05-151-5/+6
|
* Cleanup testsChocobozzz2019-04-241-3/+1
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-1/+1
| | | | Because they need dev dependencies
* Merge branch 'move-utils-to-shared' of ↵Chocobozzz2018-12-071-3/+3
|\ | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
| * Fix dependency errors between modulesbuoyantair2018-11-161-1/+1
| |
| * Merge from upstreambuoyantair2018-11-161-1/+9
| |
* | Fix AP redirectionChocobozzz2018-11-301-6/+38
|/
* Add compatibility with other Linked Signature algorithmsChocobozzz2018-11-141-0/+35