Commit graph

15 commits

Author SHA1 Message Date
Andrew Cantino
556c45e000 Minor refactors 2014-08-09 14:06:56 -07:00
Dominik Sander
f07db9c97c Merge remote-tracking branch 'huginn/master' into omniauth
Conflicts:
	app/models/agents/basecamp_agent.rb
	app/models/user.rb
	db/schema.rb
	spec/fixtures/agents.yml
2014-06-20 19:07:06 +02:00
Dominik Sander
4930e1ed59 User#available_services make sure to escape the parameters, added
missing link to the wiki
2014-06-11 21:36:45 +02:00
Dominik Sander
12c2af26bb Add omniauth to let huginn consume oauth endpoints
Created a service model which stores external account information.
Created a service controller which kicks off the oauth process and lets
the user manage their external accounts.
Oauthable concern connects a agent to a service and adds a drop down to the
agents edit page.
Added a migration which converts the existing twitter agents to use the
new service model.
2014-06-11 21:34:09 +02:00
Andrew Cantino
aaa4b7a155 add basic scaffold of scenarios, including the ability to add agents to scenarios, edit scenarios, and view scenarios. next step: import and export 2014-05-14 22:53:32 -07:00
Dominik Sander
b7b3460fd3 Update to rails 4.1 2014-04-18 23:55:15 +02:00
Andrew Cantino
ff758cc679 move user credentials to a primary route, update twitter agents and background job 2014-02-01 14:01:27 -08:00
Umar M. Sheikh
68527eff67 model specs and validations 2014-01-23 15:47:43 +05:00
Umar M. Sheikh
717a5a6ac0 now the adding of the user credential inline is working 2014-01-22 19:41:09 +05:00
Umar M. Sheikh
3fafbe02ef user credentials can now be shown, and can be removed, still to add them dynamically 2014-01-21 19:12:49 +05:00
Andrew Cantino
d7d2bfe7d2 add documentation 2014-01-09 14:26:46 -08:00
Andrew Cantino
00727fbd4d add Agent Logs; add logging to WebsiteAgent; refactor flash notices and add event notices 2013-08-24 22:46:57 -06:00
itkevin
2a9c5e172a User can now change password without having to provide an invitation code 2013-04-04 23:00:37 +02:00
Andrew Cantino
24049c2c1d make more things configurable with .env and pull out deployment defaults 2013-03-31 22:08:54 -07:00
Andrew Cantino
620acffa5a initial commit 2013-03-09 22:36:12 -08:00