Commit graph

357 commits

Author SHA1 Message Date
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