Commit Graph

3757 Commits (820d4f2290845c10bd845f57d581e73ae9b90f20)

Author SHA1 Message Date
Iglocska b1a882c4da fix: galaxy update 2016-12-07 07:53:48 +01:00
Iglocska a5daaedc80 fix: Added galaxy submodule 2016-12-07 07:44:09 +01:00
Iglocska 761cf6cec7 new: Tied the galaxies into the ACL 2016-12-07 07:34:45 +01:00
Iglocska 1e7dccf272 Merge branch '2.4' into feature/galaxy 2016-12-06 16:11:59 +01:00
Iglocska 8f220378ce new: First RC of MISP galaxies 1.0 2016-12-06 15:52:20 +01:00
Iglocska d891e0e652 chg: More progress on the galaxies 2016-12-06 02:35:25 +01:00
Iglocska 0280fad3e6 fix: index length fixed for several text fields 2016-12-06 00:38:11 +01:00
Iglocska 2ac3d543f3 fix: Escape field names again
- TODO, have a backtick replacement script for postgres
2016-12-06 00:21:19 +01:00
Iglocska 8302048dd9 fix: Fixed an issue where a normal index was attempted to be created for a text field causing the installation to fail 2016-12-05 23:31:23 +01:00
Iglocska 9d6f380957 fix: Fixed the detaching of galaxies 2016-12-05 01:36:36 +01:00
Iglocska f232fe4fb6 chg: some minor changes to the galaxy looks 2016-12-05 01:27:46 +01:00
Iglocska f5af15f29d new: Added galaxy attach/detach functions 2016-12-05 01:21:08 +01:00
Iglocska 987f25b3f5 fix: Added missing dependencies for the index adder 2016-12-05 00:53:49 +01:00
Iglocska 76430b3bb5 fix: removed copy paste junk 2016-12-05 00:51:51 +01:00
Iglocska e46cbd0991 new: First iteration of the galaxies (WIP) 2016-12-05 00:47:34 +01:00
Iglocska d32554d3d5 new: Added upgrade scripts 2016-12-04 20:25:47 +01:00
Iglocska 9215926d37 fix: Do not allow empty values to be returned by the enrichment queries 2016-12-02 15:47:02 +01:00
Iglocska 4c3ef86a7b new: Added the publish_timestamp and timestamp parameters to both restSearch functions, fixes #1703
- TODO document it
- new way of handling it, both accept lists with 2 values for ranges
2016-12-01 16:05:50 +01:00
Iglocska ae904ca144 fix: use comment field from modules when using freetext attribute type detection 2016-12-01 14:15:10 +01:00
Iglocska 576d58462d fix: Trim strings of brackets before running the freetext detection on them 2016-12-01 12:24:42 +01:00
Iglocska 053b0453cb chg: Add the possibility to specify a "type" instead of a list of "types" in the enrichment modules 2016-12-01 12:14:53 +01:00
Iglocska 903b1d8b4a chg: Add attribute ID to the context fields in the event view and enable pagination on it 2016-11-30 18:30:31 +01:00
Iglocska 354df29301 chg: Added more information to the diagnostics download 2016-11-30 18:10:58 +01:00
Iglocska 162e024eb8 fix: Temporary fix for a keyword mismatch between the import modules and the freetext import 2016-11-29 11:56:16 +01:00
Iglocska e3ace6af54 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2016-11-28 15:55:44 +01:00
Iglocska 1ff91d8541 new: added the published flag to restsearch
- allows users to specify whether the events / attributes returned should come from published / unpublished events only. If the parameter is not set both are included
2016-11-28 15:54:44 +01:00
Iglocska 8c3b26c2a6 fix: Access attribute edit / editField via the UUID instead of the ID
- also cleaned up some dumb crap in the attributes/edit function when POSTing JSONs
2016-11-28 12:51:46 +01:00
Iglocska 6df592b6e0 fix: Fixed an issue where the diagnostics complained about STIX not being installed if the stixtest.py was not readable 2016-11-27 11:39:03 +01:00
Iglocska 8f2eafb4a0 chg: Allow JSON POSTing to set parameters for the CSV export
- kill the url parameters with fire
2016-11-25 23:00:33 +01:00
Iglocska 6d7e10aa54 fix: Removed an accidentally added edit button 2016-11-24 12:10:06 +01:00
Iglocska a637542a56 fix: Fixed an issue that incorrectly reported a feed update to have failed when not using delta-merge mode
- the issue was that in the case of a feed update to a fixed event without delta merge, MISP tried to insert all parsed attributes, which correctly automatically blocked duplicates
- however, since these attributes were blocked by the validator, the feed fetcher reported that the fetch didn't succeed as it contained validation errors

