Commit Graph

38 Commits (56c5b9c40976f9ff41e8b3c478f328c2dec0e490)

Author SHA1 Message Date
Sami Mokaddem 416f824449
new: [trigger:post_after_save] Added support of post_after_save trigger
Data passed include the Post's Thread as well as the Event it belongs to if applicable
2022-07-27 12:06:07 +02:00
Luciano Righetti c3c0c15182 chg: use new bg job tool in post model, refactor command 2021-11-03 10:58:35 +01:00
iglocska eca577bc95
fix: [posts] add org field to email job 2021-07-23 15:44:53 +02:00
mokaddem 8084faabdc
fix: [post:send_mails] Make sure to have full group_by 2021-06-04 10:37:31 +02:00
Jakub Onderka ad1b373766 new: [log] Audit log 2021-05-03 13:44:44 +02:00
Jakub Onderka 8dfad4d230 fix: [post] Do not send emails to disabled user for new posts 2020-12-11 15:37:28 +01:00
Jakub Onderka 05118ba2bc chg: [mail] TLP in subject should be uppercase 2020-09-21 13:14:56 +02:00
Alexandre Dulaunoy 983a58afba
chg: [default] old default 'TLP Amber' is now 'tlp:amber' to be consistent and use MISP taxonomy naming 2019-11-04 12:41:52 +01:00
Christophe Vandeplas 67efc70bf5 fix: [style] consistent space indentation 2019-02-10 13:08:55 +01:00
iglocska a81894f14c chg: [CS] Changed to PSR-2
- to make contributions easier, adopted PSR-2
- used php-cs-fixer to rework the style
- *sniff sniff* Goodbye tab indentation
2018-07-19 11:48:22 +02:00
Andreas Ziegler 25e52a6786 chg: remove some references to variables 2016-09-15 17:08:58 +02:00
iglocska 822b0bf8fa chg: Cleanup of the controllers and models
- removed incorrect, useless boiler plate comments
- kept useful comments intact
- added some missing line breaks to make the codebase a bit more uniform
- removed some obviously obsolete TODO comments
2016-08-25 11:38:37 +02:00
Andreas Ziegler cffcfa81d7 chg: remove whitespace (space/tab) from empty lines 2016-08-22 02:52:51 +02:00
iglocska 7b6604de5b chg: Added the tracking to all queued jobs 2016-08-15 16:30:37 +02:00
Iglocska bad3f801c0 fix: Empty comments may be added to events #1263
- moved to plain jquery
- check on back+frontend
- better responses when adding events
- fixed an issue with the org_id not being selected for posts
2016-06-20 19:11:39 +02:00
Cristian Bell 1df75d4532 TLP:AMBER hardcoded in email subject #1107 - adding a default value 2016-06-07 15:00:05 +02:00
Cristian Bell 2cb38cff4b TLP:AMBER hardcoded in email subject #1107 2016-06-07 14:42:24 +02:00
Andreas Ziegler 985451642e add space after keywords if/for/foreach/while/switch/catch 2016-06-04 15:45:39 +02:00
Andreas Ziegler 898ea1d97c remove whitespace (space/tab) from empty lines 2016-06-04 01:08:16 +02:00
devnull- 915b2eed02 Add 'certif_public' in the searches 2016-04-05 17:58:21 +02:00
Iglocska 0aa9e00875 Discussion notification e-mails linked to an invalid url 2016-01-21 15:25:33 +01:00
Iglocska e66c38d6f9 Further work on the discussions complete for now
- adding a new post automatically scrolls to the new post
- adding/editing/deleting posts persists the context (discussion thread vs event view)
2015-12-06 15:28:21 +01:00
Iglocska 714ed198e5 Various fixes throughout the application
- org field still used in some places other than the legitimate use-cases
2015-11-28 23:49:52 +01:00
Iglocska 186452cd5b Further progress 2015-08-31 02:32:37 +02:00
Iglocska 0481e6eb02 Merge branch 'master' into feature/sg
Conflicts:
	VERSION.json
	app/Controller/ServersController.php
	app/Controller/ShadowAttributesController.php
	app/Controller/UsersController.php
	app/Model/Event.php
	app/webroot/js/ajaxification.js
2015-06-29 14:27:16 +02:00
Iglocska 3f215743f0 Complete rework of the ZeroMQ implementation
- python server running in the background doing the publishing
- MISP -> python script communication via redis
- configurable / controllable via the admin UI
2015-06-29 08:56:45 +02:00
Iglocska c73f71f243 Merge branch 'master' into feature/sg
The merging is complete

Conflicts:
	VERSION.json
	app/Console/Command/ServerShell.php
	app/Controller/AppController.php
	app/Controller/AttributesController.php
	app/Controller/EventsController.php
	app/Controller/PostsController.php
	app/Controller/UsersController.php
	app/Model/Attribute.php
	app/Model/Event.php
	app/Model/Log.php
	app/Model/Server.php
	app/Model/User.php
	app/View/Elements/side_menu.ctp
	app/View/Users/admin_index.ctp
	app/webroot/js/ajaxification.js
2015-06-10 22:54:20 +02:00
iglocska 620b7d1adb New emailer finished 2015-05-27 17:46:01 +02:00
iglocska 9b4974d394 Merge branch 'unencrypted' into hotfix-2.3.69 2015-05-25 10:25:25 +02:00
Iglocska c24704a6c2 Lots of progress
- further work on implementing the SG changes everywhere
- reworked the alert e-mails
- reworked a lot of the logging
- several convenience methods
2015-04-20 11:46:55 +02:00
Richard van den Berg 1a8960b480 Use correct CakeResque queue 2015-03-23 18:02:17 +01:00
Richard van den Berg b4ceff477f Fixed typo 2015-01-28 14:01:30 +01:00
Richard van den Berg 2ef361d21a Also respect GnuPG.bodyonlyencrypted for posts alerts 2015-01-28 13:51:15 +01:00
Richard van den Berg 83a3903ec3 Fix whitespaces 2015-01-28 13:24:51 +01:00
Richard van den Berg 11052d85ce Fix posts alerts 2015-01-28 13:24:51 +01:00
Richard van den Berg 506e1fcb0d Send E-mail notifications for new posts in discussion and event threads 2015-01-28 13:24:51 +01:00
iglocska b2b76779b9 More changes to the discussion boards
- quote / event tags

- anonymised e-mail addresses
2013-10-29 13:45:53 +01:00
iglocska 1ad3a8ffd6 Discussion boards
- First fully working version
- Create threads or create a thread attached to an event
- Add posts to threads / edit them / delete them
2013-08-14 17:46:57 +02:00