Attila Kerekes
487cdc483c
fix: Add check to appModel so websites can be added again
2022-11-05 07:02:20 +00:00
Attila Kerekes
386e4c788b
feat: add remove option to registerapp
2022-10-28 14:48:04 +00:00
Attila Kerekes
fe0109494e
feat: support the listing of private apps
2022-10-28 13:21:25 +00:00
Attila Kerekes
6907695c5d
feat: support the listing of private apps
2022-10-28 09:55:16 +00:00
Attila Kerekes
533af2dc49
feat: support the listing of private apps
2022-10-27 21:57:23 +00:00
Kode
fc023401f5
remove heimdall specific xsrf token as clearly not working
2022-06-29 13:13:00 +01:00
KodeStar
02dfed0bc7
Merge pull request #823 from tomyvi/patch-2
...
Disable SSL checks on API calls
2022-04-12 11:56:20 +01:00
KodeStar
71d356935f
Merge pull request #822 from tomyvi/patch-1
...
Disable SSL checks on API calls
2022-04-12 11:56:04 +01:00
KodeStar
3117b9c483
Don't try to autoload file when checking if a class exists
2022-04-12 11:48:03 +01:00
tomyvi
c5817c9b2e
Disable SSL checks on API calls
2022-04-07 10:34:07 +02:00
tomyvi
c403e8b2df
Disable SSL checks on API calls
2022-04-07 10:33:31 +02:00
Kode
758c174141
Only getApp if app found
2022-04-02 15:19:55 +01:00
KodeStar
9bc9c48e06
Localhost doesn't like the certificate so ignore the warning
2022-03-30 13:14:35 +01:00
KodeStar
9a6dd623db
add tag_id to fillable to try and fix #810
2022-03-30 13:14:05 +01:00
Kode
74196a2bfa
Check if class exists before checking if it's a search provider
2022-03-26 18:59:49 +00:00
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