huginn/lib
Akinori MUSHA 7e79d576b5 Improve Utils.normalize_uri (#1719)
* Improve Utils.normalize_uri

Globally replacing generally unsafe characters in a URL would not fix
invalid authorities and paths, so use Addressable::URI to normalize them
when necessary.

This should fix #1701.

* Remove an unused function

* Fix the test case to make sure an IPv6 address is supported
2016-10-05 14:17:04 +09:00
..
ar_mysql_column_charset Apply monkey patching only after loading a MySQL adapter. 2015-02-25 19:07:03 +09:00
capistrano update to work with newer dotenv; you can pull your production database with: cap sync:db:down 2014-05-03 00:10:53 -07:00
tasks minor tweaks (#1669) 2016-09-06 13:36:10 -04:00
agent_runner.rb Add LocalFileAgent and introduce concept to handle files 2016-03-18 20:43:28 +01:00
agents_exporter.rb Uploadicons (#1427) 2016-06-15 23:52:50 -07:00
ar_mysql_column_charset.rb Retire lib/prepend.rb 2015-08-01 16:55:04 +09:00
delayed_job_worker.rb Prevent buildup of threads in specs 2015-11-19 21:39:03 -08:00
gemfile_helper.rb Allow specifing Agent gem in the Gemfile 2016-06-20 10:37:33 +02:00
google_calendar.rb Allow a key with credential instead of a key_file 2016-02-01 20:29:40 -08:00
huginn_scheduler.rb Do not run/enqueue event propagation when a AgentPropagateJob is already enqueued 2016-04-17 17:15:50 +02:00
json_with_indifferent_access.rb When payloads get truncated in the DB due to encoding issues, at least do not blow up on reading them 2015-09-30 20:28:30 -07:00
liquid_migrator.rb Migrated HumanTask, Trigger and PeakDetectorAgent to Liquid 2014-05-06 10:50:20 +02:00
location.rb Made latlng accessible to liquid 2014-11-05 18:13:55 +01:00
rdbms_functions.rb Update to rails 4.1 2014-04-18 23:55:15 +02:00
setup_tools.rb escape passwords going into Heroku; default some questions 2015-02-08 14:13:54 -08:00
time_tracker.rb Add time tracking to http status agent (#1517) 2016-05-29 19:13:40 -04:00
utils.rb Improve Utils.normalize_uri (#1719) 2016-10-05 14:17:04 +09:00