MISP/app/Controller
iglocska 8f13e5f41a
fix: [internal] ThreatLevel::list() function renamed
- causes issues under certain PHP versions as it's a reserved keyword
2021-03-30 09:38:41 +02:00
..
Component new: [eventgraph:viewPicture] Allow access to saved picture from the eventgraph history 2021-03-24 13:42:30 +01:00
AllowedlistsController.php chg: [internal] Using Allowedlist instead of Whitelist 2020-09-01 16:28:20 +02:00
AppController.php chg: [UI] fix debugon for debug = 1. fix #7131 2021-03-25 16:36:26 +00:00
AttributesController.php fix: [attributes:addTag] Pass the event to check ACL 2021-03-24 10:21:05 +01:00
AuthKeysController.php new: [authkeys] Allowed IPs 2021-03-03 09:23:07 +01:00
CerebratesController.php fix: [UI] Redirect after add role modal to index page 2020-12-22 17:56:00 +01:00
CommunitiesController.php new: [SightingDB] Added integration with SightingDB 2019-11-06 21:20:04 +01:00
CorrelationExclusionsController.php new: [correlation] added system to exclude certain values from the correlation engine 2021-01-07 09:31:38 +01:00
DashboardsController.php Merge pull request #6948 from JakubOnderka/fix-passed-args 2021-02-06 16:26:11 +01:00
DecayingModelController.php chg: [sighting] Sighting statistics 2020-11-24 16:30:00 +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
EventBlocklistsController.php fix: [UI] Blocklist mass delete 2020-09-07 18:16:13 +02:00
EventDelegationsController.php fix: [delegation] invalid user call 2020-12-16 18:18:04 +01:00
EventGraphController.php new: [eventgraph:viewPicture] Allow access to saved picture from the eventgraph history 2021-03-24 13:42:30 +01:00
EventReportsController.php chg: [eventReports:delete] Make delete/restore call consistent with other models 2021-01-26 15:33:46 +01:00
EventsController.php fix: [internal] ThreatLevel::list() function renamed 2021-03-30 09:38:41 +02:00
FavouriteTagsController.php fix: [style] consistent space indentation 2019-02-10 13:08:55 +01:00
FeedsController.php fix: [internal] ThreatLevel::list() function renamed 2021-03-30 09:38:41 +02:00
GalaxiesController.php chg: [optimise] Faster loading galaxy cluster index 2021-03-01 22:46:35 +01:00
GalaxyClusterBlocklistsController.php fix: [galaxyClusterBlocklist] Correct usage of the new blocklist 2020-09-22 14:42:44 +02:00
GalaxyClusterRelationsController.php fix: [galaxyClusterRelations] Bump cluster's timestamp after performing CRUD on relations 2021-03-01 15:56:58 +01:00
GalaxyClustersController.php chg: [optimise] Faster loading galaxy cluster index 2021-03-01 22:46:35 +01:00
GalaxyElementsController.php chg: [galaxyElement] Added individual deletion and JSON flattening/expanding 2020-12-02 11:55:15 +01:00
JobsController.php chg: [update] Added new worker type `update` to perform updates 2019-10-01 13:36:37 +02:00
LogsController.php chg: [LogsController] add missing EventReport in log search 2021-02-12 15:13:16 +01:00
ModulesController.php chg: [module] Allow to specify module timeout 2020-10-22 19:47:18 +02:00
NewsController.php chg: [internal] Move user checks to one place 2020-12-17 13:49:32 +01:00
NoticelistsController.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
ObjectReferencesController.php Merge branch 'feature-reference-for-extended-event' into develop 2021-02-19 09:09:21 +01:00
ObjectTemplateElementsController.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
ObjectTemplatesController.php Merge branch 'develop' of github.com:MISP/MISP into feature-getRawObjectTemplate 2021-01-27 09:40:40 +01:00
ObjectsController.php new: [object] Allows updating from an unknown object templates 2021-02-16 11:04:11 +01:00
OrgBlocklistsController.php chg: [internal] Using blocklist instead of blacklist 2020-09-01 16:27:36 +02:00
OrganisationsController.php new: [UI] Allow to sort orgs by number of orgs 2020-12-23 15:09:22 +01:00
PagesController.php fix: [CS] CS brought up to date 2018-11-23 14:22:18 +01:00
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 chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
RestClientHistoryController.php new: [REST client] Added history/bookmarks 2019-03-19 10:55:27 +01:00
RolesController.php fix: [UI] Redirect after add role modal to index page 2020-12-22 17:56:00 +01:00
ServersController.php fix: [internal] ThreatLevel::list() function renamed 2021-03-30 09:38:41 +02:00
ShadowAttributesController.php fix: [shadowAttributes:viewPicture] Allows shadow attribute's pictures to be displayed 2021-01-25 15:26:53 +01:00
SharingGroupsController.php fix: [internal] Bad variable 2021-02-12 10:10:18 +01:00
SightingdbController.php chg: [sightingdb] Added support for bulk lookups and namespacing 2019-11-08 08:24:04 +01:00
SightingsController.php Merge pull request #6736 from JakubOnderka/sighting-deletion 2021-03-02 23:50:03 +01:00
TagCollectionsController.php Merge remote-tracking branch 'origin/2.4' into galaxy-cluster2.0 2020-09-22 12:08:12 +02:00
TagsController.php Merge pull request #7078 from JakubOnderka/missing-taxonomies 2021-02-24 10:11:52 +01:00
TasksController.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
TaxonomiesController.php new: [UI] Show tag info in taxonomy view 2021-02-18 14:27:44 +01:00
TemplateElementsController.php fix: [security] XSS in the template element index view 2020-11-18 06:29:55 +01:00
TemplatesController.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
ThreadsController.php new: [UI] Find org images also by uuid and support SVG images 2020-12-13 13:09:39 +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 new: [authkeys] Copy key info when resetting key 2021-03-03 09:23:07 +01:00
WarninglistsController.php chg: [UI] Allow filter enabled/disabled warninglists 2021-02-10 21:17:51 +01:00