Commit graph

262 commits

Author SHA1 Message Date
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
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
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
0d57a78b74 Adding first draft of CONTRIBUTING file and CLA. Fixes #57 2016-01-13 23:05:17 -06:00
Jordan Wright
a6748a7d5f Added "Add Tracking Image" checkbox to template modal 2016-01-13 22:42:16 -06:00
Jordan Wright
7c9e5195f5 Fixed inverted tooltip toggle issue 2016-01-13 22:41:39 -06:00
Jordan Wright
e29e3335c5 Fix CSS Navbar Bug to Collapse Sooner 2016-01-13 21:06:29 -06:00
Jordan Wright
25a7a32003 Added test for #60 2016-01-12 20:52:13 -06:00
Jordan Wright
fc6d556742 Caused API key to be generated dynamically for admin user. Fixes #60 2016-01-12 20:46:17 -06:00
Jordan Wright
b3fe840999 Updated README 2016-01-12 18:50:52 -06:00
Jordan Wright
1081258c02 Fixing dependencies 2016-01-11 22:46:48 -06:00
Jordan Wright
38082f0498 Merge branch 'master' of https://github.com/gophish/gophish
Resolved conflicts in templates/docs.html
2016-01-11 22:30:27 -06:00
Jordan Wright
6ffbb7b5f8 Updating API Document Files (Blueprint/HTML) to have the triple layout as well as an updated blueprint spec 2016-01-11 22:29:11 -06:00
Jordan Wright
70e24f4d8c Merge pull request #64 from wjwoodson/fixing-dependencies
Moving dependencies to new gophish repo.
2016-01-10 23:20:09 -06:00
William Woodson
17a186c002 fixing merge conflicts 2016-01-10 19:37:34 -06:00
William Woodson
45ee686629 resolve merge conflicts 2016-01-10 19:35:26 -06:00
William Woodson
4ecaf8d830 resolve merge conflicts 2016-01-10 19:27:06 -06:00
Jordan Wright
737f41e5c6 Updated bcrypt dependency - fixes #63 2016-01-10 14:54:59 -06:00
William Woodson
3a0fa4f93f Update bcrypt dependency and code moved to gophish group 2016-01-10 11:04:03 -06:00
Jordan Wright
19c2027419 Updated README. Closes #58 2016-01-07 21:26:48 -06:00
Jordan Wright
3316468cb3 Changed color to #283F50. Fixes #52 2016-01-06 20:44:30 -06:00
Jordan Wright
d88db8736b Updated API Blueprint 2016-01-05 22:16:21 -06:00
Jordan Wright
c6cd018536 Added IP, Lat and Lon to models.Result. Closes #47
Added basic mapping on campaign results. Closes #51
2016-01-04 00:04:10 -06:00
Jordan Wright
8969ebdccc Updated Copyright 2016-01-02 16:45:41 -06:00
Jordan Wright
72f6387b3b Fixed date format on dashboard for consistency 2015-12-31 11:05:00 -06:00
Jordan Wright
04a942298d Small UI fix to remove loading icon on campaign 404. 2015-12-26 22:00:18 -06:00
Jordan Wright
2c70a6a9d6 Changed styling of API Docs 2015-12-26 21:35:09 -06:00
Jordan Wright
5b3c952499 Added some notes around importation. Fixed some errors in the API docs. Closes #45 2015-12-26 20:48:10 -06:00
Jordan Wright
69034c8e3f Filling in some more API docs 2015-12-25 22:42:59 -06:00
Jordan Wright
594aef49a5 First draft of moving api docs to aglio - WIP 2015-12-25 22:09:32 -06:00
Jordan Wright
8141393480 Fixed page editing. Fixes #44 2015-10-23 18:35:42 -05:00
Jordan Wright
014efb449e Moved <base> tag to start of <head> tag. Fixes #42 2015-10-23 18:16:54 -05:00
Jordan Wright
68b39cf6a3 Temporarily removing campaign.Errors until I can find a better way to handle it. 2015-10-22 22:32:43 -05:00
Jordan Wright
0431990e9e Updated README 2015-10-22 22:29:31 -05:00
Jordan Wright
01c3da611b PhishHandler now loads landing page content. Fixes #37
Now supports autocomplete for modal typeahead. Fixes #40
Users can now specify landing pages in campaigns. Fixes #39
Implemented "Email Opened" status. Fixes #38
2015-10-22 22:29:10 -05:00
Jordan Wright
b574fb2741 Implemented campaign.URL. Fixed #32
Implemented {{.From}}. Fixed #36
2015-10-22 19:54:01 -05:00
Jordan Wright
8dcbfed3a3 Commented out functionality that isn't implemented - Preparing for v0.1 release 2015-10-03 21:46:57 -05:00
Jordan Wright
47619a8426 Fixing CSRF Exceptions 2015-10-03 15:55:06 -05:00
Jordan Wright
906c4e8a93 Adjusted CSRF whitelisted paths so remove dependency on / in path.
Fixes #31
2015-10-03 15:16:11 -05:00
Jordan Wright
b4a73ae5c7 Fixed datetime sorting
Fixes #30
2015-10-03 13:32:09 -05:00
Jordan Wright
3bbd6b7ca1 Fixing labels on dashboard
Added "Emails Sent" campaign status
2015-09-27 22:25:38 -05:00
Jordan Wright
6acbac26f5 Changing primary font from "Lato" to "Source Sans Pro/Roboto" 2015-09-25 19:49:40 -05:00
Jordan Wright
c9f5a753c8 Removing dead code 2015-09-25 18:06:38 -05:00
Jordan Wright
2cd91770bd Fixing README formatting. 2015-09-16 12:59:06 -05:00
Jordan Wright
e783017280 Added typeahead for templates and fixed groups not being submitted
I fixed the typeahead for templates. This should allow for campaigns to finally be sent successfully.
2015-09-15 22:57:47 -05:00
Jordan Wright
9a13eef518 Tweaked Modal Fading Interaction (Open/Close actions) 2015-09-15 20:39:33 -05:00
Jordan Wright
088fce1dcb Bumped Go version requirement to v1.5 or above 2015-09-15 19:53:15 -05:00
Jordan Wright
b45a72618d Adding the ability to import emails - WIP 2015-09-14 23:42:29 -05:00