diff --git a/docs/basic_usage.md b/docs/basic_usage.md index 950101c..f73be2e 100644 --- a/docs/basic_usage.md +++ b/docs/basic_usage.md @@ -2,4 +2,28 @@ layout: default title: Basic Usage nav_order: 6 ---- \ No newline at end of file +--- + +# Basic Usage + +## Users +Some functions that every user that use XBackBone should know: ++ You can hide/publish every upload, once it's hidden, it's visible only by yourself. ++ You can download your ShareX configuration file from your profile page. ++ You can upload files directly from the upload page. ++ You can change you upload token anytime. ++ You can export all your uploads in a single zip files in your profile page. ++ (`v3.1`+) With the right click on the uploaded media, you can select them, and then remove them in bulk. ++ (`v3.1`+) You can add additional tag to your uploads, clicking on the **+** button on the media. ++ (`v3.1`+) You can add you can delete tags, by right-click on them. + +## Administrator +In addition, from the system page, and administrator can: ++ Perform maintenance actions. ++ Change theme. ++ Force system languages. ++ Enabled recaptcha. ++ Enable user disk quota. ++ ... and more. + +In the users page, it can add/remove users, and edit per user configurations. \ No newline at end of file diff --git a/docs/license.md b/docs/license.md index e50a542..ab4086b 100644 --- a/docs/license.md +++ b/docs/license.md @@ -4,11 +4,11 @@ title: License & Credits nav_order: 7 --- -## License +# License This software is licensed under the GNU Affero General Public License v3.0, available in this repository. As a "copyright notice" it is sufficient to keep the small footer at the bottom of the page, also to help other people to learn about this project! -## Built with +# Built with + Project logo by [@Sere](https://www.deviantart.com/serenaitalia) + Slim 3 since `v2.0`, and Slim 4 since `v3.0` (https://www.slimframework.com/) and some great PHP packages (Flysystem, Intervention Image, Twig, etc) + FlightPHP, up to `v1.x` (http://flightphp.com/) diff --git a/docs/upgrading.md b/docs/upgrading.md index 8ecb61b..badd5e8 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -22,6 +22,13 @@ The system updates can be applied via the web interface by an administrator, or + Click the update button. + Done. +## CLI update +If, for whatever reason, the web UI is not accessible, you can upgrade from CLI: ++ Download and extract the release zip to your document root, overwriting any file. ++ Run the command `php\migrate`. ++ Run the command `php\clean`. ++ Done. + ### Pre-release channel From the system page, you can also choose to check from beta/RC releases, these are NOT considered stable enough for every day use, but only for testing purposes, **take a backup before upgrading to these versions**. \ No newline at end of file