4340 Commits

Author SHA1 Message Date
f0o
eadbb50695 Added Package Search 2015-01-04 19:58:37 +00:00
955ca0f8fc Added remember me text 2015-01-03 20:01:29 +00:00
cb7326d738 Updated login page visually 2015-01-03 19:29:55 +00:00
864cbe9a1a Added option to disable footer in web interface 2015-01-02 23:15:35 +00:00
e0b4562b51 Merge pull request #383 from f0o/issue-365
Added TwoFactor Authentication (RFC4226)
2014-12-28 15:52:56 +00:00
f0o
d66cec7017 Added TwoFactor Authentication (RFC4226)
Tested against Google-Authenticator app on Android 4.4.4

Made `verify_hotp` more efficient.

Added autofocus on twofactor input

Added GUI Unlock and Remove for TwoFactor credentials in /edituser/

Allow additional tries after elapsed time from last try exceeds configured parameter `$config['twofactor_lock']`.
If `$config['twofactor_lock']` is not defined or is set to `0`, administrators have to unlock accounts that exceed 3 failures via GUI.

Added Documentation

Moved TwoFactor form to logon.inc.php
Disabled autocomplete on twofactor input field
Updated Docs to include link to Google-Authenticator's install-guides

Moved authentication logic from authenticate.inc.php to twofactor.lib.php

typo in docblock for `twofactor_auth()`

Fixed scrutinizer bugs

To please scrutinizer
2014-12-28 15:40:40 +00:00
e81cf8f38b Update about.inc.php
Removed acknowledgements for logo design (no longer used) and drop down menus (bootstrap menus now used).
2014-12-28 13:23:51 +00:00
3edf581f69 Merge pull request #374 from f0o/alerting-dirty
Cronjob adjustment & Lockfile implementation
2014-12-26 23:50:26 +00:00
b005ebb151 Merge pull request #378 from laf/issue-362
Added git log link to show last 10 commits
2014-12-23 22:45:19 +00:00
laf
cd58c9bf47 Added git log link to show last 10 commits 2014-12-23 22:34:05 +00:00
1cae669976 Merge pull request #377 from laf/issue-362
Added dbSchema version to about page
2014-12-23 21:36:29 +00:00
laf
5e0b9e0a06 Added dbSchema version to about page 2014-12-23 19:30:57 +00:00
cbaf3cacec Merge pull request #375 from laf/issue-laf-98
Updated ability to acknowledge alerts
2014-12-23 16:57:16 +00:00
ff833a508d Merge pull request #373 from laf/issue-laf-97
Added ability to create default global alert rules
2014-12-23 16:36:18 +00:00
laf
9d1fd5adb4 Updated location of API docs 2014-12-23 16:35:09 +00:00
078d63b3f3 Update print-alert-rules.php 2014-12-23 15:56:39 +00:00
3669a6e824 Update print-alert-rules.php 2014-12-23 15:56:17 +00:00
f0o
9bcef65912 Updated Docs 2014-12-23 08:34:16 +00:00
laf
b476514b7d Updated ability to acknowledge alerts 2014-12-22 20:31:52 +00:00
laf
1d217df791 Set device_id to -1 2014-12-22 19:38:45 +00:00
laf
84eb81c23a Setting default delay to 300 seconds so alerts are every 5 minutes 2014-12-22 19:01:23 +00:00
f0o
d6d5282e84 Changed:
Alerts cronjob to be every minute.

Added:
	Lockfile to Alerts cronjob
2014-12-22 18:17:43 +00:00
7dccc13a6c Merge pull request #372 from laf/issue-laf-94
Added ability to name alert rules
2014-12-22 18:14:04 +00:00
laf
a3c180868b Updated default rules 2014-12-22 17:41:05 +00:00
laf
6f0b9478a8 Added ability to create default global alert rules 2014-12-22 16:58:58 +00:00
51616844bc Added ability to name alert rules 2014-12-21 15:44:50 +00:00
e867d3f1df Merge branch 'alerting-dirty' of https://github.com/f0o/librenms into f0o-alerting-dirty 2014-12-21 12:56:29 +10:00
56aa518608 Merge pull request #369 from laf/alert-api
API for alerting
2014-12-21 12:54:36 +10:00
67052ed0c9 Merge pull request #367 from laf/alerts
GUI for alerts system
2014-12-21 12:53:58 +10:00
51db1af74d Clear out rule entries now when modal form closes 2014-12-19 21:32:05 +00:00
f0o
6ac4776623 Added:
Default Contact's Name (NOC)
2014-12-19 21:13:29 +00:00
7cd8cf7ecf Update to enabled calculations to be put into entity 2014-12-19 20:30:51 +00:00
f0o
fd93042fb4 Added:
Honouring `$config['alerts']['email']['default']` and `$config['alerts']['email']['default_only']`
2014-12-19 20:21:54 +00:00
f0o
7ec262760c Added:
Arithmetic support in rules
	Braces support in rules
	Changed wildcard character to '@'
2014-12-19 20:20:17 +00:00
1df57b7254 Added a fix for matching table names 2014-12-19 17:37:15 +00:00
45e3323f38 Fix variable assignment issue 2014-12-18 21:50:26 +00:00
ef28a9fe03 Scrutinizer issues fixed 2014-12-16 21:10:11 +00:00
613391ca8f Scrutinizer issues fixed 2014-12-16 20:58:31 +00:00
1140768bd2 Scrutinizer issues fixed 2014-12-16 20:49:55 +00:00
b6d935e608 API for alerting 2014-12-16 20:39:58 +00:00
a84df3742f Last tidy up 2014-12-16 20:20:16 +00:00
d18f20c080 Merge branch 'master' of https://github.com/librenms/librenms into alerts 2014-12-16 20:19:02 +00:00
laf
807fc9a3ba Alerts gui commit 2014-12-16 20:03:19 +00:00
f0o
aeccdbb942 Cleanup for Scrutinizer 2014-12-15 14:33:31 +00:00
f0o
7d3fd3a29a Added field name into SQL-Table alert_templates 2014-12-15 14:25:03 +00:00
f0o
c0e1d9cbc5 Added Alerting 2014-12-15 11:10:26 +00:00
dbf407746c Merge pull request #364 from laf/issue-laf-93
Fixed API route order to resolve get_port_graphs working
2014-12-12 20:20:58 +00:00
laf
a152f3566e Fixed API route order to resolve get_port_graphs working 2014-12-12 19:35:49 +00:00
d9e35ff2c2 Merge pull request #360 from laf/issue-358
Added new API route for billing information
2014-12-06 18:54:05 +00:00
6bf87f5958 Merge pull request #359 from laf/issue-laf-92
Fixed bill display issues when calculating CDR
2014-12-06 18:38:09 +00:00