aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* Fix docker user entrypointChocobozzz2022-06-211-2/+2
|
* Add note about dev mode when testing a pluginChocobozzz2022-05-231-2/+5
|
* Fix dependencies tocChocobozzz2022-05-201-1/+1
|
* Add control bar option for peertube playerChocobozzz2022-05-201-0/+53
|
* Add filter by start/end date overall stats in apiChocobozzz2022-05-051-0/+24
|
* Remove comments, rates and views from statsChocobozzz2022-05-051-8/+0
| | | | It prevent us to apply date filters
* Prefer using node instead of npm in dockerfileChocobozzz2022-05-041-2/+2
| | | | We get bad error output with npm
* Support live session in serverChocobozzz2022-05-031-0/+82
|
* Use node 16 in peertube docker imageChocobozzz2022-05-021-1/+1
|
* Fix getting live by anonymous userChocobozzz2022-04-221-1/+3
|
* Add missing video states to rest api docChocobozzz2022-04-191-1/+17
|
* Improve videos sort documentationChocobozzz2022-04-151-10/+18
|
* Add event doc to view endpointChocobozzz2022-04-151-0/+9
|
* Update open api routesChocobozzz2022-04-151-4/+130
|
* Rename studio to editorChocobozzz2022-03-221-1/+1
|
* Remove invalid info from REST API docChocobozzz2022-03-211-4/+1
|
* Support edition upload in nginxChocobozzz2022-03-181-1/+1
|
* Make object storage ACL configurableDoug Luce2022-03-161-0/+1
| | | | | | | | Override this value to allow uploads to non-public S3 buckets. Otherwise "AccessDenied: Access Denied" errors will end up in the log. Fixes #4850
* Add latency setting supportChocobozzz2022-03-091-2/+17
|
* Add info about admin username in docChocobozzz2022-03-081-1/+1
|
* Merge branch 'release/4.1.0' into developChocobozzz2022-03-082-2/+8
|\
| * Remove exif tags when processing imagesChocobozzz2022-03-071-1/+7
| |
| * Install git in docker imageChocobozzz2022-03-071-1/+1
| | | | | | | | Can be needed to install plugins
| * Reuse latest dockerfile fixesChocobozzz2022-03-041-2/+4
| |
* | Improve benchmark script CLI optionsChocobozzz2022-02-281-1/+7
| |
* | Install python3 instead of global pythonLecygneNoir2022-02-281-1/+1
| | | | | | python virtual package uses python-is-python2 so install python2 instead of python3, we need to explicitly use python3 for PeerTube tools (especially ytp-dl)
* | Try to fix ARM docker buildsChocobozzz2022-02-281-1/+3
| |
* | Implement avatar miniatures (#4639)kontrollanten2022-02-282-64/+69
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 infoChocobozzz2022-02-021-2/+2
|
* Add ability to cancel & delete video importsChocobozzz2022-01-191-2/+57
|
* Add ability to delete history elementChocobozzz2022-01-181-0/+17
|
* Add "Create client page" plugin docChocobozzz2022-01-101-24/+36
|
* Add missing password field to update user api docChocobozzz2022-01-101-4/+6
|
* Remove unnecessary NPM_RUN_BUILD_OPTS docker argChocobozzz2022-01-061-6/+1
|
* Remove angular cache in docker buildChocobozzz2022-01-031-1/+1
|
* Try to fix docker buildChocobozzz2022-01-031-2/+2
|
* Enhance plugin video fieldsChocobozzz2021-12-291-1/+16
| | | | | Add video form tab selection Add ability to display an error
* Add version to generate types packagesChocobozzz2021-12-281-2/+2
|
* Increase docker ARM build timeoutChocobozzz2021-12-281-2/+2
|
* Deprecate node 12Chocobozzz2021-12-242-8/+8
|
* Fix types dist pathsChocobozzz2021-12-241-13/+11
|
* Update plugin guideChocobozzz2021-12-241-0/+1
|
* Updated notification types in openapi referenceFlorian CUNY2021-12-231-1/+9
| | | Relates to https://github.com/Chocobozzz/PeerTube/issues/1565
* Fix generate types package scriptChocobozzz2021-12-161-1/+1
|
* https://builds.joinpeertube.org/releaseChocobozzz2021-12-162-3/+12
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-161-2/+2
|
* Fix some build scripts and lintChocobozzz2021-12-161-7/+9
|
* refactor(types): create dedicated folder for types package srclutangar2021-12-161-7/+26
| | | | | | fix guide examples and add types package readme refactor(tsconfig): move back base tsconfig to base directory
* feat(types): create peertube-types packagelutangar2021-12-162-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 valuesChocobozzz2021-12-141-7/+1
|