Commit Graph

312 Commits (bf86356fde8d860ec3515709200452fb1bc08cfd)

Author SHA1 Message Date
Jordan Wright bf86356fde Validating SMTP Conf. Fixes #111 2016-02-01 18:36:59 -06:00
Jordan Wright da4d108908 Merge pull request #106 from gophish/102-add-raw-export
Added ability to export raw events. Fixes #102
2016-01-29 13:26:05 -06:00
Jordan Wright d714635e69 Added ability to export raw events. Fixes #102 2016-01-29 13:18:06 -06:00
Jordan Wright a8f722b80f Merge pull request #105 from gophish/99-add-email-error-event
Added event on sending email error. Fixes #99
2016-01-29 12:39:15 -06:00
Jordan Wright 17e81e6caa Added event on sending email error. Fixes #99 2016-01-29 12:34:29 -06:00
Jordan Wright e4be072db2 Merge pull request #103 from gophish/timeline
Adding Event Timeline
2016-01-29 10:31:54 -06:00
Jordan Wright 7854d8e96d Finishing up first release of timeline format 2016-01-29 09:55:49 -06:00
Jordan Wright 741adfa2e3 Upgrading Font-Awesome to 4.5. Closes #101 2016-01-29 09:36:25 -06:00
Jordan Wright dbc407676e Adding initial structure of timeline 2016-01-29 08:31:58 -06:00
Jordan Wright 135f0f3327 Merge pull request #100 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2016-01-29 08:14:52 -06:00
The Gitter Badger 1cc36a63bb Add Gitter badge 2016-01-29 13:50:22 +00:00
Jordan Wright 50b4aad15b Merge pull request #98 from Sekhmet/AddRegisterButton
Added register button to login page
2016-01-26 21:17:27 -06:00
Wiktor Tkaczyński 5337726f46 added register button to login page 2016-01-26 18:14:28 +01:00
Jordan Wright 32aaa15da7 Added documentation for multiple endpoints. Fixes #54 2016-01-24 20:47:16 -06:00
Jordan Wright eb6f3ed62a Merge pull request #97 from gophish/34-csv-export
Added ability to send a test email
2016-01-24 20:07:47 -06:00
Jordan Wright 42efd1f321 Changed Exclamation Mark to Check Mark 2016-01-24 20:07:46 -06:00
Jordan Wright e4d6e68147 Added ability to send a test email before launching a campaign 2016-01-24 20:03:53 -06:00
Jordan Wright 33947086b3 Added async option to the API to address async/synch requests until I can migrate all to async 2016-01-24 19:48:15 -06:00
Jordan Wright cf4565caf6 Changing label font to be Roboto 2016-01-21 00:00:41 -06:00
Jordan Wright d7d0d4c485 Temporary fix for stacked buttons to address #92 2016-01-20 23:56:15 -06:00
Jordan Wright 4a438e4ad1 Merge pull request #91 from StrangeUSB/master
Adding Back Button to Campaign Results
2016-01-20 23:40:43 -06:00
Justin Gray a2aa884c8e Changed button to anchor
Changed button to anchor tag.
2016-01-20 23:37:49 -06:00
Justin Gray 0b803ac6d7 Adding Back Button on Campaign Results Page
Added back button on campaign results page.
2016-01-20 22:31:39 -06:00
Justin Gray cf97520ddf Merge pull request #1 from gophish/master
Catching up to the main branch from gophish/master
2016-01-20 22:27:58 -06:00
Jordan Wright 080b3a6c27 Merge branch 'table-style' of https://github.com/StrangeUSB/gophish into StrangeUSB-table-style
# Conflicts:
#	static/js/app/campaigns.js
#	static/js/app/dashboard.js
#	static/js/app/landing_pages.js
#	static/js/app/templates.js
#	static/js/app/users.js
2016-01-20 21:53:12 -06:00
Jordan Wright ca38f336a0 Merge pull request #88 from gophish/55-database-migrations
Adding first round of database migrations using goose. Fixes #55
2016-01-20 20:56:03 -06:00
Justin Gray 964ce6f152 Fixed Double Instantiation
When a modal was closed and the data was loaded again it tried to
instantiate the table again, so always destroy the table on load.
2016-01-20 20:35:51 -06:00
Justin Gray 0bdc4a751d Remove unnecessary code
Removed check and just always destroy and rebuild datatables.
2016-01-20 20:33:59 -06:00
Justin Gray 22c2f659e8 Fixed the attachments table
Fixed the sorting on the attachments table, there could be opportunity
to clean this up a little.
2016-01-20 19:42:41 -06:00
Jordan Wright 92e3d2a4fd Merge pull request #86 from gophish/81-campaign-launch-button
Changed button on campaign to say "Launch Campaign". Fixes #81
2016-01-20 19:04:35 -06:00
Jordan Wright 52e5c60511 Changed button on campaign to say "Launch Campaign" - minor formatting fixes. 2016-01-20 19:00:32 -06:00
Jordan Wright b4379512f7 Merge pull request #85 from gophish/34-csv-export
Added ability to export as CSV. Fixes #34
2016-01-20 18:51:27 -06:00
Jordan Wright 655faaf72b Added ability to export as CSV. Fixes #34 2016-01-20 18:45:53 -06:00
Jordan Wright 379edf73a3 Adding first round of database migrations using goose 2016-01-18 21:13:32 -06:00
Jordan Wright 1b5fb638ea Fixed new campaign redirect 2016-01-18 11:53:27 -06:00
Jordan Wright ac368e1046 Fixing tooltips on campaign results table 2016-01-17 22:20:38 -06:00
Jordan Wright 064b56855c Merge pull request #75 from wjwoodson/enable-server-tls
Added UseTLS config option for both Admin and Phish servers
2016-01-17 21:50:01 -06:00
Justin Gray b9fd654f8a Added no-sort options to tables
Added a no-sort class to column headers where sorting doesn’t make
sense.  Still have the attachments table in the templates page to do,
there was something strange happening.
2016-01-17 15:27:11 -06:00
Justin Gray 2ff2cbd1ca Changed Sortable Icon Color
Changed the color of the sortable icon back to the initial color.  Adds
a little more contrast to the enabled icon.
2016-01-17 14:37:18 -06:00
William Woodson 8d0d401635 Merge pull request #1 from wjwoodson/ui-fixes
UI fixes to dashboard, campaign, and campaign_result views. fixes #76
2016-01-17 13:26:34 -06:00
William Woodson fa5a5c65af fix dumb things in last commit 2016-01-17 13:25:13 -06:00
William Woodson 45ac3db452 Merge branch 'ui-fixes' of github.com:wjwoodson/gophish into ui-fixes 2016-01-17 13:21:47 -06:00
William Woodson e6a9848c20 UI fixes to dashboard, campaign, and campaign_result views. fixes #76 2016-01-17 13:21:06 -06:00
William Woodson 3eef2905c8 UI fixes to dashboard, campaign, and campaign_result views. fixes #76 2016-01-17 13:15:32 -06:00
William Woodson 44852546e0 Added UseTLS config option for both Admin and Phish servers 2016-01-17 10:45:13 -06:00
Justin Gray 84d21ab655 Sample Table Style
Changed the style of the add/manage users table.
2016-01-17 01:31:46 -06:00
Jordan Wright 1d8ac6f9f3 Added better logging for campaign retrieval 2016-01-16 23:51:01 -06:00
Jordan Wright 3ae09be989 Final fix for campaign deletion 2016-01-16 23:50:32 -06:00
Jordan Wright cff666119e Added ability to delete campaign. Fixes #72 2016-01-16 23:50:11 -06:00
Jordan Wright 66720aa1b8 Added GoDoc reference as well as website link 2016-01-16 23:01:53 -06:00