MISP/app/Controller
Raphaël Vinot edc469a47d chg: [PyMISP] Bump 2021-06-07 07:40:09 -07:00
..
Component Merge pull request #7468 from righel/add-openapi-spec 2021-06-04 15:57:33 +02:00
AllowedlistsController.php chg: [allowedlist] Migrated views to factory 2021-04-29 15:42:05 +02:00
AppController.php chg: [PyMISP] Bump 2021-06-07 07:40:09 -07:00
AttributesController.php fix: [internal] Attribute correlation toggle 2021-05-10 08:26:51 +02:00
AuditLogsController.php Merge pull request #7435 from JakubOnderka/event-report-history 2021-05-25 19:28:10 +02:00
AuthKeysController.php chg: [UI] Show warning when advanced auth keys are not enabled 2021-05-25 14:09:55 +02: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 exclusions] now have an optional comment field 2021-04-27 10:52:53 +02:00
CorrelationsController.php new: [Correlations] Added cached toplist 2021-04-27 00:40:40 +02:00
DashboardsController.php fix: [dashbpard:updateSetting] Usage of CSRF token 2021-06-04 16:35:32 +02: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: [events:view] Correctly support arrays passed as deleted parameter 2021-06-04 15:03:12 +02:00
FavouriteTagsController.php fix: [style] consistent space indentation 2019-02-10 13:08:55 +01:00
FeedsController.php Merge pull request #7427 from righel/fix-add-feed-api-endpoint 2021-06-05 10:22:41 +02:00
GalaxiesController.php Merge remote-tracking branch 'origin/develop' into feature-galaxy-disabled 2021-06-03 11:01:49 +02: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: [galaxyCluster:view] oved CyCat relationships in their own child elements 2021-06-04 10:16:23 +02:00
GalaxyElementsController.php chg: [galaxyElement] Added individual deletion and JSON flattening/expanding 2020-12-02 11:55:15 +01:00
JobsController.php chg: [UI] Correctly handle progress for jobs 2021-03-14 22:47:55 +01:00
LogsController.php new: [log] Audit log 2021-05-03 13:44:44 +02: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 fix: decode json ref and geographical_area properties in /noticelists/view/[noticelist_id] endpoint 2021-05-31 14:43:12 +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 fix: [organisations index] added quickfilter as an alias for the search 2021-06-01 20:48:22 +02: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: pr comments, update acl to allow all for /servers/openapi view, remove rest client from events menu, remove php7 return hint. 2021-06-04 15:54:13 +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: [Sharing groups] show roaming state in the API view 2021-06-01 20:47:58 +02:00
SightingdbController.php chg: [sightingdb] Added support for bulk lookups and namespacing 2019-11-08 08:24:04 +01:00
SightingsController.php fix: nonaggregated column mysql error when calling /sightings/index/[event_id] 2021-05-31 17:45:29 +02:00
TagCollectionsController.php Merge remote-tracking branch 'origin/2.4' into galaxy-cluster2.0 2020-09-22 12:08:12 +02:00
TagsController.php Restored generic when successes > 1 2021-03-23 20:37:52 +00: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 new: [UI] User column selector 2021-03-29 14:19:53 +02:00
UsersController.php fix: [security] disable email uniqueness validation for the self registration 2021-05-28 10:37:01 +02:00
WarninglistsController.php chg: [warninglists:checkValue] Exposed feature in the UI 2021-05-03 16:53:46 +02:00