Name change

This commit is contained in:
Julian Prieber 2023-04-27 17:06:40 +02:00
parent dcb44292ad
commit a69fd29301
7 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
{
"name": "julianprieber/littlelink-custom",
"name": "linkstackorg/linkstack",
"type": "project",
"description": "LinkStack is a highly customizable link sharing platform",
"keywords": ["link"],

View File

@ -215,7 +215,7 @@ return [
'buttons' => array(
array(
'button' => 'github',
'link' => 'https://github.com/JulianPrieber/littlelink-custom',
'link' => 'https://github.com/linkstackorg/linkstack',
'title' => '',
'icon' => '',
'custom_css' => ''

View File

@ -337,12 +337,12 @@ class PageSeeder extends Seeder
<ul>
<li>Join our <a href="https://discord.littlelink-custom.com/">community Discord</a></li>
<li>Join the <a href="https://github.com/JulianPrieber/littlelink-custom/discussions">discussion forum</a></li>
<li>Request a feature and add it to the <a href="https://github.com/JulianPrieber/littlelink-custom/discussions/49">to-do list</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>Write us an <a href="mailto:info@littlelink-custom.com?subject=Inquiry%20about%20LittleLink%20Custom">email</a></li>
</ul>
<p>If you&#39;re having any trouble or encountered a bug, feel free to <a href="https://github.com/JulianPrieber/littlelink-custom/issues">open an issue on GitHub</a>.</p>
<p>If you&#39;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>&nbsp;</p>
',

View File

@ -92,12 +92,12 @@ use App\Models\Page;
<ul>
<li>Join our <a href="https://discord.littlelink-custom.com/">community Discord</a></li>
<li>Join the <a href="https://github.com/JulianPrieber/littlelink-custom/discussions">discussion forum</a></li>
<li>Request a feature and add it to the <a href="https://github.com/JulianPrieber/littlelink-custom/discussions/49">to-do list</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>Write us an <a href="mailto:info@littlelink-custom.com?subject=Inquiry%20about%20LittleLink%20Custom">email</a></li>
</ul>
<p>If you&#39;re having any trouble or encountered a bug, feel free to <a href="https://github.com/JulianPrieber/littlelink-custom/issues">open an issue on GitHub</a>.</p>
<p>If you&#39;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>&nbsp;</p>
';

View File

@ -142,7 +142,7 @@ $notifyID = Auth::user()->id;
{{-- Notification Modals --}}
@push('sidebar-scripts') @php
notification('', 'modal-1', 'Your security is at risk!', '<b>Your security is at risk.</b> Some files can be accessed by everyone. Immediate action is required!<br><br>Some important files, are publicly accessible, putting your security at risk. Please take immediate action to revoke public access to these files to prevent unauthorized access to your sensitive information.<br><a href="'.url('admin/config#5').'">Learn more</a>.');
notification('hide-star-notification', 'modal-star', 'Give us a Star on Github', 'If you\'re enjoying using Linkstack, we would greatly appreciate it if you could take a moment to give our project a star on GitHub. Your support will help us reach a wider audience and improve the quality of our app.<br>Thank you for your support!<br> <br><a href="https://github.com/JulianPrieber/littlelink-custom" target="_blank">Give us a star</a>.');
notification('hide-star-notification', 'modal-star', 'Give us a Star on Github', 'If you\'re enjoying using Linkstack, we would greatly appreciate it if you could take a moment to give our project a star on GitHub. Your support will help us reach a wider audience and improve the quality of our app.<br>Thank you for your support!<br> <br><a href="https://github.com/linkstackorg/linkstack" target="_blank">Give us a star</a>.');
@endphp @endpush
@php

View File

@ -37,7 +37,7 @@
<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>
@else
<a target="_blank" href="https://github.com/JulianPrieber/littlelink-custom/releases"><code style="color:#222;transform:scale(.9);">{{$Vlocal}} -> {{$Vgit}}</code></a>
<a target="_blank" href="https://github.com/linkstackorg/linkstack/releases"><code style="color:#222;transform:scale(.9);">{{$Vlocal}} -> {{$Vgit}}</code></a>
<h4 class="">You can update your installation automatically or download the update and install it manually:</h4>
@endif
<br><div class="row">
@ -218,7 +218,7 @@ if($debug === true){
@else
<h4 class="">The update was successful, you can now return to the Admin Panel.</h4>
<style>.noteslink:hover{color:#006fd5;text-shadow:0px 6px 7px rgba(23,10,6,0.66);}</style>
<a class="noteslink" href="https://github.com/JulianPrieber/littlelink-custom/releases/latest" target="_blank"><i class="fa-solid fa-up-right-from-square"></i> View the release notes</a>
<a class="noteslink" href="https://github.com/linkstackorg/linkstack/releases/latest" target="_blank"><i class="fa-solid fa-up-right-from-square"></i> View the release notes</a>
<br>
@endif
<br><div class="row">

View File

@ -183,7 +183,7 @@ return [
'buttons' => array(
array(
'button' => 'github',
'link' => 'https://github.com/JulianPrieber/littlelink-custom',
'link' => 'https://github.com/linkstackorg/linkstack',
'title' => 'GitHub',
'icon' => '',
'custom_css' => ''