Commit Graph

11443 Commits (6626e5bf2451cffed6ead2a0617f2ca947f4eecb)

Author SHA1 Message Date
iglocska ffda2b8778
fix: [dashboard] fixed an issue when adding a widget with an empty config 2020-03-01 23:55:46 +01:00
iglocska 376f6fa358
chg: [dashboard] Custom dir added 2020-03-01 23:25:50 +01:00
iglocska de87ecfaf2
Merge branch '2.4' into feature/dashboard 2020-03-01 23:04:07 +01:00
iglocska 95eb2af765
fix: [API] Json converter fixed 2020-03-01 22:33:49 +01:00
iglocska 46c4cf9eea
fix: [dashboard] fixed multiple adds failing 2020-03-01 19:11:43 +01:00
iglocska ec2c7a5569
fix: [dashboard] Fixed adding widgets losing their config settings 2020-03-01 19:03:31 +01:00
iglocska f6f66e0f31
fix: [dashboard] custom routing fixed 2020-03-01 18:28:52 +01:00
iglocska ab129a12d9
chg: [wip] test 2020-03-01 18:24:12 +01:00
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
iglocska 4bfcc3211b
new: [API] object level restSearch added
still WiP
2020-02-29 08:57:32 +01:00
Alexandre Dulaunoy e480bd7113
chg: [misp-object] updated to the latest version 2020-02-28 20:02:19 +01:00
Alexandre Dulaunoy 87ec2334ef
chg: [misp-galaxy] updated to the latest version 2020-02-28 19:59:20 +01:00
Raphaël Vinot 8ef9669973 chg: Make contact reporter gender neutral. 2020-02-28 10:45:56 +01:00
Steve Clement 191e1fae64
chg: [i18n] Updated: Simplified Chinese, German, Italian, Spanish, Russian. 2020-02-27 11:24:54 +09:00
Steve Clement 43d22e55dd
Merge branch '2.4' into i18n 2020-02-27 11:10:08 +09:00
Steve Clement 00b310b3a4 chg: [i18n] Updated pot files 2020-02-27 02:07:19 +00:00
Steve Clement 5660467f84
fix: [i18n] Various edits and small __('') addeage. 2020-02-27 10:43:04 +09:00
iglocska eb6b260c5e
fix: [CLI] allow for calling the update via the CLI without passing a process ID 2020-02-26 16:18:37 +01:00
iglocska 08e0e9d16d
chg: [version] bump 2020-02-26 16:13:12 +01:00
iglocska 46a99470ae
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-02-26 15:18:07 +01:00
iglocska bb3b6b99ef
chg: [submodule] updates 2020-02-26 15:16:09 +01:00
mokaddem 0831a3804a
chg: [database] Added db entry to re-correlate Attributes 2020-02-26 14:37:09 +01:00
iglocska 9913d194fa
fix: [correlations] fix to an issue where attribute edits could purge correlations
- bug introduced by a merge gone wrong
- attribute edits that modify fields that do not affect the correlations (such as to_ids, comment, etc) would cause correlations to be purged
2020-02-26 14:28:29 +01:00
iglocska ca6a984992
chg: [UI] show customauth header 2020-02-25 17:47:49 +01:00
iglocska aaafd95c74
fix: [sync] allow for both the minimal and searchminimal keywords to be used on the event index
- until now due to a bug only searchminimal was used
- sync negotiation uses minimal as the key
- this should greatly speed up the negotiation phase
2020-02-25 16:48:05 +01:00
iglocska d8afa98736
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-02-23 19:14:23 +01:00
iglocska c310b30177
fix: [custom auth] correctly use HTTP_ as the default header namespace 2020-02-23 19:13:48 +01:00
mokaddem 980dbf557e
fix: [decaying:tool] Support strict sql mode while fetching available
Object type
2020-02-21 16:33:34 +01:00
mokaddem f94c693aa0
fix: [decaying] Attributes not having a DM associated will be defaulted
as `not decayed`
2020-02-21 14:47:52 +01:00
mokaddem 49ef787a34
fix: [eventGraph] Request picture for valid attachement only 2020-02-21 14:42:20 +01:00
mokaddem 782ba603c5
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-02-21 08:50:49 +01:00
mokaddem 1e7f0d5c5a
fix: [server:edit] Prevent undefined variable 2020-02-21 08:26:20 +01:00
iglocska 363d0cd69a
new: [logging] Log user IPs on login
- feature is optional and needs to be enabled in the server settings
- on successful login logs the associated user ID for a given IP (30 day retention)
- also logs the IP for the associated user ID (indefinite retention)
- added two command line tools to query
  - Get IPs For User ID: MISP/app/Console/cake Admin UserIP [user_id]
  - Get User ID For User IP: MISP/app/Console/cake Admin IPUser [ip]
