Name change
This commit is contained in:
parent
d222603816
commit
bdd8b80694
|
@ -60,7 +60,7 @@ representative at an online or offline event.
|
||||||
|
|
||||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||||
reported to the community leaders responsible for enforcement at
|
reported to the community leaders responsible for enforcement at
|
||||||
julian.prieber@llc.social or on our [Discord](https://discord.littlelink-custom.com).
|
julian.prieber@llc.social or on our [Discord](https://discord.linkstack.org).
|
||||||
All complaints will be reviewed and investigated promptly and fairly.
|
All complaints will be reviewed and investigated promptly and fairly.
|
||||||
|
|
||||||
All community leaders are obligated to respect the privacy and security of the
|
All community leaders are obligated to respect the privacy and security of the
|
||||||
|
|
|
@ -245,7 +245,7 @@ You can support LinkStack [here](https://linkstack.org/sponsor).
|
||||||
Thank you for improving LinkStack!
|
Thank you for improving LinkStack!
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://github.com/linkstackorg/linkstack/graphs/contributors"><img src="https://update.littlelink-custom.com/components/contributors/" alt="Contributors" width="600" ></a>
|
<a href="https://github.com/linkstackorg/linkstack/graphs/contributors"><img src="https://update.linkstack.org/components/contributors/" alt="Contributors" width="600" ></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
@ -255,7 +255,7 @@ Thank you for improving LinkStack!
|
||||||
Thank you for all your efforts!
|
Thank you for all your efforts!
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://linkstack.org/beta-tester"><img src="https://update.littlelink-custom.com/components/beta-testers/" alt="Contributors" width="600" ></a>
|
<a href="https://linkstack.org/beta-tester"><img src="https://update.linkstack.org/components/beta-testers/" alt="Contributors" width="600" ></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
[Become a beta tester](https://linkstack.org/beta-tester)
|
[Become a beta tester](https://linkstack.org/beta-tester)
|
||||||
|
|
|
@ -4,9 +4,9 @@ declare(strict_types=1);
|
||||||
|
|
||||||
|
|
||||||
if (env('JOIN_BETA') == true) {
|
if (env('JOIN_BETA') == true) {
|
||||||
$userver = 'https://beta.littlelink-custom.com/';
|
$userver = 'https://beta.linkstack.org/';
|
||||||
} else {
|
} else {
|
||||||
$userver = 'https://updates.littlelink-custom.com/';
|
$userver = 'https://updates.linkstack.org/';
|
||||||
}
|
}
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
|
@ -336,10 +336,10 @@ class PageSeeder extends Seeder
|
||||||
<p><strong>Feel free to send us your feedback!</strong></p>
|
<p><strong>Feel free to send us your feedback!</strong></p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Join our <a href="https://discord.littlelink-custom.com/">community Discord</a></li>
|
<li>Join our <a href="https://discord.linkstack.org/">community Discord</a></li>
|
||||||
<li>Join the <a href="https://github.com/linkstackorg/linkstack/discussions">discussion forum</a></li>
|
<li>Join the <a href="https://github.com/linkstackorg/linkstack/discussions">discussion forum</a></li>
|
||||||
<li>Request a feature and add it to the <a href="https://github.com/linkstackorg/linkstack/discussions/49">to-do list</a></li>
|
<li>Request a feature and add it to the <a href="https://github.com/linkstackorg/linkstack/discussions/49">to-do list</a></li>
|
||||||
<li>Write us an <a href="mailto:info@littlelink-custom.com?subject=Inquiry%20about%20LittleLink%20Custom">email</a></li>
|
<li>Write us an <a href="mailto:info@linkstack.org?subject=Inquiry%20about%20LittleLink%20Custom">email</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>If you're having any trouble or encountered a bug, feel free to <a href="https://github.com/linkstackorg/linkstack/issues">open an issue on GitHub</a>.</p>
|
<p>If you're having any trouble or encountered a bug, feel free to <a href="https://github.com/linkstackorg/linkstack/issues">open an issue on GitHub</a>.</p>
|
||||||
|
|
|
@ -53,7 +53,7 @@ $url2 = getUrlSatusCode($actual_link . '/../../database/database.sqlite');
|
||||||
?>
|
?>
|
||||||
|
|
||||||
@if($url1 == '200' or $url2 == '200')
|
@if($url1 == '200' or $url2 == '200')
|
||||||
<a href="https://docs.littlelink-custom.com/d/installation-requirements/" target="_blank"><h4 style="color:tomato;">Your security is at risk. Some files can be accessed by everyone. Immediate action is required! <br> Click this message to learn more.</h4></a>
|
<a href="https://docs.linkstack.org/d/installation-requirements/" target="_blank"><h4 style="color:tomato;">Your security is at risk. Some files can be accessed by everyone. Immediate action is required! <br> Click this message to learn more.</h4></a>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<h3 class="mb-4">Security</h3>
|
<h3 class="mb-4">Security</h3>
|
||||||
|
|
|
@ -84,17 +84,17 @@ use App\Models\Page;
|
||||||
} else {EnvEditor::addKey('FORCE_HTTPS', 'false');}
|
} else {EnvEditor::addKey('FORCE_HTTPS', 'false');}
|
||||||
|
|
||||||
$data['page'] = Page::select('contact')->first();
|
$data['page'] = Page::select('contact')->first();
|
||||||
if (strpos($data['page']->contact, 'info@littlelink-custom.com') !== false) {
|
if (strpos($data['page']->contact, 'info@linkstack.org') !== false) {
|
||||||
$contact = '
|
$contact = '
|
||||||
<p><strong><a href="https://linkstack.org/">LinkStack</a></strong> is a free, open source link sharing platform. We depend on community feedback to steadily improve this project.</p>
|
<p><strong><a href="https://linkstack.org/">LinkStack</a></strong> is a free, open source link sharing platform. We depend on community feedback to steadily improve this project.</p>
|
||||||
|
|
||||||
<p><strong>Feel free to send us your feedback!</strong></p>
|
<p><strong>Feel free to send us your feedback!</strong></p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Join our <a href="https://discord.littlelink-custom.com/">community Discord</a></li>
|
<li>Join our <a href="https://discord.linkstack.org/">community Discord</a></li>
|
||||||
<li>Join the <a href="https://github.com/linkstackorg/linkstack/discussions">discussion forum</a></li>
|
<li>Join the <a href="https://github.com/linkstackorg/linkstack/discussions">discussion forum</a></li>
|
||||||
<li>Request a feature and add it to the <a href="https://github.com/linkstackorg/linkstack/discussions/49">to-do list</a></li>
|
<li>Request a feature and add it to the <a href="https://github.com/linkstackorg/linkstack/discussions/49">to-do list</a></li>
|
||||||
<li>Write us an <a href="mailto:info@littlelink-custom.com?subject=Inquiry%20about%20LittleLink%20Custom">email</a></li>
|
<li>Write us an <a href="mailto:info@linkstack.org?subject=Inquiry%20about%20LittleLink%20Custom">email</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>If you're having any trouble or encountered a bug, feel free to <a href="https://github.com/linkstackorg/linkstack/issues">open an issue on GitHub</a>.</p>
|
<p>If you're having any trouble or encountered a bug, feel free to <a href="https://github.com/linkstackorg/linkstack/issues">open an issue on GitHub</a>.</p>
|
||||||
|
|
|
@ -390,7 +390,7 @@ $usrhandl = Auth::user()->littlelink_name;
|
||||||
<?php // Requests newest version from server and sets it as variable
|
<?php // Requests newest version from server and sets it as variable
|
||||||
|
|
||||||
try{
|
try{
|
||||||
$Vgit = external_file_get_contents("https://version.littlelink-custom.com/");
|
$Vgit = external_file_get_contents("https://version.linkstack.org/");
|
||||||
|
|
||||||
// Requests current version from the local version file and sets it as variable
|
// Requests current version from the local version file and sets it as variable
|
||||||
$Vlocal = file_get_contents(base_path("version.json"));
|
$Vlocal = file_get_contents(base_path("version.json"));
|
||||||
|
@ -432,7 +432,7 @@ $usrhandl = Auth::user()->littlelink_name;
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><center><span class="badge rounded-pill bg-primary"><?php if(file_exists(base_path("vbeta.json"))) {echo file_get_contents(base_path("vbeta.json"));} else {echo "none";} ?></span></center></td>
|
<td><center><span class="badge rounded-pill bg-primary"><?php if(file_exists(base_path("vbeta.json"))) {echo file_get_contents(base_path("vbeta.json"));} else {echo "none";} ?></span></center></td>
|
||||||
<td><center><span class="badge rounded-pill bg-primary"><?php echo external_file_get_contents("https://update.littlelink-custom.com/beta/vbeta.json"); ?></span></center></td>
|
<td><center><span class="badge rounded-pill bg-primary"><?php echo external_file_get_contents("https://update.linkstack.org/beta/vbeta.json"); ?></span></center></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -58,7 +58,7 @@ $url2 = getUrlSatusCode($actual_link . '/../../database/database.sqlite');
|
||||||
<h2 class="mb-4"><i class="bi bi-braces-asterisk"> Debugging information</i></h2>
|
<h2 class="mb-4"><i class="bi bi-braces-asterisk"> Debugging information</i></h2>
|
||||||
|
|
||||||
@if($url1 == '200' or $url2 == '200')
|
@if($url1 == '200' or $url2 == '200')
|
||||||
<a href="https://docs.littlelink-custom.com/d/installation-requirements/" target="_blank"><h4 style="color:tomato;">Your security is at risk. Some files can be accessed by everyone. Immediate action is required! <br> Click this message to learn more.</h4></a>
|
<a href="https://docs.linkstack.org/d/installation-requirements/" target="_blank"><h4 style="color:tomato;">Your security is at risk. Some files can be accessed by everyone. Immediate action is required! <br> Click this message to learn more.</h4></a>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<h3 class="mb-4">Write access</h3>
|
<h3 class="mb-4">Write access</h3>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<?php // Requests newest version from server and sets it as variable
|
<?php // Requests newest version from server and sets it as variable
|
||||||
$Vgit = external_file_get_contents("https://version.littlelink-custom.com/");
|
$Vgit = external_file_get_contents("https://version.linkstack.org/");
|
||||||
|
|
||||||
// Requests current version from the local version file and sets it as variable
|
// Requests current version from the local version file and sets it as variable
|
||||||
$Vlocal = file_get_contents(base_path("version.json"));
|
$Vlocal = file_get_contents(base_path("version.json"));
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<h1>Updater</h1>
|
<h1>Updater</h1>
|
||||||
@if(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN')
|
@if(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN')
|
||||||
@if(env('JOIN_BETA') === true)
|
@if(env('JOIN_BETA') === true)
|
||||||
<p><?php echo "latest beta version= " . external_file_get_contents("https://update.littlelink-custom.com/beta/vbeta.json"); ?></p>
|
<p><?php echo "latest beta version= " . external_file_get_contents("https://update.linkstack.org/beta/vbeta.json"); ?></p>
|
||||||
<p><?php if(file_exists(base_path("vbeta.json"))) {echo "Installed beta version= " . file_get_contents(base_path("vbeta.json"));} else {echo "Installed beta version= none";} ?></p>
|
<p><?php if(file_exists(base_path("vbeta.json"))) {echo "Installed beta version= " . file_get_contents(base_path("vbeta.json"));} else {echo "Installed beta version= none";} ?></p>
|
||||||
<p><?php if($Vgit > $Vlocal) {echo "You need to update to the latest mainline release";} else {echo "You're running the latest mainline release";} ?></p>
|
<p><?php if($Vgit > $Vlocal) {echo "You need to update to the latest mainline release";} else {echo "You're running the latest mainline release";} ?></p>
|
||||||
@else
|
@else
|
||||||
|
@ -29,11 +29,11 @@
|
||||||
@endif
|
@endif
|
||||||
<br><div class="row">
|
<br><div class="row">
|
||||||
 <a class="btn" href="{{url()->current()}}/?updating-windows"><button><i class="fa-solid fa-user-gear btn"></i> Update automatically</button></a> 
|
 <a class="btn" href="{{url()->current()}}/?updating-windows"><button><i class="fa-solid fa-user-gear btn"></i> Update automatically</button></a> 
|
||||||
 <a class="btn" href="https://littlelink-custom.com/update" target="_blank"><button><i class="fa-solid fa-download btn"></i> Update manually</button></a> 
|
 <a class="btn" href="https://linkstack.org/update" target="_blank"><button><i class="fa-solid fa-download btn"></i> Update manually</button></a> 
|
||||||
</div>
|
</div>
|
||||||
@else
|
@else
|
||||||
@if(env('JOIN_BETA') === true)
|
@if(env('JOIN_BETA') === true)
|
||||||
<p><?php echo "latest beta version= " . external_file_get_contents("https://update.littlelink-custom.com/beta/vbeta.json"); ?></p>
|
<p><?php echo "latest beta version= " . external_file_get_contents("https://update.linkstack.org/beta/vbeta.json"); ?></p>
|
||||||
<p><?php if(file_exists(base_path("vbeta.json"))) {echo "Installed beta version= " . file_get_contents(base_path("vbeta.json"));} else {echo "Installed beta version= none";} ?></p>
|
<p><?php if(file_exists(base_path("vbeta.json"))) {echo "Installed beta version= " . file_get_contents(base_path("vbeta.json"));} else {echo "Installed beta version= none";} ?></p>
|
||||||
<p><?php if($Vgit > $Vlocal) {echo "You need to update to the latest mainline release";} else {echo "You're running the latest mainline release";} ?></p>
|
<p><?php if($Vgit > $Vlocal) {echo "You need to update to the latest mainline release";} else {echo "You're running the latest mainline release";} ?></p>
|
||||||
@else
|
@else
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
@else
|
@else
|
||||||
 <a class="btn" href="{{url()->current()}}/?backup"><button><i class="fa-solid fa-user-gear btn"></i> Update automatically</button></a> 
|
 <a class="btn" href="{{url()->current()}}/?backup"><button><i class="fa-solid fa-user-gear btn"></i> Update automatically</button></a> 
|
||||||
@endif
|
@endif
|
||||||
 <a class="btn" href="https://littlelink-custom.com/update" target="_blank"><button><i class="fa-solid fa-download btn"></i> Update manually</button></a> 
|
 <a class="btn" href="https://linkstack.org/update" target="_blank"><button><i class="fa-solid fa-download btn"></i> Update manually</button></a> 
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@ -71,12 +71,12 @@
|
||||||
|
|
||||||
// Download the zip file
|
// Download the zip file
|
||||||
|
|
||||||
$latestversion = trim(external_file_get_contents("https://version.littlelink-custom.com/"));
|
$latestversion = trim(external_file_get_contents("https://version.linkstack.org/"));
|
||||||
|
|
||||||
if(env('JOIN_BETA') === true){
|
if(env('JOIN_BETA') === true){
|
||||||
$fileUrl = 'https://update.littlelink-custom.com/beta/'. $latestversion . '.zip';
|
$fileUrl = 'https://update.linkstack.org/beta/'. $latestversion . '.zip';
|
||||||
} else {
|
} else {
|
||||||
$fileUrl = 'https://update.littlelink-custom.com/'. $latestversion . '.zip';
|
$fileUrl = 'https://update.linkstack.org/'. $latestversion . '.zip';
|
||||||
}
|
}
|
||||||
|
|
||||||
$curl = curl_init();
|
$curl = curl_init();
|
||||||
|
@ -134,7 +134,7 @@ exit(); ?>
|
||||||
|
|
||||||
<?php // Get update preperation script from GitHub
|
<?php // Get update preperation script from GitHub
|
||||||
try {
|
try {
|
||||||
$file = external_file_get_contents('https://pre-update.littlelink-custom.com');
|
$file = external_file_get_contents('https://pre-update.linkstack.org');
|
||||||
$newfile = base_path('resources/views/components/pre-update.blade.php');
|
$newfile = base_path('resources/views/components/pre-update.blade.php');
|
||||||
file_put_contents($newfile, $file);
|
file_put_contents($newfile, $file);
|
||||||
} catch (exception $e) {}
|
} catch (exception $e) {}
|
||||||
|
@ -212,7 +212,7 @@ if($debug === true){
|
||||||
</div>
|
</div>
|
||||||
<h1>Success!</h1>
|
<h1>Success!</h1>
|
||||||
@if(env('JOIN_BETA') === true)
|
@if(env('JOIN_BETA') === true)
|
||||||
<p><?php echo "latest beta version= " . external_file_get_contents("https://update.littlelink-custom.com/beta/vbeta.json"); ?></p>
|
<p><?php echo "latest beta version= " . external_file_get_contents("https://update.linkstack.org/beta/vbeta.json"); ?></p>
|
||||||
<p><?php if(file_exists(base_path("vbeta.json"))) {echo "Installed beta version= " . file_get_contents(base_path("vbeta.json"));} else {echo "Installed beta version= none";} ?></p>
|
<p><?php if(file_exists(base_path("vbeta.json"))) {echo "Installed beta version= " . file_get_contents(base_path("vbeta.json"));} else {echo "Installed beta version= none";} ?></p>
|
||||||
<p><?php if($Vgit > $Vlocal) {echo "You need to update to the latest mainline release";} else {echo "You're running the latest mainline release";} ?></p>
|
<p><?php if($Vgit > $Vlocal) {echo "You need to update to the latest mainline release";} else {echo "You're running the latest mainline release";} ?></p>
|
||||||
@else
|
@else
|
||||||
|
|
Loading…
Reference in New Issue