MISP/app/Model
iglocska a18e49f07e
fix: [user_settings] added timestamp field
2019-09-29 22:20:46 +02:00
..
Behavior chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
DecayingModelsFormulas fix: [decaying] fixed `const` error 2019-09-12 16:33:19 +02:00
AdminSetting.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
AppModel.php fix: [user_settings] added timestamp field 2019-09-29 22:20:46 +02:00
Attribute.php fix: [correlation] Skip correlation on tasks that modify an attribute in a way that wouldn't warrant a recorrelation, fixes #5204 2019-09-29 21:07:35 +02:00
AttributeTag.php fix: [UI] Empty objects threw a notice on the event view 2019-08-05 15:42:12 +02:00
Bruteforce.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
Community.php chg: [field rename] Renamed all community fields with redundancy to something more simple (community_uuid -> uuid, etc) 2019-08-30 09:46:22 +02:00
DecayingModel.php fix: [decaying:base_score] Create temporary false tags when they are defined in their taxonomy but not created yet 2019-09-13 09:11:05 +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
Dns.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
Event.php fix: [API] proposals overriding attributes wasn't always working as expected, fixes #4032 2019-09-29 20:35:51 +02:00
EventBlacklist.php fix: [style] consistent space indentation 2019-02-10 13:08:55 +01:00
EventDelegation.php fix: Replace not exists MethodNotFoundException with NotFoundException 2019-08-14 21:27:05 +02:00
EventGraph.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
EventLock.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
EventTag.php fix: some PostgreSQL issues 2019-07-23 11:17:56 +03:00
FavouriteTag.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
Feed.php Merge pull request #5097 from JakubOnderka/patch-18 2019-09-16 09:15:37 +02:00
FuzzyCorrelateSsdeep.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
Galaxy.php new: [tags] Local tags feature added 2019-07-08 11:39:41 +02:00
GalaxyCluster.php fix: [GalaxyCluster] relaxed the matching of cluster names to tags, fixes #4154 2019-08-02 16:28:08 +02:00
GalaxyElement.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
Job.php fix: [export] Fixed broken bro export, fixes #4050 2019-04-15 10:48:00 +02:00
Log.php chg: [internal] Do not log passwords 2019-09-23 07:49:42 +02:00
MispObject.php fix: [object:merge] Fix #5041, Duplicated value gets unique UUID and 2019-08-22 15:28:25 +02:00
Module.php fix: [CS] coding standards script re-run 2018-11-23 14:11:33 +01:00
News.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
Noticelist.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
NoticelistEntry.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
NotificationLog.php new: [emailing] Server admins can get a threshold for per org e-mail alerts, fixes #4714 2019-06-04 11:30:01 +02:00
ObjectReference.php fix: [enrichment] Avoiding issues with failing references 2019-07-03 11:10:06 +02:00
ObjectRelationship.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
ObjectTemplate.php fix: few typos 2019-06-12 11:38:19 +02:00
ObjectTemplateElement.php chg: [decaying:tool] Object categories are treated as an array 2019-07-09 10:04:18 +02:00
OrgBlacklist.php fix: [style] consistent space indentation 2019-02-10 13:08:55 +01:00
Organisation.php fix: [internal] orgs restricted to a domain displayed incorrectly 2019-09-06 15:54:58 +02:00
Post.php fix: [style] consistent space indentation 2019-02-10 13:08:55 +01:00
Regexp.php fix: [style] consistent space indentation 2019-02-10 13:08:55 +01:00
RestClientHistory.php new: [REST client] Added history/bookmarks 2019-03-19 10:55:27 +01:00
Role.php chg: [decaying:model] Sixth batch of fix from the PR review - WiP (not tested) 2019-09-12 11:30:59 +02:00
Server.php fix: [internal] removed debug calls 2019-09-29 21:49:51 +02:00
ServerTag.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
ShadowAttribute.php fix: [proposals] Fixed automatic setting of the category when adding proposals, fixes #4868 2019-07-29 11:17:45 +02:00
SharingGroup.php fix: [Sharing groups] Various fixes to align the reported local instance URL as the external_baseurl if set, as opposed to always using the baseurl, fixes #4982 2019-08-13 13:00:24 +02:00
SharingGroupElement.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
SharingGroupOrg.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
SharingGroupServer.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
Sighting.php fix: [Sightings] Plugin.Sightings_policy=Event Owner now shows sightings 2019-08-26 16:49:30 +02:00
Tag.php fix: [Tags] Correctly records `numerical_value` when enabling a taxonomy 2019-08-23 11:32:15 +02:00
TagCollection.php fix: [internal] removed debug calls 2019-09-29 21:49:51 +02:00
TagCollectionTag.php new: [tag collections] Renamed tagCollectionElement to tagCollectionTag 2018-12-25 14:44:26 +01:00
Task.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
Taxonomy.php fix: [Tags] Correctly records `numerical_value` when enabling a taxonomy 2019-08-23 11:32:15 +02:00
TaxonomyEntry.php fix: [CS] coding standards script re-run 2018-11-23 14:11:33 +01:00
TaxonomyPredicate.php fix: [CS] coding standards script re-run 2018-11-23 14:11:33 +01:00
Template.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
TemplateElement.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
TemplateElementAttribute.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
TemplateElementFile.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
TemplateElementText.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
TemplateTag.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
Thread.php fix: [style] consistent space indentation 2019-02-10 13:08:55 +01:00
ThreatLevel.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
User.php new: [User settings] Added user settings system 2019-09-25 11:50:54 +02:00
UserSetting.php fix: [internal] removed debug calls 2019-09-29 21:49:51 +02:00
Warninglist.php fix: [internal] Added a code branch to check if saddarray is available - if yes, use it 2019-09-16 09:28:43 +02:00
WarninglistEntry.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
WarninglistType.php chg: [CS] Changed to PSR-2 2018-07-19 11:48:22 +02:00
Whitelist.php fix: [style] consistent space indentation 2019-02-10 13:08:55 +01:00