MISP/app/Controller
iglocska 242d25d5e4
chg: [API] GET requests on restsearch with no parameters are no longer allowed.
- warn the user of the use of GET queries with posted JSON bodies
2020-08-24 09:04:30 +02:00
..
Component new: [ACL] event blacklisting fully opened up to host org users 2020-08-21 13:41:48 +02:00
AppController.php chg: [API] GET requests on restsearch with no parameters are no longer allowed. 2020-08-24 09:04:30 +02:00
AttributesController.php fix: [internal] Remove unused compositeTypes variable 2020-08-18 10:37:55 +02:00
CommunitiesController.php new: [SightingDB] Added integration with SightingDB 2019-11-06 21:20:04 +01:00
DashboardsController.php chg: [widgets:multiline] Pass widget_config to the view 2020-03-24 12:01:57 +01:00
DecayingModelController.php fix: [decaying] Attributes not having a DM associated will be defaulted 2020-02-21 14:47:52 +01:00
DecayingModelMappingController.php chg: [decaying:model] Second batch of fix from the PR review - WiP (not tested) 2019-09-12 11:02:39 +02:00
EventBlacklistsController.php chg: [cleanup] removed duplicate check in beforefilter() of the eventblacklists controller 2020-08-21 16:10:49 +02:00
EventDelegationsController.php fix: [API] Messages fixed for event delegations 2019-08-30 14:08:21 +02:00
EventGraphController.php Fix some typo 2019-10-04 13:02:59 +02:00
EventsController.php syntax check and fix 2020-08-17 19:10:15 +02:00
FavouriteTagsController.php
FeedsController.php Fixed Codacy warnings 2020-08-17 17:20:35 +02:00
GalaxiesController.php rebase continue 2020-08-17 17:28:04 +02:00
GalaxyClustersController.php fix: [galaxyClusters:view] Fixed full_group_by issue when viewing the 2020-07-15 16:07:55 +02:00
GalaxyElementsController.php
InboxController.php new: [inbox] stub controller 2020-04-07 13:31:18 +02:00
JobsController.php chg: [update] Added new worker type `update` to perform updates 2019-10-01 13:36:37 +02:00
LogsController.php fix: [audit] Show all attribute changes in event history 2020-07-02 15:47:16 +02:00
ModulesController.php
NewsController.php
NoticelistsController.php
ObjectReferencesController.php fix: [security] Throw exception if invalid data provided 2020-08-05 12:39:11 +02:00
ObjectTemplateElementsController.php
ObjectTemplatesController.php rebase continue 2020-08-17 17:28:04 +02:00
ObjectsController.php fix: [security] Throw exception if invalid data provided 2020-08-05 12:39:11 +02:00
OrgBlacklistsController.php chg: [api] fixed restresponse for blacklists 2020-08-03 16:34:01 +02:00
OrganisationsController.php new: [inbox] system added 2020-04-07 13:21:01 +02:00
PagesController.php
PostsController.php chg: [posts] Allow to add comment to any user that can see event 2020-08-04 12:23:41 +02:00
RegexpController.php
RestClientHistoryController.php
RolesController.php
ServersController.php rebase continue 2020-08-17 17:28:04 +02:00
ShadowAttributesController.php rebase continue 2020-08-17 17:28:04 +02:00
SharingGroupsController.php
SightingdbController.php chg: [sightingdb] Added support for bulk lookups and namespacing 2019-11-08 08:24:04 +01:00
SightingsController.php chg: [internal] Faster loading sighting 2020-07-28 09:50:28 +02:00
TagCollectionsController.php fix: [internal] Notice when adding tag to collection 2020-08-17 10:05:36 +02:00
TagsController.php rebase continue 2020-08-17 17:28:04 +02:00
TasksController.php
TaxonomiesController.php fix: [API] taxonomies controller index call fixed for API calls 2020-01-29 19:45:57 +01:00
TemplateElementsController.php
TemplatesController.php
ThreadsController.php fix: [thread:view] Threads are no longer rendered for not related Event 2020-03-11 14:00:02 +01:00
UserSettingsController.php Additionnal protection against XSS, the response type defaults to html while it should be JSON. (#6118) 2020-07-14 17:26:57 +02:00
UsersController.php chg: [users:acceptRegistration] Displays an error message if saved 2020-07-30 09:00:46 +02:00
WarninglistsController.php
WhitelistsController.php