Tony Murray
15cd2311cc
User controller
2020-06-27 07:47:08 -05:00
Tony Murray
057f4c49fc
db in one refactor WIP3
2020-06-27 07:47:08 -05:00
Tony Murray
246e6741a3
db in one refactor WIP2
2020-06-27 07:47:08 -05:00
Tony Murray
229a501d4f
refactor
2020-06-27 07:47:08 -05:00
Tony Murray
610475356f
ajax step status check standardized
2020-06-27 07:47:08 -05:00
Tony Murray
c750107906
Refactor to a simpler style
2020-06-27 07:47:08 -05:00
Tony Murray
27027428fa
config file writing
2020-06-27 07:47:08 -05:00
Tony Murray
3415cb5272
user creation error handling
2020-06-27 07:47:08 -05:00
Tony Murray
adf3afdaca
run through and refinement
2020-06-27 07:47:08 -05:00
Tony Murray
94a71f9f41
check for INSTALL environment var
2020-06-27 07:47:08 -05:00
Tony Murray
f601ad6d93
dynamic steps WIP
2020-06-27 07:47:08 -05:00
Tony Murray
a3a8a6ae67
port to Bootstrap4 for flexbox
2020-06-27 07:47:08 -05:00
Tony Murray
70ebf419b2
WIP migration
2020-06-27 07:47:07 -05:00
Tony Murray
f86f4ba307
style reorgs
2020-06-27 07:47:07 -05:00
Tony Murray
36a621a108
round buttons?
2020-06-27 07:47:07 -05:00
Tony Murray
d943df40db
user create + db migrate
2020-06-27 07:47:07 -05:00
Tony Murray
cc7902c084
WIP
2020-06-27 07:47:07 -05:00
Tony Murray
dbbd0e9867
db wip
2020-06-27 07:47:07 -05:00
Tony Murray
21aadc1a48
more style tweaks, will probably dump the table
2020-06-27 07:47:07 -05:00
Tony Murray
2221c0cfc2
slight style improvements
...
checks partial
2020-06-27 07:47:07 -05:00
Tony Murray
72efd7bbd9
structure and better middleware
2020-06-27 07:47:07 -05:00
Tony Murray
9372074b6d
Merge pull request #11728 from yac01/master
...
Feature: F5 LTM bandwidth controller
2020-06-19 13:39:36 -05:00
Tony Murray
cd9c349297
Allow device url by hostname ( #11831 )
...
* Allow device url by hostname
/device/hostname
/device/hostname/ports
* slightly different code style
without else ;)
2020-06-17 22:13:06 +02:00
louis-oui
80aca5eec9
Fix availability map downtime ( #11638 )
...
* fix
* fix widget
* fix widget
* fix widget
* fix
* last_polled fix
* factorize down / up time device
* factorize down / up time device
* factorize down / up time device
* factorize down / up time device
* factorize down / up time device
2020-06-15 23:53:48 +02:00
Tony Murray
435432e540
Merge pull request #11829 from murrant/device-sort-downtime
...
Devices List: Sort downtime and uptime
2020-06-15 13:03:45 -05:00
Tony Murray
4e95f667df
Merge pull request #11830 from murrant/device-not-found
...
404 when device does not exist
2020-06-15 13:03:17 -05:00
Tony Murray
f18e7f5a20
work for mysql
2020-06-15 10:50:29 -05:00
Tony Murray
d1f66bfe97
Merge branch 'master' into device-sort-downtime
2020-06-15 10:33:53 -05:00
Tony Murray
1d3664702a
404 when device does not exist
2020-06-15 10:32:07 -05:00
Tony Murray
605e6f5098
Devices List: Sort downtime and uptime
2020-06-15 10:03:16 -05:00
Tony Murray
853fbf632e
Fix table sorts not working
...
Define sortable fields for all table controllers
2020-06-15 09:50:21 -05:00
Tony Murray
13ade9ab6c
Merge branch 'master' into alerts-carbon
2020-06-12 07:48:51 -05:00
SourceDoctor
db38c27986
Widget hide-show search Field ( #11729 )
...
* Widget hide-show search Field
* remove uneeded row - cleanup
2020-06-11 13:59:08 +02:00
dupondje
4611b19ae5
Fix Rancid GIT ( #11795 )
2020-06-09 09:01:44 -05:00
Tony Murray
300645388f
Dispatcher Service settings ( #11760 )
...
* Poller settings WIP
* Poller settings WIP2
* working on SettingMultiple
* setting multiple working
* settings sent with all required info
* fix translation
* Fix keys
* fix groups setting
* Apply settings to service
fixes and validations for setting
* don't error when no poller_cluster entry exists
* hid tab when no poller cluster entries
* Authorization
* make prod
* daily maintenance toggle should be advanced
* Update schema def
2020-06-08 08:27:03 -05:00
Tony Murray
147ba0f00d
Fix latency tab bugs ( #11787 )
...
when there is no latency data
fix smokeping error
2020-06-07 23:18:18 -05:00
Tony Murray
5c6c8844e8
Auth middleware refinement ( #11767 )
...
* auth middleware group
* dummy page for legacy php scripts instead of recursively calling init.php
* Test and fix routing scenarios
* fix api auth
* disable unused auth routes
2020-06-05 11:50:58 -05:00
TheGreatDoc
c232cf0e2b
added colour priority to the label column ( #11607 )
2020-06-04 22:25:34 -05:00
Yacine BENAMSILI
fa52264de2
Fix: F5 LTM bandwidth controller
2020-05-28 23:15:35 +02:00
SourceDoctor
f92caf8cf7
Fix - Seperate default poller id and distributed poller groups ( #11584 )
...
* Seperate Setting for default poller id
* revert change
* Travis restart
* fixes
2020-05-24 17:55:11 -05:00
Jellyfrog
b09bc07f8f
Laravel 6.x ( #11397 )
...
* Update Laravel core files
Fix app/Http/Kernel.php
* Use RouteServiceProvider::HOME
* Sync Laravel default config files
* Update composer dependencies to Laravel 6
* fix resources/lang/en/validation.php
* Manually fixing tests
required by travis, fails locally???
* Update wpb/string-blade-compiler
* Add new viewany() authorization policies
* Update minimum PHP version to 7.2
* Re-generate our json test-dumps
Due to:
https://github.com/laravel/framework/pull/16069
https://github.com/laravel/framework/pull/31100
* update truenas data
* fix truenas
Co-authored-by: Laravel Shift <shift@laravelshift.com >
Co-authored-by: Tony Murray <murraytony@gmail.com >
2020-05-23 12:05:18 -05:00
SourceDoctor
9272cb3b92
Enumerate Alert Level ( #11652 )
2020-05-22 20:08:05 -05:00
Tony Murray
266e80ef54
Show Laravel version in about ( #11641 )
...
* Show Laravel version in about
We haven't used silk icons in a long time...
* a few cleanups and links
2020-05-20 17:33:31 -05:00
Tony Murray
d5a52ca4eb
Fix various issues with loading os definitions ( #11640 )
...
* Ping only device doesn't display
if os was set to something, ping os wasn't loaded and we try to get overview graphs from it.
* Fix snmp_disable device page load error
When other os is set.
* Revamp os setting loading
the only safe way to access is Config::getOsSetting()
* Remove getOsSetting fallback behavior
Most instances don't use it and it can have unexpected results Config::getOsSetting('blah', 'group') == 'librenms'
* refactor and remove unneeded load_os/loadOs calls now since getOsSetting automatically loads it.
* restore unix overview graphs, they are different
small cleanups
* fix
2020-05-19 14:35:32 -05:00
SourceDoctor
60b0ffbd63
Only Show in TopInterfaces Devices which are up ( #11578 )
...
* Only Show in TopInterfaces Devices which are up
* change to macro
2020-05-09 08:47:32 -05:00
SourceDoctor
e170529692
Python3 Module Dependency Check ( #11544 )
...
* Python3 Modul Dependency Check
* code climate
* binary existance check
* move Python Modul Version Check
* .
* adding verbose argument
* args parser nicement
* enhance Validator for detailed approvements
* Update Python.php
* Update check_requirements.py
* python version to Version class
use Process
Co-authored-by: Tony Murray <murraytony@gmail.com >
2020-05-06 10:58:17 -05:00
Tony Murray
c48943550b
Fix port permissions ( #11560 )
2020-05-06 09:12:33 -05:00
Tony Murray
17a8046595
Fix vmhost device page link ( #11553 )
2020-05-05 09:30:26 -05:00
Tony Murray
65a55dcde2
Sort Top Devices widget descending by default ( #11534 )
2020-05-02 12:09:41 -05:00
Tony Murray
b8248ac1ee
Fix show config ( #11506 )
...
if the exclude checkbox had been checked in anyway, it always hides.
2020-05-01 22:32:55 -05:00