aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
...
* add blocked filter in users list to filter banned usersRigel Kent2020-07-021-1/+25
| | | | fixes #2914
* deprecate video abuse route, soon to be superseededRigel Kent2020-07-021-0/+4
|
* Fix users testsChocobozzz2020-07-021-5/+5
|
* fix go client library generationRigel Kent2020-06-291-0/+1
|
* Update CentOS insutructions in dependencies.md Clifford Garwood II2020-06-291-6/+45
| | | | | | | | Created section for CentOS 8 instructions as it deviates from CentOS 7 - There is no python binary that can be installed with a package so it must be symlinked - Removed packages not needed from step 4 - Removed step concerning g++ as the version in CentOS 8 is usable - Improved wording for Steps summary in both CentOS 8 and 7
* allow limiting video-comments rss feeds to an account or video channelRigel Kent2020-06-271-5/+40
|
* update openapi spec with links and callback for searchRigel Kent2020-06-271-19/+93
|
* add examples and descriptions, missing filters for abuses in openapi specRigel Kent2020-06-261-195/+565
|
* switch plugins public settings to unauthenticated in the openapi specRigel Kent2020-06-261-2/+0
|
* add plugins to the openapi specRigel Kent2020-06-251-1/+292
|
* add redundancy to the openapi specRigel Kent2020-06-251-7/+172
|
* add notifications to the openapi specRigel Kent2020-06-251-13/+296
|
* Add database.name config optionGirish Ramakrishnan2020-06-251-1/+1
| | | | | | | | If database.name is set, we use it as the complete database name. If unset, we use the "peertube"+database.suffix as the complete database name. Fixes #1620
* fix openapi path for feeds examplesRigel Kent2020-06-241-9/+21
|
* add feeds to the openapi specRigel Kent2020-06-241-159/+620
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-221-1/+39
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* fix opendkim permissions in docker-compose setup (#2868)Kim2020-06-121-0/+2
| | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
* Add rest api doc for index searchChocobozzz2020-06-101-2/+97
|
* Add kab and vi localesChocobozzz2020-06-041-1/+1
|
* Merge branch 'release/2.2.0' into developChocobozzz2020-06-021-1/+1
|\
| * Bumped to version v2.2.0v2.2.0Chocobozzz2020-06-021-1/+1
| |
* | Fixes docker-compose .env (#2538)Kim2020-05-182-5/+22
|/ | | | | | | | | | | | | * chore: remove unused var * fix database name as peertube + update comments * chore: comment vars indentic to production.yrml * add smtp comment * clarify and detail comments Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Bumped to version v2.2.0-rc.1v2.2.0-rc.1Chocobozzz2020-05-181-1/+1
|
* Update FAQChocobozzz2020-05-141-5/+7
|
* Add files section to streaming playlists openapi docChocobozzz2020-05-131-0/+6
|
* Add max count information in api docChocobozzz2020-05-131-1/+1
|
* Add ability to update embed captionsChocobozzz2020-05-061-5/+13
|
* Update plugin guide tocChocobozzz2020-05-041-0/+1
|
* Add auth plugins guideChocobozzz2020-05-041-18/+113
|
* Add getSettings documentationChocobozzz2020-05-041-0/+3
|
* Fix openapi search endpointChocobozzz2020-04-221-1/+0
|
* Fix playlist element param in api docChocobozzz2020-04-211-1/+1
|
* Add playlist exist api docChocobozzz2020-04-211-19/+83
|
* Add videos list filters param in api docChocobozzz2020-04-211-4/+54
|
* Fix comment body api docChocobozzz2020-04-211-0/+24
|
* Improve abuse api docChocobozzz2020-04-211-7/+83
|
* Add API doc for playlistsChocobozzz2020-04-211-58/+321
|
* Openapi consistencyChocobozzz2020-04-211-174/+185
|
* Add ability to remove privacies using pluginsChocobozzz2020-04-201-1/+7
|
* Add markdown support to plugins (#2654)Kim2020-04-201-0/+15
| | | | | | | | | | | * Add markdown renderer to plugins * Chore: add doc for markdown plugins * Fix typing markdown plugin helpers * Add lines between components in template Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add custom modal to plugin helpers (#2631)Kim2020-04-151-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add custom modal component * Add custom modal to app and plugins helpers * Fixes custom modal component * Add doc for custom modal * Fix newline end of file html and scss files * Move my-custom-modal component outside component for UserLoggedIn modals * Move initializeCustomModal to ngAfterViewInit() * Wrap events and conditionnals * Replace ng-show with ngIf* * Add modalRef to open only one modal + onCloseClick * Refacto + Fix access methods of custom modal * Fix methods names custom-modal.component * Fix implement AfterViewInit & no default boolean Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add notifier to plugin helpers (#2627)Kim2020-04-151-1/+11
| | | | | | | | | | | | | * Add notifier to client PeerTubeHelpers plugin * Add doc for notifier PeerTubeHelpers * Add getBaseClientScriptsRoute to client PeerTubeHelpers plugin * Add doc for getBaseClientScriptsRoute PeerTubeHelpers * Remove unused helper Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add pt version in embed optionsChocobozzz2020-04-141-0/+2
|
* Add ability for plugins to add custom routesChocobozzz2020-04-101-1/+18
|
* Add duration in embed api playbackStatusUpdateChocobozzz2020-04-081-1/+3
|
* Update embed api docChocobozzz2020-04-081-1/+1
|
* Add "ended" embed API eventChocobozzz2020-04-081-1/+2
|
* Correctly fix docker storage configChocobozzz2020-04-021-1/+1
|
* Move streaming-playlists to /dataxcffl2020-04-021-0/+1
|
* Fix grammar in translation documentationdingycle2020-03-261-1/+1
|