2020-02-20 16:07:10 +01:00
iglocska 0f632236fa
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-02-19 16:13:30 +01:00
iglocska 2de0e3a941
fix: [enveloping] Fixed typo and added actual event ID to the message saved
gremmar meestakes are anoying.
2020-02-19 16:12:23 +01:00
Andras Iklody 49100f626d
Merge pull request #5654 from coolacid/issue-5653
fix: Force schema columns lowercase to match expected
2020-02-19 14:31:44 +01:00
Jason Kendall 1647d927e4 fix: Force schema columns lowercase to match expected 2020-02-19 08:16:32 -05:00
Alexandre Dulaunoy 7e8a753651
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-02-19 09:30:54 +01:00
Alexandre Dulaunoy 8131e11cd3
chg: [misp-objects] updated to the latest version 2020-02-19 09:30:19 +01:00
Andras Iklody 42c16351f7
Merge pull request #5647 from coolacid/issue-5598
Allow forcing tag creation for galaxies
2020-02-19 09:27:45 +01:00
Jason Kendall 47d0c41a55 Allow forcing tag creation for galaxies 2020-02-18 14:11:54 -05:00
mokaddem 0a605ed4d3
fix: [server:edit] Always echo internal instance notice 2020-02-18 15:04:48 +01:00
Jakub Onderka 9d0c0c1a6a
fix: [UI] Correct title for '+' button 2020-02-18 09:47:52 +01:00
iglocska 4bf9fd2d8d
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-02-18 09:29:41 +01:00
iglocska c677183069
new: [communities] Added Danish community and some fixes to the community system 2020-02-18 09:29:06 +01:00
Andras Iklody 6776ea2b26
Merge pull request #5612 from coolacid/issue-5611
Ensure we only have the last line from the shell command
2020-02-17 08:39:35 +01:00
Jakub Onderka cfe18d8c39
chg: [internal] Removed unused function 2020-02-16 14:13:34 +01:00
Andras Iklody 079ecc0b26
Merge pull request #5628 from JakubOnderka/patch-87
chg: [internal] Little bit faster ssdeep saving
2020-02-14 15:50:13 +01:00
Andras Iklody 35536267a2
Merge pull request #5631 from JakubOnderka/patch-90
fix: [pubsub] Do not fetch setting for every push
2020-02-14 15:49:41 +01:00
Andras Iklody d7a21e95cf
Merge pull request #5630 from JakubOnderka/patch-89
chg: [mispzmq] Do not create array every 0.1 sec
2020-02-14 15:48:50 +01:00
Jakub Onderka 8717c3f1c5
fix: [pubsub] Do not fetch setting for every push 2020-02-14 15:26:49 +01:00
Jakub Onderka 5ef92f5a3f
chg: [mispzmq] Do not create array every 0.1 sec
Should lead to little bit lower CPU usage
2020-02-14 15:23:57 +01:00
Jakub Onderka c1d1bd27d0
fix: [UI] UUID term should be uppercase 2020-02-14 15:18:46 +01:00
Jakub Onderka a730dbca66
chg: [internal] Little bit faster ssdeep saving 2020-02-14 15:16:10 +01:00
Jakub Onderka 3770886bb8
fix: [internal] Remove unused function 2020-02-13 15:57:58 +01:00
Andras Iklody 385b777656
Merge pull request #5149 from JakubOnderka/update-composer
chg: [internal] Update composer.phar to version 1.9.0
2020-02-13 14:38:25 +01:00
Alexandre Dulaunoy 2309520508
chg: [objects] updated to the latest version 2020-02-13 13:13:17 +01:00
iglocska 88894fc2e5
chg: [version] bump 2020-02-10 16:22:03 +01:00
iglocska 7fdbc8c750
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-02-10 16:14:11 +01:00
iglocska 5a29964924
chg: [cleanup] Taking out the trash
- old unused functions removed
2020-02-10 16:10:55 +01:00
iglocska af881189e5
new: [config load task] Added a task that will reload the settings on any console shell execution, fixes #5498
- helps with background workers being forced to fetch new settings whenever they start a new job
2020-02-10 15:15:59 +01:00
Jakub Onderka ee5f1b1e5c
chg: [internal] mispzmqtest.py
- Also check if Redis Python library is installed
- Do not print "OK" if libraries doesn't exists
- Return error code 1 if library doesn't exists
2020-02-10 14:52:20 +01:00
iglocska 90009b963b
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-02-10 14:40:10 +01:00
iglocska 55385e6ca6
fix: [object] object deduplication fixed 2020-02-10 14:39:58 +01:00
mokaddem f7a0b1916e
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-02-10 14:35:54 +01:00
mokaddem 3d982d92fd
fix: [security] Correctly sanitize search string in Galaxy view
- As reported by Dawid Czarnecki
2020-02-10 14:35:09 +01:00
iglocska 8803f47a9e
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-02-10 14:33:39 +01:00
iglocska 4ea3612dfc
new: [objects] pass the /breakOnDuplicate:1 flag to the /objects/add endpoint to deduplicate
- returns an error if the object already exists
  - objects of the same template_uuid are compared
  - non deleted attributes only
  - type + category + value + object_relation tuple is compared
