gophish/models
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
..
attachment.go Added documentation for multiple endpoints. Fixes #54 2016-01-24 20:47:16 -06:00
campaign.go Refactored result updating to be in result.go. 2018-05-26 21:26:34 -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
email_request.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
email_request_test.go If Subject is empty, don't set the header 2018-02-10 13:46:08 -06:00
group.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
group_test.go Isolate model tests (#933) 2018-01-19 18:11:00 -06:00
maillog.go Refactored result updating to be in result.go. 2018-05-26 21:26:34 -05:00
maillog_test.go Refactored result updating to be in result.go. 2018-05-26 21:26:34 -05:00
models.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
models_test.go If Subject is empty, don't set the header 2018-02-10 13:46:08 -06:00
page.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
page_test.go Isolate model tests (#933) 2018-01-19 18:11:00 -06:00
result.go Refactored result updating to be in result.go. 2018-05-26 21:26:34 -05:00
result_test.go Refactored result updating to be in result.go. 2018-05-26 21:26:34 -05:00
smtp.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
smtp_test.go Isolate model tests (#933) 2018-01-19 18:11:00 -06:00
template.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
user.go Refactor GetUserByUsername method not to suppress an error (#920) 2018-01-11 18:37:38 -06:00
user_test.go Separate user model test cases into a independent test file (#930) 2018-01-18 19:54:12 -06:00