Commit Graph

11131 Commits (138d50c2bdf13d5ef7832e47e8c3cde42688e7b6)

Author SHA1 Message Date
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
chrisr3d 438cd92c0e
fix: [module results view] No need to add "selected" 2020-01-07 14:33:25 +01:00
Richard van den Berg 7e7d255c52 Mark NULL vs "" as not critical 2020-01-07 13:17:46 +01:00
Alexandre Dulaunoy dca0a028c1
chg: [warning-lists] updated to the latest version 2020-01-07 10:43:46 +01:00
Alexandre Dulaunoy f822c64331
chg: [misp-galaxy] updated to the latest version 2020-01-07 10:43:13 +01:00