Tony Murray and GitHub
5076deccf3
Improve the efficiency of some queries ( #13974 )
...
* Improve the efficiency of some queries
Mostly by switching from whereIn to whereIntegerInRaw.
This inserts integers directly into the query instead of using placeholders (also escapes them)
also remove extra json_encode/json_decode in PingCheck
* Fix return types
Probably will result in some missing baseline exceptions.
* Update PingCheck.php
* whitespace
2022-05-16 09:57:58 +02:00
Jellyfrog and GitHub
26b95c0ccc
Apply fixes from StyleCI ( #13208 )
2021-09-08 23:35:56 +02:00
Jellyfrog and GitHub
edb36fd69d
More cleanups ( #12715 )
...
* PHPDoc
* Replace Auth > Illuminate\Support\Facades\Auth
* Return inside when()
* use str_replace correct
* Misc
* dead code
* use int $port
* styleci
2021-04-08 08:14:49 -05:00
Jellyfrog and GitHub
a0a3a1c8d8
PHPDoc fixes ( #12693 )
2021-04-01 00:35:19 +02:00
Jellyfrog and GitHub
dc160c6813
PHPDoc fixes ( #12687 )
2021-03-31 17:18:43 +02:00
Jellyfrog and GitHub
20b4215204
Swich links to https ( #12511 )
...
* Switch librenms links to https
* Convert librenms links in comments
* Switch gnu.org url to https
* switch php urls to https
2021-02-09 00:29:04 +01:00
Tony Murray and GitHub
399858e5b5
fix permissions issue ( #12274 )
...
fixes #12272
2020-10-29 07:54:09 -05:00
Tony Murray and GitHub
4746c3f9d0
Fix permissions bug in IRC ( #12266 )
...
* Fix permissions bug in IRC
Rename Permissions class to remove confusion with the Facade
* Fix style
2020-10-28 16:07:03 -05:00