Commit Graph

547 Commits (main)

Author SHA1 Message Date
Sami Mokaddem 0c78028c6a new: [ui] Added country flag in some places
- Currently in:
    - /organisations/[index/view]
    - /users/[index/view]
2024-09-25 10:59:09 +02:00
Sami Mokaddem aae584f0b7 chg: [users:add] Update the permission limitation for org permission on /users/add 2024-09-24 16:03:35 +02:00
Sami Mokaddem 324767868e fix: [ui:search_all] Fixed dropdown width to avoid screen overflow for large results
- This will put an end to @gallypette and @adulau's pestering
2024-09-24 14:42:30 +02:00
iglocska 6f31082a71
fix: [bookmarks] added more error handling for malformed bookmarks 2024-09-17 07:57:25 +02:00
iglocska de39176b6a
new: [version] show the cerebrate version and link to the release notes 2024-08-29 07:13:42 +02:00
iglocska 6270ae8e18
new: [metafield editor permission] added
- users/org admins/group admins/community admins can now only modify metafield data on any object if the permission is set for their role
- Since some communities use this for ACL to secondary tools, this will allow them to restrict who can modify them
2024-08-24 16:25:58 +02:00
iglocska d12faba78f
new: [permissions] split of admin and community admin 2024-07-19 17:09: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 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 eae074ef73
fix: [settings] numeric fields in settings didn't show current value 2024-05-15 13:13:42 +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
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 3a3494df8c
fix: [encryptionKeys:ui] Aligned UI with what users can actually do 2024-03-29 16:33:33 +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 f0ba0d8316
Merge branch 'develop' of github.com:cerebrate-project/cerebrate into develop 2023-11-02 08:10:01 +01:00
Sami Mokaddem dd4ce865bf
chg: [users:index] Added support of table filtering 2023-11-02 08:09:42 +01:00
Sami Mokaddem 63593cfd56
new: [CRUD:index] Allow exporting data into csv
- Added CSVConverter tool and CSV server request detector
2023-11-02 08:08:06 +01:00
iglocska 92b35f9306
Merge branch 'develop' of github.com:cerebrate-project/cerebrate into develop 2023-10-31 15:07:26 +01:00
iglocska 9305e7ceea
chg: [wip] sharing group rework / MISP connector improvements 2023-10-31 14:54:08 +01:00
Sami Mokaddem 3ea5b7830d
fix: [genericElements:alignmentField] Use correct URL for individual entries 2023-10-30 09:11:36 +01:00
iglocska d23e393a9a
fix: [topology] various fixes 2023-10-05 12:47:18 +02:00
iglocska 58f75e44c1
fix: [brood preview] indeces fixed 2023-10-05 11:30:06 +02:00
iglocska 6d6a0ec993
fix: [topology] added missing view 2023-10-05 11:29:31 +02:00
iglocska 6b53d6d81a
Merge branch 'develop' of github.com:cerebrate-project/cerebrate into develop 2023-10-05 11:05:41 +02:00
iglocska b01a3bf83e
new: [topology UI] added 2023-10-05 11:05:20 +02:00
Sami Mokaddem b6b4310da4
chg: [indexes] Added `select all` option for some tables 2023-09-27 12:05:48 +02:00
Sami Mokaddem 672847b214
chg: [users:acl] Improved waterfall model for CRUD operation and updated UI to reflect them 2023-09-13 09:15:16 +02:00
Sami Mokaddem d2cb072ce6
chg: [ui] Improved reflection of ACL logic in the UI for OrgGroups, Organisations and individuals. 2023-09-12 14:11:15 +02:00
iglocska c124ebc0d8
fix: [ACL] fixes 2023-09-12 11:08:46 +02:00
iglocska 69b653dd59
Merge branch 'develop' of github.com:cerebrate-project/cerebrate into develop 2023-09-12 09:27:57 +02:00
iglocska 16a4a1cde5
new: [org Groups] added
- Org Groups allow user co-management of sub communities
  - Create an org group with a set of organisations
  - assign administrators to an org group
  - org group admins can modify users of the group
2023-09-12 09:26:07 +02:00
Sami Mokaddem 8b4b47775c
chg: [alignments:acl] Reflected ACL logic from individuals to alignments 2023-09-08 09:11:52 +02:00
Sami Mokaddem 5aefc37837
chg: [users:edit] Allow users to self edit 2023-09-07 16:11:47 +02:00
Sami Mokaddem 08d2e193dd
chg: [user-settings:edit] Prevent assigning a setting to another user 2023-09-07 15:14:26 +02:00
Sami Mokaddem 3514f8bd7c
chg: [genericElements:numberOfElement] Added parameter to show or not the `show all` option 2023-09-06 09:18:40 +02:00
Sami Mokaddem 1ea7c796ac
chg: [component:CRUD] Include meta-fields in REST queries and clever pagination support for REST queries 2023-08-29 14:57:48 +02:00
iglocska 6e33d78996
Merge branch 'main' into develop 2023-05-26 16:15:58 +02:00
iglocska 52e8a5c6a6
new: [enumerations] added enumerations system
- for string entry fields, simply add lists of values to convert the text entry for values
- helps with maintaining accurate lists
- currently the fields that are valid targets are organisations.nationality, organisations.sector, organisations.type
2023-05-26 16:13:52 +02:00
iglocska 41749ae5a8
fix: [users] added the country information to the index / view 2023-05-25 16:22:49 +02:00
Sami Mokaddem 3ae32606cc
Merge branch 'main' into develop 2023-03-30 16:14:53 +02:00
Sami Mokaddem 5cb65f8fc1
fix: [genericElements:formInfo] Removed unused portion of code 2023-03-30 16:14:15 +02:00
Sami Mokaddem 7df0169ecf
fix: [meta-template-name-directory] Do not access property from null object 2023-03-23 14:44:05 +01:00
Sami Mokaddem 768bbcb996
fix: [meta-template-direcotry:index] Pass baseurl to the anonymous function 2023-03-23 14:29:22 +01:00
Sami Mokaddem 8e2718a0ae
fix: [metaTemplateDirectory:index] No static call anymore 2023-03-23 13:35:45 +01:00
Sami Mokaddem 6fe1318ada
fix: [template:update_all] Correct usage of modal parameters 2023-03-23 10:41:54 +01:00
Sami Mokaddem 06d9f02998
fix: [app:js] Removed log forgotten console log output 2023-03-21 09:49:48 +01:00