Commit Graph

215 Commits (471840ce33233a8d9db86766d007153f66727e8d)

Author SHA1 Message Date
iglocska 4544ef2516
new: [benchmarking suite] added
- collect metrics about the usage of MISP
  - stored in redis
  - per endpoint / user / user-agent collection
  - collection of execution time, php memory use, sql execution time, sql query count
  - the collection happens on a daily basis
- Searchable / filterable interface for the collected data
- Dashboard widget for the collected data
2024-04-17 15:08:38 +02:00
Jakub Onderka 2c43d5c277 fix: [UI] Custom logos 2024-02-20 16:17:43 +01:00
Sami Mokaddem 2fa33ef129
chg: [analyst-data:global_menu] Added entry in the global menu 2024-02-07 14:59:56 +01:00
Sami Mokaddem ea7e48b2a7
Merge remote-tracking branch 'origin/develop' into notes 2024-02-06 15:04:09 +01:00
iglocska 846c130fa3
new: [collections] feature added. Still missing sync integration - WiP 2024-01-28 18:05:29 +01:00
Jakub Onderka 6d686011a0
Merge pull request #8831 from JakubOnderka/ui-fixes
Better UI
2024-01-08 17:33:51 +01:00
Sami Mokaddem 731eed55e9
fix: [ui:global_menu] Make sure right_menu is defined 2023-10-31 08:18:26 +01:00
Sami Mokaddem 082bda3ae3
chg: [layout] Improved UI in special case 2023-10-11 15:58:46 +02:00
Jeroen Pinoy 8ca484a882
fix: [UI] use acl to determine whether to show "audit logs" and "search logs" buttons (#9192)
fix #8949
2023-07-15 18:05:09 +02:00
Sami Mokaddem f2dfa21a7a
chg: [ui:global_menu] Removed `new` badge since the feature has been out for few months 2023-06-06 15:49:26 -04:00
Christophe Vandeplas c5483cf4b5 fix: [cleanup] removes some TODO messages #103 2023-05-21 10:09:05 +02:00
Jakub Onderka 97fbcddad0 chg: [UI] More sane Sync Actions menu 2022-12-22 16:24:32 +01:00
Jakub Onderka bfe3fc82d5 chg: [UI] Simplify global administration menu 2022-12-15 10:04:46 -05:00
Jakub Onderka 38838b04d9 chg: [UI] Simplify Sync Actions global menu 2022-12-15 10:04:45 -05:00
Jakub Onderka e6c174fc58
Merge pull request #8751 from JakubOnderka/disable-discussion
new: [UI] Add ability to disable discussion
2022-12-02 10:44:51 +01:00
Christophe Vandeplas b34933a4a5 chg: [logs] user can see own logs 2022-12-01 10:03:22 +01:00
Christophe Vandeplas 9137778ff1 fix: [UI] added Search Log in global_menu 2022-11-28 08:28:34 +01:00
iglocska 7939d505b1
fix: [side menu] merge fix 2022-11-21 14:10:24 +01:00
iglocska db24a9bbf4
Merge branch 'develop' into taxii 2022-11-21 13:51:37 +01:00
Jakub Onderka 0888578063 new: [UI] Add ability to disable discussion 2022-11-14 18:02:36 +01:00
Jakub Onderka 4aabc2d097 new: [logging] Access log 2022-11-12 13:45:21 +01:00
Jakub Onderka ed2bfa236d new: [acl] User AlcHelper more often 2022-11-02 13:24:34 +01:00
Jakub Onderka 32655cc833 chg: [acl] Use Acl::canAccess 2022-10-24 10:02:19 +02:00
Jakub Onderka ecd3943e34 chg: [acl] Move org index access to ACLComponent 2022-10-24 09:59:19 +02:00
Jakub Onderka 2f63e89257 chg: [acl] Use Acl::canAccess 2022-10-24 09:50:45 +02:00
Jakub Onderka bdc1db473b new: [acl] View helper 2022-10-24 09:32:23 +02:00
iglocska d923fe23aa
new: [taxii integration] wip
- all MISP side code implemented for being able to have filtered pushes
- still missing proper result handling as we need a working test implementation of the python scripts first
- some assumptions made that need to be revisited
2022-08-12 15:10:06 +02:00
Sami Mokaddem 0e2648d481
chg: [menus] Added `new` badge for over-correlating values 2022-08-04 13:33:00 +02:00
Sami Mokaddem 151d23a8c2
Merge branch 'develop' of github.com:MISP/MISP into feature-workflows-2 2022-08-01 09:59:44 +02:00
iglocska 3a4289d631
new: [correlation] engine rewrite
- allow for multiple concurrent engines
  - default: similar behaviour as before, ACL enforced
  - No ACL: for endpoint misps, disable the enforcement of ACL for correlations altogether

- rework:
  - correlation entries are fully indexed reference tables
  - values are now stored separately
  - built in protection against overcorrelating values (defaults to 20 max)
  - 1 way correlations to cut the size in half
  - unsigned IDs to double the ID space
  - loads of performance improvements
  - fix to the broken event index with correlation counts enabled

- UI improvements
  - search for values from the correlation column directly (in case there are non-correlating versions of the same value)
  - added correlations to the attribute search/index

- TODO:
  - upgrade scripts
2022-07-31 23:48:38 +02:00
Sami Mokaddem c8664b693b
chg: [global_menu] Changed workflow beta tag into new 2022-07-27 14:54:07 +02:00
Sami Mokaddem 5d5bbe3eed
chg: [global_menu] Added beta label next to workflow 2022-06-24 17:47:43 +02:00
Sami Mokaddem 52fc9c08c5
chg: [workflow] Continued deleting unused code and improved UI 2022-06-07 15:19:48 +02:00
Sami Mokaddem ba1cdee8b9
chg: [workflows] Improved UI 2022-05-04 17:54:10 +02:00
Jakub Onderka f1f1a2465f chg: [UI] Remove Add Template from global menu 2022-05-02 09:52:21 +02:00
Jakub Onderka 6431f286c6 new: [internal] Move REST client to new Api controller 2022-04-10 12:02:03 +02:00
Jakub Onderka 5ccab0d157 fix: [UI] Undefined variable debugMode 2022-03-20 14:21:32 +01:00
iglocska 639a4929e3
new: [sharing group blueprints]
- create a rule based blueprint that is used to create and update a sharing group
- nest sharing groups
- filter organisations by metadata fields
- nested via boolean operators
- CLI exposed
- API exposed
- Lightweight ownership model (only blueprint owner can see and edit the blueprint)
2022-03-02 02:09:20 +01:00
Jakub Onderka 18bcf683e0 new: [UI] Define custom right menu link 2021-11-06 20:22:25 +01:00
Jakub Onderka 0d78d0f994 chg: [internal] Simplified notifications loading 2021-10-23 19:50:38 +02:00
Jakub Onderka aeffc1b204 fix: [internal] Undefined offset in AppController 2021-09-26 11:39:50 +02:00
Jakub Onderka 8dc740cc35 new: Custom warninglist 2021-06-08 17:48:05 +02:00
Luciano Righetti 2af550c860 fix: pr comments, update acl to allow all for /servers/openapi view, remove rest client from events menu, remove php7 return hint. 2021-06-04 15:54:13 +02:00
Luciano Righetti 546aacec2c new: add initial version of openapi spec, add ReDoc js files. 2021-06-03 17:49:36 +02:00
Jakub Onderka ad1b373766 new: [log] Audit log 2021-05-03 13:44:44 +02:00
iglocska 823a870ca0
Merge branch 'develop' of github.com:MISP/MISP into develop 2021-04-25 17:54:53 +02:00
iglocska 33c6ab7030
chg: [menues] updated with new correlation functionality 2021-04-25 17:37:57 +02:00
Jakub Onderka 4bcf270233 chg: [UI] Simplify keyboard-shortcuts.js 2021-03-02 11:36:23 +01:00
Jeroen Pinoy 131c9e15ce chg: Add can access check for correlation exclusions menu entry 2021-02-21 22:27:08 +00:00
Jeroen Pinoy 557a546815 Adds 'List Auth Keys' button to Administration in global menu 2021-02-18 17:08:21 +01:00