MISP/app/Controller
iglocska 0bfac46701
chg: [user] views aligned with new authkeys
- adding users should display the newly created authkey
- other views should not show anything
- API responses fixed
2020-11-13 12:49:56 +01:00
..
Component Merge branch '2.4' into CRUD 2020-11-13 08:47:22 +01:00
AllowedlistsController.php chg: [internal] Using Allowedlist instead of Whitelist 2020-09-01 16:28:20 +02:00
AppController.php Merge branch '2.4' into CRUD 2020-11-11 11:19:23 +01:00
AttributesController.php new: [API] Fast check object or attribute existence by HEAD method 2020-11-06 18:22:40 +01:00
AuthKeysController.php fix: [various fixes] to the authkeys controller 2020-11-13 12:48:27 +01: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
EventBlocklistsController.php fix: [UI] Blocklist mass delete 2020-09-07 18:16:13 +02:00
EventDelegationsController.php fix: [API] Messages fixed for event delegations 2019-08-30 14:08:21 +02:00
EventGraphController.php chg: [markdownViewer] Added drafty support of event graph 2020-08-25 14:08:17 +02:00
EventReportsController.php fix: [eventReports] Handle exception for EventReportsController::index 2020-11-09 12:42:10 +01:00
EventsController.php Merge pull request #6538 from JakubOnderka/event-edit-optimisation 2020-11-06 20:16:09 +01:00
FavouriteTagsController.php fix: [style] consistent space indentation 2019-02-10 13:08:55 +01:00
FeedsController.php fix: [warnings] Attach warnings to feed and server event preview 2020-10-03 10:17:05 +02:00
GalaxiesController.php rebase continue 2020-08-17 17:28:04 +02:00
GalaxyClustersController.php Revert "fix: [tag] Show correct count of tag attributes and events" 2020-09-30 17:47:40 +02:00
GalaxyElementsController.php fix: [style] consistent space indentation 2019-02-10 13:08:55 +01:00
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: [logs:admin_index] Removed bad usage of PHP's compact function 2020-11-05 09:57:17 +01:00
ModulesController.php chg: [module] Allow to specify module timeout 2020-10-22 19:47:18 +02:00
NewsController.php fix: News View add, index and Controller (flash messages i18n bug 2019-03-12 17:26:44 +03:00
NoticelistsController.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
ObjectReferencesController.php fix: [security] Throw exception if invalid data provided 2020-08-05 12:39:11 +02:00
ObjectTemplateElementsController.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
ObjectTemplatesController.php rebase continue 2020-08-17 17:28:04 +02:00
ObjectsController.php new: [API] Fast check object or attribute existence by HEAD method 2020-11-06 18:22:40 +01:00
OrgBlocklistsController.php chg: [internal] Using blocklist instead of blacklist 2020-09-01 16:27:36 +02:00
OrganisationsController.php chg: [internal] Allow to have empty nationality 2020-10-16 09:21:26 +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 chg: [Roles] CRUD rework 2020-11-11 10:44:06 +01:00
ServersController.php fix: [rest client] implenented changes for advanced authkeys 2020-11-13 12:49:14 +01:00
ShadowAttributesController.php rebase continue 2020-08-17 17:28:04 +02:00
SharingGroupsController.php chg: Show sharing groups' uuids 2019-08-14 14:54:26 +02:00
SightingdbController.php chg: [sightingdb] Added support for bulk lookups and namespacing 2019-11-08 08:24:04 +01:00
SightingsController.php chg: [internal] Use faster fetcher for viewing sightings 2020-09-01 17:06:23 +02:00
TagCollectionsController.php fix: [internal] Notice when adding tag to collection 2020-08-17 10:05:36 +02:00
TagsController.php fix: [tags:search] Apply correct conditions on corresponding models. Fix #6475 2020-11-05 08:52:23 +01:00
TasksController.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
TaxonomiesController.php fix: [API] taxonomies controller index call fixed for API calls 2020-01-29 19:45:57 +01:00
TemplateElementsController.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
TemplatesController.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
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: [user] views aligned with new authkeys 2020-11-13 12:49:56 +01:00
WarninglistsController.php chg: [warninglists:index] Migrated index to factory view 2020-11-10 13:30:32 +01:00