Commit Graph
237 Commits
Author SHA1 Message Date
Anthony F McInerney b42aae8b39 service templates - move to blade - nullable input? 2020-10-18 09:54:35 +01:00
Anthony F McInerney 46121ae556 service templates - move to blade - deprecate remove_service_template 2020-10-17 19:51:19 +01:00
Anthony F McInerney 857bde274a service templates - move to blade - deprecate remove_service_template 2020-10-17 19:49:07 +01:00
Anthony F McInerney 640f12bd44 service templates - move to blade - deprecate delete_service_template 2020-10-17 18:54:46 +01:00
Anthony F McInerney 0f257fc58d service templates - move to blade - wip 2020-10-17 17:40:57 +01:00
Anthony F McInerney 9ff494e31e service templates - move to blade - wip 2020-10-17 17:40:28 +01:00
Anthony F McInerney 0d77d0ca6f service templates - move to blade -wip 2020-10-17 10:01:29 +01:00
Anthony F McInerney 2df17699e4 service templates - move to blade -wip 2020-10-16 17:10:07 +01:00
Anthony F McInerney ad4b6ab543 service templates - move to blade -wip 2020-10-16 17:06:04 +01:00
Anthony F McInerney 8a1a40f973 service templates - move to blade -wip 2020-10-16 17:02:44 +01:00
Anthony F McInerney fcbad05aff service templates - move to blade -wip 2020-10-16 16:42:31 +01:00
Anthony F McInerney cf6a254b9e Revert "service templates - move to blade -wip"
This reverts commit aadf8e9b36.
2020-10-15 19:54:19 +01:00
Anthony F McInerney aadf8e9b36 service templates - move to blade -wip 2020-10-15 19:49:52 +01:00
Tony Murray 09f107303d fixes 2020-10-14 21:41:35 -05:00
Anthony F McInerney b149061bb8 service templates - move to blade -wip 2020-10-14 20:05:53 +01:00
Anthony F McInerney 910d376627 service templates - move to blade -wip 2020-10-14 19:16:03 +01:00
Anthony F McInerney 16095e5f64 service templates - move to blade -wip 2020-10-14 19:03:11 +01:00
Anthony F McInerney 85b0ac6269 service templates - move to blade -wip 2020-10-14 19:00:51 +01:00
Anthony F McInerney 90a0b8892b service templates - move to blade -wip 2020-10-14 19:00:41 +01:00
Anthony F McInerney 44b5c5c7ca service templates - move to blade -wip 2020-10-14 14:39:56 +01:00
Anthony F McInerney 5da4aff32a service templates - move to blade -wip 2020-10-14 13:36:11 +01:00
Anthony F McInerney 44ac62a069 service templates - move to blade -wip 2020-10-14 13:16:42 +01:00
Anthony F McInerney 97c0694565 service templates - move to blade -wip 2020-10-14 11:00:09 +01:00
Anthony F McInerney f2556144aa service templates - move to blade -wip 2020-10-14 10:53:10 +01:00
Anthony F McInerney 52cb8ee86a service templates - move to blade -wip 2020-10-13 17:17:28 +01:00
JellyfrogandGitHub 29f45ca352 Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
JellyfrogandGitHub 0d56bbd946 Apply fixes from StyleCI (#12123) 2020-09-21 15:51:53 +02:00
JellyfrogandGitHub 77c531527c Apply fixes from StyleCI (#12117)
* Apply fixes from StyleCI

* Disable style check
2020-09-21 14:54:51 +02:00
SourceDoctorandGitHub 65b294c7cb Fix to show Routing Count in Pagemenu Selector (#12111) 2020-09-20 01:24:53 +02:00
SourceDoctorandGitHub a4d1f5e1c8 Show Device Outages as Log List (#12011) 2020-08-18 20:02:56 +02:00
JellyfrogandGitHub abc0ca85f6 Add default values to cast (#11977)
Makes the SQL query correctly select id columns as int instead of string
2020-08-04 14:41:10 +02:00
JellyfrogandGitHub cb0034d6a1 Restore device inventory logic after 055abcf (#11993) 2020-08-03 20:42:10 -05:00
Tony MurrayandGitHub a413187564 Fix encoded html entities in page title (#11979)
* Fix encoded html entities in page title
Seems short sections escape the content

* extra comment for clarification
2020-07-30 00:27:10 -05:00
JellyfrogandGitHub 2fc037ab23 Convert device notes to blade (#11952) 2020-07-22 09:18:56 -05:00
Cirno the StrongestandGitHub 6448682b21 Fix missing Munin controller tab definition (#11943) 2020-07-18 18:15:19 -05:00
Tony MurrayandGitHub 0c334f130d Fix users that set a non-array for cors (#11921)
* Fix users that set a non-array for cors
combine two Env util classes

* Used the wrong thing.
2020-07-09 15:03:12 -05:00
f526ba326b Laravel 7.x Shift (#11676)
* Shift bindings

PHP 5.5.9+ adds the new static `class` property which provides the fully qualified class name. This is preferred over using class name strings as these references are checked by the parser.

* Shift core files

* Shift to Throwable

* Shift Laravel dependencies
Add laravel/ui dependency
Use our fork of string-blade-compiler

* Shift config files

Default config files

In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them so you can review the commit diff for
changes. Moving forward, you should use ENV variables or create a
separate config file to allow the core config files to remain
automatically upgradeable.

Restore config header comment

* Remove duplicate named routes

* add basic trust host middleware

* Trusted proxies should be default null

* Fix missed rename

* wip

* Rename routes

* Update trustedproxy.php

* Update Kernel.php

* revert trustedproxy.php

It only accepted '*' and not ['*']

* Fix tests

fake request was causing the error

Co-authored-by: Laravel Shift <[email protected]>
Co-authored-by: Tony Murray <[email protected]>
2020-07-09 08:22:50 -05:00
Tony MurrayandGitHub 560fd71ef6 CORS settings in webui (#11912)
* Change CORS implementation
allows for upstream integration of Laravel 7

* migrate config

* skip implementing patterns for now

* Expose settings to the webui

* Make db settings apply
2020-07-08 07:36:51 -05:00
Tony MurrayandGitHub 44549ae63e Show poller settings even if distributed polling is disabled (#11893) 2020-07-03 00:37:37 -05:00
Tony MurrayandGitHub eb74af5756 Fix device up/down sort (#11891) 2020-07-03 00:36:01 -05:00
Tony MurrayandGitHub a312436bca Edit maintenance schedule, handle timezone properly (#11889)
Was not properly formatting to user's timezone
Also handle the case where the browser and server timezone don't match
don't show incorrect values in dialog then pop to the correct ones.
Update title on modal to be appropriate
2020-07-02 17:46:16 -05:00
JellyfrogandGitHub 5cf5627ff5 Simpler fix for 659325d5d0 (#11883) 2020-06-30 18:36:13 -05:00
Jellyfrog 659325d5d0 Prevent unauthorized access to device graphs
Users could access info for the wrong device by piggyback on port permissions
2020-06-30 13:35:45 +02:00
Tony Murray 2f2cd3404c installer fixes 2020-06-29 00:58:29 -05:00
Tony Murray d63b78b1af small clean ups 2020-06-27 07:47:08 -05:00
Tony Murray 46f0ad2110 style fixes 2020-06-27 07:47:08 -05:00
Tony Murray 685d1972f1 remove hard debug 2020-06-27 07:47:08 -05:00
Tony Murray 2c82e919f6 refined finish 2020-06-27 07:47:08 -05:00
Tony Murray 691a73caa6 consistency run through 2020-06-27 07:47:08 -05:00
Tony Murray e267ec1cab step status refactor 2020-06-27 07:47:08 -05:00