Commit Graph

1706 Commits (main)

Author SHA1 Message Date
iglocska deae8bad3b
fix: [encryption keys] allow for large keys
- @adulau has a massive... key.
2024-05-16 10:05:24 +02:00
iglocska d6b077b604
Merge branch 'develop' 2024-05-15 14:25:56 +02:00
iglocska ce8f30b4fe
chg: [version] bump 2024-05-15 14:25:38 +02:00
iglocska 93612950ed
Merge branch 'main' into develop 2024-05-15 14:25:07 +02:00
iglocska da565f3f91
fix: [autkey expiration] has to be in the future 2024-05-15 14:24:01 +02:00
iglocska 6907ed2842
fix: [settings] invalid bootstrap loading of config.json
- it was dependent on the app_local.php file existing
2024-05-15 13:15:56 +02:00
iglocska 8603b7da04
new: [settings] added the session settings to the UI 2024-05-15 13:15:33 +02:00
iglocska 4329b603a0
fix: [settings] make sure they are always loaded 2024-05-15 13:15:04 +02:00
iglocska eae074ef73
fix: [settings] numeric fields in settings didn't show current value 2024-05-15 13:13:42 +02:00
iglocska 18b322400a
fix: [index pagination] caps the index at 100 elements 2024-05-15 11:32:23 +02:00
iglocska 30fb9b0c14
chg: [inbox] changed user field's column name to "to"
- it was confusing what was meant
2024-05-15 11:25:31 +02:00
iglocska c257673536
fix: [Group admins] can now edit org metainformation for the managed orgs 2024-05-15 11:22:35 +02:00
iglocska b233241e87
fix: [group admin] be able to add users for the administered orgs 2024-05-15 11:11:44 +02:00
iglocska 6967c03d8b
new: [encryption key index] added search by org name / individual email 2024-05-14 15:18:31 +02:00
iglocska b4aaf0f184
Merge branch 'develop' 2024-05-14 10:47:01 +02:00
Sami Mokaddem 1f57809029
Merge branch 'main' of github.com:cerebrate-project/cerebrate into main 2024-04-09 12:49:48 +02:00
Sami Mokaddem 2c8c967c06
fix: [app:bootstrap] Automatically cast `debug` setting in bootstrap.php to migrate config 2024-04-09 12:47:45 +02:00
iglocska b2eb86d659
Merge branch 'main' of github.com:cerebrate-project/cerebrate 2024-04-09 12:43:52 +02:00
iglocska 4657feaf6e
fix: [keycloak] user enrollment now syncs permissions correctly 2024-04-09 12:42:43 +02:00
Sami Mokaddem e9a79c54fc
Merge branch 'main' of github.com:cerebrate-project/cerebrate into main 2024-04-09 12:22:09 +02:00
Sami Mokaddem c958f24190
fix: [setting:cerebrate] Enforce debug setting to be true or false 2024-04-09 12:21:39 +02:00
iglocska 91be9ddeda
fix: [keycloak] sync metafields on user creation 2024-04-09 12:21:24 +02:00
iglocska 63d1ec76eb
fix: [keycloak] increase fetch users limit to 99999 2024-04-09 12:20:52 +02:00
Sami Mokaddem 305274f636
fix: [component:CRUD] Make sure to append model alias when ordering results 2024-04-02 14:15:47 +02:00
Sami Mokaddem 96d53f4b6a
chg: [users:filtering] Added dropdown for users filtering 2024-04-02 14:06:25 +02:00
Sami Mokaddem 1111290cea
chg: [individuals:filtering] Added dropdown for organisation filtering 2024-04-02 14:02:03 +02:00
Sami Mokaddem acb8fa21d3
chg: [users:index] Added confirmation modal before changing disabled state for users 2024-04-02 13:51:56 +02:00
Sami Mokaddem f4f17a1fa0
fix: [genericTemplates:filters] Fixed encoding typo 2024-04-02 11:40:54 +02:00
Sami Mokaddem 91cd9eb180
fix: [encryptionKeys:add] Make sure to compare owner_id with individual_id 2024-03-29 16:46:47 +01:00
Sami Mokaddem 3a3494df8c
fix: [encryptionKeys:ui] Aligned UI with what users can actually do 2024-03-29 16:33:33 +01:00
Sami Mokaddem e111dacf17
fix: [app] Fixed some deprecation notices 2024-03-29 16:32:50 +01:00
Sami Mokaddem f6f34b2c7e
Merge branch 'refacto/CRUDComponent' into develop 2024-03-29 14:16:02 +01:00
Sami Mokaddem 4390face10
chg: [component:CRUD] Mirrored changes done in MISP3's CRUD component 2024-01-09 10:32:18 +01:00
Andras Iklody d4eaeed045
Merge pull request #163 from cvandeplas/fix/SG
fix: [tool] fix uninitialised var when no SG exist
2023-12-20 11:45:22 +01:00
iglocska 26ec0b6edb
Merge branch 'develop' 2023-12-20 10:18:39 +01:00
iglocska 76b682e399
chg: [version] bump 2023-12-20 10:18:16 +01:00
Sami Mokaddem ecc421b326
new: [settings:inbox.data_change_notify_for_all] Added setting to be more verbose for data changes 2023-12-13 15:01:23 +01:00
Sami Mokaddem eefe6b22cc
chg: [inboxes:filtering] Populate username with eligible users in filtering modal 2023-12-13 14:31:55 +01:00
Sami Mokaddem cadb56eb07
new: [CRUD:Filtering] Added support of options in index filtering modal 2023-12-13 14:30:53 +01:00
Sami Mokaddem d823190624
fix: [inboxes:index] Fixed pagination target key 2023-12-12 09:52:33 +01:00
Sami Mokaddem 2274fff424
fix: [component:CRUD] Make sure not to override table aliases when paginating 2023-12-12 09:51:38 +01:00
Sami Mokaddem 42a5bd03c6
fix: [individual:validation] Enforce email format to be a valid email address 2023-12-12 09:13:02 +01:00
Sami Mokaddem 96e4aceb28
fix: [behavior:notifyAdmins] Fixed typo in date serialization 2023-12-12 09:02:43 +01:00
Christophe Vandeplas 24fb241dad fix: [tool] fix unitialized var when no SG exist 2023-12-10 15:22:04 +00:00
iglocska d3f08205fb
chg: [MISP connector] added bulk org pull 2023-11-30 11:44:38 +01:00
Sami Mokaddem 338386729f
Merge branch 'develop' of github.com:cerebrate-project/cerebrate into develop 2023-11-16 09:04:37 +01:00
Sami Mokaddem 46bafa045f
chg: [crud:index] Include all meta-fields regardless of user's preference when in REST context 2023-11-16 09:02:40 +01:00
iglocska be64a186e0
Merge branch 'develop' 2023-11-03 15:47:29 +01:00
iglocska e39a651c5b
chg: [version] bump 2023-11-03 15:47:05 +01:00
iglocska 0d7b73cafe
Merge branch 'develop' of github.com:cerebrate-project/cerebrate into develop 2023-11-03 15:46:43 +01:00