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
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
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
ab83c3a551
Small changes
Copy icon if missing on new app add.
Change order of create symlink and load apps
6 years ago
Kode
7ba8ea6dd4
die if missing php-zip
6 years ago
Kode
0067502b37
Initial application process
6 years ago
Kode
268afe7006
Get working
6 years ago
Chris
907c22179b
rearrange order
6 years ago
Chris
cdafbab7b1
possible fix for basic auth
6 years ago
Chris
e1bb7646ac
small fixes
6 years ago
Chris
cb21b0f8f1
add basic auth support and put username in switch user section
6 years ago
Chris
c47f296f17
Change location of switch user
6 years ago
Kode
d0293c785b
Get settings working and autologin
6 years ago
Chris
aa351e31bf
trying to get session settings to work
6 years ago
Chris
fb73f5ca24
Attempt to allow changing root URL
6 years ago
Kode
46bb073001
Working on multi user
6 years ago
Kode
882e406266
remove var dump
6 years ago
Kode
a2f20fc18f
allow forcing https for reverse proxy use
6 years ago
KodeStar
98b831bc22
folder support
7 years ago
Chris
a2aac1f33c
Recreate storage symlink if lost
7 years ago
Chris
0f3087ab7d
translations
7 years ago
KodeStar
3e4617e37d
create .env if missing
7 years ago
Chris
09276f08fc
fixes
7 years ago
Chris
eb3c3b94d6
hopefully fix upgrade issues from v1.0
7 years ago
Chris
c90c08b904
Added upgrade process
7 years ago
Chris
ba273ffbcf
search functionality and settings fixes
7 years ago
KodeStar
ae3d27aca8
get background switching working
7 years ago
KodeStar
d21138529f
added settings
7 years ago
KodeStar
b5cfa683e3
remove cache for now as it's breaking first load
7 years ago
KodeStar
cac5c93b87
Changed .env to production and cache config and route
7 years ago
Chris
e32d9609e7
Initial upload icon support
7 years ago
KodeStar
49b01bdb75
Automatically generate database on first load
7 years ago
KodeStar
0a0fccb309
added views
7 years ago
Kode
3e1a7119d9
First commit
7 years ago