Commit Graph

3474 Commits

Author SHA1 Message Date
laf
db4cf48049 Removed php.php 2014-02-27 21:28:12 +00:00
Paul Gear
997dc3dad3 Merge pull request #101 from laf/issue-69
Updated mysql auth to use PHPass
2014-02-26 11:55:07 +10:00
laf
1fffec8e2d Update PasswordHash.php
Updated line 54 to $output.
2014-02-25 23:45:12 +00:00
Paul Gear
1de19471ef Merge pull request #104 from laf/issue-103
Urgent: Ports set to be ignored will now be ignored for threshold alerts
2014-02-26 08:40:51 +10:00
Paul Gear
151b2828ce Merge pull request #106 from laf/issue-105
Updated to bootstrap v3.1 - includes fix to page width
2014-02-26 08:39:54 +10:00
laf
cde9cc1dbc Updated to bootstrap v3.1 - includes fix to page width 2014-02-25 21:19:16 +00:00
laf
6395db8dae Ports set to be ignored will now be ignored for threshold alerts 2014-02-25 14:22:02 +00:00
Paul Gear
21b7378fce More additions to contributing doc 2014-02-24 20:12:56 +10:00
laf
519e4aba84 Update PasswordHash.php 2014-02-23 22:05:22 +00:00
laf
18f9b89639 Removed code that was previously commented out 2014-02-23 17:55:07 +00:00
Paul Gear
8bac189f7b Update contribution guidelines with recent experiences and discussion 2014-02-23 23:18:21 +10:00
Paul Gear
74077a7fa0 Merge pull request #100 from laf/issue-94
Top X boxes can now be switched off
2014-02-23 22:40:32 +10:00
Paul Gear
3798d70ce6 Merge pull request #75 from laf/test-installer
New web based installer to simplify installation
2014-02-23 22:35:20 +10:00
Paul Gear
e63a5c15ab Merge pull request #66 from laf/issue-65
Moved some variables from defaults.inc.php to definitions.inc.php
2014-02-23 22:19:35 +10:00
laf
26bbb4f14a Removed old variables from defaults.inc.php 2014-02-23 12:16:06 +00:00
Paul Gear
affc283f25 Merge pull request #62 from laf/issue-61
Stop print-syslog.inc.php from shortening hostnames
2014-02-23 22:14:00 +10:00
laf
3fbd56b190 Top X boxes can now be switched off 2014-02-23 12:10:37 +00:00
Paul Gear
feb322350f Merge pull request #99 from laf/issue-98
Fixed the container width so that graphs no longer wrap.
2014-02-23 22:03:27 +10:00
Paul Gear
f5f580e45e Merge pull request #96 from libertysys/laf-issue-87
More complete fix for laf:issue-87
2014-02-23 22:00:01 +10:00
laf
24b33b9253 Fixed the container width so that graphs no longer wrap. Width is no longer fixed either 2014-02-23 11:57:39 +00:00
Paul Gear
40526a1b97 Merge pull request #97 from libertysys/master
Test fix for a scrutinizer bug - Woot! https://scrutinizer-ci.com/g/librenms/librenms/inspections/ff397a4f-33fb-4913-b110-e6d2df824ac5 reports: "Good job, 1 issue was fixed."
2014-02-23 16:49:40 +10:00
Paul Gear
961be6def0 Test fix for a scrutinizer bug 2014-02-23 15:08:06 +10:00
Paul Gear
2adcb898f8 Merge pull request #73 from laf/issue-67
Change <title> to use page_title_suffix as the fall back
2014-02-23 14:38:04 +10:00
Paul Gear
48fe1d10ca More complete fix for laf:issue-87
- Align all columns
 - Move all of the common parts of each query to the front so differences can be seen easily
 - Fix mixup of deleted vs. ignored
 - Ensure deleted & ignored are checked correctly in each query
2014-02-23 13:53:56 +10:00
Paul Gear
593b5ddb69 Merge branch 'issue-87' of github.com:laf/librenms into laf-issue-87 2014-02-23 12:04:25 +10:00
Paul Gear
e8815831f7 Merge pull request #93 from laf/issue-92
Resolved critical bugs from scrutinizer
2014-02-23 07:15:36 +10:00
laf
e535ec2e47 Resolved critical bugs from scrutinizer 2014-02-22 15:47:57 +00:00
Tyler Christiansen
c473b545e7 Merge pull request #83 from laf/issue-82
Added bootstrap3 fonts
2014-02-14 11:02:27 -08:00
Tyler Christiansen
f1c4bfa27a Merge pull request #78 from laf/issue-77
Updated login page design
2014-02-14 11:02:09 -08:00
Paul Gear
df943b8d1f Merge pull request #89 from laf/issue-84
chmod +x on poller-wrapper.py
2014-02-14 18:12:46 +10:00
laf
b5f9008d38 Fixed SQL queries for the top status box on homepage 2014-02-14 07:53:35 +00:00
laf
3aa4c8b8fc chmod +x on poller-wrapper.py 2014-02-14 07:31:26 +00:00
laf
89c15af57a Added bootstrap3 fonts 2014-02-09 20:59:33 +00:00
Paul Gear
b8b865d03f Merge pull request #81 from laf/issue-80
Changed top X boxes to fade rather than scroll
2014-02-06 08:58:55 +10:00
laf
d9194a12b8 Changed top X boxes to fade rather than scroll 2014-02-05 22:33:33 +00:00
laf
15d1d82ba2 Updated login page design 2014-02-04 09:35:40 +00:00
laf
005504ae6d Updated session / cookie support 2014-02-03 22:39:37 +00:00
laf
04a9f4a2f3 Updated mysql auth to use PHPass 2014-02-03 12:10:06 +00:00
Tyler Christiansen
ad34b77b35 Merge pull request #74 from laf/issue-42
Added documentation to enable billing module
2014-02-02 15:05:48 -08:00
laf
fbc9178d1d New web based installer to simplify installation install.php will now redirect and exit if config.php exists
Updated install docs
2014-02-02 15:05:29 +00:00
laf
9792b9434d Added documentation to enable billing module 2014-01-28 20:44:04 +00:00
laf
07d4e5d81f Change <title> to use page_title_suffix as the fall back if nothing is set 2014-01-28 14:59:15 +00:00
Tyler Christiansen
e80f8f33a6 Merge pull request #59 from laf/new-design-clean
Move UI to Bootstrap v3, courtesy of @laf.
2014-01-27 09:12:45 -08:00
Tyler Christiansen
4168059ce8 fix wes's twitter handle 2014-01-25 13:52:57 -08:00
Tyler Christiansen
13f54fc2d6 Merge branch 'master' of github.com:librenms/librenms 2014-01-24 19:45:44 -08:00
Tyler Christiansen
108a22b889 add development documentation 2014-01-24 19:44:21 -08:00
Tyler Christiansen
4a95ae0777 update readme for devel instructions 2014-01-24 19:40:38 -08:00
Tyler Christiansen
9d7e2337fa add scripted version of dev deploy instructions by wes 2014-01-24 19:38:02 -08:00
Tyler Christiansen
3d35c805ed add scripted version of dev deploy instructions by wes 2014-01-24 19:37:48 -08:00
Tyler Christiansen
a86e2a0c80 Merge pull request #64 from laf/issue-63
Merge PR #63 to clean up structure and remove unnecessary files.
2014-01-21 21:50:02 -08:00