2020-02-10 14:30:34 +01:00
mokaddem 8e2da13e0e
Merge branch '2.4' into enforce-iso-datetime 2020-02-10 14:18:14 +01:00
mokaddem 9c22e02848
chg: [pgpPopover] Transformed text into i18n 2020-02-10 13:45:22 +01:00
mokaddem 2bdc11b5d4
Merge branch '2.4' of github.com:MISP/MISP into pr-5210 2020-02-10 13:41:26 +01:00
Jakub Onderka fc531dc5bc
fix: [UI] Disable autocomplete for authkey
To prevent saving it into browser cache
2020-02-10 13:03:12 +01:00
Andras Iklody 8147358e4c
Merge pull request #5607 from JakubOnderka/patch-83
fix: [internal] Remove unused lines
2020-02-10 14:00:43 +02:00
Alexandre Dulaunoy 0b31062d4c
chg: [warning-lists] updated to the latest version 2020-02-10 12:09:16 +01:00
iglocska 934c828192
fix: [security] Further fixes to the bruteforce handling
- resolved a potential failure of the subsystem when the MySQL and the webserver time settings are diverged
  - as reported by Dawid Czarnecki
- several tightenings of the checks to avoid potential foul play
2020-02-10 11:41:54 +01:00
mokaddem 6e66256f7a
Merge branch '2.4' of github.com:MISP/MISP into pr-5210 2020-02-10 11:09:14 +01:00
Alexandre Dulaunoy 8839770242
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-02-10 10:41:50 +01:00
Alexandre Dulaunoy 1d3fc2f799
chg: [misp-objects] updated to the latest version 2020-02-10 10:41:17 +01:00
iglocska 9400b8bc86
fix: [security] discussion thread ACL issues fixed
- as reported by Dawid Czarnecki
2020-02-08 10:34:23 +01:00
iglocska c1a0b3b280
fix: [security] brutefoce protection rules tightened
- as reported by Dawid Czarnecki
2020-02-08 09:35:37 +01:00
Jason Kendall e3b1e8c74a Ensure we only have the last line from the shell command 2020-02-07 13:43:11 -05:00
Jakub Onderka cdf578be4a
fix: [internal] Remove unused line 2020-02-07 17:57:59 +01:00
mokaddem 38cdd5477f
chg: [dbSchema] Removed log table from the whitelisted tables 2020-02-07 13:12:07 +01:00
mokaddem 5408bb14f8
fix: [indexes] Added SQL index for tag numerical_value 2020-02-07 12:56:27 +01:00
mokaddem 6e613cc54d
chg: [diagnostic:dbSchema] Added SQL queries to fix issues 2020-02-07 12:52:26 +01:00
Andras Iklody 8738aab6b8
Merge pull request #5601 from JakubOnderka/ssdeep_ext
chg: [UI] Check if ssdeep PHP extension is installed
2020-02-06 11:22:12 +01:00
Raphaël Vinot b7cee5bf4c chg: Bump expected PyMISP version 2020-02-06 11:07:05 +01:00
Raphaël Vinot 6f2005ff60 chg: Bump PyMISP 2020-02-06 10:54:17 +01:00
Jakub Onderka e2a8c9ee93 chg: [UI] Check if ssdeep PHP extension is installed 2020-02-06 10:44:38 +01:00
Alexandre Dulaunoy 5b53850b9d
chg: [misp-galaxy] updated to the latest version 2020-02-06 09:53:49 +01:00
Alexandre Dulaunoy 9d0c8e915d
chg: [misp-galaxy] updated to the latest version 2020-02-06 09:45:43 +01:00
Alexandre Dulaunoy 555fab2438
chg: [misp-objects] updated to the latest version 2020-02-06 09:45:13 +01:00
Alexandre Dulaunoy 7960ce4ade
chg: [misp-taxonomies] updated to the latest version 2020-02-05 07:32:50 +01:00
iglocska 3bd30e88c2
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-02-04 15:06:31 +01:00
iglocska 488b66bd59
fix: [sync] Pull filters ignored if no custom url params added, fixes #5594 2020-02-04 15:05:50 +01:00
Alexandre Dulaunoy bb64a80b24
chg: [misp-object] updated to the latest version 2020-02-04 11:48:35 +01:00
Alexandre Dulaunoy 5371d0af0f
chg: [warning-lists] updated to the latest version 2020-02-03 20:14:35 +01:00
Alexandre Dulaunoy 65a01d7de4
chg: [misp-objects] updated to the latest version 2020-02-03 11:12:41 +01:00
Jeroen Pinoy cc99945f31 fix: [API] make param tag alias of tags for /events/restSearch 2020-02-02 00:42:00 +01:00
StefanKelm 11ff5c63ee
Update update_progress.ctp
tiny typo
2020-01-31 14:24:23 +01:00
StefanKelm a65fadc6f5
Update db_schema_diagnostic.ctp
tiny typo
2020-01-31 14:22:29 +01:00
iglocska 17918f916c
fix: [export] fixed the export page breaking for text exports, fixes #5563 2020-01-31 12:01:27 +01:00
iglocska a92aa565bd
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-01-31 11:47:00 +01:00
iglocska 46c3968755
fix: [internal] cleanup of unused line 2020-01-31 11:46:32 +01:00
iglocska 4806652448
fix: [API] several fixes to the Bro API
- always use flatten:1 to also include object attributes
- fix the generated full export to only include the header once
2020-01-31 11:45:23 +01:00
Andras Iklody bdb6e4c34a
Merge pull request #5573 from JakubOnderka/patch-79
fix: [UI] Icons in network distribution graph
2020-01-31 11:00:23 +01:00
iglocska 181e5579da
fix: [internal] fetcher logic fail fixed 2020-01-30 22:35:48 +01:00
Jakub Onderka ae5be9a949
fix: [UI] Icons in network distribution graph 2020-01-30 18:54:48 +01:00
iglocska bae2717eaf
new: [API] Enveloping improvements
- user controlled envelope settings to control memory estimation for attribute/event sizes
- logging of potentially too large events for the current memory envelope
- tuning of the default values
- added a divider for the event:attribute conversion to account for objects / event level contextualisation / correlations
2020-01-29 22:33:27 +01:00
iglocska af710de896
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-01-29 19:46:34 +01:00
iglocska 59deec3a37
fix: [API] taxonomies controller index call fixed for API calls
- no longer limiting at 60 elements
2020-01-29 19:45:57 +01:00
Raphaël Vinot c7e6d9f03f
chg: Do not use the merge functionality. 2020-01-29 15:21:17 +01:00
Raphaël Vinot 9b2d1d2117
chg: [Feed] Change all non MISP feed format feeds to fixed events. 2020-01-29 11:15:03 +01:00
Raphaël Vinot c51032274a
fix: A few feeds should use fixed events by default
Related to https://github.com/MISP/MISP/issues/5544
2020-01-29 10:33:06 +01:00
mokaddem 6243c0a859
chg: [attribute:add] Actually show invalid datetime format message in
the UI
2020-01-28 15:18:44 +01:00
mokaddem e3e83523a5
chg: [attribute:add] Rephrased missing timezone message 2020-01-28 15:17:08 +01:00
mokaddem 81fb5be93a
Merge remote-tracking branch 'origin/2.4' into enforce-iso-datetime 2020-01-28 15:13:58 +01:00
mokaddem b03d86221b
chg: [attribute:type] Datetime value is forced to be a valid ISO format
- It is converted into UTC in the server
- /attribute/add Form includes javascript validation part
2020-01-28 14:38:58 +01:00
iglocska f4a767c821
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-01-28 11:16:31 +01:00
iglocska ce6677e42c
fix: [UI] small username helper changes 2020-01-28 11:15:48 +01:00
raw-data 690e4185ef [add] malsilo.domain feed 2020-01-27 21:18:57 +00:00
Jakub Onderka 5391611d75
fix: [log] Proper format log message for reset auth key
In future, it will be also possible to filter auth keys in logs.
2020-01-27 16:58:46 +01:00
mokaddem eb9b60032e
fix: [objects:edit] Added *_seen validation and error reporting 2020-01-27 16:29:28 +01:00
mokaddem 04a5d2a31f
Merge branch 'pr-5295' into 2.4 2020-01-27 12:50:00 +01:00
mokaddem 0f6990421b
chg: Changed error messages into translatable strings 2020-01-27 12:47:15 +01:00
Andras Iklody cc9c0ee207
Merge pull request #5555 from JakubOnderka/patch-76
fix: [CLI] Die if setting name is not correct
2020-01-27 12:35:34 +01:00
mokaddem 13499737a5
Merge remote-tracking branch 'origin/2.4' into pr-5295 2020-01-27 11:47:24 +01:00
mokaddem 893a3326ac
fix: [server:edit] Correctly escape `%` re-enabling server setting editing 2020-01-27 11:21:18 +01:00
Jakub Onderka c4db35bbf8
fix: [CLI] Die if setting name is not correct 2020-01-27 10:12:36 +01:00
Andras Iklody 56e0d009e7
Merge pull request #5541 from JakubOnderka/proper_logout
fix: Proper logout when `CustomAuth_custom_logout` is set
2020-01-27 07:56:52 +01:00
ZeroDot1 f47092a588
Fix the CoinBlockerLists
Delete the MiningServerIPList.txt feed because the feed is no longer available. 

