Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update http signature | Chocobozzz | 2020-01-07 | 1 | -2/+11 |
| | |||||
* | Update validator dependency | Chocobozzz | 2020-01-07 | 1 | -78/+76 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-01-07 | 1 | -384/+393 |
| | |||||
* | (rss) quickfix for pfeed when category is null | Rigel Kent | 2019-12-04 | 1 | -4/+4 |
| | |||||
* | Fix tests | Chocobozzz | 2019-12-03 | 1 | -11/+2 |
| | |||||
* | (rss) add mrss properties and update pfeed | Rigel Kent | 2019-12-03 | 1 | -4/+4 |
| | | | | resolves #2298 | ||||
* | Upgrade server deps | Chocobozzz | 2019-12-03 | 1 | -980/+439 |
| | |||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 1 | -4/+4 |
| | | | | In favour of HLS | ||||
* | Update jsonld library | Chocobozzz | 2019-10-21 | 1 | -34/+26 |
| | |||||
* | Fix bug with tsconfig paths | Chocobozzz | 2019-10-21 | 1 | -5/+20 |
| | |||||
* | Update server dependencies | Chocobozzz | 2019-10-21 | 1 | -1356/+1146 |
| | |||||
* | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 1 | -0/+5 |
| | |||||
* | Remove old JSON LD signature implementation | Chocobozzz | 2019-08-29 | 1 | -124/+0 |
| | | | | | | | | | 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. | ||||
* | Upgrade sequelize | Chocobozzz | 2019-08-12 | 1 | -8/+8 |
| | |||||
* | Lazy load avatars | Chocobozzz | 2019-08-09 | 1 | -1/+13 |
| | |||||
* | Add gitlab ci support | Chocobozzz | 2019-07-29 | 1 | -2/+7 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2019-07-25 | 1 | -619/+667 |
| | |||||
* | Add more CLI tests | Chocobozzz | 2019-06-13 | 1 | -29/+1 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2019-06-06 | 1 | -670/+700 |
| | |||||
* | Move concurrently in dev package | Chocobozzz | 2019-05-31 | 1 | -1/+1 |
| | |||||
* | Move CLI dependencies in their own package.json | Chocobozzz | 2019-05-27 | 1 | -1398/+60 |
| | |||||
* | Try parallel check params tests | Chocobozzz | 2019-05-14 | 1 | -1/+76 |
| | |||||
* | Use apicache instead of our broken implementation | Chocobozzz | 2019-04-25 | 1 | -6/+13 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 1 | -12/+12 |
| | |||||
* | Update sequelize | Chocobozzz | 2019-04-24 | 1 | -93/+46 |
| | |||||
* | Upgrade server dep | Chocobozzz | 2019-04-02 | 1 | -281/+293 |
| | |||||
* | findById -> findByPk | Chocobozzz | 2019-02-21 | 1 | -8/+8 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2019-02-21 | 1 | -1006/+1182 |
| | |||||
* | Add user notification base code | Chocobozzz | 2019-01-09 | 1 | -3/+130 |
| | |||||
* | Remove unused dependencies | Chocobozzz | 2018-12-06 | 1 | -9/+2 |
| | |||||
* | Add sitemap | Chocobozzz | 2018-12-05 | 1 | -0/+19 |
| | |||||
* | Update dependencies | Chocobozzz | 2018-12-04 | 1 | -156/+191 |
| | |||||
* | quickfix back to recent nodemon that fixes event-stream vulnerability | Rigel Kent | 2018-11-26 | 1 | -505/+88 |
| | |||||
* | quickfix back to older nodemon | Rigel Kent | 2018-11-26 | 1 | -33/+156 |
| | |||||
* | quickfix back to safe nodemon | Rigel Kent | 2018-11-26 | 1 | -76/+312 |
| | |||||
* | migrate Swagger 2.0 spec to OpenAPI 3.0.0 | Rigel Kent | 2018-11-15 | 1 | -1640/+155 |
| | |||||
* | Upgrade server dep | Chocobozzz | 2018-11-15 | 1 | -693/+706 |
| | |||||
* | Add compatibility with other Linked Signature algorithms | Chocobozzz | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | (doc) add manpage to peertube cli | Rigel Kent | 2018-10-20 | 1 | -1/+8 |
| | |||||
* | Add HTTP signature check before linked signature | Chocobozzz | 2018-10-19 | 1 | -1/+1 |
| | | | | | | 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 transcoding | Chocobozzz | 2018-10-18 | 1 | -0/+1443 |
| | |||||
* | Upgrade tslint rules | Chocobozzz | 2018-09-21 | 1 | -3/+3 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2018-09-21 | 1 | -436/+1504 |
| | |||||
* | Speed up overviews route | Chocobozzz | 2018-09-14 | 1 | -4/+34 |
| | |||||
* | Basic video redundancy implementation | Chocobozzz | 2018-09-13 | 1 | -1/+5 |
| | |||||
* | Try to fix bcrypt on node 8.12 | Chocobozzz | 2018-09-13 | 1 | -9/+9 |
| | |||||
* | Fix oauth server module | Chocobozzz | 2018-08-28 | 1 | -16/+5 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2018-08-27 | 1 | -630/+646 |
| | |||||
* | Correctly migrate to fs-extra | Chocobozzz | 2018-08-27 | 1 | -1/+21 |
| | |||||
* | Implement user blocking on server side | Chocobozzz | 2018-08-08 | 1 | -37/+84 |
| |