Kode
724110dad2
Run ProcessApps when database version is bumped
2022-03-25 15:35:05 +00:00
Kode
9f0abb6f4d
Strip out invalid characters from tile background
2022-03-21 21:37:14 +00:00
KodeStar
d5bd614cc6
Update Application.php
2022-03-19 14:05:01 +00:00
Shift
0f498eca75
Remove explicit deleted_at
date cast
2022-03-19 13:54:34 +00:00
Shift
297c2bb30f
Shift bindings
...
PHP 5.5.9+ adds the new static `class` property which provides the fully qualified class name. This is preferred over using strings for class names since the `class` property references are checked by PHP.
2022-03-19 13:54:33 +00:00
Shift
b1dc4d4a41
Apply Laravel coding style
...
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.
You may customize the adopted coding style by adding a [PHP CS Fixer][1] or [PHP CodeSniffer][2] config to your project root. Feel free to use [Shift's Laravel ruleset][3] to help you get started.
For more information on customizing the code style applied by Shift, [watch this short video][4].
[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://github.com/squizlabs/PHP_CodeSniffer
[3]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
[4]: https://laravelshift.com/videos/shift-code-style
2022-03-19 13:54:32 +00:00
Kode
a868a6cac1
Fix for creating tags not setting home dashboard as default
2022-03-18 10:10:00 +00:00
Kode
10afffb71d
Fix test button
2022-03-17 19:03:06 +00:00
KodeStar
8cc6a9cc63
Pull missing apps on update apps list
2022-03-17 13:41:50 +00:00
KodeStar
18001fbdd0
Get app regardless of if it's enhanced (might be a search provider)
2022-03-17 12:56:51 +00:00
Kode
87fe9c1771
Move setLocale out of vie composer so it's available everywhere
...
Fixes #776
2022-03-16 20:07:43 +00:00
Kode
f7b2c51f9d
Fix for old apps and icon selector
2022-03-16 19:41:01 +00:00
Kode
becbe5ab96
More work on apps
2022-03-16 18:35:40 +00:00
KodeStar
1e2b807e05
Lots of work on apps
2022-03-16 15:49:44 +00:00
Kode
ed3dbf2f14
More work on enhanced apps
2022-03-15 20:09:22 +00:00
KodeStar
8499d100ff
More work on apps
2022-03-15 18:19:01 +00:00
Kode
4c63b66dbf
Initial start of replacing apps list to use github generated list
2022-03-14 15:56:36 +00:00
Kode
e821edf01a
Fix tags url
...
Fixes #763
2022-03-14 07:56:02 +00:00
Kode
188316df47
Fix search using incorrect value
...
fixes #764
2022-03-14 07:55:26 +00:00
Kode
f73b78f292
Add search providers as an editable yaml file + allow searching tiles
2022-03-13 19:30:24 +00:00
Kode
96ec1e0b08
Fixes #435
2022-03-13 16:13:36 +00:00
Kode
06a23c70af
Should fix #379
2022-03-12 13:09:50 +00:00
Kode
7fdca02af7
Allow numbers in apps
2022-03-12 10:45:37 +00:00
KodeStar
d7742df802
Merge pull request #644 from OllieJC/custom
...
Add custom CSS and JS settings
2022-03-11 20:28:28 +00:00
KodeStar
736222e173
Merge pull request #614 from risiko79/fix/#507
...
FIX : #507 Tag URLs do not respect APP_URL
2022-03-11 20:23:34 +00:00
Kode
987a9c03b0
fix for double slash on views
2022-03-11 19:03:03 +00:00
KodeStar
f9a19fce91
Update to laravel 7
2022-03-10 11:54:29 +00:00
OllieJC
a4b32dcafd
Add textarea option
2022-01-18 22:59:40 +00:00
risiko79
a5b7f10809
FIX : #507 Tag URLs do not respect APP_URL
...
see https://github.com/linuxserver/Heimdall/issues/507
2021-08-29 19:58:50 +02:00
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
Kode
041c0b81a3
updates
2018-11-01 08:55:21 +00:00
Chris
fe6776ee9d
Some changes to SupportedApps.php
2018-10-31 15:42:34 +00:00
Chris
125b9f4160
Some fixes and changes to run css
2018-10-30 14:58:45 +00:00
Kode
488fee7b4b
fixes
2018-10-29 19:43:08 +00:00
Kode
4fba596909
add enable button
2018-10-29 19:01:25 +00:00
Chris
af04781830
remove class name from icon name
2018-10-29 15:24:47 +00:00
Chris
2507cda94c
Normalise classname to remove non alpha chars
2018-10-29 15:12:47 +00:00
Kode
21c1401859
fixes
2018-10-28 20:41:46 +00:00
Kode
4351f55225
updates
2018-10-28 10:59:59 +00:00
Kode
d1956c4e88
updates
2018-10-26 19:55:40 +01:00
Chris
d76d056ed1
changes
2018-10-25 14:42:14 +01:00
Chris
2b2d51cb6f
changes
2018-10-23 15:53:56 +01:00
Kode
abd8c7227d
Merge branch 'master' into 2.1.0
2018-10-21 14:09:39 +01:00
Kode
50d6dc7b71
change to find first user with public front
2018-10-21 13:47:03 +01:00
Kode
b4a1ecc305
update EnhancedApps
2018-10-21 13:32:58 +01:00
Kode
540bead0db
Fix test button
2018-10-21 13:23:23 +01:00
Kode
6e9f25d680
Fixes
2018-10-21 12:39:12 +01:00
Kode
268afe7006
Get working
2018-10-21 00:17:36 +01:00
Chris
4fb59385b7
work on applications
2018-10-19 15:10:05 +01:00
Chris
380a0e8623
changes
2018-10-18 15:59:38 +01:00
Chris
4f6a0cb7c6
Move current apps out
2018-10-18 10:37:18 +01:00