MISP/app/Model
Jakub Onderka e7076d1afc
Merge pull request #6778 from JakubOnderka/tag-info
Tag info popover
2020-12-23 11:24:28 +01:00
..
Behavior chg: [internal] Using blocklist instead of blacklist 2020-09-01 16:27:36 +02:00
Datasource/Database fix: [database] made MySQLObserver php < 7.2 compliant 2020-04-14 15:37:55 +02:00
DecayingModelsFormulas fix: [decaying] 2-tag base_score ratio. Fix #6352 2020-09-28 10:30:02 +02:00
AdminSetting.php fix: [adminSetting] Avoid trying to create new entries if previous save failed 2020-01-20 13:26:25 +01:00
Allowedlist.php chg: [internal] Using Allowedlist instead of Whitelist 2020-09-01 16:28:20 +02:00
AppModel.php new: [internal] New model method find('column') 2020-12-23 10:42:05 +01:00
AttachmentScan.php Merge pull request #6485 from JakubOnderka/module-timeout 2020-10-24 18:06:11 +02:00
Attribute.php new: [internal] New model method find('column') 2020-12-23 10:42:05 +01:00
AttributeTag.php chg: [tag] Fetch event count for tags in one query 2020-11-24 16:30:03 +01:00
AuthKey.php new: [UI] Show number of unique IPs for key usage 2020-12-17 13:50:25 +01:00
Bruteforce.php chg: [internal] Using blocklist instead of blacklist 2020-09-01 16:27:36 +02:00
Cerebrate.php new: [Cerebrates] added Cerebrate sync functionality 2020-11-30 23:43:44 +01:00
Community.php fix: [community] removed invalid filter field causing notice errors 2020-11-30 23:39:05 +01:00
Dashboard.php chg: [internal] Invalid message for UUID contains that UUID must be RFC 4122 compliant 2020-09-18 10:56:28 +02:00
DecayingModel.php chg: [decayingModel:listTaxoWithNumericalValue] Cleaner usage of 2020-06-08 08:25:25 +02:00
DecayingModelMapping.php chg: [decaying:model] Fith batch of fix from the PR review - WiP (not tested) 2019-09-12 11:28:32 +02:00
Event.php new: [internal] New model method find('column') 2020-12-23 10:42:05 +01:00
EventBlocklist.php chg: [internal] Move addMISPExportFile from controller to model 2020-09-26 13:02:19 +02:00
EventDelegation.php
EventGraph.php
EventLock.php
EventReport.php fix: [eventReport] Smarter extractWithReplacements 2020-12-19 21:53:16 +01:00
EventTag.php chg: [tag] Fetch event count for tags in one query 2020-11-24 16:30:03 +01:00
FavouriteTag.php
Feed.php new: [internal] Allow to output directly TmpFileTool 2020-12-21 21:02:37 +01:00
FuzzyCorrelateSsdeep.php fix: [correlations] Purge ssdeep table after attribute delete 2020-05-21 17:54:40 +02:00
Galaxy.php fix: [internal] further promises removed from the galaxy model 2020-12-17 13:29:11 +01:00
GalaxyCluster.php new: [UI] Show tag description if tag belongs to taxonomy 2020-12-20 14:33:28 +01:00
GalaxyClusterBlocklist.php fix: [galaxyClusterBlocklist] Correct usage of the new blocklist 2020-09-22 14:42:44 +02:00
GalaxyClusterRelation.php chg: [internal] removed void return promise 2020-11-24 13:51:13 +01:00
GalaxyClusterRelationTag.php chg: [internal] removed void return promise 2020-11-24 13:51:13 +01:00
GalaxyElement.php fix: [security] Make cluster's elements adhere to ACL 2020-11-24 12:15:42 +01:00
Inbox.php new: [inbox] system added 2020-04-07 13:21:01 +02:00
Job.php chg: [internal] Better job progress and status logging 2020-06-28 09:06:27 +02:00
Log.php chg: [log] Do not log request type logs to syslog 2020-12-17 13:50:26 +01:00
MispObject.php new: [internal] Allow to output directly TmpFileTool 2020-12-21 21:02:37 +01:00
Module.php fix: [internal] Remove warning when modules are not reachable 2020-11-01 15:19:57 +01:00
News.php
Noticelist.php
NoticelistEntry.php
NotificationLog.php
ObjectReference.php fix: [objectReference] Do no reset timestamp to current time if already provided 2020-09-18 15:33:42 +02:00
ObjectRelationship.php
ObjectTemplate.php
ObjectTemplateElement.php fix: [decaying:tool] Support strict sql mode while fetching available 2020-02-21 16:33:34 +01:00
OrgBlocklist.php chg: [internal] Invalid message for UUID contains that UUID must be RFC 4122 compliant 2020-09-18 10:56:28 +02:00
Organisation.php new: [internal] New model method find('column') 2020-12-23 10:42:05 +01:00
Post.php chg: [mail] TLP in subject should be uppercase 2020-09-21 13:14:56 +02:00
Regexp.php chg: [internal] Using blocklist instead of blacklist 2020-09-01 16:27:36 +02:00
RestClientHistory.php
Role.php chg: [UI] Merge roles index and admin_index 2020-12-22 17:52:58 +01:00
Server.php new: [security] Setting to hide orgs form sharing group view 2020-12-22 23:43:30 +01:00
ServerTag.php
ShadowAttribute.php new: [internal] New model method find('column') 2020-12-23 10:42:05 +01:00
SharingGroup.php new: [internal] New model method find('column') 2020-12-23 10:42:05 +01:00
SharingGroupElement.php
SharingGroupOrg.php new: [UI] Show event preview when merging 2020-07-20 08:39:51 +02:00
SharingGroupServer.php new: [UI] Show event preview when merging 2020-07-20 08:39:51 +02:00
Sighting.php fix: [sighting] Grouping sighting fetch for tags 2020-12-22 15:29:08 +01:00
Sightingdb.php chg: [sightingdb] Added support for bulk lookups and namespacing 2019-11-08 08:24:04 +01:00
SightingdbOrg.php new: [SightingDB] Added integration with SightingDB 2019-11-06 21:20:04 +01:00
Tag.php Merge remote-tracking branch 'origin/2.4' into galaxy-cluster2.0 2020-11-09 10:07:43 +01:00
TagCollection.php chg: [internal] Invalid message for UUID contains that UUID must be RFC 4122 compliant 2020-09-18 10:56:28 +02:00
TagCollectionTag.php
Task.php
Taxonomy.php chg: [UI] Convert taxonomies to default view 2020-12-20 16:55:50 +01:00
TaxonomyEntry.php
TaxonomyPredicate.php chg: [UI] Convert taxonomies to default view 2020-12-20 16:55:50 +01:00
Template.php fix: [security] XSS in the template element index view 2020-11-18 06:29:55 +01:00
TemplateElement.php
TemplateElementAttribute.php
TemplateElementFile.php
TemplateElementText.php
TemplateTag.php
Thread.php fix: [security] discussion thread ACL issues fixed 2020-02-08 10:34:23 +01:00
ThreatLevel.php
User.php new: [internal] Show auth key usage in key view page 2020-12-17 13:49:32 +01:00
UserSetting.php chg: [internal] Load just necessary info when loading homepage info 2020-12-17 13:49:32 +01:00
Warninglist.php fix: [internal] Redis unlink method for old Redis versions 2020-11-24 18:21:52 +01:00
WarninglistEntry.php
WarninglistType.php