..
attachment.go
Added documentation for multiple endpoints. Fixes #54
2016-01-24 20:47:16 -06:00
campaign.go
Minor cleanup for campaign results
2018-10-08 10:49:21 -05:00
campaign_test.go
Add Support for Timed Campaigns ( #1184 )
2018-09-02 11:17:52 -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
Added X-Mailer and X-Gophish-Contact headers (Ref: #1057 )
2018-06-18 21:37:59 -05:00
email_request_test.go
Added X-Mailer and X-Gophish-Contact headers (Ref: #1057 )
2018-06-18 21:37:59 -05:00
group.go
Implemented the ability to preview landing pages when sending a test email.
2018-06-08 21:20:52 -05: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
Add Support for Timed Campaigns ( #1184 )
2018-09-02 11:17:52 -05:00
maillog_test.go
Add Support for Timed Campaigns ( #1184 )
2018-09-02 11:17:52 -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
Add Support for Timed Campaigns ( #1184 )
2018-09-02 11:17:52 -05:00
page.go
Support Re-enabling CapturePasswords for Landing Pages ( #1271 )
2018-11-11 12:34:26 -06:00
page_test.go
Support Re-enabling CapturePasswords for Landing Pages ( #1271 )
2018-11-11 12:34:26 -06:00
result.go
Added transparency handler to return information JSON when a "+" is appended to a valid result ID (ref #1057 )
2018-06-09 20:58:05 -05:00
result_test.go
Minor cleanup for campaign results
2018-10-08 10:49:21 -05:00
smtp.go
Properly returning 404 error if the requested sending profile isn't found.
2018-10-07 12:37:15 -05:00
smtp_test.go
Properly returning 404 error if the requested sending profile isn't found.
2018-10-07 12:37:15 -05:00
template.go
Moved template validation into separate function, and added validation for pages
2018-09-09 11:33:51 -05: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
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