librenms/config
Tony Murray 5c76890373
Add @signedGraphTag() and @signedGraphUrl() blade directives (#14269)
* More secure external graph access
Add @signedGraphTag() and @signedGraphUrl() blade directives
Takes either an array of graph variables or a url to a graph
Uses a signed url that is accessible without user login, embeds signature in url to authenticate access
See Laravel Signed Url for more details.
Adds Laravel route to graphs (does not change links to use it yet)
@graphImage requires the other PR
Also APP_URL is required in .env

* missing files from rebase

* Fix url parsing with a get string

* allow width and height to be omitted

* Documentation

* Add to, otherwise it will always be now

* Doc note for to and from relative security

* fix vars.inc.php (Laravel has a dummy url here)
2022-09-03 12:48:43 -05:00
..
app.php Error reporting (#14190) 2022-08-24 00:33:28 +02:00
auth.php Update dependencies (#13310) 2021-10-02 18:04:59 -05:00
broadcasting.php Update dependencies (#13310) 2021-10-02 18:04:59 -05:00
cache.php Update dependencies (#13310) 2021-10-02 18:04:59 -05:00
cors.php Update dependencies (#13310) 2021-10-02 18:04:59 -05:00
database.php Support for SSL/TLS protected connections to MySQL databases (#14142) 2022-08-07 14:53:29 -05:00
debugbar.php Add @signedGraphTag() and @signedGraphUrl() blade directives (#14269) 2022-09-03 12:48:43 -05:00
filesystems.php Automatic fixes for validation failures (#13930) 2022-06-10 16:25:33 -05:00
flare.php Error reporting (#14190) 2022-08-24 00:33:28 +02:00
flasher.php PHP-Flasher for toast messages (#13401) 2021-10-29 09:13:56 -05:00
hashing.php Fix logging too much (#9824) 2019-02-14 08:08:38 -06:00
ignition.php Error reporting (#14190) 2022-08-24 00:33:28 +02:00
laravel-console-summary.php Fix disabling of built-in commands when using ./lnms (#12308) 2020-11-19 22:51:20 +01:00
librenms.php Distributed Poller improved validation (#12269) 2020-11-23 00:33:56 -06:00
logging.php Error reporting (#14190) 2022-08-24 00:33:28 +02:00
mail.php Update dependencies (#13310) 2021-10-02 18:04:59 -05:00
purifier.php PHP-Flasher for toast messages (#13401) 2021-10-29 09:13:56 -05:00
queue.php Update dependencies (#13310) 2021-10-02 18:04:59 -05:00
services.php Laravel 6.x (#11397) 2020-05-23 12:05:18 -05:00
session.php Implement OAuth and SAML2 support (#13764) 2022-02-20 22:05:51 +01:00
snmptraps.php Update Larastan (#14031) 2022-06-13 08:57:21 +02:00
tinker.php Fix logging too much (#9824) 2019-02-14 08:08:38 -06:00
toastr.php Apply fixes from StyleCI (#12117) 2020-09-21 14:54:51 +02:00
trustedproxy.php Use built in trusted proxy functionality (#13318) 2021-10-03 14:13:20 -05:00
view.php Laravel 7.x Shift (#11676) 2020-07-09 08:22:50 -05:00
vue-i18n-generator.php Unbundle javascript language files (#10788) 2019-11-08 15:18:41 +00:00
webpush.php Push Notifications (Mobile and PC) (#13277) 2021-10-06 07:29:47 -05:00