Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support NodeJS 14 and 15, deprecate Node 10 | Chocobozzz | 2021-02-04 | 1 | -4/+4 |
| | |||||
* | Update server dependencies | Chocobozzz | 2021-02-03 | 1 | -1281/+1020 |
| | |||||
* | prettify SQL queries during debug (#3635) | Rigel Kent | 2021-01-25 | 1 | -0/+7 |
| | | | | | | | * prettify SQL queries during debug * Use sql-formatter Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 1 | -44/+24 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-11-19 | 1 | -480/+739 |
| | |||||
* | Fix prod deploy | Chocobozzz | 2020-11-10 | 1 | -4/+4 |
| | |||||
* | Add live notification tests | Chocobozzz | 2020-11-09 | 1 | -0/+22 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 1 | -1088/+1051 |
| | |||||
* | render html/markdown for new comment notification email (#3255) | Kimsible | 2020-11-07 | 1 | -23/+117 |
| | | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | Fix transcoding errors in readonly docker containers | Girish Ramakrishnan | 2020-10-23 | 1 | -4/+4 |
| | | | | | | ffmpeg seems to create some temporary files in the cwd. When PeerTube is run in a read-only docker container, this causes all transcoding to fail. As a workaround, we set the cwd to the configured tmp dir. | ||||
* | Update server dependencies | Chocobozzz | 2020-08-25 | 1 | -890/+786 |
| | |||||
* | Add unicode emoji to markdown | kimsible | 2020-08-14 | 1 | -0/+5 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-06-17 | 1 | -1370/+1604 |
| | |||||
* | space optimizations for `node_modules` and client stats removal | Rigel Kent | 2020-06-10 | 1 | -180/+476 |
| | | | | | | | - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807 | ||||
* | Use tslib in server | Chocobozzz | 2020-06-09 | 1 | -0/+5 |
| | |||||
* | Switch emails to pug templates and provide richer html/text-only versions | Rigel Kent | 2020-05-08 | 1 | -21/+978 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-04-01 | 1 | -320/+411 |
| | |||||
* | Fix federation with pleroma | Chocobozzz | 2020-03-12 | 1 | -122/+126 |
| | |||||
* | Upgrade oauth server dependency | Chocobozzz | 2020-02-28 | 1 | -44/+16 |
| | |||||
* | Update dependencies | Chocobozzz | 2020-02-28 | 1 | -283/+284 |
| | |||||
* | OpenAPI clients generation | Average Dude | 2020-02-14 | 1 | -0/+5 |
| | |||||
* | Upgrade express-rate-limit | Chocobozzz | 2020-02-04 | 1 | -4/+4 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -94/+694 |
| | |||||
* | Upgrade server dep | Chocobozzz | 2020-02-03 | 1 | -707/+205 |
| | |||||
* | Remove xliff package | Chocobozzz | 2020-02-03 | 1 | -14/+0 |
| | |||||
* | Fix missing dependency | Chocobozzz | 2020-01-21 | 1 | -0/+5 |
| | |||||
* | Remove husky | Chocobozzz | 2020-01-21 | 1 | -659/+18 |
| | |||||
* | 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 |
| |