1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

1568 Commits

Author SHA1 Message Date
Chris Cummer
2c418bd359 Add @E3V3A as a contributor 2019-02-06 12:14:39 -08:00
Chris Cummer
da51b25c1c
Update CHANGELOG.md 2019-02-06 12:14:10 -08:00
Chris Cummer
54a04dfb49
Update CHANGELOG.md 2019-02-06 12:13:57 -08:00
Chris Cummer
857b5adec4 Merge branch 'master' of https://github.com/E3V3A/wtf into E3V3A-master 2019-02-06 12:08:30 -08:00
Chris Cummer
fb873e1463 Merge branch 'master' of https://github.com/jdenoy/wtf into jdenoy-master 2019-02-06 12:04:34 -08:00
Johan Denoyer
96bef17f44 Added ticket status in widget display 2019-02-05 17:13:47 +01:00
Johan Denoyer
4dcaa152c7 Added up/down arrow support for ticket navigation in widget 2019-02-05 16:18:36 +01:00
E3V3A
b67339662c Updated and improved the security widget
* Merged all windows kludges into unified files
* Removed window kludges
* Improved UI
* Fixed faulty Windows username detection
* Fixed dodgy Window firewall detection
* Fixed overlapping/overflowing DNS in UI
* Added fine-grained Windows firewall status
* Added correct and sanitized PowerShell Calls

Affcted Files:

	modified:   dns.go
	deleted:    dns_windows.go
	modified:   firewall.go
	modified:   users.go
	deleted:    users_windows.go
	renamed:    widget_windows.go -> widget.go
2019-02-05 10:52:13 +02:00
Chris Cummer
3ffefcd2d8
0.5.0 released 2019-02-04 10:53:26 -08:00
Gabriel Diaz
60794cb3e1 Use new api format 2019-01-30 19:39:46 -05:00
Chris Cummer
ab0dde5169
Merge pull request #365 from jdenoy/master
Changed nmcli cmd to check on AP connect to using '*' in the in-use f…
0.5.0
2019-01-30 09:50:28 -08:00
Johan Denoyer
e48ccf2a53 Changed nmcli cmd to check on AP connect to using '*' in the in-use field instead of 'yes/no' from the active field. This is needed for non english language set in operating system 2019-01-30 14:30:23 +01:00
Chris Cummer
c0ba7cdb6c Add @maxbeizer as a contributor 2019-01-28 20:06:09 -08:00
Chris Cummer
4b7f48bcfb Fix all-contributors documentation 2019-01-28 17:13:14 -08:00
Chris Cummer
6a60f5d3b3 Merge branch 'master' of github.com:wtfutil/wtf 2019-01-28 17:12:43 -08:00
Chris Cummer
bbc960766e Add @linenoise as a contributor 2019-01-28 17:12:15 -08:00
Chris Cummer
b6ceafd7b8
Update CHANGELOG.md 2019-01-28 17:11:07 -08:00
Chris Cummer
84c8aa2e70 Merge branch 'retgits-go-generate' 2019-01-28 17:08:11 -08:00
Chris Cummer
89cf2151d2 Merge branch 'go-generate' of https://github.com/retgits/wtf into retgits-go-generate 2019-01-28 17:06:29 -08:00
retgits
db24a0b60e
fix: update help text 2019-01-26 20:12:40 -08:00
retgits
3770977d24
fix: update instructions to run go generate 2019-01-26 20:11:23 -08:00
Chris Cummer
4739673aae Merge branch 'go-generate' of https://github.com/retgits/wtf into retgits-go-generate 2019-01-26 19:10:34 -08:00
Chris Cummer
85efb48f55
Merge pull request #363 from wtfutil/362-firewall
362 Determine linux firewall status on the unambiguous term
2019-01-25 15:18:25 -08:00
Chris Cummer
b4f1eabf5f 362 Determine linux firewall status on the unambiguous term 2019-01-25 15:17:06 -08:00
Chris Cummer
89650cb11c
Update CHANGELOG.md 2019-01-22 20:21:39 -08:00
Chris Cummer
aefb3a1cc6 Add @ImDevinC as a contributor 2019-01-22 20:19:07 -08:00
Chris Cummer
35a5a81721 Merge branch 'ImDevinC-victorops_oncall' 2019-01-22 20:18:14 -08:00
Chris Cummer
256ef3710f Merge branch 'victorops_oncall' of https://github.com/ImDevinC/wtf into ImDevinC-victorops_oncall 2019-01-22 20:16:50 -08:00
Chris Cummer
f8c4c3fc81
Update CHANGELOG.md 2019-01-22 10:34:53 -08:00
Chris Cummer
c9f76b6442
Update CHANGELOG.md 2019-01-22 10:26:16 -08:00
Chris Cummer
daa79148ab Add @skymeyer as a contributor 2019-01-22 10:25:24 -08:00
Chris Cummer
83c15e9cb2 Merge branch 'skymeyer-proxysupport' 2019-01-22 10:24:30 -08:00
Chris Cummer
ad38cc5856 Merge branch 'proxysupport' of https://github.com/skymeyer/wtf into skymeyer-proxysupport 2019-01-22 10:23:17 -08:00
Chris Cummer
b63d064acf
Update CHANGELOG.md 2019-01-22 10:22:08 -08:00
Chris Cummer
8ebc2c2845 Remove duplicate all-contributors entry 2019-01-22 10:20:47 -08:00
Chris Cummer
3d6e83755e Add @jdenoy as a contributor 2019-01-22 10:19:04 -08:00
retgits
fa07e36b2e
fix: fix errorhandling and folder generation 2019-01-20 13:00:26 -08:00
retgits
d219d3e276
fix: fixed typo 2019-01-20 12:47:18 -08:00
retgits
ac5d69e676
feat: add generators 2019-01-20 12:45:24 -08:00
Devin Collins
f7cf070f32 Adds module to display VictorOps on call information 2019-01-20 00:56:17 -08:00
skymeyer
39c3daee23 Honor system http proxies when using non-default transport
This implements the same proxy behavior as per http.DefaultTransport
using HTTP proxies as directed by the $HTTP_PROXY and $NO_PROXY (or
$http_proxy and $no_proxy) environment variables.
2019-01-19 10:46:08 +00:00
Johan Denoyer
5adfbfb066 Added HTTP/HTTPS handling in OpenFile() function in wtf/utils.go to manage proper URL openings 2019-01-18 16:33:27 +01:00
Chris Cummer
1d888118c5 Add 'make test' to the Makefile 2019-01-13 12:00:27 -08:00
Chris Cummer
0f86740a7f Set the GOPATH if not set when using the Makefile 2019-01-13 11:56:54 -08:00
Chris Cummer
48cb7ba773 Update dependencies to latest versions 2019-01-11 16:44:42 -08:00
Chris Cummer
ea27f40164 Light intensity drizzle added to weather 2018-11-30 08:20:30 -08:00
Chris Cummer
878d84f0e7
Merge pull request #347 from anandsudhir/fix-references
Fix references to old Github repo location with new one
2018-11-30 08:12:26 -08:00
Anand Sudhir Prayaga
c8b6eb2b60 Fix references to old Github repo location with new one 2018-11-28 14:47:06 +01:00
Chris Cummer
17f6b49450 Don't wrap the Resource Usage display 2018-11-27 15:26:10 -08:00
Chris Cummer
55c5ae0ba6
Update CHANGELOG.md 2018-11-27 15:09:20 -08:00