gophish/controllers
Jordan Wright 420410b52c Refactored result updating to be in result.go.
Added the modified_date field to results so it's easy to keep track of the last results that were modified without having to parse every event. Updated the tests to reflect the changes.
2018-05-26 21:26:34 -05:00
..
api.go Moved logging to logrus package. Not perfect yet (still want to update the access logs), but should set the foundation to make better logging in the future. 2018-05-03 19:07:41 -05:00
api_test.go Add support for authenticating to the API via an Authorization Bearer token. 2018-04-21 12:19:58 -05:00
doc.go Major refactoring - created auth, config, models, controllers, and middleware packages. Should help provide modularity and a clean architecture. 2014-01-09 00:42:05 -06:00
phish.go Refactored result updating to be in result.go. 2018-05-26 21:26:34 -05:00
phish_test.go Refactored result updating to be in result.go. 2018-05-26 21:26:34 -05:00
route.go Removed directory listing of static assets. Fixes #1077. Fixes #815 2018-05-23 23:03:48 -05:00
route_test.go Adding "next" parameter to support redirecting after successful login. 2017-12-10 21:40:46 -06:00
static.go Removed directory listing of static assets. Fixes #1077. Fixes #815 2018-05-23 23:03:48 -05:00
static_test.go Removed directory listing of static assets. Fixes #1077. Fixes #815 2018-05-23 23:03:48 -05:00