Commit Graph

23 Commits

Author SHA1 Message Date
Julian Prieber fcc3134172 Updated example config 2022-06-10 11:37:34 +02:00
Julian Prieber 1ac1d6a9d2 Create meta.php.example 2022-06-08 19:22:24 +02:00
Julian Prieber 76155d607d Moved meta.php 2022-06-08 18:50:12 +02:00
Julian Prieber ca86582157 Added support for custom meta tags
Added support for custom meta tags via a new config file.
Custom meta tags will only be active if "CUSTOM_META_TAGS" is set to "true" in the config.

Replaced "<html lang="en">" with "@include('layouts.lang')" meaning HTML lang can be changed in the new config, defaults to en if not active or not defined.
2022-06-08 15:43:51 +02:00
Julian Prieber 54035ce5c4 Added skip backup on update option
Added skip backup on update option to config
2022-05-30 11:39:39 +02:00
Julian Prieber 1dba420fc7 Update self-update.php 2022-05-29 00:36:39 +02:00
Julian Prieber a6d6a21a0a Update self-update.php 2022-05-28 23:24:56 +02:00
Julian Prieber c30b97def8 Update self-update.php 2022-05-28 16:44:02 +02:00
Julian Prieber 6704aa6330 Update self-update.php 2022-05-28 16:42:43 +02:00
Julian Prieber 0e257ef8ab Updated update notification system
Made NOTIFY_UPDATES=all and NOTIFY_UPDATES=major use the same version source file to prevent GitHub API limit from being reached.
2022-05-28 15:49:29 +02:00
Julian Prieber 9a99d858e0 Update self-update.php 2022-05-28 14:52:37 +02:00
Julian Prieber c21db40809 Added beta support to updater 2022-05-28 14:03:49 +02:00
Julian Prieber fd8a2770da Update backup.php 2022-05-25 16:59:52 +02:00
Julian Prieber 0987c092f1 Update self-update.php 2022-05-25 15:53:42 +02:00
Julian Prieber eaa3dc6d1c Update filesystems.php 2022-05-24 15:31:35 +02:00
Julian Prieber 1b909f94f3 Update backup.php 2022-05-24 15:31:16 +02:00
Julian Prieber 283ed2c4bf Added updater backend
https://github.com/codedge/laravel-selfupdater
2022-05-24 15:29:36 +02:00
Julian Prieber edd7397239 Added backup backend
https://github.com/spatie/laravel-backup
2022-05-24 15:27:44 +02:00
Julian Prieber fef2e09aa9 Added built in Config Editor
LittleLink Custom now includes an .env config editor. This editor can be accessed via the Admin Panel under Admin>Config.
This editor allows admins to edit, backup, download and upload the .env configuration file. All in all, the new feature, allows users to more easily edit the configuration file, contributing to my goal of making LittleLink Custom easier to use.

Read more about this topic on the Blog https://blog.littlelink-custom.com/built-in-config-editor
2022-03-16 14:16:03 +01:00
Julian Prieber 0aaa86224e Built in SMTP server
LittleLink Custom now includes an open and free to use SMTP server. Mails from this service may only be used for password recovery and registration purposes involving users personal LittleLink Custom or LittleLink Admin pages.
Users of this service must abide by our Terms and Conditions found at https://llc-mail.tru.io/.

Motivations for this are explained on my blog post about this topic, which you can read here: https://blog.littlelink-custom.com/littlelink-custom-mail-server/
2022-03-16 13:03:43 +01:00
JulianPrieber dc4ab42663
Change public path
This is one of multiple public path edits. For simplified usability, I am integrating the public Laravel directory into the root directory. 

For this, I am changing every instance of 'public_path' to 'base_path' and will use this format in future changes as well.
2022-02-14 12:52:24 +01:00
aprillio 68e72ea251 change mysql strict to false 2021-07-06 15:42:40 +07:00
Khashayar Zavosh 24db7cbbfb admin littlelink 2021-04-16 03:30:00 +04:30