committed by
Ciarán Ainsworth
26 changed files with 328 additions and 15 deletions
@ -0,0 +1,112 @@ |
|||
# Delete content from your pod |
|||
|
|||
```{warning} |
|||
Deleting content from your pod deletes the files from the server. Deleting objects like channels and libraries deletes all associated content. This action is irreversible. |
|||
``` |
|||
|
|||
Moderators can delete content from their {term}`pod` if required. Use this feature to handle content that violates your pod's rules. |
|||
|
|||
```{dropdown} Required permissions |
|||
- {guilabel}`Moderation` – provides access to the administration menu. |
|||
- {guilabel}`Library` – provides access to the library menu. |
|||
``` |
|||
|
|||
There are two ways to delete content: |
|||
|
|||
```{contents} |
|||
:local: |
|||
``` |
|||
|
|||
## Delete individual objects |
|||
|
|||
If you want to delete a specific object: |
|||
|
|||
```{tabbed} Desktop |
|||
|
|||
1. Log in to your pod. |
|||
2. Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the {guilabel}`Administration` menu. |
|||
3. Select {guilabel}`Library`. The {guilabel}`Edits` page opens. |
|||
4. Select the type of content you want to delete from the top of the page: |
|||
- {guilabel}`Channels` |
|||
- {guilabel}`Artists` |
|||
- {guilabel}`Albums` |
|||
- {guilabel}`Tracks` |
|||
- {guilabel}`Libraries` |
|||
- {guilabel}`Uploads` |
|||
- {guilabel}`Tags` |
|||
5. Use the filters on the content page to find the object you want to delete. |
|||
6. Select the object to go to its moderation page. |
|||
7. Select {guilabel}`Delete`. A {guilabel}`Delete this {object}` warning appears. |
|||
8. Select {guilabel}`Delete`. |
|||
|
|||
``` |
|||
|
|||
```{tabbed} Mobile |
|||
|
|||
1. Log in to your pod. |
|||
2. Select the wrench icon ({fa}`wrench`) at the top of the screen to open the {guilabel}`Administration` menu. |
|||
3. Select {guilabel}`Library`. The {guilabel}`Edits` page opens. |
|||
4. Select the type of content you want to delete from the top of the page: |
|||
- {guilabel}`Channels` |
|||
- {guilabel}`Artists` |
|||
- {guilabel}`Albums` |
|||
- {guilabel}`Tracks` |
|||
- {guilabel}`Libraries` |
|||
- {guilabel}`Uploads` |
|||
- {guilabel}`Tags` |
|||
5. Use the filters on the content page to find the object you want to delete. |
|||
6. Select the object to go to its moderation page. |
|||
7. Select {guilabel}`Delete`. A {guilabel}`Delete this {object}` warning appears. |
|||
8. Select {guilabel}`Delete`. |
|||
|
|||
``` |
|||
|
|||
That's it! You've deleted the object. |
|||
|
|||
## Delete objects in bulk |
|||
|
|||
To delete several items at once: |
|||
|
|||
```{tabbed} Desktop |
|||
|
|||
1. Log in to your pod. |
|||
2. Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the {guilabel}`Administration` menu. |
|||
3. Select {guilabel}`Library`. The {guilabel}`Edits` page opens. |
|||
4. Select the type of content you want to delete from the top of the page: |
|||
- {guilabel}`Channels` |
|||
- {guilabel}`Artists` |
|||
- {guilabel}`Albums` |
|||
- {guilabel}`Tracks` |
|||
- {guilabel}`Libraries` |
|||
- {guilabel}`Uploads` |
|||
- {guilabel}`Tags` |
|||
5. Use the filters on the content page to find the object you want to delete. |
|||
6. Select the checkbox ({fa}`square`) next to the objects you want to delete. Selected objects show a tick ({fa}`check-square`). |
|||
7. Select {guilabel}`Delete` in the {guilabel}`Actions` dropdown. |
|||
8. Select {guilabel}`Go`. A {guilabel}`Do you want to launch delete on {count} items` warning appears. |
|||
9. Select {guilabel}`Launch`. |
|||
|
|||
``` |
|||
|
|||
```{tabbed} Mobile |
|||
|
|||
1. Log in to your pod. |
|||
2. Select the wrench icon ({fa}`wrench`) at the top of the screen to open the {guilabel}`Administration` menu. |
|||
3. Select {guilabel}`Library`. The {guilabel}`Edits` page opens. |
|||
4. Select the type of content you want to delete from the top of the page: |
|||
- {guilabel}`Channels` |
|||
- {guilabel}`Artists` |
|||
- {guilabel}`Albums` |
|||
- {guilabel}`Tracks` |
|||
- {guilabel}`Libraries` |
|||
- {guilabel}`Uploads` |
|||
- {guilabel}`Tags` |
|||
5. Use the filters on the content page to find the object you want to delete. |
|||
6. Select the checkbox ({fa}`square`) next to the objects you want to delete. Selected objects show a tick ({fa}`check-square`). |
|||
7. Select {guilabel}`Delete` in the {guilabel}`Actions` dropdown. |
|||
8. Select {guilabel}`Go`. A {guilabel}`Do you want to launch delete on {count} items` warning appears. |
|||
9. Select {guilabel}`Launch`. |
|||
|
|||
``` |
|||
|
|||
You're done! You've deleted the selected objects from your pod. |
@ -0,0 +1,50 @@ |
|||
# Handle edits |
|||
|
|||
```{note} |
|||
Users can edit content in their own libraries. Moderators don't need to approve these edits. The edits appear in the __Edits__ queue to give admins and moderators a full timeline of changes. |
|||
``` |
|||
|
|||
Users can suggest metadata edits on objects they can access. When a user suggests an edit, it's sent to the __Edits__ queue for review. Moderators and pod admins can accept or reject these edits. |
|||
|
|||
```{dropdown} Required permissions |
|||
- {guilabel}`Moderation` – provides access to the administration menu. |
|||
- {guilabel}`Library` – provides access to the library menu. |
|||
``` |
|||
|
|||
Each edit object contains the following information: |
|||
|
|||
- A {guilabel}`Modification` ID – the unique ID of the modification. Select this to show the modification in context with the edited object. |
|||
- A timestamp of when the user suggested the edit. |
|||
- The status of the edit. |
|||
- The {guilabel}`Field` that the user edited. |
|||
- The {guilabel}`Old value` that the user edited. |
|||
- The {guilabel}`New value` that the user entered. |
|||
- The user who suggested the edit. |
|||
|
|||
To review suggested edits: |
|||
|
|||
```{tabbed} Desktop |
|||
|
|||
1. Log in to your {term}`pod`. |
|||
2. Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the {guilabel}`Administration` menu. |
|||
3. Select {guilabel}`Library`. The {guilabel}`Edits` page opens. The {guilabel}`Library edits` section displays a list of unresolved edits. |
|||
4. Review the edit and select on of the following options: |
|||
- {guilabel}`Approve` – approve the edit and apply it to the object. |
|||
- {guilabel}`Reject` – reject the edit and leave the object in its current state. |
|||
- {guilabel}`Delete` – delete the edit suggestion without taking further action. The object remains in its current state. |
|||
|
|||
``` |
|||
|
|||
```{tabbed} Mobile |
|||
|
|||
1. Log in to your {term}`pod`. |
|||
2. Select the wrench icon ({fa}`wrench`) at the top of the screen to open the {guilabel}`Administration` menu. |
|||
3. Select {guilabel}`Library`. The {guilabel}`Edits` page opens. The {guilabel}`Library edits` section displays a list of unresolved edits. |
|||
4. Review the edit and select on of the following options: |
|||
- {guilabel}`Approve` – approve the edit and apply it to the object. |
|||
- {guilabel}`Reject` – reject the edit and leave the object in its current state. |
|||
- {guilabel}`Delete` – delete the edit suggestion without taking further action. The object remains in its current state. |
|||
|
|||
``` |
|||
|
|||
That's it! You've handled the edit request. You can use the filters on this page to search for historical requests. |
@ -0,0 +1,15 @@ |
|||
# Moderate content on your pod |
|||
|
|||
If you have the __Library__ permission, you can change content on your pod. Use this permission to hide copyrighted content and remove offensive material. |
|||
|
|||
```{toctree} |
|||
--- |
|||
caption: Manage your pod's content |
|||
maxdepth: 1 |
|||
--- |
|||
|
|||
handle_edits |
|||
library_visibility |
|||
delete_content |
|||
|
|||
``` |
@ -0,0 +1,44 @@ |
|||
# Change the visibility of a library |
|||
|
|||
```{note} |
|||
You can only change the visibility of libraries stored on your {term}`pod`. |
|||
``` |
|||
|
|||
If a user has put copyrighted material in a public library, you can change the visibility of the library. This lets the user keep the content and protects your pod from legal issues. |
|||
|
|||
```{dropdown} Required permissions |
|||
- {guilabel}`Moderation` – provides access to the administration menu. |
|||
- {guilabel}`Library` – provides access to the library menu. |
|||
``` |
|||
|
|||
To change the visibility of a library: |
|||
|
|||
```{tabbed} Desktop |
|||
|
|||
1. Log in to your {term}`pod`. |
|||
2. Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the {guilabel}`Administration` menu. |
|||
3. Select {guilabel}`Library`. The {guilabel}`Edits` page opens. |
|||
4. Select {guilabel}`Libraries` at the top of the page. The {guilabel}`Libraries` page opens. |
|||
5. Select the library you want to update. The library's moderation page opens. |
|||
6. Select one of the following options from the {guilabel}`Visibility` dropdown menu: |
|||
- {guilabel}`Private` – makes the library visible only to the owner and anyone they have shared it with. |
|||
- {guilabel}`Instance` – makes the library visible only to users who have an account on your pod. |
|||
- {guilabel}`Everyone` – makes the library visible to users across all pods. |
|||
|
|||
``` |
|||
|
|||
```{tabbed} Mobile |
|||
|
|||
1. Log in to your {term}`pod`. |
|||
2. Select the wrench icon ({fa}`wrench`) at the top of the screen to open the {guilabel}`Administration` menu. |
|||
3. Select {guilabel}`Library`. The {guilabel}`Edits` page opens. |
|||
4. Select {guilabel}`Libraries` at the top of the page. The {guilabel}`Libraries` page opens. |
|||
5. Select the library you want to update. The library's moderation page opens. |
|||
6. Select one of the following options from the {guilabel}`Visibility` dropdown menu: |
|||
- {guilabel}`Private` – makes the library visible only to the owner and anyone they have shared it with. |
|||
- {guilabel}`Instance` – makes the library visible only to users who have an account on your pod. |
|||
- {guilabel}`Everyone` – makes the library visible to users across all pods. |
|||
|
|||
``` |
|||
|
|||
That's it! You've updated the library's visibility. You should contact the user informing them of the action. |
@ -1,3 +0,0 @@ |
|||
# Manage users on your pod |
|||
|
|||
I |
Loading…
Reference in new issue