Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix migration and test | Chocobozzz | 2020-11-25 | 2 | -7/+18 |
| | |||||
* | allow private syndication feeds via a user feedToken | Rigel Kent | 2020-11-25 | 1 | -0/+40 |
| | |||||
* | Add live transcoding bit rate tests | Chocobozzz | 2020-11-25 | 1 | -2/+0 |
| | |||||
* | Export encoders options in a dedicated struct | Chocobozzz | 2020-11-25 | 2 | -11/+30 |
| | |||||
* | Split ffmpeg utils with ffprobe utils | Chocobozzz | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | Add pixel size to tooltip and gif support with FFmpeg for avatar upload (#3329) | Kimsible | 2020-11-25 | 1 | -1/+1 |
| | | | | | | | | | * Add avatar pixel size upload in tooltip * Add gif support for avatar * Add ffmpeg GIF process Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Add actor follow url migration | Chocobozzz | 2020-11-20 | 2 | -1/+27 |
| | |||||
* | Fix incorrect IDs in AP federation | Chocobozzz | 2020-11-20 | 1 | -3/+3 |
| | |||||
* | Fix youtube-dl ipv4 PR | Chocobozzz | 2020-11-18 | 1 | -3/+1 |
| | |||||
* | default youtube-dl to use ipv4 (#3311) | Mark Van den Borre | 2020-11-18 | 1 | -0/+3 |
| | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | Update live settings edge delay | Chocobozzz | 2020-11-18 | 1 | -1/+1 |
| | |||||
* | Increase live delay | Chocobozzz | 2020-11-17 | 1 | -1/+1 |
| | |||||
* | Implement video comment list in admin | Chocobozzz | 2020-11-13 | 1 | -0/+3 |
| | |||||
* | Delay notification when waiting for a live | Chocobozzz | 2020-11-12 | 1 | -0/+2 |
| | |||||
* | Force signed headers in http signatures | Chocobozzz | 2020-11-12 | 1 | -0/+4 |
| | | | | Thanks Roger | ||||
* | Use our implementation of randomInt | Chocobozzz | 2020-11-10 | 1 | -1/+2 |
| | |||||
* | Cleanup follows of orphean actors | Chocobozzz | 2020-11-10 | 2 | -1/+28 |
| | |||||
* | Delay video views scheduled job | Chocobozzz | 2020-11-10 | 1 | -11/+11 |
| | | | | To not overload the federation | ||||
* | Fix live migrations | Chocobozzz | 2020-11-10 | 2 | -1/+27 |
| | |||||
* | Update ffmpeg static version for tests | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Handle views for live videos | Chocobozzz | 2020-11-09 | 1 | -3/+8 |
| | |||||
* | Revert some mistakes | Chocobozzz | 2020-11-09 | 1 | -4/+3 |
| | |||||
* | Reduce P2P blacklist in tracker | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Add save replay live tests | Chocobozzz | 2020-11-09 | 1 | -2/+3 |
| | |||||
* | Add check constraints live tests | Chocobozzz | 2020-11-09 | 1 | -0/+1 |
| | |||||
* | Add max lives limit | Chocobozzz | 2020-11-09 | 2 | -1/+4 |
| | |||||
* | Fix replay saving | Chocobozzz | 2020-11-09 | 1 | -1/+3 |
| | |||||
* | Check live duration and size | Chocobozzz | 2020-11-09 | 5 | -4/+22 |
| | |||||
* | Add watch messages if live has not started | Chocobozzz | 2020-11-09 | 1 | -3/+7 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 5 | -19/+127 |
| | |||||
* | Deprecate old static routes | Chocobozzz | 2020-08-26 | 1 | -2/+2 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-08-25 | 1 | -1/+1 |
| | |||||
* | Fix tests | Chocobozzz | 2020-08-24 | 1 | -7/+10 |
| | |||||
* | Add ssl support to postgresql | Chocobozzz | 2020-08-24 | 2 | -0/+3 |
| | |||||
* | Better error message on postgresql connection err | Chocobozzz | 2020-08-24 | 1 | -0/+8 |
| | |||||
* | Add server migration for playlists | Chocobozzz | 2020-08-19 | 2 | -1/+47 |
| | |||||
* | add .ac3, .aac audio and more video extensions | Rigel Kent | 2020-08-18 | 1 | -5/+8 |
| | |||||
* | Add kabile to supported languages | Chocobozzz | 2020-08-11 | 1 | -1/+3 |
| | |||||
* | Refactor video extensions logic in server | Chocobozzz | 2020-08-11 | 1 | -7/+34 |
| | |||||
* | add and document new additional video extensions supported at upload | Rigel Kent | 2020-08-10 | 1 | -6/+36 |
| | |||||
* | Add migrations for abuse messages | Chocobozzz | 2020-07-31 | 2 | -1/+55 |
| | |||||
* | Add server API to abuse messages | Chocobozzz | 2020-07-31 | 2 | -0/+5 |
| | |||||
* | allow sorting notifications | Rigel Kent | 2020-07-29 | 1 | -2/+2 |
| | |||||
* | Relax migrations | Chocobozzz | 2020-07-11 | 1 | -7/+0 |
| | |||||
* | Add new abuses tests | Chocobozzz | 2020-07-10 | 1 | -2/+0 |
| | |||||
* | Add migrations | Chocobozzz | 2020-07-10 | 3 | -1/+93 |
| | |||||
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 3 | -30/+42 |
| | |||||
* | Add ability to override client assets : logo - favicon - PWA icons - PWA ↵ | Kim | 2020-07-10 | 2 | -2/+18 |
| | | | | | | | | | | | | | | | manifest name and description (#2897) * Add client-overrides storage to config * Add static-serve for client overrides * Move backgroun-image logo from bundle to css tag for runtime content hash * Add dynamic JSON manifest * Add content hash for manifest, favicon and logo Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Block infohash spammers from tracker | Chocobozzz | 2020-06-25 | 1 | -1/+2 |
| | |||||
* | Add database.name config option | Girish Ramakrishnan | 2020-06-25 | 1 | -1/+1 |
| | | | | | | | | If database.name is set, we use it as the complete database name. If unset, we use the "peertube"+database.suffix as the complete database name. Fixes #1620 |