Commit graph

1083 commits

Author SHA1 Message Date
KodeStar 4ff1a4aec4
Merge pull request #1 from KodeStar/shift-58933
Upgrade Checker
2022-03-19 14:27:44 +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 3dac9828c8
Convert to new helper methods
Laravel 5 added several new helper functions, including:

- `view()`
- `response()`
- `redirect()`
- `config()`
- `abort()`

Review the [helpers][1] documentation for more details.

[1]: https://laravel.com/docs/5.0/helpers
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
KodeStar 0fe6565346
Update app.php 2022-03-19 07:06:02 +00:00
KodeStar 85c68c1f46
Merge pull request #783 from xavier-GitHub76/2.x
Update app.php (French translations Fix) + version app (2.4.4)
2022-03-18 16:40:10 +00:00
Kode fc2191b8db Fix preview image 2022-03-18 16:36:05 +00:00
xavier-GitHub76 ee36a0cfae
Update app.php
Update version app to 2.4.4
2022-03-18 14:32:15 +01:00
Kode a868a6cac1 Fix for creating tags not setting home dashboard as default 2022-03-18 10:10:00 +00:00
xavier-GitHub76 574756b236
Update app.php
French translate fix
2022-03-17 22:43:05 +01:00
Kode f9599079e5 Update app.php 2022-03-17 19:04:39 +00:00
Kode 10afffb71d Fix test button 2022-03-17 19:03:06 +00:00
KodeStar 79d53af339 Update app.php 2022-03-17 13:42:07 +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
KodeStar 398df75865 Merge branch '2.x' 2022-03-17 11:01:43 +00:00
KodeStar 41c2983312 Add warning about http being needed in url 2022-03-17 10:55:52 +00:00
KodeStar bd3b882b3a Squashed commit of the following:
commit e52bc9c6b2
Author: KodeStar <kodestar@gmail.com>
Date:   Thu Mar 17 10:23:15 2022 +0000

    Update supportedapps.json

commit a16233ee10
Author: KodeStar <kodestar@gmail.com>
Date:   Thu Mar 17 10:21:24 2022 +0000

    Fix for displaying svg icons correctly
2022-03-17 10:24:31 +00:00
KodeStar e52bc9c6b2 Update supportedapps.json 2022-03-17 10:23:15 +00:00
KodeStar a16233ee10 Fix for displaying svg icons correctly 2022-03-17 10:21:24 +00:00
Kode 5b177f1127 Merge branch '2.3' into 2.x 2022-03-16 20:16:04 +00:00
Kode f7633b6a5f Update mix-manifest.json 2022-03-16 20:15:22 +00:00
Kode d58e6cb560 Fix for #774 2022-03-16 20:13:16 +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 95d9e9edb9 Update app.php 2022-03-16 19:43:03 +00:00
Kode f7b2c51f9d Fix for old apps and icon selector 2022-03-16 19:41:01 +00:00
Kode 72c70e27f2 Remove refresh button for now as update code isn't ready yet 2022-03-16 18:39:47 +00:00
Kode becbe5ab96 More work on apps 2022-03-16 18:35:40 +00:00
Kode f5bce95808 Add missing lang string, fixed #773 2022-03-16 18:34:48 +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
Kode 1e35f83fed Changes to the tooltips 2022-03-15 19:08:10 +00:00
KodeStar 8499d100ff More work on apps 2022-03-15 18:19:01 +00:00
KodeStar bdeae6a722 Add missing files 2022-03-15 11:30:21 +00:00
Kode 4c63b66dbf Initial start of replacing apps list to use github generated list 2022-03-14 15:56:36 +00:00
Kode 371f52f92e Fixes #469 2022-03-14 12:25:20 +00:00
KodeStar 6daaf94974
Add details for search providers 2022-03-14 10:34:37 +00:00
Kode b8e5a22648 Update app.php 2022-03-14 07:56:41 +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 dd14ce8738 Update app.php 2022-03-13 19:31:30 +00:00
Kode d8e4053ce4 Merge branch 'master' of https://github.com/linuxserver/Heimdall 2022-03-13 19:30:27 +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
KodeStar 1904d9d910
Merge pull request #731 from linuxserver/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.11 to 4.17.21
2022-03-13 12:21:14 +00:00
KodeStar beb2851f4a
Add noopener noreferrer to link 2022-03-13 09:20:58 +00:00
dependabot[bot] 645a0bc7fe
Bump lodash from 4.17.11 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-13 08:53:35 +00:00
Kode ef73918098 Update jquery 2022-03-12 23:27:11 +00:00