Commit Graph

423 Commits (52b9eda3b2462c03bc7d8774618b80df7eb8ec50)

Author SHA1 Message Date
Jordan Wright ef8d9c282b Merge pull request #140 from gophish/137-restrict-registration
Restricted registration to only logged in users.
2016-02-09 22:24:04 -06:00
Jordan Wright fdfeafa1ec Restricted registration to only logged in users. Fixes #137 2016-02-09 22:19:06 -06:00
Jordan Wright c436bdb514 Added UI checkbox... working on sendmail function 2016-02-09 22:08:41 -06:00
Jordan Wright 5e11895c23 Merge pull request #138 from gophish/119-stick-result-status
Avoid Overwriting Click/Data Submit Event. Fixes #119
2016-02-08 19:54:44 -06:00
Jordan Wright 62ffbcceda Added check on email open to avoid overwriting the click/data submit events. Fixes #119 2016-02-08 19:50:21 -06:00
Jordan Wright a0a8a7b8ad Merge pull request #123 from gophish/61-record-browser-post
Capture Credentials Sent via POST
2016-02-02 22:54:42 -06:00
Jordan Wright 99da20abc0 Added table for displaying submitted data. 2016-02-02 22:49:30 -06:00
Jordan Wright 528d8525b1 Added basic table to display results - last step is the JS to dynamically show it. 2016-02-01 21:53:00 -06:00
Jordan Wright ce8a9e5456 Changed status of new targets to "Sending" instead of "Unknown". Fixes #112 2016-02-01 20:42:46 -06:00
Jordan Wright c73a78bbdf Merge pull request #113 from gophish/111-force-smtp-from
Added SMTP Validation
2016-02-01 18:43:14 -06:00
Jordan Wright bf86356fde Validating SMTP Conf. Fixes #111 2016-02-01 18:36:59 -06:00
Jordan Wright 94e43fe557 Initial commit - adding db migration as well as the logic to add the payload 2016-01-31 19:50:41 -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