Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Encrypt OTP secret | Chocobozzz | 2022-10-10 | 1 | -4/+43 |
| | |||||
* | Allow admins to disable two factor auth | Chocobozzz | 2022-10-07 | 1 | -0/+2 |
| | |||||
* | Don't use safe mode when normalizing | Chocobozzz | 2022-09-09 | 1 | -6/+5 |
| | |||||
* | Add compat with openssl 3 | Chocobozzz | 2022-07-12 | 1 | -6/+3 |
| | |||||
* | Handle HTTP signature draft 11 | Chocobozzz | 2022-05-06 | 1 | -4/+11 |
| | |||||
* | Fix build | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 1 | -1/+2 |
| | | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html | ||||
* | Remove unnecessary package | Chocobozzz | 2021-10-26 | 1 | -1/+1 |
| | | | | https://github.com/standard/standard/issues/1316 | ||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -10/+10 |
| | |||||
* | Use got instead of request | Chocobozzz | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | Force signed headers in http signatures | Chocobozzz | 2020-11-12 | 1 | -1/+5 |
| | | | | Thanks Roger | ||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | Avoir some circular dependencies | Chocobozzz | 2020-05-04 | 1 | -1/+7 |
| | |||||
* | Update http signature | Chocobozzz | 2020-01-07 | 1 | -1/+1 |
| | |||||
* | Remove old JSON LD signature implementation | Chocobozzz | 2019-08-29 | 1 | -63/+58 |
| | | | | | | | | | 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. | ||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -4/+5 |
| | |||||
* | WIP plugins: move plugin CLI in peertube script | Chocobozzz | 2019-07-24 | 1 | -1/+8 |
| | | | | Install/uninstall/list plugins remotely | ||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Add compatibility with other Linked Signature algorithms | Chocobozzz | 2018-11-14 | 1 | -7/+64 |
| | |||||
* | Update translations | Chocobozzz | 2018-10-19 | 1 | -4/+1 |
| | |||||
* | Add HTTP signature check before linked signature | Chocobozzz | 2018-10-19 | 1 | -23/+47 |
| | | | | | | 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 | ||||
* | Fix error logging | Chocobozzz | 2018-03-26 | 1 | -1/+1 |
| | |||||
* | Use RsaSignature2017 | Chocobozzz | 2017-12-19 | 1 | -1/+2 |
| | |||||
* | Begin moving video channel to actor | Chocobozzz | 2017-12-19 | 1 | -9/+9 |
| | |||||
* | Move models to typescript-sequelize | Chocobozzz | 2017-12-13 | 1 | -3/+3 |
| | |||||
* | Cleanup helpers | Chocobozzz | 2017-11-27 | 1 | -12/+3 |
| | |||||
* | Optimize signature verification | Chocobozzz | 2017-11-27 | 1 | -4/+1 |
| | |||||
* | Send server announce when users upload a video | Chocobozzz | 2017-11-27 | 1 | -5/+5 |
| | |||||
* | Begin activitypub | Chocobozzz | 2017-11-27 | 1 | -112/+46 |
| | |||||
* | Upgrade server packages | Chocobozzz | 2017-10-31 | 1 | -3/+3 |
| | |||||
* | Fix lint | Chocobozzz | 2017-10-26 | 1 | -2/+2 |
| | |||||
* | Use async/await in lib and initializers | Chocobozzz | 2017-10-26 | 1 | -55/+48 |
| | |||||
* | Fix error logging | Chocobozzz | 2017-07-07 | 1 | -2/+2 |
| | |||||
* | Async signature and various fixes | Chocobozzz | 2017-07-07 | 1 | -8/+5 |
| | |||||
* | Move to promises | Chocobozzz | 2017-07-05 | 1 | -62/+49 |
| | | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74 | ||||
* | Type functions | Chocobozzz | 2017-06-10 | 1 | -13/+13 |
| | |||||
* | require -> import | Chocobozzz | 2017-06-05 | 1 | -4/+4 |
| | |||||
* | First typescript iteration | Chocobozzz | 2017-05-20 | 1 | -0/+171 |