gophish/controllers
ConnorPatterson e263f35fc6 Added Education Template for Creating Educational Redirect Pages Inside Static Folder
gophish.go: /controllers is now imported from relevant local directory

controllers/route.go: Added handling for /education URL, including handling AJAX POST requests

templates/education.html: New template for creating, editing and managing HTML pages inside the static folder.  Pages in this directory are served by the phishing server, and can be redirected to through landing pages

templates/landing_pages.html: Added some information to the hover help icon by the redirect field, and a dropdown that suggests files from the static folder.

/templates: Most of the other templates had the education page href added to their menus
2017-06-20 12:41:17 -06:00
..
api.go Added summary routes for groups. 2017-01-14 17:26:04 -06:00
api_test.go Moved phishing handlers into separate file and added a ton of tests. 2017-06-08 23:41:38 -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 Moved phishing handlers into separate file and added a ton of tests. 2017-06-08 23:41:38 -05:00
phish_test.go Moved phishing handlers into separate file and added a ton of tests. 2017-06-08 23:41:38 -05:00
route.go Added Education Template for Creating Educational Redirect Pages Inside Static Folder 2017-06-20 12:41:17 -06:00
route_test.go Fixing context issues with Go 1.7. 2016-09-14 22:24:51 -05:00