- this fix simply runs non-delta merge mode updates through the comparisons to the existing event, removing duplicates in advance
2016-11-24 10:30:53 +01:00
Iglocska 6e52070f48 fix: Fixed an issue that prevented the feeds from working in CSV mode if no value field was set 2016-11-24 09:50:22 +01:00
Iglocska a5d431c342 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2016-11-24 09:49:52 +01:00
Iglocska 5e1950f760 fix: Removed invalid entry in writeable file diagnostics 2016-11-24 09:49:10 +01:00
Iglocska af125c3fe7 Merge branch '2.4.55' into 2.4 2016-11-22 17:14:40 +01:00
Iglocska 88b1fa52be chg: Changed the behaviour of the proposal index
- choose between own events / all visible events
- show timestamps on the proposal index and the creator org of the event
2016-11-22 11:48:15 +01:00
Iglocska 1345d1a248 new: Added timestamps of shadow attributes wherever appropriate 2016-11-22 11:16:50 +01:00
Iglocska 2875789804 fix: Some additional changes to accomodate for the automatically enabled sightings 2016-11-21 17:57:55 +01:00
Iglocska d30a48ab71 fix: tell MISP to run the db update 2016-11-21 17:50:23 +01:00
Iglocska a6734c858a new: Sightings enabled by default 2016-11-21 17:27:30 +01:00
Iglocska f5a225883c Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2016-11-21 15:02:48 +01:00
Iglocska b8973bec68 new: Added uuid as a restsearch parameter, fixes #1683
- search for events/attributes by uuid
2016-11-21 15:01:57 +01:00
Alexandre Dulaunoy 31838302e1 Fix: MISP taxonomies updated to the latest version 2016-11-21 13:53:58 +01:00
Iglocska 9ee7c6ac8a fix: Fixed annoying issues with the tags not looking OK on a feed/server event preview 2016-11-20 23:56:40 +01:00
Iglocska 28dfc401d0 new: Added checks for the loaded php extensions, fixes #1672
- Diagnosing not loaded extensions was a nightmare
- New system checks the loaded extensions via php and php-cli (could help with un****ing some RHEL/CentOS issues)
- Version check for the php-cli php version added

- only one extension is checked currently, to be updated at a later point in time (remember to also update the web and the cli extension list!)
2016-11-19 15:16:14 +01:00
Iglocska 154edbb1cc fix: Added sighting time to the event sighting summary 2016-11-19 07:08:27 +01:00
Iglocska eea9d7bb30 fix: Do not try to sort on fields that are not paginated 2016-11-18 13:56:02 +01:00
Iglocska debd155c78 new: show the date of the latest sighting / organisation on the event view 2016-11-16 16:40:09 +01:00
Iglocska 563826c6ec fix: Opened up attributes/editField to the API, fixes #1674 2016-11-17 02:27:15 +01:00
Iglocska c35063b749 new: Added multiselect for attributes on the event view
- simply check the checkbox of an attribute/proposal then shift click the checkbox of another to select the full range
- affects #1618
2016-11-14 07:09:40 +01:00