Commit Graph

38 Commits (c6183dbb98edb5dcee7020da6f0b525da90212b7)

Author SHA1 Message Date
Jakub Onderka 196b1ad895 fix: [API] Remove duplicate objects from warninglist 2021-07-12 13:38:46 +02:00
Jakub Onderka e7dc14c991 new: [API] Import warninglist 2021-06-13 09:59:37 +02:00
Jakub Onderka b39dc5cd14 new: [API] Export warninglists to CSV 2021-06-08 17:48:06 +02:00
Jakub Onderka e03d566c0d new: [API] Export warninglists 2021-06-08 17:48:05 +02:00
Jakub Onderka 8dc740cc35 new: Custom warninglist 2021-06-08 17:48:05 +02:00
mokaddem 7528580fb1
chg: [warninglists:checkValue] Exposed feature in the UI 2021-05-03 16:53:04 +02:00
Jakub Onderka 26d55557e7 chg: [UI] Allow filter enabled/disabled warninglists 2021-02-10 21:17:51 +01:00
mokaddem 10bb2a7045
chg: [warninglists:index] Migrated index to factory view 2020-11-10 13:30:32 +01:00
Jakub Onderka c79b282134 chg: [internal] Warninglist code cleanup 2020-10-03 10:17:05 +02:00
Jakub Onderka ce3581c291 chg: [internal] Refactoring warninglist loading and saving 2020-10-03 10:17:05 +02:00
Jakub Onderka bbb08e4074 new: [warninglist] Cache warninglist results 2020-10-03 10:17:05 +02:00
Steve Clement 6ef74e4f67
Update WarninglistsController.php
Added more __()
2019-04-03 10:52:18 +09:00
Steve Clement 2b5fb170c1
Update WarninglistsController.php
typo
2019-04-03 10:40:49 +09:00
4ekin c32d3bce32 fix: Fixed i18n strings in Controllers 2019-04-02 16:57:41 +03:00
Christophe Vandeplas 67efc70bf5 fix: [style] consistent space indentation 2019-02-10 13:08:55 +01:00
Sami Mokaddem ed4f752d3a Merge remote-tracking branch 'origin/2.4' into querybuilder 2018-12-17 16:36:27 +01:00
iglocska 2d0259ce13 fix: [CS] coding standards script re-run 2018-11-23 14:11:33 +01:00
mokaddem 7f5225b154 new: [rest client] added first draft of querybuilder widget 2018-11-06 16:54:17 +01:00
iglocska 7a01de5359 new: [API] Added a way to use the API to throw values at the warninglist for quick evaluations of the values 2018-10-16 17:57:14 +02:00
iglocska c16c5ea171 fix: [API] toggle warninglists now correctly handles name lists as parameters instead of just single values, fixes #3706 2018-09-25 08:18:39 +02:00
iglocska 0642c1aa84 new: [API] enable/disable warninglists by name substrings instead of IDs, fixes #3706
- {"name": ["alexa", "iana"], "enabled": 1}
2018-09-24 23:10:40 +02:00
iglocska 1fb239abad new: [API] Toggle the warninglists on/off in a convenient API
- via /warninglists/toggleEnable
2018-09-19 12:20:59 +02:00
iglocska a81894f14c chg: [CS] Changed to PSR-2
- to make contributions easier, adopted PSR-2
- used php-cs-fixer to rework the style
- *sniff sniff* Goodbye tab indentation
2018-07-19 11:48:22 +02:00
iglocska 68b8266584 new: New flash message system, fixes #3252
- 3 types of flash messages (success, error, warning)
- uses bootstrap's own classes/structure
2018-05-16 19:32:38 +02:00
iglocska dba77b4762 fix: Fixed various warninglist performance issues for updating 2017-12-22 14:11:00 +01:00
iglocska 2006d20326 fix: Fixed various warninglist issues
- no more mysql packet size issues on ingestion
- much hfaster ingestion of warninglists
- delete warninglists from the UI
2017-12-22 13:15:22 +01:00
iglocska 952fff6252 fix: Fixes to several cases of reflected XSS, fixes #2381
- as reported by @import-au

- Additionally enforce content-type on all async APIs called by the UI using CakeResponse
2017-08-08 21:37:03 +02:00
iglocska 3d74dbee28 new: First round of massive performance tuning (tm)(c)
- Make MISP fast again
2017-06-09 15:38:45 +02:00
iglocska eb6a5e7000 new: Update all the json structures in MISP via the API, fixes #2168
- Just post to the following APIs as a site admin:
  - /warninglists/update
  - /galaxies/update
  - /taxonomies/update
2017-05-09 09:00:58 +02:00
iglocska ffe880621e new: Disable correlation
- globally
- on an event level
- on an attribute level
2016-12-22 15:30:06 +01:00
iglocska a599ec24f7 Merge branch '2.4' into 1501 2016-09-18 11:07:10 +02:00
Andreas Ziegler 11537b8a73 chg: remove redundant call to beforeFilter, just calling its parent 2016-09-16 03:40:52 +02:00
Andreas Ziegler 25e52a6786 chg: remove some references to variables 2016-09-15 17:08:58 +02:00
Andreas Ziegler fb655c2ff9 chg: use 1/0 not true/false for conditions & other boolean sqlquery elements 2016-08-17 18:52:22 +02:00
Andreas Ziegler 1d06f25b38 chg: add newline character before EOF to non-minified (text-)files 2016-06-06 10:09:55 +02:00
Andreas Ziegler 898ea1d97c remove whitespace (space/tab) from empty lines 2016-06-04 01:08:16 +02:00
Iglocska 9d6e23c8c1 Import, enabling, viewing, indexing of warninglists finished 2016-04-22 01:31:13 +02:00
Iglocska f8005ac1aa Warninglists WIP 2016-04-21 22:58:49 +02:00