risiko79
a5b7f10809
FIX : #507 Tag URLs do not respect APP_URL
see https://github.com/linuxserver/Heimdall/issues/507
3 years ago
LeoShivas
c9c8171a52
Make background image relative
I use Heimdall in a subfolder so that I access to it threw www.mydomain.com/heimdall/.
Custom background image doesn't load because Heimdall generate an absolute link (ie : www.mydomain.com/storage/backgrounds/mycustomimage.jpeg).
The link expected is www.mydomain.com/heimdall/storage/backgrounds/mycustomimage.jpeg.
To fix this, you have to make the path relative by replace in the code "/storage" by "storage" or "./storage".
5 years ago
Vincent Bitter
c43fc929f7
Do not try to login if user was not found
5 years ago
Vincent Bitter
895d5f2ebe
Check if variables are empty since they always exist
5 years ago
Scott Holodak
861d287750
Improved custom search handling
5 years ago
Kode
60e20c4023
fix route typo when restoring trash
6 years ago
Kode
f272dd13ce
Fix for tags not showing
6 years ago
Chris
9f26de89a4
add remember user and missing check icon
6 years ago
Chris
e23964ebad
set session and remember user when logged in via remote means
6 years ago
Chris
1410c41f48
Add REMOTE_USER auth
6 years ago
Chris
3d181623c3
fix small issue
6 years ago
Chris
8e1615ac5f
fix search tab behaviour and tag link in subfolder
6 years ago
Chris
7966f07fdb
update scripts + add home dash as default tag
6 years ago
Chris
ac8fe7012b
remove false from routes
6 years ago
Kode
fd2f7f27a6
Make home tag translatable
6 years ago
Kode
21b1ef5e4b
fix pin toggle and get homepage dash working
6 years ago
Chris
e452d3b5f6
add seed
6 years ago
Chris
1419882455
initial
6 years ago
KodeStar
aa05c947a9
Remove url validation
6 years ago
Chris
edb9397a47
Add startpage back in
6 years ago
KodeStar
dd2ca62eaf
Add private subnets to trusted proxies for reverse proxy use
6 years ago
Agurato
dc2a42ad6d
Add Qwant as search engine
6 years ago
Kode
4980bfab12
fix not protocol breaking adding for some reason
6 years ago
Chris
63e0d07d50
remove unused storeSearchProvider
6 years ago
Kode
40da649b10
Changes to search
6 years ago
Chris
cd64d762e7
additions to search
6 years ago
Chris
978267dd14
Update Search.php
6 years ago
Chris
f935fd94c6
initial work on seach changes
6 years ago
Chris
fb2428e21b
fixes #109
6 years ago
KodeStar
caf92bcf6d
check for gitignore in public storage and symlink if missing
6 years ago
KodeStar
cbef469e02
Update AppServiceProvider.php
6 years ago
KodeStar
f42ac0c5ba
if .env is missing copy example and generate key
6 years ago
Kode
e45d3ca6ec
remove apps
6 years ago
Kode
ab83c3a551
Small changes
Copy icon if missing on new app add.
Change order of create symlink and load apps
6 years ago
Chris
98c6093674
Check url isn't missing when testing
6 years ago
Chris
e85bc98dcc
Fix ProcessJobs not working if folder is empty but table isn't
6 years ago
Chris
b8f04f3d11
Fix preview and config not retaining values
6 years ago
Chris
e91f65f833
Ignore copy errors
6 years ago
Chris
64071bb60f
Add migration and change path
6 years ago
Chris
c56043e1f9
Add default value to null rather than not set
6 years ago
Kode
e8e4cbfd41
Change sort order for applist
6 years ago
Kode
067f82b632
fix copy failing
6 years ago
Chris
c7c2b6e6f2
change location of icons so it's persistant
6 years ago
Chris
96798963d6
Update register app to allow all
6 years ago
Kode
7ba8ea6dd4
die if missing php-zip
6 years ago
Kode
0067502b37
Initial application process
6 years ago
Kode
b30f1730e4
order applist in dropdown by name
6 years ago
Kode
a4107cba25
Fix tags
6 years ago
Kode
041c0b81a3
updates
6 years ago
Chris
fe6776ee9d
Some changes to SupportedApps.php
6 years ago