MISP/app/Model
iglocska 0d4df7c98b
new: [Dashboard] system
- Dashboard
  - modular similar to restSearch
  - build your own widgets
  - use a set of visualisation options (more coming!)
  - full access to internal functions for queries
  - auto discover core and 3rd party widgets
  - rearrange / configure widgets for each user individually
  - rearrange / resize widgets
  - settings can be configured by a site-admin on behalf of others
  - modules have a self-explain mode to guide users
  - caching mechanism for the modules / org

- set homepage / user
- various other fixes
2020-03-01 18:05:21 +01:00
..
Behavior fix: [internal] Load Regexp just when they are requested 2019-10-14 20:17:14 +02:00
Datasource/Database fix: [sync] Some minor changes to the sighting push 2019-11-25 14:32:22 +01:00
DecayingModelsFormulas fix: removed useless spaces 2019-12-04 12:14:51 +01: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 chg: [database] Added db entry to re-correlate Attributes 2020-02-26 14:37:09 +01:00
Attribute.php fix: [correlations] fix to an issue where attribute edits could purge correlations 2020-02-26 14:28:29 +01:00
AttributeTag.php chg: [attributeTag] Stop pruning outdated attribute tag when syncing. 2020-01-16 15:13:10 +01:00
Bruteforce.php fix: [security] Further fixes to the bruteforce handling 2020-02-10 11:41:54 +01: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 new: [Dashboard] system 2020-03-01 18:05:21 +01: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
Event.php new: [Dashboard] system 2020-03-01 18:05:21 +01:00
EventBlacklist.php
EventDelegation.php fix: Replace not exists MethodNotFoundException with NotFoundException 2019-08-14 21:27:05 +02:00
EventGraph.php
EventLock.php
EventTag.php Fix some typo 2019-10-04 13:02:59 +02:00
FavouriteTag.php
Feed.php chg: [feed] Use precomputed hashes to speedup attaching correlation 2019-10-20 19:08:01 +02:00
FuzzyCorrelateSsdeep.php chg: [internal] Little bit faster ssdeep saving 2020-02-14 15:16:10 +01: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
Job.php
Log.php new: [API] Enveloping improvements 2020-01-29 22:33:27 +01:00
MispObject.php new: [API] object level restSearch added 2020-02-29 08:57:32 +01:00
Module.php
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
Organisation.php chg: [restSearch] Improved meta-search code 2019-11-08 11:37:43 +01: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 Set rate_limit_count to 0 when not defined 2019-12-04 08:47:54 +01:00
Server.php new: [logging] Log user IPs on login 2020-02-20 16:07:10 +01:00
ServerTag.php
ShadowAttribute.php chg: [Attribute:seen] Moved conversion iso<->utc of fs/ls in dedicated 2019-12-16 10:47:07 +01:00
SharingGroup.php chg: [internal] Sharing group loader was grabbing organisations one by one, refactored 2019-11-11 08:11:36 +01:00
SharingGroupElement.php
SharingGroupOrg.php
SharingGroupServer.php
Sighting.php fix: [internal] sighting restSearch 2019-11-29 10:55:47 +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 Allow forcing tag creation for galaxies 2020-02-18 14:11:54 -05:00
TagCollection.php fix: [internal] removed debug calls 2019-09-29 21:49:51 +02:00
TagCollectionTag.php
Task.php
Taxonomy.php fix: [taxonomies] Fixed invalid tags being shown on the taxonomy index if mistyped versions exist 2019-12-12 10:07:50 +01: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 Merge branch '2.4' of github.com:MISP/MISP into pr-5210 2020-02-10 11:09:14 +01:00
UserSetting.php new: [Dashboard] system 2020-03-01 18:05:21 +01: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
WarninglistType.php
Whitelist.php