aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers/utils
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup models directory organizationChocobozzz2021-05-111-4/+4
|
* Fix AP security testsChocobozzz2021-03-241-3/+3
|
* Use got instead of requestChocobozzz2021-03-241-3/+6
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-041-1/+2
|
* Avoir some circular dependenciesChocobozzz2020-05-041-9/+2
|
* Fix federation with pleromaChocobozzz2020-03-121-2/+4
|
* Reduce AP context size on specific activitiesChocobozzz2020-02-031-3/+3
|
* Move to eslintcontainChocobozzz2020-02-031-1/+1
|
* Stronger model typingsChocobozzz2019-08-191-1/+3
|
* Fix pleroma followChocobozzz2019-04-251-1/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* 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.