From: Patrick Canterino Date: Fri, 28 Jun 2024 13:29:52 +0000 (+0200) Subject: Changed links to point to my fork X-Git-Tag: 4.6.0~11 X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/8244506c761b51462c557f41e92694ea76c380d3 Changed links to point to my fork --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe17f5..c228ab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 1. Backup your Jirafeau installation! 2. Block access to Jirafeau -3. Checkout the new version with Git using the [tagged release](https://gitlab.com/mojo42/Jirafeau/tags) +3. Checkout the new version with Git using the [tagged release](https://gitlab.com/pcanterino/Jirafeau/tags) * If you have installed Jirafeau just by uploading files on your server, you can download the desired version, overwrite/remove all files and chown/chmod files if needed. Keep a backup of your local configuration file tough. 4. With you browser, go to your Jirafeau root page 5. Follow the installation wizard, it should propose you the same data folder or even update automatically diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc5f673..6fc1fa0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ It is meant to be a simple filehosting service, simple to use, simple to install This project won't evolve to a file manager and will focus to keep a very few dependencies. -So things like a markdown parser for the ToS or E-Mail tasks would be useful for sure, but may be [rejected](https://gitlab.com/mojo42/Jirafeau/issues/37#note_1191566) since they would a lot of dependencies and makes the project more complex. +So things like a markdown parser for the ToS or E-Mail tasks would be useful for sure, but may be [rejected](https://gitlab.com/pcanterino/Jirafeau/issues/37#note_1191566) since they would a lot of dependencies and makes the project more complex. ## Structure @@ -92,7 +92,7 @@ Quick walkthrough: * Fetch weblate and rebase and import translations * If the release is not done for security purposes: create a new issue and freeze next-release branch for at least week. -* Compare the [»next-release« branch to »master«](https://gitlab.com/mojo42/Jirafeau/compare/master...next-release) +* Compare the [»next-release« branch to »master«](https://gitlab.com/pcanterino/Jirafeau/compare/master...next-release) * Add a list of noteworthy features and bugfixes to `CHANGELOG.md` * Add eventual upgrade procedure to `CHANGELOG.md`. Make sure to list all new configuration items. * Build and test docker image diff --git a/docker/README.md b/docker/README.md index 5f9dce3..155de5f 100644 --- a/docker/README.md +++ b/docker/README.md @@ -13,7 +13,7 @@ The admin console is located on `/admin.php`, check console output to get auto-g # Build your own Jirafeau docker image ``` -git clone https://gitlab.com/mojo42/Jirafeau.git +git clone https://gitlab.com/pcanterino/Jirafeau.git cd Jirafeau docker build -t your/jirafeau:latest . ``` diff --git a/lib/functions.php b/lib/functions.php index b6672fb..d7fbe01 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -879,7 +879,7 @@ function jirafeau_fileperms($path) function jirafeau_admin_bug_report($cfg) { $out = "
" . t('REPORTING_AN_ISSUE') . ""; - $out .= "If you have a problem related to Jirafeau, please open an issue, explain your problem in english and copy-paste the following content:

"; + $out .= "If you have a problem related to Jirafeau, please open an issue, explain your problem in english and copy-paste the following content:

"; $out .= "# Jirafeau
"; $out .= "- version: " . JIRAFEAU_VERSION . "
"; diff --git a/lib/settings.php b/lib/settings.php index e3399fd..86a14e2 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -41,7 +41,7 @@ if ($cfg['debug'] === true) { /* Jirafeau package */ define('JIRAFEAU_PACKAGE', 'Jirafeau'); -define('JIRAFEAU_VERSION', '4.5.0'); +define('JIRAFEAU_VERSION', '4.6.0-beta'); /* Directories. */ define('VAR_FILES', $cfg['var_root'] . 'files/'); diff --git a/lib/template/footer.php b/lib/template/footer.php index c7bad70..6d00c6e 100644 --- a/lib/template/footer.php +++ b/lib/template/footer.php @@ -3,7 +3,7 @@ ' . t('JI_PROJECT') . '' . + ' ' . t('JI_PROJECT') . '' . ' (AGPL-3.0)'; ?> diff --git a/script.php b/script.php index 600b1d5..9b8a104 100644 --- a/script.php +++ b/script.php @@ -44,7 +44,7 @@ if ($_SERVER['REQUEST_METHOD'] == "GET" && count($_GET) == 0) {

Scripting interface

This interface permits to script your uploads and downloads.

-

See source code of this interface to get available calls :)

+

See source code of this interface to get available calls :)

You may download a preconfigured Bash Script to easily send to and get files from the API via command line.