Commit Graph

52 Commits (1c0df3687ae3d1e72f61523af8d8367db783ebb7)

Author SHA1 Message Date
Jakub Onderka 274e427ce3 chg: [internal] Better logging for taxonomies 2022-04-11 14:18:23 +02:00
Jakub Onderka c8ed71bf40 fix: [UI] Mark checkbox as disabled when user has no permission 2022-04-11 13:57:25 +02:00
iglocska 2c50dcffb8
fix: [taxonomies] disabling tags via API call failed 2021-09-07 14:20:29 +02:00
iglocska f7e4f0a69b
fix: [taxonomies] enabling breaks on POST request if named parameters aren't used 2021-09-07 14:16:45 +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 eafc213324 new: [API] Taxonomy export 2021-07-08 12:18:26 +02:00
mokaddem d4de10fa4b
Merge branch 'develop' of github.com:MISP/MISP into migration-taxonomy 2021-06-09 15:17:07 +02:00
mokaddem 2164a42c41
chg: [taxonomies] Migrated views to use the UI factories 2021-06-09 14:56:26 +02:00
Jakub Onderka 9678c75962 chg: [internal] Remove unused 'full' arg when fetching taxonomies 2021-05-25 19:41:29 +02:00
Jakub Onderka 0790a12929 chg: [API] Add description to predicates and values 2021-05-25 18:58:17 +02:00
Jakub Onderka 6a91bb832b new: [UI] Show tag info in taxonomy view 2021-02-18 14:27:44 +01:00
Jakub Onderka c71413451c fix: [UI] Attach correct count of enabled taxonomy tags 2021-02-10 16:37:18 +01:00
Jakub Onderka c98fa16cec fix: [taxonomy] Support unicode chars in tag names 2021-01-14 15:04:36 +01:00
Jakub Onderka 3d7937cc04 chg: [taxonomy] Faster fetching event and attribute counts for tag 2021-01-13 10:31:09 +01:00
Jakub Onderka f187780d2a new: [taxonomy] Importing taxonomy in machinetag format by REST API 2021-01-13 10:31:09 +01:00
Jakub Onderka 539fc990e7 chg: [UI] Convert taxonomies to default view 2020-12-20 16:55:50 +01:00
Jakub Onderka 5fbbe5bfe7 fix: [UI] Do not show taxonomy delete menu link when user don't have permission 2020-12-09 17:44:03 +01:00
iglocska 59deec3a37
fix: [API] taxonomies controller index call fixed for API calls
- no longer limiting at 60 elements
2020-01-29 19:45:57 +01:00
iglocska b2e9bbd7ef
fix: [API] taxonomy/addTag now correctly responds if queried via the API instead of redirecting, fixes #4865 2019-07-29 17:01:28 +02:00
iglocska 59949b2512 fix: [taxonomies] non initialised variable throwing notices fixed 2019-04-11 12:05:55 +02:00
4ekin 0e8621f6ff fix: fixed i18n string representation in Controllers
Fixed i18n string representation (flash and exception messages) in
controllers:
* OrganisationController
* RolesController
* TaxonomiesController
2019-03-21 18:10:26 +03:00
iglocska e8263467df fix: [taxonomies] Counts fixed 2019-03-19 16:40:35 +01:00
iglocska 6efd909bfe new: [Required taxonomies]
- Flip taxonomies into required mode to ensure that events cannot be published without at least one tag from each required taxonomy to be set
2019-03-19 15:59:31 +01:00
Steve Clement f03c519038
Merge pull request #3658 from ancailliau/issue-3639
Fixes issue #3639
2019-03-03 07:35:13 +05:30
Christophe Vandeplas 67efc70bf5 fix: [style] consistent space indentation 2019-02-10 13:08:55 +01:00
mokaddem aef04415f8 chg: [Taxonomy] disable (hide) tags when disabling parent taxonomy 2019-01-17 15:46:40 +01:00
Antoine Cailliau d7f3f27208 Fixes issue #3639 2018-09-10 13:45:23 +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 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