Commit Graph

741 Commits (296e8b119adea04d317a60726228d835cfe6cc38)

Author SHA1 Message Date
Sami Mokaddem 296e8b119a
fix: [genericTemplates:delete] Make sure to sanitize modal content 2021-12-08 11:07:02 +01:00
Sami Mokaddem 8b5bb087e4
fix: [helper:bootstrap] Support of string and array for badge's class parameter 2021-12-08 11:05:52 +01:00
Sami Mokaddem 819d96e805
new: [metaTemplate] Interface and functions to update meta-templates - WiP
Actual update not implemented yet.
2021-12-01 11:01:31 +01:00
Sami Mokaddem a6ecab5b47
new: [elements:breadcrumb] Added possibility to have badges in action item 2021-12-01 08:41:25 +01:00
Sami Mokaddem ae2b666fbf
chg: [scss:bootstrap-additional] Added hover on dropdown items and mw/mh support 2021-12-01 08:27:17 +01:00
Sami Mokaddem da889c4ca2
fix: [helpers:bootstrap] Make sure to sanitize passed text 2021-12-01 08:26:17 +01:00
Sami Mokaddem d2a88b3a18
chg: [Component:Navigation] Breadcrumbs get loaded before rendering to have access to view var
So that it can have access to view variables
2021-12-01 08:25:20 +01:00
Sami Mokaddem aa42e6763a
chg: [metaTemplate] Started implementing new update system - WiP 2021-11-24 09:14:09 +01:00
Sami Mokaddem 94c0b171a1
chg: [component:CRUD] Added comment to be fixed later on - WiP 2021-11-24 09:12:39 +01:00
Sami Mokaddem d136955160
chg: [elements:widgets] Slightly refactored highlight panel and removed useless code 2021-11-23 22:07:31 +01:00
Sami Mokaddem bfd3a0c1e0
chg: [genericElements:index_table] Immediately save index setting when dropdown menu gets closed 2021-11-23 21:55:01 +01:00
Sami Mokaddem ef41d71c8b
chg: [helper:bootstrap] Improved dropdown menu badge UI 2021-11-23 16:27:01 +01:00
Sami Mokaddem 7c92c12de9
chg: [element:index_table] Slight UI adjustement 2021-11-23 15:53:05 +01:00
Sami Mokaddem f3c4eee197
fix: [meta_template:enisa-csirt-inventory] Typo in regex 2021-11-23 15:43:49 +01:00
Sami Mokaddem 47f069611a
chg: updated .gitignore 2021-11-23 15:33:33 +01:00
Sami Mokaddem 9f9089f050
new: [meta_templates:it_infra_and_services] Added new template for org infra and services 2021-11-23 15:33:03 +01:00
Sami Mokaddem 0ccea3d7f0
chg: [meta_templates:enisa-csirt-inventory] Simplified regexes 2021-11-23 15:32:27 +01:00
Sami Mokaddem b7e5204a11
chg: [meta_templates:individual_extended] Added support of phone number 2021-11-23 15:31:51 +01:00
Sami Mokaddem 4acf5209c8
chg: [metaFields] Clean-up and improved regex matching 2021-11-23 15:30:37 +01:00
Sami Mokaddem 87ac0f7569
chg: [helpers:bootstrap] Formatted file 2021-11-23 15:29:55 +01:00
Sami Mokaddem 3c0237f387
fix: [component:CRUD] Regression where entities not supporting metafields couldn't be saved 2021-11-23 14:56:25 +01:00
Sami Mokaddem fd21934641
chg: [sharingGroups] Cleaned useless view variables 2021-11-23 14:55:21 +01:00
Sami Mokaddem 025b551e77
chg: [genericElements:index_table] Added close button for stat widget config UI 2021-11-23 13:49:34 +01:00
Sami Mokaddem ef91cfcee3
chg: [genericElements:index_table] Continuation of stats for current view - WiP 2021-11-17 17:04:39 +01:00
Sami Mokaddem 25f0f07251
chg: [genericElements:index_table] Added support of statistic for current view - WiP 2021-11-15 11:51:47 +01:00
Sami Mokaddem 829e471ac1
chg: [element:widget] Added support of condensed UI for highlight-panel
This could be later on refactored to be formed from smaller views
2021-11-15 11:51:08 +01:00
Sami Mokaddem 5e39707623
chg: [element:bar] better support of passed options 2021-11-15 11:49:35 +01:00
Sami Mokaddem 9fd7f1fe61
chg: [appTable] Moved statistics functions out of instanceTable
FIXME: This should be later on converted into a standalone tool
2021-11-15 11:48:23 +01:00
Sami Mokaddem 560832654e
chg: [helper:boostrap] Support of list of string for class in card 2021-11-15 11:47:17 +01:00
Sami Mokaddem c6925c2d98
fix: [home:ui] Use correct bootstrap class 2021-11-15 11:46:15 +01:00
Sami Mokaddem 7cf7363009
chg: [genericElements:index_table] Moved description to a tooltip
Description describing indexes are great when discovering an app for the first time but start taking important place and become useless when users gets to know the app better. Moving it to a tooltip makes sense in that regard.
2021-11-15 08:29:16 +01:00
Sami Mokaddem 509b203591
chg: [instance:home] Added support of both `modified` and `created` in stat panels 2021-11-12 15:40:03 +01:00
Sami Mokaddem 24e5a94662
chg: [mailinglist:addIndividual] Removed possiblity to edit individual already in the list
This can be confusing and require special handling when saving joinData
2021-11-12 13:49:54 +01:00
Sami Mokaddem 2ba3e3ce00
fix: [mailinglist] Edition was not possible in some cases 2021-11-11 15:22:35 +01:00
Sami Mokaddem c0d25578a0
fix: [ui:sidebar] Correctly add activeSidebarLinkColor to parent element if child is selected 2021-11-11 14:58:07 +01:00
Sami Mokaddem b51cf2ed59
fix: [Component:CRUD] Pass expected argument 2021-11-11 14:51:51 +01:00
Sami Mokaddem 6579482526
chg: [Organisation] Moved model to use meta-field behavior instead of association 2021-11-11 14:50:25 +01:00
Sami Mokaddem 0dfa87be6f
chg: [genericElement:index_table] Conditional inclusion of header in column visibility selector 2021-11-11 08:24:07 +01:00
Sami Mokaddem fc0f12e38e
chg: [genericElement:index] Highlight filtering button if filters are present 2021-11-10 15:34:33 +01:00
Sami Mokaddem 33c83f4020
chg: [ui] Renamed search button in index_table
Search seems more appropriate than filter
2021-11-10 15:31:09 +01:00
Sami Mokaddem cc0b1ad3b4
chg: [component:CRUD] Added support of metafield in quickfilter feature 2021-11-10 15:28:09 +01:00
Sami Mokaddem d6d592ff8c
new: [genericElement:index_table] Added support of meta_fields searches 2021-11-10 12:07:27 +01:00
Sami Mokaddem 549d9f3e1b
fix: [behavior:metaField] Wildcard searches now work if the wildcare is placed in front 2021-11-10 12:06:04 +01:00
Sami Mokaddem acd80e2f18
chg: [genericElement:index_table] Small UI improvement for column visibility selector 2021-11-10 09:30:23 +01:00
Sami Mokaddem a376055095
chg: [helper:bootstrap] Support of header in dropdown menu 2021-11-10 09:29:27 +01:00
Sami Mokaddem a005d0491f
new: [genericElements:index_table] Support of meta_fields in table column 2021-11-10 09:06:39 +01:00
Sami Mokaddem d71f48fc9f
chg: [component:CRUD] Small refactoring to improve re-usability 2021-11-10 09:02:51 +01:00
Sami Mokaddem b6cf9e39dd
chg: [genericElement:index_table] Better support of array in generic fields 2021-11-10 08:58:21 +01:00
Sami Mokaddem 69f8375422
chg: [helper:bootstrap] Added support of badge in dropdown menu entries 2021-11-10 08:54:43 +01:00
Sami Mokaddem 04ad3be4a6
fix: [component:CRUD] Correctly inspect the redirect key 2021-11-09 09:15:19 +01:00