KodeStar
994961de54
Merge pull request #438 from LeoShivas/patch-1
...
Make background image relative
2020-02-10 08:57:53 +00:00
KodeStar
049d20536c
Merge pull request #397 from scottt732/search-app-fixes
...
Improved custom search handling
2020-02-10 08:56:29 +00:00
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
Scott Holodak
861d287750
Improved custom search handling
2019-09-11 13:42:33 -04:00
Kode
60e20c4023
fix route typo when restoring trash
2019-07-14 09:46:10 +01:00
Kode
f272dd13ce
Fix for tags not showing
2019-06-22 17:03:01 +01:00
Chris
9f26de89a4
add remember user and missing check icon
2019-06-19 12:11:55 +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
Chris
3d181623c3
fix small issue
2019-06-18 13:41:02 +01:00
Chris
8e1615ac5f
fix search tab behaviour and tag link in subfolder
2019-06-18 12:25:05 +01:00
Chris
7966f07fdb
update scripts + add home dash as default tag
2019-06-18 11:51:07 +01:00
Chris
ac8fe7012b
remove false from routes
2019-06-18 10:51:51 +01:00
Kode
fd2f7f27a6
Make home tag translatable
2019-06-13 19:07:38 +01:00
Kode
21b1ef5e4b
fix pin toggle and get homepage dash working
2019-06-13 18:59:01 +01:00
Chris
e452d3b5f6
add seed
2019-06-13 15:57:54 +01:00
Chris
1419882455
initial
2019-06-13 15:40:26 +01:00
KodeStar
aa05c947a9
Remove url validation
2019-06-11 14:11:13 +01:00
Chris
edb9397a47
Add startpage back in
2019-06-11 12:02:18 +01:00
KodeStar
deba7d0279
Merge branch 'master' into master
2019-06-11 11:32:11 +01:00
KodeStar
dd2ca62eaf
Add private subnets to trusted proxies for reverse proxy use
2019-06-11 11:00:44 +01:00
Agurato
dc2a42ad6d
Add Qwant as search engine
2019-06-08 13:02:12 +02:00
Kode
4980bfab12
fix not protocol breaking adding for some reason
2019-03-30 23:10:00 +00:00
Chris
63e0d07d50
remove unused storeSearchProvider
2019-02-04 08:51:49 +00:00
Kode
40da649b10
Changes to search
2019-01-18 18:21:44 +00:00
Chris
cd64d762e7
additions to search
2019-01-18 15:21:50 +00:00
Chris
978267dd14
Update Search.php
2019-01-16 15:00:42 +00:00
Chris
f935fd94c6
initial work on seach changes
2019-01-16 14:47:32 +00:00
Chris
fb2428e21b
fixes #109
2019-01-16 14:20:33 +00: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
e45d3ca6ec
remove apps
2018-11-14 18:10:55 +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
Chris
98c6093674
Check url isn't missing when testing
2018-11-07 11:24:26 +00:00
Chris
e85bc98dcc
Fix ProcessJobs not working if folder is empty but table isn't
2018-11-07 08:54:00 +00:00
Chris
b8f04f3d11
Fix preview and config not retaining values
2018-11-06 14:52:45 +00:00
Chris
e91f65f833
Ignore copy errors
2018-11-06 11:53:25 +00:00
Chris
64071bb60f
Add migration and change path
2018-11-06 11:28:22 +00:00
Chris
c56043e1f9
Add default value to null rather than not set
2018-11-06 09:20:53 +00:00
Kode
e8e4cbfd41
Change sort order for applist
2018-11-05 21:03:42 +00:00
Kode
067f82b632
fix copy failing
2018-11-05 18:47:56 +00:00
Chris
c7c2b6e6f2
change location of icons so it's persistant
2018-11-05 15:27:29 +00:00
Chris
96798963d6
Update register app to allow all
2018-11-05 12:31:43 +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
b30f1730e4
order applist in dropdown by name
2018-11-04 15:27:57 +00:00
Kode
a4107cba25
Fix tags
2018-11-04 14:33:39 +00:00