Commit Graph

1997 Commits (f796071d6494e7b21e4c6fb7a7cbd10b1427be52)

Author SHA1 Message Date
iglocska 1c5d7d2f2f
chg: [rephrasing] some warnings 2021-12-17 16:09:01 +01:00
Sami Mokaddem 666ffcbe25
fix: [server:edit] Typo synchronisation 2021-12-10 15:34:17 +01:00
Sami Mokaddem 3db4a4636b
chg: [server:synchronisation] Usage of template_uuid instead of the object name 2021-12-10 09:52:07 +01:00
Sami Mokaddem 9d104e941e
chg: [server:synchronisation] Tpye filtering duringg PUSH synchronisation
Split type on attributes and objects
2021-12-10 09:32:49 +01:00
Sami Mokaddem 014ae34c53
new: [server:synchronisation] Type filtering during PULL synchronisation
Warning: This feature can introduce unwanted behaviours and inconsistencies
2021-12-09 12:29:03 +01:00
Luciano Righetti 08913a0a73 add: timestamp and publish_timestamp filters and optional columns to /events/index 2021-12-06 14:27:29 +01:00
iglocska 1a152b2d33
Merge branch 'develop' of github.com:MISP/MISP into develop 2021-12-02 14:04:06 +01:00
iglocska 72548fd9a4
fix: [UI] Ajax forms lose persistence
- generic Form builder now has the persistence baked in
- capture all form fields' data before submiting as expected
2021-12-02 14:03:20 +01:00
Alexandre Dulaunoy 956760abe9
Merge pull request #7997 from righel/avoid-fatals-in-settings-diagnostics
fix: show error message instead of fatal error when diagnostics tool …
2021-12-01 13:14:17 +01:00
iglocska e905817768
fix: [feeds] preview attribute distribution
- escape sharing group name
2021-11-30 15:04:19 +01:00
Christophe Vandeplas 1f79573fd7 chg: [feeds] Support for sharing groups with feeds, fixes #5758 2021-11-30 12:55:08 +01:00
Luciano Righetti 019bba81af fix: show error message instead of fatal error when diagnostics tool fails to run 2021-11-26 11:45:10 +01:00
Luciano Righetti cab5262d65 fix: improve error handling when supervisor is not available or connection settings are wrong 2021-11-25 10:29:16 +01:00
Jakub Onderka ba6cdd1f7b chg: [internal] Lazy load images 2021-11-22 09:58:24 +01:00
Jakub Onderka af234a006c chg: [internal] AppController cleanup 2021-11-07 14:38:39 +01:00
Jakub Onderka 18bcf683e0 new: [UI] Define custom right menu link 2021-11-06 20:22:25 +01:00
Jakub Onderka 9bd1bd5046 new: [internal] encryption_key config 2021-11-06 00:53:52 +01:00
Jakub Onderka da81d0ebc4 chg: [internal] Optimise genericPicker 2021-10-30 21:16:09 +02:00
Jakub Onderka 268b071427 fix: [UI] Feed hits 2021-10-29 14:14:37 +02:00
Jakub Onderka c1d69b7b69 fix: [UI] Add link to full attribute 2021-10-29 13:59:47 +02:00
Jakub Onderka 0d78d0f994 chg: [internal] Simplified notifications loading 2021-10-23 19:50:38 +02:00
Jakub Onderka f1beabc37d fix: [UI] Correct values for deleted attribute filtering 2021-10-23 16:55:10 +02:00
Jakub Onderka 1562d0704b chg: [UI] Simplify performQuery method 2021-10-19 18:18:40 +02:00
Jakub Onderka 62825c64ab chg: [UI] Simplify HTML code 2021-10-19 18:01:43 +02:00
Jakub Onderka 9cde4c4342 fix: [UI] Event filtering 2021-10-18 18:01:57 +02:00
Jakub Onderka fd150d5fe0 fix: [UI] Correctly handle links to related events 2021-10-18 18:01:57 +02:00
Jakub Onderka 4f31876890 fix: [UI] Broken tag attaching 2021-10-18 18:01:57 +02:00
Jakub Onderka e734349f85
Merge pull request #7036 from JakubOnderka/event-tooltips
Event tooltips
2021-10-16 09:34:11 +02:00
Jakub Onderka c81e9b7f27 fix: [UI] Undefined index 2021-10-15 14:32:41 +02:00
iglocska 0d82df3e4c
Merge branch 'attribute_index' into develop 2021-10-12 16:13:03 +02:00
iglocska cb20a9e1d9
fix: [attribute index] fixed attribute tag widget
- notice errors due to missing variables in the closure
2021-10-12 16:12:15 +02:00
iglocska c7493a5e0d
fix: [attribute index] fix galaxy widget for the attribute index
- notice errors when logged in as a user
2021-10-12 15:57:53 +02:00
Jakub Onderka 861fdffada chg: [internal] Move methods to specific controllers 2021-09-26 12:23:23 +02:00
Jakub Onderka aeffc1b204 fix: [internal] Undefined offset in AppController 2021-09-26 11:39:50 +02:00
mokaddem a400f564f2
Merge branch 'develop' of github.com:MISP/MISP into migration-taxonomy 2021-09-07 09:06:38 +02:00
Jakub Onderka b8823ace12 fix: [UI] Warninglist order 2021-09-02 16:49:12 +02:00
Jakub Onderka c6519b2939 new: [UI] Allow to filter attributes by specific warninglist 2021-09-02 15:02:18 +02:00
Jakub Onderka 439ec5cceb fix: [internal] Code cleanup 2021-08-23 17:03:44 +02:00
Jakub Onderka 453eba976a new: [security] Disable browser autocomplete for authkeys field 2021-08-20 16:07:36 +02:00
Jakub Onderka 2db019a973
Merge pull request #7666 from JakubOnderka/assign-comment
new: [warninglist] Assign warninglist comment
2021-08-18 09:43:34 +02:00
Jakub Onderka 64cc108b6f new: [warninglist] Assign warninglist comment 2021-08-17 18:48:12 +02:00
mokaddem 382d934fbb
fix: [event:view] Attribute filtering widget `deleted` parameter inconsistency
- Potentially fix #7594
2021-08-17 15:44:55 +02:00
Luciano Righetti 8cd5953d39 chg: migrate sharing_views/view/[id] to factory 2021-08-11 10:50:47 +02:00
Jakub Onderka bcc499db1e chg: [internal] Optimise loading attribute histogram 2021-08-02 10:40:18 +02:00
Luciano Righetti 7c85d3a173 chg: add missing action buttons. 2021-07-29 15:59:26 +02:00
mokaddem af50add824
fix: [security] Stored XSS when viewing galaxy cluster relationships
- As reported by Dawid Czarnecki
2021-07-29 13:44:53 +02:00
Luciano Righetti 1b0a02e1a0 chg: add tags and galaxies col 2021-07-29 11:58:08 +02:00
Luciano Righetti 89a074cd5a chg: add sightings cols and actions. 2021-07-28 16:50:22 +02:00
Luciano Righetti 01ec762045 chg: add attributes index custom fields 2021-07-28 11:37:10 +02:00
Luciano Righetti 82ec738770 chg: initial migration of attributes/index view to factory 2021-07-26 15:58:30 +02:00