aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/activitypub/helpers.ts
Commit message (Collapse)AuthorAgeFilesLines
* We don't need to import mochaChocobozzz2022-08-171-1/+0
|
* Fix schema.org contextChocobozzz2022-06-071-0/+1
|
* Refactor AP context builderChocobozzz2022-03-241-3/+3
|
* Remove activitypub helperChocobozzz2022-03-231-1/+1
| | | | Put functions in lib/activitypub instead
* Move test functions outside extra-utilsChocobozzz2021-12-171-1/+2
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* Introduce server commandsChocobozzz2021-07-201-3/+2
|
* Faster ci using compiled ts filesChocobozzz2021-06-151-18/+19
|
* Move to eslintcontainChocobozzz2020-02-031-1/+1
|
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-081-5/+2
|
* 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.
* Shared utils -> extra-utilsChocobozzz2019-04-241-1/+1
| | | | Because they need dev dependencies
* Merge branch 'move-utils-to-shared' of ↵Chocobozzz2018-12-071-1/+1
|\ | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
| * Fix dependency errors between modulesbuoyantair2018-11-161-1/+1
| |
* | Fix AP testsChocobozzz2018-12-071-4/+4
|/
* Add compatibility with other Linked Signature algorithmsChocobozzz2018-11-141-0/+182