gophish/models
gfrancqu af4c8f61da Wait for db (#1402)
Added a loop that attempts to connect to the configured database.
2019-03-27 22:48:31 -05:00
..
attachment.go Added documentation for multiple endpoints. Fixes #54 2016-01-24 20:47:16 -06:00
campaign.go Deleting maillogs when a campaign is completed to prevent accidental future emails from being sent. Fixes #719 2018-12-15 22:09:15 -06:00
campaign_test.go Deleting maillogs when a campaign is completed to prevent accidental future emails from being sent. Fixes #719 2018-12-15 22:09:15 -06: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 Refactor servers (#1321) 2018-12-15 15:42:32 -06:00
email_request_test.go Refactor servers (#1321) 2018-12-15 15:42:32 -06:00
group.go Refactor servers (#1321) 2018-12-15 15:42:32 -06:00
group_test.go Implemented the ability to preview landing pages when sending a test email. 2018-06-08 21:20:52 -05:00
maillog.go Fixed various minor linting issues 2018-12-15 21:38:51 -06:00
maillog_test.go Initial commit of RBAC support. (#1366) 2019-02-19 20:33:50 -06:00
models.go Wait for db (#1402) 2019-03-27 22:48:31 -05:00
models_test.go Refactor servers (#1321) 2018-12-15 15:42:32 -06:00
page.go Refactor servers (#1321) 2018-12-15 15:42:32 -06:00
page_test.go Support Re-enabling CapturePasswords for Landing Pages (#1271) 2018-11-11 12:34:26 -06:00
rbac.go Initial commit of RBAC support. (#1366) 2019-02-19 20:33:50 -06:00
rbac_test.go Initial commit of RBAC support. (#1366) 2019-02-19 20:33:50 -06:00
result.go Fixed various minor linting issues 2018-12-15 21:38:51 -06:00
result_test.go Fixed various minor linting issues 2018-12-15 21:38:51 -06:00
smtp.go Refactor servers (#1321) 2018-12-15 15:42:32 -06:00
smtp_test.go Refactor servers (#1321) 2018-12-15 15:42:32 -06:00
template.go Fixed various minor linting issues 2018-12-15 21:38:51 -06:00
template_context.go Moved template validation into separate function, and added validation for pages 2018-09-09 11:33:51 -05:00
template_context_test.go Add {{.BaseURL}} template tag to provide the root URL for static files. Fixes #1182 2018-09-03 20:28:32 -05:00
user.go Initial commit of RBAC support. (#1366) 2019-02-19 20:33:50 -06:00
user_test.go Separate user model test cases into a independent test file (#930) 2018-01-18 19:54:12 -06:00