Commit Graph

173 Commits (1c0df3687ae3d1e72f61523af8d8367db783ebb7)

Author SHA1 Message Date
Sami Mokaddem 903b461272
chg: [events:index] Quick search in event index only searches on event.info
The quickfilter used to search in all possible fields in the event and it was massively used by users who only wanted to search in the event.info field.
The search_all feature has been moved in the search index modal under the name `search in all fields` and the quick search input now only perform searches on the event.info field.
2022-04-06 10:07:10 +02:00
Sami Mokaddem 3f9629ad0c
new: [events:index] Multi-select export of events 2022-03-10 10:18:39 +01:00
Luciano Righetti 643e60087d fix: array to string notice 2021-12-07 08:41:55 +01:00
Luciano Righetti 438ecfc29b fix: revert change 2021-12-06 16:10:16 +01:00
Luciano Righetti ba37a8240b fix: notice when filter is array 2021-12-06 14:43:27 +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 16ea5d9975
new: [event index] add report count 2021-05-07 14:09:34 +02:00
Jakub Onderka 0228553304 new: [UI] User column selector 2021-03-29 14:19:53 +02:00
Jakub Onderka 4bcf270233 chg: [UI] Simplify keyboard-shortcuts.js 2021-03-02 11:36:23 +01:00
Jakub Onderka a455396764 chg: [UI] Generate pagination just once 2021-01-17 11:45:38 +01:00
Jakub Onderka c1119283dc chg: [UI] Faster event paginator 2021-01-10 16:51:09 +01:00
Jakub Onderka be11e36c11 chg: [internal] Much faster quick filter 2020-09-01 18:37:26 +02:00
Vito Piserchia b8c7485712 resolve merge 2020-08-16 13:31:31 +02:00
mokaddem 7ce6ef34de Merge branch '2.4' of github.com:MISP/MISP into extendedDistributionGraph 2019-03-15 10:59:38 +01:00
mokaddem 968d578e38 chg: [distributionNetwork] Integration with event index - WiP 2019-03-12 08:15:49 +01:00
4ekin 5de89ff666 fix: Events index filter button i18n bug 2019-03-04 17:55:40 +03:00
iglocska cdc97ee268 new: [UI] Rework of the attribute index toolbar on the event view 2019-02-24 00:20:25 +01:00
iglocska ff31141d2c fix: [UI] trash icon was black on black on event multi delete 2019-02-21 07:48:39 +01:00
iglocska fdaf0919d3 new: [UI] Tied the index filter system into all indeces
- WIP: Event view
2019-02-20 23:02:02 +01:00
iglocska d8ee91be68 chg: [refactor] Side menu generic templates moved 2019-02-13 14:45:01 +01:00
iglocska 58997b9ac1 chg: [psr-2] Changed view files to space indentation instead of tabs
- *sniff sniff*
2018-07-20 09:29:50 +02:00
Émilio Gonzalez 4a38cb3d6a new: Add search shortcut for events and attributes + fix bug that triggered shortcuts when dropdown menus were focused 2018-02-06 10:37:56 -05:00
Steve Clement b0eb8b02b3 - app/View/Events/ --> __(' 2018-01-10 00:05:29 +01:00
Steve Clement fe9d9467f9 - View/Events/index.ctp -> __(' 2018-01-09 13:07:08 +01:00
Antoine Callac 9b37f7be10 Baseurl miss in events filter
Minor change, adding baseurl for events search
2017-08-22 16:09:58 +02:00
iglocska 809c4539c9 fix: New and improved child-lock 2017-06-01 16:12:50 +02:00
iglocska 9f39907984 fix: Added child-protection for the mass select on the event index
- only site admins can mass select + delete now.
2017-06-01 16:07:35 +02:00
iglocska 6fad375685 new: Mass delete events
- simply use the multi select on the event index via the UI
- for the API, simply POST to /events/delete with a payload in the following format:
  `{"id": [15, 16, 17]}`

- if you've accidentally deleted all your events using this functionality, feel free to contact @rommelfs or contact the NSA for backups
2017-06-01 09:45:10 +02:00
Ángel González 926895733b Cosmetic changes
Change space indents to tabs
Remove ?> at end of file
Add or remove some indentation where appropriate
2017-05-08 00:45:57 +02:00
iglocska a39ac547da chg: Further work on the accessibility changes 2017-03-13 23:33:59 +01:00
iglocska 718a3381fb fix: First round of Accessibility issues resolved with span links 2017-03-11 17:31:38 +01:00
Iglocska d0de2cd369 fix: Fixed the event index in various places (such as the user admin view)
- also added missing view files from previous patch
2016-10-04 13:33:42 +02:00
Iglocska ec99b71bf4 fix: Don't try to show sightings count if sightings aren't enabled 2016-09-23 10:39:31 +02:00
Iglocska 497bda7746 new: add the sightings cont to the event index 2016-09-23 10:35:08 +02:00
Andreas Ziegler 958aa7c414 use consistent spacing around else if 2016-06-04 15:49:54 +02:00
Andreas Ziegler 985451642e add space after keywords if/for/foreach/while/switch/catch 2016-06-04 15:45:39 +02:00
Andreas Ziegler 0fe692c56a remove whitespace at end of line 2016-06-04 01:10:45 +02:00
Iglocska 769f5e11f5 chg: Filter event index for my own events
- Part of the initiative for a happier Andrzej
2016-05-05 15:05:25 +02:00
Iglocska 24c7fa61fe Merge branch 'permissionfix' into 2.4 2016-04-18 17:41:59 +02:00
Iglocska 7cf8626fbd Short name for tags, fixes #1075 2016-04-11 18:06:55 +02:00
Iglocska 567781586b Annoying non-clickable tags on event index fixed 2016-03-09 01:00:40 +01:00
Iglocska 2d5cbef016 All events quick filter added to event index, fixes #950 2016-03-03 10:46:35 +01:00
Iglocska 4c14d3a859 Merge branch '2.4' into features/delegation
Conflicts:
	app/Controller/AppController.php
	app/Model/AppModel.php
	app/Model/Event.php
	app/Model/Log.php
	app/Model/Server.php
	app/View/Elements/footer.ctp
	app/webroot/css/main.css
2016-02-12 05:56:32 +01:00
Iglocska a1ffdc7790 First finished version 2016-02-12 05:47:06 +01:00
William Robinet 4fea371c4b Fix permissions 2016-02-11 17:03:51 +01:00
Iglocska 12e32d4673 Correlations on the event index, first implementation 2016-01-30 19:26:47 +01:00
Iglocska 98c1aadfa4 Fix to a bug allowing regular users of the owner organisation to edit/delete a synced event as discovered by @h122015
- requirements for the actions changed from an org_id match to an orgc_id match
2016-01-15 11:43:37 +01:00
Iglocska 52f429e3c7 Quickfilter added for users 2016-01-04 11:57:21 +01:00
iglocska 485c007b39 Merge branch 'master' into 2.4-beta
Conflicts:
	VERSION.json
	app/Lib/Tools/XMLConverterTool.php
	app/Model/Event.php
	app/Model/EventTag.php
	app/Model/TemplateElementAttribute.php
	app/Model/TemplateElementFile.php
	app/Model/TemplateElementText.php
	app/Model/ThreatLevel.php
	app/View/Attributes/index.ctp
	app/View/Elements/eventattribute.ctp
	app/View/Elements/eventattributerow.ctp
	app/View/Elements/global_menu.ctp
	app/View/Elements/side_menu.ctp
	app/View/Events/automation.ctp
	app/View/Events/index.ctp
	app/View/Pages/administration.ctp
	app/View/ShadowAttributes/index.ctp
	app/View/Tags/index.ctp
2015-11-17 01:14:51 +01:00
iglocska b3a2428345 Merge branch 'basedir' into hotfix-2.3.160
Conflicts:
	app/Controller/AppController.php
	app/View/Pages/administration.ctp
2015-11-17 00:33:34 +01:00