Commit Graph

18 Commits (3927609cb6a030ca2e892b7665c70ef5a40a5c8e)

Author SHA1 Message Date
Christophe Vandeplas 32b14b03a6
[3.x-migration] Organisation branch (#9579)
* new: [Organisation] index edit unit tests

* fix: [CRUD] use existing return function for edit/add

* fix: [Organisations] fix ACL issue edit by org admin

* new: [Organisation] addOrgApiTest

* new: [Org] delte test

* fix: [SG] Fixes broken SharingGroupOrg

* new: [Org] more tests and validations
2024-04-16 09:16:24 +02:00
Luciano Righetti 056e1d49cd fix: array filters breaking 2023-12-07 12:03:42 +01:00
Sami Mokaddem c32bc37d48
fix: [CRUD:index] Restored index filtering capabilities to support fields provided in the controller 2023-12-05 09:08:57 +01:00
Luciano Righetti 7d924a5db9 fix: merge conflicts 2023-08-22 11:34:36 +02:00
Sami Mokaddem db5f231ec9
chg: [component:CRUD] Refactored delete function to make it more flexible 2023-08-09 09:35:06 +02:00
Sami Mokaddem 52dcb51d79
chg: [component:CRUD] Changed how API reply wrapping is done 2023-08-09 09:34:30 +02:00
Sami Mokaddem 64d5885b86
new: [component:CRUD] Added support of `uuid` for `view` action 2023-08-04 10:01:30 +02:00
Sami Mokaddem 30a6b67ca4
new: [component:CRUD] Added support of massToggle 2023-08-04 07:46:17 +02:00
Sami Mokaddem 6f35f5265d
chg: [component:CRUD] Refactored delete and added support of massDelete 2023-08-04 07:45:58 +02:00
Sami Mokaddem 745cd61382
fix: [component:CRUD] Use valid field input for filtering 2023-08-01 14:13:33 +02:00
Luciano Righetti 093734e579 fix: linting errors, 'null' str response on delete, cs 2023-05-12 13:51:29 +02:00
Sami Mokaddem 91140316e1
Merge branch '3.x-ui-both' into 3.x 2023-05-10 10:55:39 +02:00
Luciano Righetti 9c97b74033 add: add basic user tests, remove cerebrate tests, port code from cerebrate to misp 2023-05-03 11:27:01 +02:00
Luciano Righetti 560ef604bb fix: deprecation notices php8.2 2023-04-04 16:35:52 +02:00
Sami Mokaddem 300ffe96c9
chg: [component:CRUD] Added `transformBooleanFieldsIntoRadio` to ease index filtering with bool fields 2023-03-28 12:36:13 +02:00
Sami Mokaddem b7a8aa214d
chg: [components:CRUD] Added support of afterFind in filtering 2023-03-28 12:35:07 +02:00
Sami Mokaddem 2bbbe69d6d
chg: [ui] Migrated UI from Cerebrate and adapted to MISP logo usage 2023-03-24 09:13:03 +01:00
iglocska 35932dbf45
new: [3.x] initial skeleton added
- basic functionality available for authentication
- user/org/role management
- logging

- requires a MISP 2.x database as the datastore
2023-01-31 14:58:25 +01:00