Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various typos | luz paz | 2022-06-07 | 2 | -7/+7 |
| | | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy` | ||||
* | Added "total views" in the my channels list (#5007) | Florian CUNY | 2022-05-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | * Added "total views" in the my channels list Implements https://github.com/Chocobozzz/PeerTube/issues/4331 * Fix lint * applied suggested change * updated openAPI spec for the use "withStats" when getting video channels * applied code change * removed GROUP BY in query * Fixed test | ||||
* | Add nginx update to changelog | Chocobozzz | 2022-05-24 | 1 | -3/+3 |
| | |||||
* | Add note about dev mode when testing a plugin | Chocobozzz | 2022-05-23 | 1 | -2/+5 |
| | |||||
* | Fix dependencies toc | Chocobozzz | 2022-05-20 | 1 | -1/+1 |
| | |||||
* | Add control bar option for peertube player | Chocobozzz | 2022-05-20 | 1 | -0/+53 |
| | |||||
* | 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 |
| | |||||
* | Add info about admin username in doc | Chocobozzz | 2022-03-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'release/4.1.0' into develop | Chocobozzz | 2022-03-08 | 1 | -1/+7 |
|\ | |||||
| * | Remove exif tags when processing images | Chocobozzz | 2022-03-07 | 1 | -1/+7 |
| | | |||||
* | | Improve benchmark script CLI options | Chocobozzz | 2022-02-28 | 1 | -1/+7 |
| | | |||||
* | | 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 "Create client page" plugin doc | Chocobozzz | 2022-01-10 | 1 | -24/+36 |
| | |||||
* | Add missing password field to update user api doc | Chocobozzz | 2022-01-10 | 1 | -4/+6 |
| | |||||
* | Enhance plugin video fields | Chocobozzz | 2021-12-29 | 1 | -1/+16 |
| | | | | | Add video form tab selection Add ability to display an error | ||||
* | Add version to generate types packages | Chocobozzz | 2021-12-28 | 1 | -2/+2 |
| | |||||
* | Deprecate node 12 | Chocobozzz | 2021-12-24 | 1 | -7/+7 |
| | |||||
* | Fix types dist paths | Chocobozzz | 2021-12-24 | 1 | -13/+11 |
| | |||||
* | Update plugin guide | Chocobozzz | 2021-12-24 | 1 | -0/+1 |
| | |||||
* | Updated notification types in openapi reference | Florian CUNY | 2021-12-23 | 1 | -1/+9 |
| | | | Relates to https://github.com/Chocobozzz/PeerTube/issues/1565 | ||||
* | Fix generate types package script | Chocobozzz | 2021-12-16 | 1 | -1/+1 |
| | |||||
* | https://builds.joinpeertube.org/release | Chocobozzz | 2021-12-16 | 2 | -3/+12 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 1 | -2/+2 |
| | |||||
* | Fix some build scripts and lint | Chocobozzz | 2021-12-16 | 1 | -7/+9 |
| | |||||
* | refactor(types): create dedicated folder for types package src | lutangar | 2021-12-16 | 1 | -7/+26 |
| | | | | | | fix guide examples and add types package readme refactor(tsconfig): move back base tsconfig to base directory | ||||
* | feat(types): create peertube-types package | lutangar | 2021-12-16 | 2 | -0/+46 |
| | | | | | | | | | | | | Create dedicated Typescript "types" configuration file for each "projects". Create a types folder which includes every useful ts definition: - client - server - shared Add tooling to create a proper package, extract dependencies, etc... Add CI Github task. refactor(types): publish types package in release script | ||||
* | Ability for admins to set default upload values | Chocobozzz | 2021-12-14 | 1 | -7/+1 |
| | |||||
* | Fix tests doc | Chocobozzz | 2021-12-13 | 1 | -1/+1 |
| | |||||
* | Add 'input-checkbox' value warning in doc | Chocobozzz | 2021-12-10 | 1 | -0/+4 |
| | |||||
* | Improve production guide | Chocobozzz | 2021-12-08 | 1 | -57/+57 |
| | | | | | Add syntax highlighting Add emoji on section titles to better differenciate each section | ||||
* | Add account block status in openapi | Chocobozzz | 2021-12-07 | 1 | -0/+56 |
| | |||||
* | Build nightly using github action | Chocobozzz | 2021-12-03 | 1 | -0/+40 |
| | |||||
* | Update release doc | Chocobozzz | 2021-11-30 | 1 | -2/+2 |
| | |||||
* | Introduce plugin id selectors | Chocobozzz | 2021-11-26 | 1 | -1/+8 |
| | |||||
* | Use master branch for docker install documentation | Chocobozzz | 2021-11-25 | 1 | -8/+8 |
| | |||||
* | Add `req` and `res` as controllers hooks parameters | lutangar | 2021-11-25 | 1 | -0/+14 |
| | | | | | Hooks prefixed by `action:api` now give access the original express req and res. Checkout guide.md for possible usage. | ||||
* | Fix E2E tests | Chocobozzz | 2021-11-24 | 1 | -1/+1 |
| | |||||
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 1 | -0/+69 |
| |