aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/activitypub
Commit message (Collapse)AuthorAgeFilesLines
* Support short uuid for GET video/playlistChocobozzz2021-06-291-19/+79
|
* Faster ci using compiled ts filesChocobozzz2021-06-1512-491/+23
|
* Fix AP security testsChocobozzz2021-03-241-9/+26
|
* Fix 404 AP status codesChocobozzz2021-03-241-25/+48
|
* Use got instead of requestChocobozzz2021-03-241-20/+20
|
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-032-0/+284
|
* Add a test for refreshing remote keysChocobozzz2021-02-261-7/+58
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-082-8/+10
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-8/+9
|
* Force signed headers in http signaturesChocobozzz2020-11-121-1/+20
| | | | Thanks Roger
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+2
|
* Move to eslintcontainChocobozzz2020-02-035-52/+41
|
* Use a filtered proxy without variablesChocobozzz2020-01-221-5/+1
|
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-081-5/+2
|
* Don't always replace actor avatarChocobozzz2019-11-251-1/+1
|
* Remove old JSON LD signature implementationChocobozzz2019-08-291-13/+0
| | | | | | | | | Only PeerTube was compatible with it, and the library has moved on RsaSignature2018 and removed RsaSignature2017 support. We had to create a dirty fork of the RsaSignature2017 branch, which is not ideal. Now we use the Mastodon implementation, that most other AP implementations that support JSONLD signatures use.
* Add gitlab ci supportChocobozzz2019-07-291-1/+1
|
* All API tests in parallelChocobozzz2019-05-154-76/+104
|
* Cleanup testsChocobozzz2019-04-244-14/+2
|
* Shared utils -> extra-utilsChocobozzz2019-04-245-7/+7
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-1/+1
|
* Try to improve server tests compilation speedChocobozzz2019-04-111-2/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-191-1/+1
|
* Refresh playlistsChocobozzz2019-03-191-32/+98
|
* Add NSFW info in about pageChocobozzz2019-02-213-1/+7
|
* Fix socket.io websocket connectionChocobozzz2019-01-091-1/+1
|
* Merge branch 'move-utils-to-shared' of ↵Chocobozzz2018-12-075-15/+31
|\ | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
| * Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-201-4/+1
| |\ | | | | | | | | | move-utils-to-shared
| * | Fix dependency errors between modulesbuoyantair2018-11-164-5/+14
| | |
| * | Merge from upstreambuoyantair2018-11-161-1/+9
| | |
* | | Fix AP testsChocobozzz2018-12-071-4/+4
| | |
* | | Fix AP redirectionChocobozzz2018-11-301-6/+38
| | |
* | | Delete invalid or deleted remote videosChocobozzz2018-11-202-0/+85
| |/ |/|
* | Cleanup tests importsChocobozzz2018-11-191-1/+2
|/
* Add AP fetch testsChocobozzz2018-11-142-0/+87
|
* Check activities hostChocobozzz2018-11-141-8/+8
|
* Add compatibility with other Linked Signature algorithmsChocobozzz2018-11-1414-0/+870