1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Add user import/export in client

This commit is contained in:
Chocobozzz 2024-02-12 10:50:29 +01:00 committed by Chocobozzz
parent 35f0bb14be
commit f9c89b98f7
61 changed files with 991 additions and 180 deletions

View file

@ -112,6 +112,17 @@
</td>
</tr>
<tr>
<th i18n class="label" colspan="2">Export</th>
</tr>
<tr>
<th i18n class="sub-label" scope="row">Users can export their data</th>
<td>
<my-feature-boolean [value]="serverConfig.export.users.enabled"></my-feature-boolean>
</td>
</tr>
<tr>
<th i18n class="label" colspan="2">Search</th>
</tr>