Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Move middleware utils in middlewares | Chocobozzz | 2021-06-03 | 1 | -5/+4 |
| | | | | helpers modules should not import models | ||||
* | Refactor AP actors | Chocobozzz | 2021-06-03 | 1 | -3/+3 |
| | |||||
* | refactor API errors to standard error format | Rigel Kent | 2021-06-02 | 1 | -9/+31 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 1 | -7/+8 |
| | |||||
* | Force signed headers in http signatures | Chocobozzz | 2020-11-12 | 1 | -1/+10 |
| | | | | Thanks Roger | ||||
* | Avoir some circular dependencies | Chocobozzz | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Update dependencies | Chocobozzz | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -1/+2 |
| | |||||
* | Don't log error on actor delete signature error | Chocobozzz | 2020-01-29 | 1 | -2/+9 |
| | |||||
* | Relax logger on signature checker | Chocobozzz | 2020-01-29 | 1 | -1/+1 |
| | |||||
* | Remove debug messages | Chocobozzz | 2020-01-24 | 1 | -1/+0 |
| | |||||
* | Update http signature | Chocobozzz | 2020-01-07 | 1 | -2/+3 |
| | |||||
* | Increase clock skew for HTTP signatures | Chocobozzz | 2019-10-25 | 1 | -1/+1 |
| | |||||
* | Remove old JSON LD signature implementation | Chocobozzz | 2019-08-29 | 1 | -0/+2 |
| | | | | | | | | | 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. | ||||
* | Fix pleroma follow | Chocobozzz | 2019-04-25 | 1 | -0/+2 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Cleanup express locals typings | Chocobozzz | 2019-03-19 | 1 | -2/+1 |
| | |||||
* | Better AP route checker | Chocobozzz | 2019-03-19 | 1 | -17/+9 |
| | |||||
* | Add compatibility with other Linked Signature algorithms | Chocobozzz | 2018-11-14 | 1 | -2/+3 |
| | |||||
* | Add HTTP signature check before linked signature | Chocobozzz | 2018-10-19 | 1 | -18/+76 |
| | | | | | | 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 | ||||
* | Check video channel name is unique on our instance | Chocobozzz | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | Fix error logging | Chocobozzz | 2018-03-26 | 1 | -1/+1 |
| | |||||
* | Avoid making retried requests to dead followers | Chocobozzz | 2018-01-12 | 1 | -1/+0 |
| | |||||
* | Activity Pub improvements | Chocobozzz | 2018-01-11 | 1 | -0/+1 |
| | |||||
* | Propagate old comment on new follow | Chocobozzz | 2017-12-28 | 1 | -1/+2 |
| | |||||
* | Fix player play exception on chromium | Chocobozzz | 2017-12-19 | 1 | -1/+0 |
| | |||||
* | Status are sent to mastodon | Chocobozzz | 2017-12-19 | 1 | -2/+5 |
| | |||||
* | Begin moving video channel to actor | Chocobozzz | 2017-12-19 | 1 | -17/+11 |
| | |||||
* | Move models to typescript-sequelize | Chocobozzz | 2017-12-13 | 1 | -4/+4 |
| | |||||
* | Fix req accepts | Chocobozzz | 2017-11-30 | 1 | -2/+3 |
| | |||||
* | Fix activitypub check headers | Chocobozzz | 2017-11-30 | 1 | -1/+1 |
| | |||||
* | Check correctly activitypub headers | Chocobozzz | 2017-11-30 | 1 | -1/+1 |
| | |||||
* | Fix well known and json parser with mastodon | Chocobozzz | 2017-11-29 | 1 | -1/+3 |
| | |||||
* | Add follow tests | Chocobozzz | 2017-11-27 | 1 | -6/+5 |
| | |||||
* | Move activitypub functions from helpers/ to lib/ | Chocobozzz | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | Optimize signature verification | Chocobozzz | 2017-11-27 | 1 | -4/+5 |
| | |||||
* | Rename Pod -> Server | Chocobozzz | 2017-11-27 | 1 | -2/+2 |
| | |||||
* | Follow works | Chocobozzz | 2017-11-27 | 1 | -15/+17 |
| | |||||
* | Begin activitypub | Chocobozzz | 2017-11-27 | 1 | -0/+57 |