Commit Graph

1719 Commits (fd9da66a9ee54480bd8dec4e1f9831af59acaccb)

Author SHA1 Message Date
iglocska fd9da66a9e
fix: [user add] fixed bug with metafields on new users causing an exception 2024-06-13 07:20:00 +02:00
iglocska 344a535467
chg: [version] bump 2024-06-07 14:48:27 +02:00
iglocska f1a3de74b0
Merge branch 'develop' 2024-06-07 14:48:14 +02:00
iglocska 8098e5b4f4
fix: [alignments] rules relaxed, fixes #164
- site admins can add alignments to anyone
- org admins can add alignments for their own org members
- group admins can add alignments for any of their managed orgs' members
2024-06-07 14:40:38 +02:00
iglocska eabd56210a
fix: [authkeys] allow for authkeys with no expiration set, fixes #169 2024-06-07 14:04:24 +02:00
iglocska 7bbfb82e50
Merge branch 'main' into develop 2024-06-04 14:13:12 +02:00
iglocska dee43d8d51
new: [metafield restrictions] not enforced on a user edit that doesn't change the state of the offending value
- if a user is already over the limit of a restriction, they should still be editable
2024-06-04 14:10:32 +02:00
Sami Mokaddem 761e5e9388
fix: [authkey:add] Make sure to default to expiration=0 if not provided 2024-05-23 15:48:05 +02:00
Sami Mokaddem d617c579a9
Merge branch 'develop' of github.com:cerebrate-project/cerebrate into develop 2024-05-23 15:47:07 +02:00
iglocska 7d5102db2a
chg: [encryption keys] listed for orgs / individuals on their respective views, fixes #167 2024-05-22 16:11:45 +02:00
iglocska 1e7a1a5f3e
chg: [dashboard redirects] to individual models now sort by modified by default
- the dashboard shows new entries, it only makes sense to sort the list based on changes

- also a small fix to not sanitise the index URLs as this will lead to multiple query parameters not working
2024-05-22 16:10:14 +02:00
iglocska 75f55f5368
Merge branch 'main' into develop 2024-05-16 10:06:58 +02:00
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 5c5abd677d
fix: [setting:cerebrate] Enforce debug setting to be true or false 2024-04-09 12:20:15 +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