Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Screenshots and Description for the Files Module #209

Merged
merged 1 commit into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed assets/screen1.PNG
Binary file not shown.
Binary file removed assets/screen2.PNG
Binary file not shown.
Binary file removed assets/screen3.PNG
Binary file not shown.
Binary file removed assets/screen4.PNG
Binary file not shown.
Binary file removed assets/screen5.PNG
Binary file not shown.
Binary file removed assets/screen6.PNG
Binary file not shown.
Binary file added assets/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshot4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshot5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshot6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshot7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshot8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 9 additions & 8 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

# Files

Enhance your network with a filesystem structure. Upload, manage and share everything important for you and your colleagues.
Enhance your network's efficiency with the Files Module, a complete solution for easy file management. Seamlessly integrated with HumHub, this module enables you to effortlessly manage and share important files throughout your network and team.

## Overview
## Key Features

- Automatically get an overview of all files from your stream and profile
- Sort your files in as many folders and subfolder as you need
- Easily move files and folders
- Get an immediate overview (creator, editor, creation date..)
- Import folder structures from .zip files
- Download files in bulk as a .zip
- **File Overview:** Get instant access to all files from your stream and profile.
- **Interact:** Comment on and like files for better collaboration and feedback.
- **Folder Structure:** Organize your files into unlimited folders and subfolders.
- **Migration:** Effortlessly move files and folders within your network.
- **File Info:** Always visible information about the creator, editor, and creation date.
- **Import Files:** Import files and folder structures directly from a .zip file.
- **Export Files:** Download folders and files in bulk as a .zip file.
16 changes: 9 additions & 7 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "cfiles",
"name": "Files",
"description": "Enhance your network with a file management system",
"description": "Streamline file management across your network and enhance efficiency.",
"keywords": [
"files",
"docs",
Expand All @@ -27,11 +27,13 @@

],
"screenshots": [
"assets/screen1.PNG",
"assets/screen2.PNG",
"assets/screen3.PNG",
"assets/screen4.PNG",
"assets/screen5.PNG",
"assets/screen6.PNG"
"assets/screenshot1.png",
"assets/screenshot2.png",
"assets/screenshot3.png",
"assets/screenshot4.png",
"assets/screenshot5.png",
"assets/screenshot6.png",
"assets/screenshot7.png",
"assets/screenshot8.png"
]
}
Loading