MISP/app/Controller
iglocska 3431d2cc0d Rework of the e-mailing, part 1
- Reworking the way e-mails are sent - all of it goes through a centralised e-mail method
- just pass the recipient, recipient encryption key collection, body, alternate body if the message cannot be encrypted, subject, reply to address and pgp key for reply to along and the method will do the rest

- encrypt if possible, check if sending without encryption is allowed, signing, adding attachment for reply to encryption key, using alternate sanitised body if it is enforced for accounts that cannot use encryption is all done in one place

- easy to maintain and expand with future changes (such as the S/MIME pull request on github)
2015-05-25 17:18:39 +02:00
..
Component Fix to the STIX export fixes #311 and a temporary fix to an OpenIOC import issue 2014-10-30 10:30:55 +01:00
AppController.php Ignoring non MISP AUTHORIZATION headers, fixes #478 2015-05-20 16:32:04 +02:00
AttributesController.php Fix to copy pasta issue breaking from/to filters in exports, fixes #494 2015-05-16 01:31:18 +02:00
EventsController.php Merge branch 'unencrypted' into hotfix-2.3.69 2015-05-25 10:25:25 +02:00
JobsController.php Several issues fixed 2014-11-27 14:47:13 +01:00
LogsController.php Search in logs fixed, fixes #434 2015-03-14 08:29:19 +01:00
PagesController.php Removal of the remains of the old authorization / adding new ones where 2013-04-26 14:43:44 +02:00
PostsController.php Fix posts alerts 2015-01-28 13:24:51 +01:00
RegexpController.php First rework of the siteadmin role 2013-10-03 11:45:27 +02:00
RolesController.php Merge branch 'feature/roleChanges' into feature/XML_and_UI 2013-10-25 10:39:18 +02:00
ServersController.php Fixed issue with proxy settings attempted to be added in synctool, even if not set 2015-05-15 09:25:07 +02:00
ShadowAttributesController.php Merge branch 'disallow_unpublished_events' into hotfix-2.3.59 2015-04-08 22:22:22 +02:00
TagsController.php Make unpublished events private if MISP.unpublishedprivate == true 2015-02-05 17:16:40 +01:00
TasksController.php Fix to the new sync issues since 2.3.39, fixing #365 2015-01-15 13:46:11 +01:00
TemplateElementsController.php Fixed broken AJAX queries in MISP as a result to changes in cakephp 2.4.8+ 2014-08-06 10:02:52 +02:00
TemplatesController.php Fix to some event altering actions not updating the timestamp 2014-12-10 14:08:08 +01:00
ThreadsController.php Made thread title clickable in event discussions fixes #270 2014-08-06 14:37:19 +02:00
UsersController.php Rework of the e-mailing, part 1 2015-05-25 17:18:39 +02:00
WhitelistsController.php First rework of the siteadmin role 2013-10-03 11:45:27 +02:00