Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							3e2d6eb5fa 
							
						 
					 
					
						
						
							
							Fix the naming and specs for some utility functions  
						
						
						
						
					 
					
						2019-08-05 11:40:42 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							4e46fff145 
							
						 
					 
					
						
						
							
							Move the utils.go file into the /utils directory  
						
						
						
						
					 
					
						2019-08-05 10:50:12 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							dbc047516d 
							
						 
					 
					
						
						
							
							Move all components responsible for module composition into /view  
						
						
						
						
					 
					
						2019-08-04 21:42:40 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							94d63306d4 
							
						 
					 
					
						
						
							
							Move Bargraph functionality into /view  
						
						
						
						
					 
					
						2019-08-04 21:21:16 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							d6254ebba6 
							
						 
					 
					
						
						
							
							Add specs for /wtf/datetime  
						
						
						
						
					 
					
						2019-08-03 18:54:04 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							c17678013d 
							
						 
					 
					
						
						
							
							Fix a couple of 'go vet' issues  
						
						
						
						
					 
					
						2019-08-03 17:16:50 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							7234f83073 
							
						 
					 
					
						
						
							
							Remove stray Log() statements from SpotifyWeb  
						
						
						
						
					 
					
						2019-08-02 02:11:05 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							a02e2a2247 
							
						 
					 
					
						
						
							
							Remove a stray Log() statement from Gittet  
						
						
						
						
					 
					
						2019-08-02 02:01:07 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							4c2b52cdbb 
							
						 
					 
					
						
						
							
							Improve the config file handling process  
						
						... 
						
						
						
						* Don't create a default config if a custom config is being passed in
* Textfile: don't die if the file cannot be found 
						
						
					 
					
						2019-08-02 01:51:56 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							73391b06e4 
							
						 
					 
					
						
						
							
							Add ability to explicitly stop modules via a QuitChan  
						
						
						
						
					 
					
						2019-07-29 06:15:51 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							324666a3ec 
							
						 
					 
					
						
						
							
							Clean up the MakeWidgets process by miniming the number of params passed around  
						
						
						
						
					 
					
						2019-07-29 06:15:51 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b75beba06b 
							
						 
					 
					
						
						
							
							Merge pull request  #516  from l13t/master  
						
						... 
						
						
						
						Added to opsgenie module region selection 
						
						
					 
					
						2019-07-24 18:45:27 -07:00 
						 
				 
			
				
					
						
							
							
								Dmytro Prokhorenkov 
							
						 
					 
					
						
						
						
						
							
						
						
							4b629db0d9 
							
						 
					 
					
						
						
							
							Rewrote way how to define region  
						
						... 
						
						
						
						Now region is defined with `region` variable and could be only `us` or `eu` 
						
						
					 
					
						2019-07-24 11:54:43 +02:00 
						 
				 
			
				
					
						
							
							
								Dmytro Prokhorenkov 
							
						 
					 
					
						
						
						
						
							
						
						
							7422cc3822 
							
						 
					 
					
						
						
							
							Added to opsgenie module region selection  
						
						... 
						
						
						
						According to OpsGenie API documentation:
