Julian Prieber
542afadd8b
Fixed HTTPS links on reverse proxies
...
The force HTTPS option in the config now turns any link into HTTPS. This also works on reverse proxy setups.
The previous option in the config is now being replaced with the new option FORCE_ROUTE_HTTPS which redirects all routes and pages to HTTPS. This option should never be used behind a reverse proxy.
See issue: https://github.com/JulianPrieber/littlelink-custom/issues/216
2022-11-20 14:10:49 +01:00
Julian Prieber
30ac613a9b
Update sidebar.blade.php
2022-11-19 12:21:44 +01:00
Julian Prieber
bfb75e1d1d
Fixed image width
2022-11-19 12:11:34 +01:00
Julian Prieber
8350373262
Updated config editor
2022-11-17 15:07:06 +01:00
Julian Prieber
314701dfaf
Fixed changes in merged pull request
...
1279d478e2
@MagicLike
2022-11-10 13:46:10 +01:00
Julian Prieber
951df23c91
Laravel 9
...
Update to Laravel 9
Commit for the upcoming from-end update.
2022-11-08 16:11:59 +01:00
Julian Prieber
6624bbdaa9
Updated version and event detection
2022-10-19 15:05:59 +02:00
Julian Prieber
6bb432a4be
Fixed bug
...
Button editor broken by link sorter
2022-08-31 13:35:56 +02:00
Julian Prieber
1ddae3fc94
Fixed FA
...
Fixed Font Awesome. Again...
Now using CSS and JS
2022-08-22 12:44:09 +02:00
Julian Prieber
0b7ee6949d
Merge pull request #123
2022-08-17 16:05:41 +02:00
Milan C
9cc14c59af
Change base..
2022-08-17 01:57:48 +05:30
Milan C
2866d66ce0
Added Base.
2022-08-17 01:21:56 +05:30
MagicLike
0ddd06b01a
Degoogled Project
...
- Replaced Google Fonts with Bunny Fonts
- Replaced Google example with "Example" & "example.com"
2022-08-16 17:50:13 +02:00
Milan C
cb613f6a05
Init Sortable links.
2022-08-15 00:35:26 +05:30
Julian Prieber
435e09a240
Fixed FA
2022-08-10 20:03:46 +02:00
Julian Prieber
fc8a18f0d7
Switched Font Awesome from JS to CSS
2022-08-08 14:11:19 +02:00
Julian Prieber
0fc7803dab
Hotfix
2022-07-05 22:35:20 +02:00
Julian Prieber
0df539c261
Added HTTPS redirection to env config
2022-06-30 10:39:40 +02:00
Julian Prieber
d00998bdc1
Added option to disable password warning
2022-06-28 18:10:39 +02:00
Julian Prieber
7103f8dc1d
Added warning if user still uses default password
2022-06-28 12:13:39 +02:00
Julian Prieber
3821d8c277
Update sidebar.blade.php
2022-06-27 22:32:18 +02:00
Julian Prieber
fd611155f9
Added section to Advanced Config
2022-06-27 16:29:50 +02:00
Julian Prieber
c739d7b1b3
Fixed cURL error 7 on proxied server
2022-06-16 09:56:36 +02:00
Julian Prieber
02bec65724
Changed name of config file
2022-06-09 22:26:35 +02:00
Julian Prieber
6e9bad6751
Renamed meta.php to config.php
2022-06-09 19:08:37 +02:00
Julian Prieber
4996976975
Update sidebar.blade.php
2022-06-09 18:04:40 +02:00
Julian Prieber
76c484f018
Added option to change text on "Home" link
2022-06-09 17:41:44 +02:00
Julian Prieber
09aea659c8
Fixed favicon on register and login page
2022-06-09 17:16:31 +02:00
Julian Prieber
a83d00a628
Added option to change footer links and texts
2022-06-09 12:33:23 +02:00
Julian Prieber
29bee9b62b
Update sidebar.blade.php
2022-06-08 17:52:21 +02:00
Julian Prieber
d377d3d406
Update guest.blade.php
2022-06-08 17:28:26 +02:00
Julian Prieber
5e23002b58
Fixed color scheme not applying
2022-06-08 17:24:51 +02:00
Julian Prieber
a36e985bfc
Added overwrite for default color scheme
...
Overwrites default theme regardless of preference defined by the operating system, unless manually overwritten by user.
Either "dark" or "light".
2022-06-08 17:09:24 +02:00
Julian Prieber
8639c44fa8
Fixed formatting bug
2022-06-08 16:45:03 +02:00
Julian Prieber
75d7e84567
Updated analytics layout
2022-06-08 16:38:52 +02:00
Julian Prieber
af284a58c2
Added analytics support to all pages
2022-06-08 15:58:04 +02:00
Julian Prieber
1884e3237e
Fixed bug "lang default"
2022-06-08 15:55:55 +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
3519a37217
Added BETA notice to sidebar
2022-06-01 18:36:53 +02:00
Julian Prieber
1fd768057f
Update updater.blade.php
2022-05-31 12:32:36 +02:00
Julian Prieber
b445eb85ff
Re-implemented footer hover animations
2022-05-30 23:10:08 +02:00
Julian Prieber
15b2a03035
Update sidebar.blade.php
2022-05-28 16:32:53 +02:00
Julian Prieber
abe3a993b1
Update sidebar.blade.php
2022-05-28 16:07:19 +02:00
Julian Prieber
4739567743
Update sidebar.blade.php
2022-05-28 15:52:45 +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
d9bd9d6307
Update updater.blade.php
2022-05-26 11:10:33 +02:00
Julian Prieber
387b67db1d
Update sidebar.blade.php
2022-05-25 23:19:29 +02:00
Julian Prieber
df384df2cf
Update sidebar.blade.php
2022-05-25 23:15:34 +02:00
Julian Prieber
dc32587dee
Update updater.blade.php
2022-05-25 17:04:47 +02:00
Julian Prieber
d1f9bffc07
Update sidebar.blade.php
2022-05-25 16:27:06 +02:00