gophish/models
Rob Cutmore 92f4ca6a90 Add empty attribute test for PutGroup
If passing a Target instance to the database Updates method then
empty attributes will be ignored. Using a map[string]interface
ensures all changed attributes, even empty ones, are persisted to
database.
2016-07-04 06:39:38 -04:00
..
attachment.go Added documentation for multiple endpoints. Fixes #54 2016-01-24 20:47:16 -06:00
campaign.go Added /campaigns/:id/results endpoint to return campaign summary and make results page much quicker. 2016-06-07 22:31:55 -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
group.go Allow group targets to be updated, fixes #18 2016-07-02 08:01:24 -04:00
models.go Updating gorm constructs to support gorm v1.0 released yesterday. 2016-03-08 22:37:55 -06:00
models_test.go Add empty attribute test for PutGroup 2016-07-04 06:39:38 -04:00
page.go Added support for redirect URL's after creds are submitted. Fixes #210 2016-03-18 20:19:13 -05:00
result.go Updating gorm constructs to support gorm v1.0 released yesterday. 2016-03-08 22:37:55 -06:00
smtp.go Adding better error handling for SMTP server 2016-05-30 14:53:32 -05:00
template.go Added early catching of invalid template values. Fixes #193 2016-04-02 18:33:25 -05:00
user.go Updating gorm constructs to support gorm v1.0 released yesterday. 2016-03-08 22:37:55 -06:00