MISP/app/Model
Jakub Onderka 6ee505a207 chg: [mail] Initialize GPG just once 2020-08-12 19:33:15 +02:00
..
Behavior fix: [internal] Load Regexp just when they are requested 2019-10-14 20:17:14 +02:00
Datasource/Database fix: [database] made MySQLObserver php < 7.2 compliant 2020-04-14 15:37:55 +02:00
DecayingModelsFormulas chg: [decaying] `last_seen` takes precedence over `timestamp` 2020-05-29 14:40:13 +02:00
AdminSetting.php fix: [adminSetting] Avoid trying to create new entries if previous save failed 2020-01-20 13:26:25 +01:00
AppModel.php fix: [internal] SendEmail exceptions message and logging 2020-08-12 19:33:15 +02:00
Attribute.php fix: [security] Check if user can access sharing group when uploading attachment 2020-08-06 11:52:53 +02:00
AttributeTag.php fix: [security] ACL check when editing multiple event attributes 2020-08-04 12:23:38 +02:00
Bruteforce.php fix: [database] bruteforce check relaxed for datasource 2020-04-14 15:18:25 +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
Dashboard.php chg: [dashboard] show owner email of template to site owners and the owner themselves 2020-03-09 00:14:59 +01: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
Dns.php
Event.php fix: [internal] Throw exception when invalid event id provided for contact email 2020-08-12 18:32:12 +02:00
EventBlacklist.php chg: [api] fixed restresponse for blacklists 2020-08-03 16:34:01 +02:00
EventDelegation.php fix: Replace not exists MethodNotFoundException with NotFoundException 2019-08-14 21:27:05 +02:00
EventGraph.php
EventLock.php
EventTag.php Merge branch 'feature/tags-deletion' into fix-update-tags-on-attribute-edit 2020-07-24 11:41:27 +02:00
FavouriteTag.php
Feed.php Merge pull request #6156 from JakubOnderka/feed-httpsocket-optional 2020-08-03 10:51:03 +02:00
FuzzyCorrelateSsdeep.php fix: [correlations] Purge ssdeep table after attribute delete 2020-05-21 17:54:40 +02:00
Galaxy.php Allow forcing tag creation for galaxies 2020-02-18 14:11:54 -05:00
GalaxyCluster.php chg: [internal] Much faster GalaxyCluster::attachClustersToEventIndex 2019-12-18 11:52:13 +01:00
GalaxyElement.php
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 fix: [events:index] Do not show events if org doesn't belong to the SG 2020-07-21 10:36:15 +02:00
MispObject.php fix: [security] Throw exception if invalid data provided 2020-08-05 12:39:11 +02:00
Module.php chg: [internal] Log exception when querying modules 2020-06-05 11:08:26 +02:00
News.php
Noticelist.php
NoticelistEntry.php
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
ObjectTemplate.php fix: few typos 2019-06-12 11:38:19 +02:00
ObjectTemplateElement.php fix: [decaying:tool] Support strict sql mode while fetching available 2020-02-21 16:33:34 +01:00
OrgBlacklist.php fix: [API] org blacklist copy pasta preventing additions of entries fixed 2020-08-04 11:38:58 +02:00
Organisation.php new: [database] New MySQL data source added for debugging 2020-04-14 15:04:33 +02:00
Post.php chg: [default] old default 'TLP Amber' is now 'tlp:amber' to be consistent and use MISP taxonomy naming 2019-11-04 12:41:52 +01:00
Regexp.php
RestClientHistory.php
Role.php chg: [roles] allow the creation site admin enabled roles without auth access 2020-05-06 14:53:11 +02:00
Server.php chg: [internal] Move GPG initialization to GpgTool 2020-08-12 19:33:15 +02:00
ServerTag.php
ShadowAttribute.php fix: [proposals] Respect unpublished private event when loading proposals 2020-08-04 12:23:41 +02:00
SharingGroup.php fix: [security] Sharing groups for objects respect permissions 2020-08-05 12:39:11 +02: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 chg: [internal] Refactor Server::getEventIdsFromServer 2020-08-10 15:47:06 +02: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 fix: [UI] Bad merge for mass edit form 2020-08-06 09:34:43 +02:00
TagCollection.php fix: [internal] removed debug calls 2019-09-29 21:49:51 +02:00
TagCollectionTag.php
Task.php
Taxonomy.php fix: [tags] Show just tags that user can really use 2020-08-04 12:34:39 +02:00
TaxonomyEntry.php
TaxonomyPredicate.php
Template.php
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 chg: [mail] Initialize GPG just once 2020-08-12 19:33:15 +02:00
UserSetting.php new: [Tag] Allow Tag's numerical_values to be overriden by userSettings 2020-06-02 09:33:08 +02:00
Warninglist.php chg: [internal] Faster checking if warninglist already exists for event 2020-07-13 17:53:09 +02:00
WarninglistEntry.php
WarninglistType.php
Whitelist.php fix: [whitelist] Correclty refresh the cached values. Fix #3772 2020-05-18 13:51:56 +02:00