]> git.p6c8.net - jirafeau.git/commitdiff
Changed URLs to point to new group repository
authorPatrick Canterino <patrick@patrick-canterino.de>
Mon, 1 Jul 2024 18:15:53 +0000 (20:15 +0200)
committerPatrick Canterino <patrick@patrick-canterino.de>
Mon, 1 Jul 2024 18:16:44 +0000 (20:16 +0200)
CHANGELOG.md
CONTRIBUTING.md
README.md
docker/README.md
lib/functions.php
lib/template/footer.php
script.php

index c228ab4b811a0aeea6464813f90afbf22c08db71..60d960ab4a467d4487dd11b36d4ea0ee98852f63 100644 (file)
@@ -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/pcanterino/Jirafeau/tags)
+3. Checkout the new version with Git using the [tagged release](https://gitlab.com/jirafeau/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
index 6fc1fa010718badcbb8c1b8af4bd4ff8ec459079..8edfa477c740770d063f475acc0c9192bff75d13 100644 (file)
@@ -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/pcanterino/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/jirafeau/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/pcanterino/Jirafeau/compare/master...next-release)
+* Compare the [»next-release« branch to »master«](https://gitlab.com/jirafeau/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
index 5cc3b6c665d278e18180c5076df7ad540eb7ace8..7c8e757367bb8112de85645982fc6f348adc8914 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,10 +4,6 @@ This project is a fork of the [discontinued project](https://gitlab.com/mojo42/J
 
 If you are forking the original project, feel free to mention it in [comments](https://gitlab.com/mojo42/Jirafeau/-/issues/360). Jérôme will add it there.
 
-Other forks:
-
-- @Blackstareye [fork](https://gitlab.com/shared1270023/Jirafeau)
-
 # Jirafeau
 
 ![Made With](https://img.shields.io/badge/made_with-php-blue.svg)
@@ -74,7 +70,7 @@ System requirements:
 - No database required, no mail required
 
 Installation steps:
-- Clone the [repository](https://gitlab.com/pcanterino/Jirafeau/) or download the latest [release](https://gitlab.com/pcanterino/Jirafeau/tags) from GitLab onto your webserver
+- Clone the [repository](https://gitlab.com/jirafeau/Jirafeau/) or download the latest [release](https://gitlab.com/jirafeau/Jirafeau/tags) from GitLab onto your webserver
 - Set owner & group according to your webserver
 - A) Setup with the installation wizard (web):
   - Open your browser and go to your installed location, eg. `https://example.com/jirafeau/`
@@ -161,11 +157,11 @@ PS: If you have fixed errors or added features, then please contribute to the pr
 
 If you want to contribute to project, then take a look at the git repository:
 
-- https://gitlab.com/pcanterino/Jirafeau
+- https://gitlab.com/jirafeau/Jirafeau
 
 and the Contribution Guidelines
 
-- https://gitlab.com/pcanterino/Jirafeau/blob/master/CONTRIBUTING.md
+- https://gitlab.com/jirafeau/Jirafeau/blob/master/CONTRIBUTING.md
 
 ## FAQ
 
@@ -177,7 +173,7 @@ Thanks to all contributors ! :)
 
 ### How do I upgrade my Jirafeau?
 
-See change log and upgrade procedure in [CHANGELOG.md](https://gitlab.com/pcanterino/Jirafeau/blob/master/CHANGELOG.md).
+See change log and upgrade procedure in [CHANGELOG.md](https://gitlab.com/jirafeau/Jirafeau/blob/master/CHANGELOG.md).
 
 ### How can I limit upload access?
 
@@ -185,7 +181,7 @@ There are two ways to limit upload access (but not download):
 - you can set one or more passwords in order to access the upload interface, or/and
 - you can configure a list of authorized IP ([CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)) which are allowed to access to the upload page
 
-Check documentation of `upload_password` and `upload_ip` parameters in [lib/config.original.php](https://gitlab.com/pcanterino/Jirafeau/blob/master/lib/config.original.php).
+Check documentation of `upload_password` and `upload_ip` parameters in [lib/config.original.php](https://gitlab.com/jirafeau/Jirafeau/blob/master/lib/config.original.php).
 
 ### How can I automatize the cleaning of old (expired) files?
 
@@ -214,7 +210,7 @@ Hint: To create a custom theme just copy the »courgette« folder and name your
 
 ### I found a bug, what should I do?
 
-Feel free to open a bug in the [GitLab's issues](https://gitlab.com/pcanterino/Jirafeau/issues).
+Feel free to open a bug in the [GitLab's issues](https://gitlab.com/jirafeau/Jirafeau/issues).
 If you can, please copy-paste informations related to bug opening provided in admin interface.
 Admin interface can be reached by accessing `/admin.php`.
 
@@ -229,14 +225,14 @@ If you don't want to allow unlimited upload size, you can still setup a maximal
 
 ### How can I edit an option?
 
-Documentation of all default options are located in [lib/config.original.php](https://gitlab.com/pcanterino/Jirafeau/blob/master/lib/config.original.php).
+Documentation of all default options are located in [lib/config.original.php](https://gitlab.com/jirafeau/Jirafeau/blob/master/lib/config.original.php).
 If you want to change an option, just edit your `lib/config.local.php`.
 
 ### How can I change the Terms of Service?
 
 The license text on the "Terms of Service" page, which is shipped with the default installation, is based on the »[Open Source Initiative Terms of Service](https://opensource.org/ToS)«.
 
-To change this text simply copy the file [/lib/tos.original.txt](https://gitlab.com/pcanterino/Jirafeau/blob/master/lib/tos.original.txt), rename it to `/lib/tos.local.txt` and adapt it to your own needs.
+To change this text simply copy the file [/lib/tos.original.txt](https://gitlab.com/jirafeau/Jirafeau/blob/master/lib/tos.original.txt), rename it to `/lib/tos.local.txt` and adapt it to your own needs.
 
 If you update the installation, then only the `tos.original.txt` file may change eventually, not your `tos.local.txt` file.
 
@@ -274,7 +270,7 @@ The original project seems not to be continued anymore and I prefer to add more
 
 ### What can we expect in the future?
 
-Check [issues](https://gitlab.com/pcanterino/Jirafeau/issues) to check open bugs and incoming new stuff. :)
+Check [issues](https://gitlab.com/jirafeau/Jirafeau/issues) to check open bugs and incoming new stuff. :)
 
 ### What about this file deduplication thing?
 
@@ -299,7 +295,7 @@ So:
 
 ### How to contact someone from Jirafeau?
 
-Feel free to create an [issue](https://gitlab.com/pcanterino/Jirafeau/-/issues) if you found a bug.
+Feel free to create an [issue](https://gitlab.com/jirafeau/Jirafeau/-/issues) if you found a bug.
 
 ### Can I buy you a coffee?
 
index 155de5fd9aa0e43a932e8070735d691b12c2f4f2..4407ae8804bf9a268f51e8641d845b4f06dac301 100644 (file)
@@ -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/pcanterino/Jirafeau.git
+git clone https://gitlab.com/jirafeau/Jirafeau.git
 cd Jirafeau
 docker build -t your/jirafeau:latest .
 ```
index d7fbe019c3378aaa99106daadca3b4017cfd7ebc..b87f6c3b17e8649b71b7a8523f1d004e055383e2 100644 (file)
@@ -879,7 +879,7 @@ function jirafeau_fileperms($path)
 function jirafeau_admin_bug_report($cfg)
 {
     $out = "<fieldset><legend>" . t('REPORTING_AN_ISSUE') . "</legend>";
-    $out .= "If you have a problem related to Jirafeau, please <a href='https://gitlab.com/pcanterino/Jirafeau/-/issues'>open an issue</a>, explain your problem in english and copy-paste the following content:<br/><br/><code>";
+    $out .= "If you have a problem related to Jirafeau, please <a href='https://gitlab.com/jirafeau/Jirafeau/-/issues'>open an issue</a>, explain your problem in english and copy-paste the following content:<br/><br/><code>";
 
     $out .= "# Jirafeau<br/>";
     $out .= "- version: " . JIRAFEAU_VERSION . "<br/>";
index 6d00c6e444020eceef1302040a344d3e756f4bc6..e0856a873a889f17211c8fdcce2764e2c403ddf7 100644 (file)
@@ -3,7 +3,7 @@
         <!-- Project links -->
         <?php
           echo t('MADE_WITH') .
-            ' <a href="https://gitlab.com/pcanterino/Jirafeau" target="_blank" rel="noopener noreferrer">' . t('JI_PROJECT') . '</a>' .
+            ' <a href="https://gitlab.com/jirafeau/Jirafeau" target="_blank" rel="noopener noreferrer">' . t('JI_PROJECT') . '</a>' .
             ' (<a href="https://www.gnu.org/licenses/agpl.html" target="_blank" rel="noopener noreferrer"><abbr title="GNU Affero General Public License v3">AGPL-3.0</abbr></a>)';
         ?>
         <!-- Installation dependent links -->
index 9b8a104a19111eb4d4c6850d3a5e6a445569a738..be29f3d015dcbdf65ab50bbbbd6114ff3b0de0ca 100644 (file)
@@ -44,7 +44,7 @@ if ($_SERVER['REQUEST_METHOD'] == "GET" && count($_GET) == 0) {
     <div class="info">
     <h2>Scripting interface</h2>
     <p>This interface permits to script your uploads and downloads.</p>
-    <p>See <a href="https://gitlab.com/pcanterino/Jirafeau/blob/master/script.php">source code</a> of this interface to get available calls :)</p>
+    <p>See <a href="https://gitlab.com/jirafeau/Jirafeau/blob/master/script.php">source code</a> of this interface to get available calls :)</p>
     <p>You may download a preconfigured <a href="script.php?lang=bash">Bash Script</a> to easily send to and get files from the API via command line.</p>
     </div>
     <br />

patrick-canterino.de