Commit Graph

25 Commits (3ee3c6a34da04960f42eced3d20fc7dacae31bf8)

Author SHA1 Message Date
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 d91c85998b fix: [bug] Fixed an invalid count() call on the taxonomies index 2018-07-18 14:31:54 +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 1dec3e23e8 fix: Fix notice if invalid taxonomy is viewed 2017-10-05 22:47:36 +02:00
iglocska 702da58e3b new: Opened up the taxonomies actions to the API:
valid APIs:

index, view, enable, disable
2017-08-18 10:32:25 +02:00
iglocska 38ef389b26 fix: Fix double pagination of data in the taxonomies controller, fixes #2399 2017-08-16 12:11:30 +02:00
iglocska 4a0136bf4f fix: Fixed a notice error in the taxonomy view 2017-06-13 10:20:23 +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 bca4f0dec9 new: Disable taxonomy tags 2017-04-14 17:10:47 +02:00
Iglocska d26cebd8c6 fix: fixed pagination issues with the taxonomy view, fixes #1660 2016-11-10 17:20:50 +01:00
Andreas Ziegler 4a34ffe33e fix: append text to variable (as originally intended)
without this change, the text won't be used or display ever
2016-09-21 02:08:54 +02:00
Andreas Ziegler e137e2f4e7 chg: remove obsolete count variable 2016-09-21 02:06:48 +02: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 cffcfa81d7 chg: remove whitespace (space/tab) from empty lines 2016-08-22 02:52:51 +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
Iglocska d6e1283c43 fix: Added functionality to remove taxonomies, fixes #1365 2016-07-12 16:56:20 +02:00
Andreas Ziegler 0fe692c56a remove whitespace at end of line 2016-06-04 01:10:45 +02:00
Andreas Ziegler 898ea1d97c remove whitespace (space/tab) from empty lines 2016-06-04 01:08:16 +02:00
Iglocska 9ad6f93e7d Tag / taxonomy enabling made easy, fixes #914
- Enable tags for a taxonomy in one go
- Have an indicator of how many tags there are in the taxonomy and how many are enabled
2016-02-04 18:21:02 +01:00
Iglocska 908f2c4c46 Rework of the taxonomies
- users can now add taxonomy tags separately from normal tags on the event view
- tag index now shows taxonomy
2015-11-27 17:41:41 +01:00
Iglocska 0572b2030e Further work on the taxonomies
- colour coding
- filters on the index
- mass tag creation
2015-11-26 04:31:24 +01:00
iglocska b5857696e9 Update to the Taxonomies 2015-11-24 12:02:39 +01:00
iglocska 3784209cf5 First bash at Taxonomies
What works:
- added submodules for taxonomies
- added import tool for taxonomies
- added models and convenience functions for taxonomies

- site admins can update taxonomy libraries
- list taxonomies / view indvidual ones (with all resolved tags)
- create tags manually if a taxonomy is enabled
- view related tags / events quickly from the Taxonomy view

What doesn't work:
- Users still cannot choose a tag from taxonomy lists (this will be the main functionality)
- Feature cannot be disabled
2015-11-24 03:27:14 +01:00