Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add filter by start/end date overall stats in api | Chocobozzz | 2022-05-05 | 1 | -0/+24 |
| | |||||
* | Remove comments, rates and views from stats | Chocobozzz | 2022-05-05 | 1 | -8/+0 |
| | | | | It prevent us to apply date filters | ||||
* | Support live session in server | Chocobozzz | 2022-05-03 | 1 | -0/+82 |
| | |||||
* | Fix getting live by anonymous user | Chocobozzz | 2022-04-22 | 1 | -1/+3 |
| | |||||
* | Add missing video states to rest api doc | Chocobozzz | 2022-04-19 | 1 | -1/+17 |
| | |||||
* | Improve videos sort documentation | Chocobozzz | 2022-04-15 | 1 | -10/+18 |
| | |||||
* | Add event doc to view endpoint | Chocobozzz | 2022-04-15 | 1 | -0/+9 |
| | |||||
* | Update open api routes | Chocobozzz | 2022-04-15 | 1 | -4/+130 |
| | |||||
* | Remove invalid info from REST API doc | Chocobozzz | 2022-03-21 | 1 | -4/+1 |
| | |||||
* | Add latency setting support | Chocobozzz | 2022-03-09 | 1 | -2/+17 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -63/+68 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Add fixme info | Chocobozzz | 2022-02-02 | 1 | -2/+2 |
| | |||||
* | Add ability to cancel & delete video imports | Chocobozzz | 2022-01-19 | 1 | -2/+57 |
| | |||||
* | Add ability to delete history element | Chocobozzz | 2022-01-18 | 1 | -0/+17 |
| | |||||
* | Add missing password field to update user api doc | Chocobozzz | 2022-01-10 | 1 | -4/+6 |
| | |||||
* | Updated notification types in openapi reference | Florian CUNY | 2021-12-23 | 1 | -1/+9 |
| | | | Relates to https://github.com/Chocobozzz/PeerTube/issues/1565 | ||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 1 | -2/+2 |
| | |||||
* | Add account block status in openapi | Chocobozzz | 2021-12-07 | 1 | -0/+56 |
| | |||||
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 1 | -0/+69 |
| | |||||
* | Add ability to filter out public videos from admin | Chocobozzz | 2021-11-12 | 1 | -3/+17 |
| | |||||
* | Refactor video views | Chocobozzz | 2021-11-09 | 1 | -2/+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 | ||||
* | Support RTMPS | Chocobozzz | 2021-11-05 | 1 | -0/+2 |
| | |||||
* | Added 144p encoding (#4492) | Florian CUNY | 2021-11-05 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added 144p encoding Implements https://github.com/Chocobozzz/PeerTube/issues/4428 * Fixed typo in core-utils * Increased BitPerPixel for 144p * Disabled 144p by default in test.yaml * Another try at fixing tests * Fixed test in video-transcoder (api-3) * Fixed test in video-imports (api-4) * Fixed test in live-constraints (api-2) * Tried to fix tests in api-3 again * Revert "Tried to fix tests in api-3 again" This reverts commit 266e1143fa37f333d149c2c2791c7bd33621ac14. * Fixed test in config.ts (api-2) * Try to fix test in video-hls.ts (api-3) * Fixed test in video-transcoder.ts (api-3) * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Add ability to filter by file type | Chocobozzz | 2021-11-03 | 1 | -0/+28 |
| | |||||
* | Some fixes for admin videos list | Chocobozzz | 2021-11-02 | 1 | -2/+2 |
| | |||||
* | Deprecate filter video query | Chocobozzz | 2021-10-29 | 1 | -18/+42 |
| | | | | Introduce include and isLocal instead | ||||
* | prevent multiple post-process triggering of upload-resumable (#4175) | Rigel Kent | 2021-10-25 | 1 | -0/+7 |
| | | | | | | | | | * prevent multiple post-process triggering of upload-resumable * switch from 409 to 503 for upload being processed * Improve resumable upload check Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Completely remove torrent static path | Chocobozzz | 2021-10-22 | 1 | -2/+0 |
| | |||||
* | Split check user params tests | Chocobozzz | 2021-10-20 | 1 | -0/+69 |
| | |||||
* | Add missing start and count parameters to playlist video list API endpoint ↵ | JustAnotherArchivist | 2021-10-20 | 1 | -0/+2 |
| | | | | documentation | ||||
* | Allow accounts to skip account setup modal | Chocobozzz | 2021-08-27 | 1 | -0/+4 |
| | |||||
* | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 1 | -7/+11 |
| | |||||
* | Bumped to version v3.3.0v3.3.0 | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Bumped to version v3.3.0-rc.1v3.3.0-rc.1 | Chocobozzz | 2021-07-05 | 1 | -1/+1 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 1 | -1/+16 |
| | |||||
* | Add downloadEnabled boolean to PUT video | frankstrater | 2021-06-25 | 1 | -1/+4 |
| | |||||
* | Add ability to search playlists | Chocobozzz | 2021-06-25 | 1 | -0/+41 |
| | |||||
* | add video upload types, add doc middleware to more routes | Rigel Kent | 2021-06-06 | 1 | -8/+35 |
| | |||||
* | add invalid_token error to openapi spec | Rigel Kent | 2021-06-04 | 1 | -0/+6 |
| | |||||
* | refactor error code values for URI compatibility | Rigel Kent | 2021-06-02 | 1 | -7/+31 |
| | |||||
* | refactor deprecated body-parser usage | Rigel Kent | 2021-06-02 | 1 | -0/+2 |
| | |||||
* | refactor API errors to standard error format | Rigel Kent | 2021-06-02 | 1 | -14/+21 |
| | |||||
* | Bumped to version v3.2.1 | Chocobozzz | 2021-06-01 | 1 | -1/+1 |
| | |||||
* | Fix openapi doc for resumable upload | Chocobozzz | 2021-05-27 | 1 | -2/+2 |
| | |||||
* | Instance homepage support (#4007) | Chocobozzz | 2021-05-27 | 1 | -0/+51 |
| | | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service | ||||
* | Merge branch 'release/3.2.0' into develop | Chocobozzz | 2021-05-27 | 1 | -1/+1 |
|\ | |||||
| * | Bumped to version v3.2.0v3.2.0 | Chocobozzz | 2021-05-27 | 1 | -1/+1 |
| | | |||||
* | | Fix broken openapi schema | Chocobozzz | 2021-05-27 | 1 | -5/+5 |
| | | |||||
* | | add operationId to common operations | Rigel Kent | 2021-05-26 | 1 | -14/+34 |
| | | |||||
* | | fix typo in operationId in openapi spec | Rigel Kent | 2021-05-24 | 1 | -7/+111 |
| | |