aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers/utils
Commit message (Collapse)AuthorAgeFilesLines
* Add compatibility with other Linked Signature algorithmsChocobozzz2018-11-141-4/+9
|
* Add HTTP signature check before linked signatureChocobozzz2018-10-191-3/+4
| | | | | | It's faster, and will allow us to use RSA signature 2018 (with upstream jsonld-signature module) without too much incompatibilities in the peertube federation
* Add more headers to broadcast/unicastChocobozzz2018-10-101-3/+16
|
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-1/+1
|
* Move job queue to redisChocobozzz2018-01-251-0/+39
We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.