All current downloads can be found via the CoinBlockerLists homepage.
https://zerodot1.gitlab.io/CoinBlockerListsWeb/downloads.html

Thanks to everyone for using the CoinBlockerLists, I appreciate it very much.

' 
{
    "Feed": {
      "id": "68",
      "name": "This list contains all IPs - A additional list for administrators to prevent mining in networks",
      "provider": "CoinBlockerLists",
      "url": "https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/master/MiningServerIPList.txt?inline=false",
      "rules": "",
      "enabled": true,
      "distribution": "3",
      "sharing_group_id": "0",
      "tag_id": "0",
      "default": false,
      "source_format": "freetext",
      "fixed_event": false,
      "delta_merge": false,
      "event_id": "0",
      "publish": false,
      "override_ids": false,
      "settings": "{\"csv\":{\"value\":\"\",\"delimiter\":\",\"},\"common\":{\"excluderegex\":\"\"}}",
      "input_source": "network",
      "delete_local_file": false,
      "lookup_visible": true,
      "headers": ""
    }
  },
'
2020-01-26 23:00:56 +00:00
Jakub Onderka fd4588154a fixup! chg: [user] GPG key fetching by server 2020-01-26 19:28:04 +01:00
Andras Iklody b50bc00ac6
Merge pull request #5548 from JakubOnderka/patch-75
fix: `DefaultRoleId` is not implemented for ApacheShibbAuth
2020-01-26 12:58:28 +01:00
Jakub Onderka 6f212dd97c
chg: [UI] Resizing images 2020-01-24 10:58:01 +01:00
mokaddem d16369f4b3
Merge branch '2.4' of github.com:MISP/MISP into pr-view_picutre 2020-01-24 10:42:35 +01:00
mokaddem 0c68bc7de7
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-01-24 10:31:02 +01:00
mokaddem 032e805f2e
fix: [ui:galaxy] Correctly display galaxy info 2020-01-24 10:30:08 +01:00
Sami Mokaddem 6d361bb551
Merge pull request #5542 from JakubOnderka/patch-74
fix: [UI] Remove double escaping
2020-01-24 10:28:13 +01:00
Alexandre Dulaunoy 2b2b7f91d2
chg: [misp-galaxy] updated to the latest version 2020-01-24 09:30:03 +01:00
Jakub Onderka 8c2bdf6d56
fix: `DefaultRoleId` is not implemented for ApacheShibbAuth 2020-01-24 09:26:37 +01:00
Jakub Onderka e0d4dd70e1
fix: [UI] Remove double escaping 2020-01-23 18:35:37 +01:00
Jakub Onderka a3c07277c4 fix: Proper logout when `CustomAuth_custom_logout` is set 2020-01-23 16:46:02 +01:00
mokaddem 7d9600c81d
Merge branch '2.4' of github.com:MISP/MISP into pr-patch-67 2020-01-23 15:58:30 +01:00
mokaddem e3229c423e
Merge remote-tracking branch 'origin/2.4' into pr-selective_import_v2 2020-01-23 14:58:19 +01:00
mokaddem 1e49cc6aab
fix: [attribute:search] Unset filtering rules on *_seen if unset 2020-01-23 14:14:14 +01:00
mokaddem 0b1c71e1d9
chg: [dbschema] Pretty print db_schema and removed Object.comment and
ShadowAttr.comment from the index list
2020-01-23 11:48:47 +01:00
iglocska f88743cb7a
fix: [internal] slight tuning to the attribute restsearch memory envelop size 2020-01-23 09:45:27 +01:00
iglocska 2989d5d653
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-01-23 09:44:12 +01:00
iglocska 6d76550ea6
new: [sync] Add additional pull filters to the sync, fixes #5510
- uses the same format as the index filters
2020-01-23 09:42:16 +01:00
mokaddem 4100af2a30
chg: [console:server] Stop execution if user does not exists 2020-01-22 16:07:59 +01:00
Alex Resnick 6974ec788a
Add SAML (Shibboleth) login button
With Shibboleth and SAML you have 2 options, for SAML login and don't allow local login or allow both.  The example in the documentation forces (requires) SAML authentication and thus doesn't allow you to use local credentials if needed.  This adds a button below the login form to redirect to the Shibboleth login page if using passive Shibboleth auth.  To use passive auth set "ShibRequestSetting requireSession 0/false" instead of "ShibRequestSetting requireSession 1/true"
2020-01-21 19:41:42 -06:00
Jakub Onderka 05ef9c03d2
fix: [UI] Add space after ':' in error text 2020-01-21 16:38:43 +01:00
Sami Mokaddem c628375e96
fix: [serverShell] Stopped usage of reserver keyword
Renamed function name to let PHP 5.x parse the shell script correctly
2020-01-21 14:05:22 +01:00
Alexandre Dulaunoy 42f106610b
chg: [attributes] new attribute type 'chrome-extension-id'
This attribute is used by Chrome to uniquely identify extension.
2020-01-21 09:40:25 +01:00
mokaddem ddd75c1460
fix: [form_seen] Filling *_seen field with no value remove the *_seen time 2020-01-20 16:27:00 +01:00
mokaddem 60143aba44
chg: [timeline:display_threshold] Increased display threshold 2020-01-20 15:48:26 +01:00
mokaddem d75de2b603
fix: [worker:diagnostic] Prevent failing if no worker are running 2020-01-20 14:52:13 +01:00
mokaddem 25694be01a
chg: [worker:diagnostic] typo 2020-01-20 13:49:46 +01:00
mokaddem 4a6edd20fb
fix: [workers:diagnostic] Consider a queue to be healthy if one worker is running 2020-01-20 13:49:09 +01:00
mokaddem 67971f532b
fix: [adminSetting] Avoid trying to create new entries if previous save failed 2020-01-20 13:26:25 +01:00
mokaddem 9d9ee3dbe7
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-01-20 13:25:51 +01:00
mokaddem 92ebdfaba8
fix: [updateProgress] Display errors in between updates
Return empty progress when the current progress can't be fetched
2020-01-20 13:24:51 +01:00
iglocska 3792e4032c
fix: [update] fixed an issue blocking the updates from executing
- invalid check for the admin role - too early to check for _isSiteAdmin() at that point
2020-01-20 12:57:12 +01:00
iglocska 8ca5bfd25a
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-01-20 11:57:28 +01:00
iglocska 2ac7ea62da
fix: [internal] upgrade issues fixed 2020-01-20 11:56:50 +01:00
chrisr3d ec9328c50c Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2020-01-20 11:45:02 +01:00
chrisr3d 88ea4523b8
fix: [stix 1&2 export] Checking is an error message is returned 2020-01-20 11:43:46 +01:00
Alexandre Dulaunoy 918b415486
chg: [misp-objects] updated to the latest version 2020-01-20 11:26:49 +01:00
Alexandre Dulaunoy 887cfa1cc2
chg: [misp-galaxy] updated to the latest version 2020-01-20 11:26:05 +01:00
mokaddem 6dc79425dd
chg: [queryVersion] Bumped version 2020-01-20 10:39:50 +01:00
iglocska 379c6c3443
fix: [upgrade] removed test change 2020-01-20 10:25:00 +01:00
iglocska 22b2e82ace
fix: [upgrade] Added a safety net for launching superfluous updates 2020-01-20 10:23:51 +01:00
iglocska 24d13b769c
fix: [update] typo fixed 2020-01-20 10:18:00 +01:00
iglocska 43079f6dc1
fix: [settings] purge previous setting, push new one 2020-01-20 10:07:11 +01:00
iglocska df55ee6c62
Merge remote-tracking branch 'origin/zoidberg-final' into 2.4 2020-01-20 06:13:55 +01:00
iglocska 0b402e6474
Merge branch 'zoidberg-final' into 2.4 2020-01-20 06:10:41 +01:00
mokaddem 3fb5221cf3
chg: [UI:formSeenInput] Re-vamped the UI to be more usuable 2020-01-17 16:48:42 +01:00
iglocska a577c69118
chg: [versions] requirements for languages changed 2020-01-17 15:14:53 +01:00
iglocska 3518b94ed1
Merge branch 'zoidberg_final' into zoidberg-final 2020-01-17 14:08:21 +01:00
iglocska 509e5c9a82
fix: [UI] small fixes 2020-01-17 14:05:32 +01:00
mokaddem 73b3acda94
fix: [model:comment] Do not index the `comment` field anymore for
shadowAttribute and Objects
2020-01-17 10:20:13 +01:00
iglocska aead1d0105
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-01-17 10:13:14 +01:00
iglocska 03de8be19a
fix: [Objects] editing refactored
- code made more readable
- resolved an issue where objects could not be edited via the API without having the correct template
2020-01-17 10:11:51 +01:00
mokaddem 4525f263c9
fix: [Attribute:comment] Do not index the `comment` field anymore 2020-01-17 09:23:18 +01:00
mokaddem 2a5112cc1e
Merge branch '2.4' of github.com:MISP/MISP into zoidberg-final 2020-01-17 09:20:49 +01:00
mokaddem 2d42f0a35f
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-01-16 15:20:16 +01:00
mokaddem 34ebbe529d
fix: [Object:editObject] Removed Event unpublishing that induced a divergence of Event.timestamp.
Chances are that it was causing ghost loggins and useless sync loops
2020-01-16 15:14:07 +01:00
mokaddem 96c1f41ffd
chg: [attributeTag] Stop pruning outdated attribute tag when syncing.
Will be re-enabled in the future
2020-01-16 15:13:10 +01:00
mokaddem 7a33b90b59
fix: [attribute:quickEdit] Escalate the timestamp refresh to the Object 2020-01-16 11:08:41 +01:00
mokaddem 5c97c5da53
fix: [Attribute:editTag] Correctly escalate the timestamp refresh to the
Object
2020-01-16 11:02:56 +01:00
Applenice 6cdbe7c684 remove invalid default feed 2020-01-16 11:41:10 +08:00
iglocska 38c6f05d1b
fix: [Discussion] threads cannot link to other events, fixes #5506 2020-01-14 16:18:09 +01:00
Andras Iklody 59ff6d9f6e
Merge pull request #5504 from tomking2/bug/first_recorded_change
fix: Incorrect directionality for oldest_timestamp comparisons
2020-01-14 10:05:57 +01:00
Tom King ef4b663b8c fix: Incorrect directionality for oldest_timestamp comparisons 2020-01-14 08:08:04 +00:00
Andras Iklody 0acaf546e7
fix: Make feeds a searchable scope in the logs, fixes #5501 2020-01-13 18:55:40 +01:00
Andras Iklody 4a76acfb8d
Merge pull request #5490 from RichieB2B/ncsc-nl/schema-status
Mark NULL vs "" as not critical
2020-01-10 17:26:21 +01:00
Alexandre Dulaunoy 43fe6112e9
chg: [taxonomies] updated to the latest version 2020-01-09 15:41:34 +01:00
Alexandre Dulaunoy 9ef2170b81
chg: [decaying-model] updated to the latest version 2020-01-07 22:14:12 +01:00
chrisr3d 6a8b9789fc Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2020-01-07 14:43:09 +01:00
chrisr3d df570e93c5
fix: [module results handler] Setting attribute category/ies accordingly
- Depending on whether there is one or more type(s)
  and the category is not already set
2020-01-07 14:37:56 +01:00