Commit Graph

13824 Commits (7aed94c3917dcf878e53025083d0fa25c62a20fd)

Author SHA1 Message Date
iglocska 7aed94c391
fix: [deprecation] Added missing component 2019-11-20 15:34:37 +01:00
iglocska 700dd97757
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-20 15:32:56 +01:00
iglocska a1dcfb1931
new: [deprecation] Added a new library to handle deprecations
- send X-Deprecation-Warning via the API
- set new Warning flash messages via the UI
- counting the use of these functionalities / API endpoint and / user
  - added a diagnsitic tool to view the outcome of the collection
  - sharing of these collections with the MISP-Project will be optionally available in the future

- two modes of operation:
  - hard deprecation (functions certainly to be removed, reported to the users via API/UI)
  - soft deprecation (gauging interest for the continued use of these functions)
2019-11-20 15:30:06 +01:00
mokaddem 3a8d283e46
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-18 19:08:51 -05:00
mokaddem 4c58602e3a
fix: [attribute:massEdit] Allow removal of non exportable tags. Fix #5408 2019-11-18 19:08:16 -05:00
iglocska 846b1989c8
fix: [API] fixed notice errors for compact() in PHP 7.3+ 2019-11-18 15:58:06 +01:00
iglocska e267ef48fa
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-18 11:37:51 +01:00
iglocska 8008bbbd26
new: [sql diagnostics] Started work on a system to automatically generate scripts to fix issues
- currently somewhat limited
- requires additional input to generate correct queries, needs an update for the default schemas
- generated, but not exposed for now
2019-11-18 11:36:31 +01:00
iglocska 288df9d8e7
chg: [internal] Renamed log action name for db worker issues to be <= 20 characters in length
- it was a restriction based on the db schema of the log table from before
2019-11-18 11:35:10 +01:00
chrisr3d 6beb549206 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-16 17:51:41 -05:00
chrisr3d 478015a32a
fix: [stix2 export] Exporting stix2-pattern objects as pattern
... Instead of failing and being exported as custom object
2019-11-16 17:43:25 -05:00
iglocska f3c61a9b50
fix: [indextable] Fixed the link field 2019-11-16 14:19:39 +01:00
iglocska 901cb88609
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-16 14:07:20 +01:00
iglocska 1cc6a67335
fix: [internal] site admins should not have to be host org users to see server correlations 2019-11-16 14:06:46 +01:00
chrisr3d be8201a236
fix: [stix2 import] Avoids importing an object_relation value for single attributes 2019-11-15 09:33:37 -05:00
chrisr3d 28fb06921a Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-15 09:07:34 -05:00
iglocska e4c82eb9ff
fix: [API] adding objects now has better validation errors
- instead of silently dropping attributes in certain cases
2019-11-15 14:11:24 +01:00
chrisr3d 2c96438017 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-14 14:35:58 +01:00
iglocska 4f9e3ec6d3
chg: [API] described how to add attachments to /attributes/add and /attributes/edit 2019-11-14 10:51:30 +01:00
chrisr3d 084cc1c8ca Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-14 02:28:30 +01:00
iglocska 382b57102b
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-13 19:27:02 +01:00
iglocska 0c15043cfa
new: [sync] view remote user tool added to the server index
- should help with debugging what user is being used
2019-11-13 19:09:37 +01:00
mokaddem 2f3c4778f4
chg: [diagnostic:dbSchema] Whitelist columns to ignore and highlight
critical differences
2019-11-13 16:38:30 +01:00
mokaddem fde4073b1f
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-13 14:08:59 +01:00
mokaddem 5a38a33f9d
fix: [attribute:massTagging] Check for POST data in `post` code path.
Fix #5359
2019-11-13 14:07:50 +01:00
iglocska d3c72a80eb
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-13 14:07:43 +01:00
iglocska 7d7af8eb65
fix: [tagging] Events will be unpublished when a local tag is removed #5363 2019-11-13 14:07:12 +01:00
mokaddem 1234e9b03e
chg: [dbDiagnostic] Removed datefield precision as it's only available
on MySQL 5.6+
2019-11-13 12:28:15 +01:00
mokaddem 28abffd6a2
chg: [dbDiagnostic] Diagnostic result is stored in a keyed array instead
of indexed array
2019-11-13 12:21:19 +01:00
iglocska a7aad6f042
fix: [temporary] Dirty fix for the diagnostic page failing on MySQL < 5.6 2019-11-13 10:05:25 +01:00
iglocska 1d709c69ec
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-13 09:40:49 +01:00
iglocska 936a7faca0
chg: [UI] Small refactor of the event add/edit views
- added new flag to form elements for the generator: stayInLine:1 - skip linebreak after field
- removed edit view
- modified add view to work as both add/edit
2019-11-13 09:38:46 +01:00
chrisr3d 963269085e
fix: [stix2 import] Importing stix2-pattern object only if the pattern parsing failed
- Also adding the uuid of the stix2-pattern object
- It avoids patterns to be exported twice if we
  export the misp event created from the import
  afterwards
2019-11-13 09:04:55 +01:00
chrisr3d 6391f7a75b
fix: [UI] Removed console.log call for debugging purposes 2019-11-12 15:09:27 +01:00
chrisr3d 222dd10977
fix: [UI] With the correct field name, it works better ;-)
- threat_level_id is the name of the field, and
  now the hover description works :D
2019-11-12 14:57:57 +01:00
chrisr3d 5ed87a6f78
fix: [UI] Passing the distribution, threat level & analysis description for the edit event view 2019-11-12 14:54:41 +01:00
chrisr3d f750d211af
fix: Just an indent fix for the eyes 2019-11-12 14:52:10 +01:00
chrisr3d 887d122216 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2019-11-12 14:41:28 +01:00
chrisr3d 6e0e964cc7
chg: [UI] Using generic form in the edit event view 2019-11-12 14:39:32 +01:00
chrisr3d cc94f8205e
fix: [UI] Cosmetic changes on the add event form 2019-11-12 14:38:29 +01:00
iglocska fc5c9d0db6
Revert "Revert "Merge pull request #5304 from JakubOnderka/version-loading""
This reverts commit 623bb20cb0.
2019-11-12 13:12:42 +01:00
iglocska b3bb039faf
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-12 13:11:04 +01:00
iglocska 1b13734483
fix: [internal] Removed duplicate loading of configuration
- lazy-loading the event model after an on-the-fly config change would purge the change otherwise
- config already loaded in bootstrap anyway
2019-11-12 13:10:17 +01:00
chrisr3d 9ab6f7c1f0 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2019-11-12 11:03:36 +01:00
chrisr3d 72e854f2ac
fix: [UI] Fixed sharing group & threat level field names in add event view 2019-11-12 11:02:46 +01:00
Raphaël Vinot 623bb20cb0 Revert "Merge pull request #5304 from JakubOnderka/version-loading"
This reverts commit 71fb7fcbd7, reversing
changes made to 11ee95aeb3.

Note: broke freetext import.
2019-11-12 10:16:36 +01:00
Alexandre Dulaunoy 170d38345f
chg: [PyMISP] updated to the latest version 2019-11-12 08:10:11 +01:00
chrisr3d 832f53a04b
chg: [UI] Using generic form in the add event view 2019-11-11 23:35:53 +01:00
iglocska 89a3d9b3fe
fix: [internal] better error messages for attaching a tag failing 2019-11-11 16:11:39 +01:00
iglocska 0f40cef0f1
fix: [internal] Attribute/Event connectors for attribute_timestamp added 2019-11-11 16:09:54 +01:00