Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix shared imports | Chocobozzz | 2021-12-24 | 5 | -17/+27 |
| | |||||
* | Don't stuck state when move transcoding job failed | Chocobozzz | 2021-12-23 | 1 | -0/+15 |
| | |||||
* | Fix audio only transcoding | Chocobozzz | 2021-12-23 | 1 | -3/+2 |
| | |||||
* | Fix subscriptions | Chocobozzz | 2021-12-17 | 1 | -2/+3 |
| | |||||
* | Fix internal user subscription | Chocobozzz | 2021-12-17 | 1 | -2/+2 |
| | |||||
* | Fix build | Chocobozzz | 2021-12-17 | 1 | -2/+2 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 6 | -8/+6 |
| | |||||
* | Move typescript utils in its own directory | Chocobozzz | 2021-12-16 | 42 | -45/+50 |
| | |||||
* | fix plugin storage return value when storing a Json array | lutangar | 2021-12-16 | 1 | -8/+4 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 1 | -5/+8 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 7 | -8/+7 |
| | | | | | | | | | | | 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 | ||||
* | Add hls to prune storage script | Chocobozzz | 2021-12-10 | 1 | -0/+9 |
| | |||||
* | Fix torrent metadata update for hls | Chocobozzz | 2021-12-09 | 1 | -15/+0 |
| | |||||
* | Update torrent metadata on video update | Chocobozzz | 2021-12-08 | 2 | -1/+16 |
| | |||||
* | Add mute status in account and channel pages | Chocobozzz | 2021-12-07 | 2 | -6/+53 |
| | |||||
* | Fix pending transcoding with failed job | Chocobozzz | 2021-12-03 | 1 | -2/+4 |
| | |||||
* | Stop killing peertube in ci script | Chocobozzz | 2021-11-18 | 1 | -1/+1 |
| | |||||
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 5 | -9/+17 |
| | |||||
* | Add ability to remove hls/webtorrent files | Chocobozzz | 2021-11-18 | 2 | -3/+3 |
| | |||||
* | Fix unused parameter | Chocobozzz | 2021-11-16 | 1 | -1/+0 |
| | |||||
* | Add ability to filter out public videos from admin | Chocobozzz | 2021-11-12 | 2 | -7/+26 |
| | |||||
* | Fix video update transaction | Chocobozzz | 2021-11-10 | 1 | -2/+2 |
| | |||||
* | Fix thumbnail update | Chocobozzz | 2021-11-10 | 1 | -3/+1 |
| | |||||
* | Refactor video views | Chocobozzz | 2021-11-09 | 1 | -0/+5 |
| | | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration | ||||
* | Add migrate-to-object-storage script (#4481) | kontrollanten | 2021-11-09 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | * add migrate-to-object-storage-script closes #4467 * add migrate-to-unique-playlist-filenames script * fix(migrate-to-unique-playlist-filenames): update master/segments256 run updateMasterHLSPlaylist and updateSha256VODSegments after file rename. * Improve move to object storage scripts * PR remarks Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Support RTMPS | Chocobozzz | 2021-11-05 | 1 | -4/+12 |
| | |||||
* | Add ability to filter by file type | Chocobozzz | 2021-11-03 | 2 | -21/+68 |
| | |||||
* | Some fixes for admin videos list | Chocobozzz | 2021-11-02 | 8 | -40/+39 |
| | |||||
* | Add video file size info in admin videos list | Chocobozzz | 2021-10-29 | 7 | -38/+43 |
| | |||||
* | Deprecate filter video query | Chocobozzz | 2021-10-29 | 11 | -117/+238 |
| | | | | Introduce include and isLocal instead | ||||
* | Made the video channels limit (per user) server-wide configurable (#4491) | Florian CUNY | 2021-10-26 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | * Made the video channels limit (per user) server-wide configurable Implements https://github.com/Chocobozzz/PeerTube/issues/3092 Also added a "quota bar" in the account's settings page * Fixed lint errors * Another pass at fixing lint errors * Applied code suggestions * Removed 'video channels quota' | ||||
* | Fix sequelize order typings | Chocobozzz | 2021-10-22 | 4 | -6/+6 |
| | |||||
* | Provide origin URL to client and fix remote share | Chocobozzz | 2021-10-22 | 1 | -0/+2 |
| | |||||
* | Fix my live videos filter | Chocobozzz | 2021-10-20 | 1 | -2/+2 |
| | |||||
* | Add channel filters for my videos/followers | Chocobozzz | 2021-10-20 | 1 | -1/+8 |
| | |||||
* | Split check user params tests | Chocobozzz | 2021-10-20 | 1 | -2/+0 |
| | |||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 2 | -15/+31 |
| | |||||
* | Fix lint | Chocobozzz | 2021-10-14 | 1 | -1/+0 |
| | |||||
* | Fix user subscription follows count | Chocobozzz | 2021-10-14 | 1 | -0/+41 |
| | |||||
* | Fix actor follow counts calculation | Chocobozzz | 2021-10-13 | 1 | -10/+13 |
| | |||||
* | Fix useless condition | Chocobozzz | 2021-10-11 | 1 | -1/+1 |
| | |||||
* | Fix notification on create transcoding job | Chocobozzz | 2021-10-11 | 1 | -2/+2 |
| | |||||
* | Fix channel search with complete handle | Chocobozzz | 2021-10-11 | 1 | -1/+1 |
| | |||||
* | More robust webtorrent redundancy download | Chocobozzz | 2021-09-06 | 1 | -0/+2 |
| | | | | | Avoid issues with inconsistencies between magnet infohash and torrent infohash, blocking webtorrent upload that will timeout | ||||
* | Migrate to webdriverio | Chocobozzz | 2021-09-01 | 1 | -1/+1 |
| | |||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 7 | -13/+12 |
| | |||||
* | Allow accounts to skip account setup modal | Chocobozzz | 2021-08-27 | 1 | -5/+14 |
| | |||||
* | Better logs for redundancy | Chocobozzz | 2021-08-26 | 1 | -1/+8 |
| | |||||
* | Fix redundancy remove on host redundancy update | Chocobozzz | 2021-08-26 | 1 | -3/+21 |
| | |||||
* | Alert user for low quota and video auto-block on upload page (#4336) | Ms Kimsible | 2021-08-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | * Replace wording of instance contact * Add contact-us button to no-quota alert on upload page * Add alert for accounts with auto-blocked videos on upload page * Add alert for accounts without enough quota + refacto on upload page * Using ng-container and ng-template * Add alert for daily quota * Add hook filter for upload page alert messages * Add instance name as subtitle in contact modal * Fix eslint max-len on string * Fix missing word in quota left daily message - upload page Co-authored-by: Kimsible <kimsible@users.noreply.github.com> |