aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/custom-jsonld-signature.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update server dependenciesChocobozzz2021-02-031-0/+1
|
* Move to eslintcontainChocobozzz2020-02-031-45/+45
|
* Update http signatureChocobozzz2020-01-071-3/+11
|
* Remove old JSON LD signature implementationChocobozzz2019-08-291-4/+1
| | | | | | | | | 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 user adminFlagsChocobozzz2019-04-151-2/+66
|
* Add compatibility with other Linked Signature algorithmsChocobozzz2018-11-141-2/+2
|
* Use RsaSignature2017Chocobozzz2017-12-191-3/+3
|
* Optimize signature verificationChocobozzz2017-11-271-0/+20