aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Add /server/stats API documentationChocobozzz2022-07-121-0/+88
|
* /!\ Use a dedicated config file for developmentChocobozzz2022-07-061-1/+1
| | | | | It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it npm run dev:* commands are already updated
* Update embed URL query docChocobozzz2022-06-281-1/+50
|
* Centos 8 (#5075)slendermon2022-06-231-2/+7
| | | | | | | | | | | | | * Centos 8 Centos 8 * Document Document centos 8 fixing * Document fix centos 8 Bad spacing fix
* store uploaded video filename (#4885)kontrollanten2022-06-211-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * store uploaded video filename closes #4731 * dont crash if videos channel exist * migration: use raw query * video source: fixes after code review * cleanup * bump migration * updates after code review * refactor: use checkUserCanManageVideo * videoSource: add openapi doc * test(check-params/video-source): fix timeout * Styling * Correctly set original filename as source Co-authored-by: Chocobozzz <me@florianbigard.com>
* Ensure peertube root directory is setup to be traversed by nginx (#5028)J Webb2022-06-211-0/+6
| | | | | | | | | | | | | * Update production.md On Ubuntu 22.04, the dir `/var/www/peertube` is restricted to user peertube & group peertube. This causes issues with many of the subsequent sudo commands, and also results in white-screen on initial visit to the site due to JS files not being accessible. This PR loosens those requirements, but maybe would be better if nginx is just added to peertube group? This is my first time installing PeertTube, so I'll defer to someone with more knowledge of this framework to vet the approach here. * Set specific mode on peertube root directory * Minor fixup * Prefer ls instead of chmod to check directory Co-authored-by: Chocobozzz <me@florianbigard.com>
* Implement 5036: more readable diff on configuration file when upgrading.John Livingston2022-06-131-0/+9
|
* fix(doc): fix links to 'anchors' in install docdingycle2022-06-101-2/+2
|
* Fix various typosluz paz2022-06-072-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 CUNY2022-05-311-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 changelogChocobozzz2022-05-241-3/+3
|
* 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
* Support live session in serverChocobozzz2022-05-031-0/+82
|
* 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
|
* Remove invalid info from REST API docChocobozzz2022-03-211-4/+1
|
* 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-081-1/+7
|\
| * Remove exif tags when processing imagesChocobozzz2022-03-071-1/+7
| |
* | Improve benchmark script CLI optionsChocobozzz2022-02-281-1/+7
| |
* | Implement avatar miniatures (#4639)kontrollanten2022-02-281-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 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
|
* 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
|
* Deprecate node 12Chocobozzz2021-12-241-7/+7
|
* 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
|
* Fix tests docChocobozzz2021-12-131-1/+1
|
* Add 'input-checkbox' value warning in docChocobozzz2021-12-101-0/+4
|
* Improve production guideChocobozzz2021-12-081-57/+57
| | | | | Add syntax highlighting Add emoji on section titles to better differenciate each section