``If using the EU instance of Opsgenie, the URL needs to be https://api.eu.opsgenie.com  for requests to be
successful.``` 
						
						
					 
					
						2019-07-23 17:23:53 +02:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							0bc6965681 
							
						 
					 
					
						
						
							
							WTF-504 Improve the default config  
						
						
						
						
					 
					
						2019-07-22 22:54:01 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							edcb6d0ca4 
							
						 
					 
					
						
						
							
							WTF-508 HIBP now uses API v3 with authorization to fetch data  
						
						
						
						
					 
					
						2019-07-21 14:45:10 -07:00 
						 
				 
			
				
					
						
							
							
								Sean Smith 
							
						 
					 
					
						
						
						
						
							
						
						
							d59dc6ee5b 
							
						 
					 
					
						
						
							
							Fix rollbar rendering  
						
						... 
						
						
						
						We should be calling Render after a refresh, not calling refresh for an infinite loop
Fixes  #507  
						
						
					 
					
						2019-07-21 11:12:56 -04:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							e48452dd9d 
							
						 
					 
					
						
						
							
							Delete unused import  
						
						
						
						
					 
					
						2019-07-20 20:31:17 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							452e6f20db 
							
						 
					 
					
						
						
							
							WTF-510 Add error messaging if the config directories cannot be created  
						
						
						
						
					 
					
						2019-07-20 12:23:19 -07:00 
						 
				 
			
				
					
						
							
							
								Dylan Bartels 
							
						 
					 
					
						
						
						
						
							
						
						
							ae61d2f7ad 
							
						 
					 
					
						
						
							
							Add google analytics module  
						
						
						
						
					 
					
						2019-07-17 22:27:42 +02:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							375c296f56 
							
						 
					 
					
						
						
							
							Fix a date-sorting bug in FeedReader  
						
						
						
						
					 
					
						2019-07-12 08:00:54 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							f143efe4e2 
							
						 
					 
					
						
						
							
							Merge branch '20190709-rename-binary-to-wtfutil'  
						
						
						
						
					 
					
						2019-07-10 08:09:19 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							5f61a90eb7 
							
						 
					 
					
						
						
							
							Fix bug with FeedReader's sort order  
						
						
						
						
					 
					
						2019-07-10 08:04:55 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							5bbddcf2ee 
							
						 
					 
					
						
						
							
							Fix off-by-one error when deleting Transmission torrents  
						
						
						
						
					 
					
						2019-07-10 08:04:01 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							2e7f242056 
							
						 
					 
					
						
						
							
							HIBP module now wraps error text if an error occurrs  
						
						
						
						
					 
					
						2019-07-09 13:00:41 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							b07f3c5e67 
							
						 
					 
					
						
						
							
							Reimpliments the module configuration validation  
						
						... 
						
						
						
						Now supports displaying errors from multiple widgets. 
						
						
					 
					
						2019-07-07 16:04:43 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							2da3344612 
							
						 
					 
					
						
						
							
							Get --module=[modname] working again (broke when position config validation was added)  
						
						
						
						
					 
					
						2019-07-06 01:55:54 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							2b2cdf912b 
							
						 
					 
					
						
						
							
							Fix optional help text in NewRelic settings  
						
						
						
						
					 
					
						2019-07-05 23:02:38 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							15a88c2566 
							
						 
					 
					
						
						
							
							Merge pull request  #491  from Seanstoppable/evenmoremoresettings  
						
						... 
						
						
						
						Add help strings from h-r 
						
						
					 
					
						2019-07-05 23:01:29 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							eff0d55c28 
							
						 
					 
					
						
						
							
							Fix spelling mistake in DefaultFocussedRowColor() name  
						
						
						
						
					 
					
						2019-07-05 22:33:15 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							d76f6807cc 
							
						 
					 
					
						
						
							
							Redraw when a Transmission torrent is removed  
						
						
						
						
					 
					
						2019-07-05 21:45:59 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							2a944b3f0a 
							
						 
					 
					
						
						
							
							Use 'timezone' instead of 'timeZone' for the gCal setting name. More colloquial  
						
						
						
						
					 
					
						2019-07-05 21:39:38 -07:00 
						 
				 
			
				
					
						
							
							
								Sean Smith 
							
						 
					 
					
						
						
						
						
							
						
						
							f4f2901e58 
							
						 
					 
					
						
						
							
							Add help strings from h-r  
						
						
						
						
					 
					
						2019-07-05 12:16:55 -04:00 
						 
				 
			
				
					
						
							
							
								Hossein Mehrabi 
							
						 
					 
					
						
						
						
						
							
						
						
							6ec608f539 
							
						 
					 
					
						
						
							
							remove default time zone  
						
						
						
						
					 
					
						2019-07-05 15:33:09 +04:30 
						 
				 
			
				
					
						
							
							
								Hossein Mehrabi 
							
						 
					 
					
						
						
						
						
							
						
						
							404453cadd 
							
						 
					 
					
						
						
							
							added time zone configuration support to gcal module.  
						
						
						
						
					 
					
						2019-07-05 11:24:35 +04:30 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							1f82d26ac2 
							
						 
					 
					
						
						
							
							Fix a Transmission bug in which seed ratios could be negative percentages  
						
						
						
						
					 
					
						2019-07-04 20:17:32 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b5fd3de755 
							
						 
					 
					
						
						
							
							Merge pull request  #488  from Seanstoppable/moresettings  
						
						... 
						
						
						
						Even more help settings 
						
						
					 
					
						2019-07-04 12:39:14 -07:00 
						 
				 
			
				
					
						
							
							
								Sean Smith 
							
						 
					 
					
						
						
						
						
							
						
						
							5f57edb212 
							
						 
					 
					
						
						
							
							Even more help settings  
						
						... 
						
						
						
						Blitz through g
Clean up a setting that no longer exists for gcal 
						
						
					 
					
						2019-07-04 11:40:53 -04:00 
						 
				 
			
				
					
						
							
							
								Sean Smith 
							
						 
					 
					
						
						
						
						
							
						
						
							ad3796f5a8 
							
						 
					 
					
						
						
							
							Fix cryptolive widget  
						
						... 
						
						
						
						Addresses #481 
Inverts the item list return, to make sure we always trigger wg.Done and not hang the widget
Clean up config for toplist widget, as we were assigning to `currencies` rather than `top` erroneously 
						
						
					 
					
						2019-07-04 11:12:20 -04:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							c82b6d8f94 
							
						 
					 
					
						
						
							
							Add 'clear sky' and 'clear' icons to weather module  
						
						
						
						
					 
					
						2019-07-04 07:01:48 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							743aa0992f 
							
						 
					 
					
						
						
							
							Add help text to the Transmission settings file  
						
						
						
						
					 
					
						2019-07-04 06:24:13 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							007c1773a8 
							
						 
					 
					
						
						
							
							Add help text to the Transmission settings file  
						
						
						
						
					 
					
						2019-07-04 06:23:33 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							71a5ad3fab 
							
						 
					 
					
						
						
							
							Merge pull request  #486  from wtfutil/WTF-42-rss-reader  
						
						... 
						
						
						
						WTF-42 Add FeedReader, an RSS/Atom feed reader 
						
						
					 
					
						2019-07-04 05:51:38 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							34b7ef1a60 
							
						 
					 
					
						
						
							
							WTF-42 Add help tags to FeedReader settings  
						
						
						
						
					 
					
						2019-07-04 05:46:13 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							f19f1ee86d 
							
						 
					 
					
						
						
							
							WTF-42 WIP Add FeedReader, an RSS/Atom feed reader  
						
						
						
						
					 
					
						2019-07-03 21:54:10 -07:00 
						 
				 
			
				
					
						
							
							
								Sean Smith 
							
						 
					 
					
						
						
						
						
							
						
						
							c1eb75de1a 
							
						 
					 
					
						
						
							
							Add more settings helpers to widgets  
						
						
						
						
					 
					
						2019-07-03 19:24:17 -04:00 
						 
				 
			
				
					
						
							
							
								Sean Smith 
							
						 
					 
					
						
						
						
						
							
						
						
							cff4c061b2 
							
						 
					 
					
						
						
							
							Allow people to substitute a title for cmdrunner  
						
						... 
						
						
						
						This falls back to existing logic otherwise 
						
						
					 
					
						2019-07-01 19:44:56 -04:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							e846fdeef8 
							
						 
					 
					
						
						
							
							Update go-github dependencies  
						
						
						
						
					 
					
						2019-06-28 16:32:24 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							eb11ec34f2 
							
						 
					 
					
						
						
							
							Simplify the Transmission display when there are no torrents  
						
						
						
						
					 
					
						2019-06-26 18:14:14 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							4f0b0fedb8 
							
						 
					 
					
						
						
							
							Add Transmission seed ratio to display  
						
						
						
						
					 
					
						2019-06-26 17:34:55 -07:00