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".
2020-02-04 11:41:53 +01:00
Vincent Bitter
c43fc929f7
Do not try to login if user was not found
2019-11-15 21:30:10 +01:00
Vincent Bitter
895d5f2ebe
Check if variables are empty since they always exist
2019-11-15 21:29:15 +01:00
Chris
e23964ebad
set session and remember user when logged in via remote means
2019-06-19 12:01:17 +01:00
Chris
1410c41f48
Add REMOTE_USER auth
2019-06-19 11:32:41 +01:00
KodeStar
caf92bcf6d
check for gitignore in public storage and symlink if missing
2019-01-15 15:25:53 +00:00
KodeStar
cbef469e02
Update AppServiceProvider.php
2019-01-15 15:23:10 +00:00
KodeStar
f42ac0c5ba
if .env is missing copy example and generate key
2019-01-04 10:38:07 +00:00
Kode
ab83c3a551
Small changes
...
Copy icon if missing on new app add.
Change order of create symlink and load apps
2018-11-09 23:07:01 +00:00
Kode
7ba8ea6dd4
die if missing php-zip
2018-11-04 21:43:12 +00:00
Kode
0067502b37
Initial application process
2018-11-04 16:20:12 +00:00
Kode
268afe7006
Get working
2018-10-21 00:17:36 +01:00
Chris
907c22179b
rearrange order
2018-10-17 09:49:23 +01:00
Chris
cdafbab7b1
possible fix for basic auth
2018-10-17 09:41:20 +01:00
Chris
e1bb7646ac
small fixes
2018-10-16 15:44:23 +01:00
Chris
cb21b0f8f1
add basic auth support and put username in switch user section
2018-10-16 14:57:21 +01:00
Chris
c47f296f17
Change location of switch user
2018-10-16 10:59:35 +01:00
Kode
d0293c785b
Get settings working and autologin
2018-10-15 19:56:45 +01:00
Chris
aa351e31bf
trying to get session settings to work
2018-10-15 16:00:20 +01:00
Chris
99017d834e
Merge branch 'master' into Multi-user
2018-10-15 09:08:42 +01:00
Chris
fb73f5ca24
Attempt to allow changing root URL
2018-10-15 09:03:54 +01:00
Kode
46bb073001
Working on multi user
2018-10-14 16:17:55 +01:00
Kode
882e406266
remove var dump
2018-09-30 15:47:44 +01:00
Kode
a2f20fc18f
allow forcing https for reverse proxy use
2018-09-30 11:45:08 +01:00
KodeStar
98b831bc22
folder support
2018-02-17 00:13:38 +00:00
Chris
a2aac1f33c
Recreate storage symlink if lost
2018-02-12 14:47:12 +00:00
Chris
0f3087ab7d
translations
2018-02-07 13:37:40 +00:00
KodeStar
3e4617e37d
create .env if missing
2018-02-06 22:02:50 +00:00
Chris
09276f08fc
fixes
2018-02-05 15:39:26 +00:00
Chris
eb3c3b94d6
hopefully fix upgrade issues from v1.0
2018-02-05 15:22:51 +00:00
Chris
c90c08b904
Added upgrade process
2018-02-05 15:02:18 +00:00
Chris
ba273ffbcf
search functionality and settings fixes
2018-02-05 14:21:54 +00:00
KodeStar
ae3d27aca8
get background switching working
2018-02-04 21:28:11 +00:00
KodeStar
d21138529f
added settings
2018-02-04 20:50:59 +00:00
KodeStar
b5cfa683e3
remove cache for now as it's breaking first load
2018-02-04 17:45:01 +00:00
KodeStar
cac5c93b87
Changed .env to production and cache config and route
2018-02-04 17:19:48 +00:00
Chris
e32d9609e7
Initial upload icon support
2018-02-02 15:16:55 +00:00
KodeStar
49b01bdb75
Automatically generate database on first load
2018-02-01 20:13:58 +00:00
KodeStar
0a0fccb309
added views
2018-01-29 20:14:40 +00:00
Kode
3e1a7119d9
First commit
2018-01-26 14:35:01 +00:00