Commit Graph

312 Commits (main)

Author SHA1 Message Date
Sami Mokaddem 6865114118
chg: [genericElements:form] Support of more option and radio input 2021-12-08 11:08:40 +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
iglocska 2eb2459936
fix: [forms] added missing password form field 2021-11-26 10:52:44 +01:00
iglocska 15d738aa77
fix: [forms] dropdowns overriding values from request 2021-11-26 10:51:58 +01:00
iglocska 061f3fc468
chg: [profile] added org to profile menu 2021-11-24 01:26:29 +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 7c92c12de9
chg: [element:index_table] Slight UI adjustement 2021-11-23 15:53:05 +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
iglocska 92ddd04ba0
fix: [JSON fields] fixed escaping issues 2021-11-17 15:58:52 +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 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 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 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 acd80e2f18
chg: [genericElement:index_table] Small UI improvement for column visibility selector 2021-11-10 09:30:23 +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 b6cf9e39dd
chg: [genericElement:index_table] Better support of array in generic fields 2021-11-10 08:58:21 +01:00
Sami Mokaddem f62caa919b
chg: [navigation] Navigation's actions now relies on modal instead of redirecting to the page 2021-11-08 15:56:39 +01:00
Sami Mokaddem 50737543a9
chg: [component:CRUD] Cleanup leftovers comments 2021-11-08 15:03:05 +01:00
Sami Mokaddem 94fbd74918
chg: [component:CRUD] Support of validation and re-edition (WiP) 2021-11-08 14:08:47 +01:00
Sami Mokaddem fc436e89e2
chg: [element:genericForm] Usage of bootstrap component to generate ajax modal 2021-11-05 17:44:05 +01:00
Sami Mokaddem 26859d045e
fix: [element] Made single views aware of multiple meta-fields 2021-11-05 17:03:11 +01:00
Sami Mokaddem 9f7f39ec85
chg: [app] More UI improvement for responsiveness 2021-11-04 15:19:45 +01:00
Sami Mokaddem 4f084e6beb
chg: [app] Various layout improvements for responsiveness 2021-11-04 10:47:03 +01:00
Sami Mokaddem c55088aa85
chg: [metaTemplate] Continuation of refactoring - WiP
Editing meta field from entities working
2021-11-04 08:10:32 +01:00
Sami Mokaddem 9373c35bc6
chg: [metaTemplate] Started refactoring the whole feature
Objective of the refactoring is to:
Simplified metafields searches and started to add support of multi-field and edition
2021-11-03 11:47:10 +01:00
Sami Mokaddem 51d93d40af
chg: [ui] Various UI improvement and cleanup
New according bootstrap component and small UI enhancements
2021-10-28 09:27:30 +02:00
Sami Mokaddem 4ef6738053
chg: [mailinglist] Improved feature
Previously, emails were stored as json encoded string. To add more flexibility and prevent inconsistencies (such as propagating email changes to the mailing list), it has been moved to a table.
2021-10-28 09:00:20 +02:00
Sami Mokaddem fe9fbe2e99
new: [mailing-list] Added mailing list feature - WiP 2021-10-25 16:20:36 +02:00
Sami Mokaddem 8686aa87a6
fix: [genericElement:index_table] Better support of nested dropdown if it has been added after page load 2021-10-20 15:41:11 +02:00
Sami Mokaddem 7940920f3d
fix: [genericElement:indexTable] Ignore row selector column 2021-10-20 15:39:37 +02:00
Sami Mokaddem 6c4efc044d
fix: [settings] Make sure to save multi-select value as an array 2021-10-20 12:48:13 +02:00
Sami Mokaddem ab7db2c348
chg: [element:settings] Added support of multi-select fields 2021-10-20 12:21:13 +02:00
Sami Mokaddem 43dfacfe72
chg: [genericElement:indexTable] Refactored code and added support of compact display 2021-10-20 11:28:39 +02:00
Sami Mokaddem 7941a6530a
new: [genericElement:indexTable] Table actions - WiP
Table actions allow to perform actions on the table such as hide/show columns, regroup rows by fields and so on
2021-10-20 09:39:12 +02:00
Sami Mokaddem 97428a8892
chg: [ui:home] Nicer icons and layout 2021-10-18 14:59:18 +02:00
Sami Mokaddem 78180fa90f
new: [userSettings] Added complete support of user settings
Including support of bookmarks, sidebar behavior and theming
2021-10-18 13:28:26 +02:00
Sami Mokaddem 14c7d20cc1
fix: [ui:sidebar] Make the sidebar scrollable if content is too large 2021-10-18 13:11:19 +02:00
Sami Mokaddem 3ea877fe10
chg: [ui:settings] Refactored setting factory to be more generic 2021-10-12 10:21:12 +02:00
Sami Mokaddem 0d6e6aa7a4
chg: [userSettings] Initial version of template - WiP 2021-10-12 10:16:36 +02:00
Sami Mokaddem 29ca08ce60
new: [sidebar:bookmarks] Added early version of user-defined bookmarks
Bookmark configs are saved in their respective user setting for each users
2021-10-08 16:57:38 +02:00
Sami Mokaddem 39fdb8ec0d
new: [user-settings] Added user settings feature 2021-10-08 10:27:40 +02:00
Sami Mokaddem 7ab8a93fbd
chg: [navigation] regrouped navigation related data into files 2021-10-08 10:23:03 +02:00
Sami Mokaddem 015c5bc721
chg: [element:genericForm] Added support of bs5 floating label 2021-10-04 16:16:13 +02:00
Sami Mokaddem 07a4ebfc92 chg: [ui:keycloak] Nice login and logged-in UI 2021-10-04 13:15:47 +02:00
Sami Mokaddem f9113819ee chg: [elements:flash] Support of toast for flash messages 2021-10-04 13:06:12 +02:00
mokaddem bc8de62815 chg: [ui:settings] Setting page support themes 2021-09-28 10:59:57 +02:00
mokaddem 20a7903573 chg: [instance:settings] Support of BS5 in setting page 2021-09-28 09:23:02 +02:00
mokaddem b4fdc625da chg: [setting] Support of themes in settings 2021-09-18 11:21:50 +02:00
mokaddem 652c59c597 fix: [settings] Fixed scrollspy 2021-09-18 10:33:27 +02:00
mokaddem 43ac537fbc fix: [navigation] Added setting page and more layout fixes 2021-09-18 10:31:05 +02:00
mokaddem 4faecfbbd7 chg: [instance:home] Slightly improved UI 2021-09-18 10:22:59 +02:00
mokaddem 468505b5c6 chg: [navbar:search_all] Fixed layout 2021-09-17 19:06:56 +02:00
mokaddem 24a8aa42c8 chg: [navbar:search-all] Fixed dropdown instantiation 2021-09-17 18:53:32 +02:00
mokaddem cf3e87614e chg: [navigation] Fixed navigation for tag endpoints 2021-09-17 18:30:32 +02:00
mokaddem e65e283c04 chg: [genericElement:table] Changed action link display into buttons instead of links 2021-09-17 18:02:48 +02:00
mokaddem e62056d5ac chg: [bootstrap] Moved more files to support bootstrap v5 2021-09-17 17:51:45 +02:00
mokaddem 0d8841a3bf Merge branch 'ui-navigation' into develop-unstable 2021-09-17 17:12:33 +02:00
mokaddem f4eb5da49d Merge branch 'ui-refacto2' into develop-unstable 2021-09-17 16:47:41 +02:00
mokaddem 0eb14195ee Merge branch 'tags' into develop-unstable 2021-09-17 16:46:54 +02:00
mokaddem 83494a6cf1 Merge branch 'ui-settings' into develop-unstable 2021-09-17 16:43:34 +02:00
mokaddem 10e4c97d8c Merge branch 'local-tool-batch-actions' into develop-unstable 2021-09-17 16:39:04 +02:00
mokaddem 36f6866bd3 Merge branch 'ui-refacto' into develop-unstable 2021-09-17 16:38:48 +02:00
mokaddem ba93479066 chg: [layout] Slightly more responsive 2021-09-17 16:32:32 +02:00
mokaddem 9172e1b405 chg: [layout:navbar] Moved links and actions breadcrumb items out of the main top navbar 2021-09-17 15:44:52 +02:00
mokaddem 67b43635d0 chg: [bootstrap] Migrated APP to use bootstrap v5.x 2021-09-17 13:04:37 +02:00
mokaddem 9e7bf8638a chg: [layout] Support of themes - WiP 2021-09-16 15:50:55 +02:00
mokaddem 0c2c402aa2 chg: [layout] Modernized general UI - WiP 2021-09-13 13:04:54 +02:00
mokaddem e16a83eddd chg: [elements:index_actions] UI hover feedback 2021-09-13 13:03:27 +02:00
mokaddem c2e7414318 chg: [layout] Modern application UI - WiP 2021-09-13 11:43:42 +02:00
mokaddem 7cfc23ffba chg: [layout:icon] Added icon effect 2021-09-13 10:59:08 +02:00
mokaddem 0da5d456d1 chg: [layout:breadcrumb] Support of icon in breadcrumb 2021-09-10 15:58:41 +02:00
mokaddem 83bc9732e7 chg: [layout:sidebar] Support of active entries 2021-09-10 15:37:20 +02:00
mokaddem 464e6c6951 chg: [instance:search_all] Added support of no results 2021-09-10 14:22:28 +02:00
mokaddem 1d541ff214 chg: [instance:search_all] Improved layout of displayed results 2021-09-10 14:12:19 +02:00
mokaddem 91db0afd9a chg: [layout:header] UI improvements 2021-09-10 09:22:08 +02:00
mokaddem 82b6bfccb9 chg: [layout] Added responsiveness 2021-09-09 17:16:37 +02:00
mokaddem 5ccf46c1cd chg: [layout:navbar-right] Started implementation 2021-09-09 16:27:09 +02:00
mokaddem d1efe13711 chg: [layout:header] Renamed header-breadcrumb 2021-09-09 13:11:45 +02:00
mokaddem 866f73af88 chg: [app:naviation] Support of breadcrumbs for navigation - WiP 2021-09-09 11:05:44 +02:00
mokaddem 38944a3b42 chg: [layout:sidebar] Lock/unlock sidebar 2021-09-08 14:35:51 +02:00
mokaddem e9f279e1b2 chg: [layout:navbar] Improved menu UI 2021-09-08 14:34:57 +02:00
mokaddem da32b8dfab chg: [layout:navbar] Breadcrumb and navbar menu - WiP 2021-09-08 10:57:22 +02:00
mokaddem 50c4a31a2e chg: [layout:sidebar] Started integration of sidebar - WiP 2021-09-07 15:51:21 +02:00
mokaddem 3f4e2ae4b8 chg: [home] Added link to index for each panels 2021-09-07 09:59:36 +02:00
mokaddem 8548332762 chg: [charts:bar] Tooltip text color for light theme 2021-09-06 11:35:09 +02:00
mokaddem 14e0fa90b3 new: [instance:home] Added statistics and highlight panel - WiP 2021-09-06 11:17:25 +02:00
mokaddem feeda3b32b chg: [settings] Possibility to add icons and description in setting panels 2021-09-03 10:53:18 +02:00
mokaddem ea3168b840 new: [genericElements:singleView] Added new string field to extract without type deduction 2021-09-03 09:47:36 +02:00
mokaddem a4535ea42e chg: [tag] Continuation of integrating tagging plugin - WiP
- Filtering
- CRUD of tags
2021-08-30 15:11:21 +02:00
mokaddem 29595c6e22 chg: [tag] Continuation of integrating tagging plugin - WiP
- Can tag/untag any model
2021-08-26 16:12:55 +02:00
mokaddem 8b659fb6af chg: [tag] Continuation of integrating tagging plugin - WiP
- Tagging / Untagging
2021-08-26 12:06:12 +02:00
mokaddem b1e5bbad1a new: [tag] Started integration of tag plugin with custom helpers - WiP 2021-08-24 10:49:53 +02:00
mokaddem 82dab54b71 fix: [setting] Support of dot and spaces when redirecting to the setting 2021-07-30 14:58:50 +02:00
mokaddem a94bad8ec4 chg: [setting] Added slight support of multiselect 2021-07-30 14:50:40 +02:00
mokaddem 2a7fc06471 chg: [setting] Improved UI of notice 2021-07-30 11:55:03 +02:00
mokaddem c1459b4867 chg: [setting] List settings that triggered a notice 2021-07-30 11:46:24 +02:00
mokaddem 7b26d1c676 chg: [setting] Slight refactoring of search function 2021-07-30 11:44:53 +02:00
mokaddem eb0fecc473 chg: [settings] Improved searches and focus after selection 2021-07-30 09:41:43 +02:00
mokaddem 26ba0e2154 chg: [setting] Allow referencing and redirecting ot individual setting 2021-07-30 09:23:19 +02:00
mokaddem 57ab7c6ed8 fix: [settings] Fixed scrollspy resolving missing some entries 2021-07-30 08:18:30 +02:00
mokaddem 64646aa118 fix: [settings:fields] Added support of textarea and fixed variant from severity 2021-07-30 08:17:00 +02:00
mokaddem ef86e77e41 chg: [instance:settings] UI refactoring 2021-07-26 11:48:26 +02:00
mokaddem aa66b4fbf5 fix: [genericElement:singleView] Improved display of json field 2021-07-07 15:11:52 +02:00
mokaddem 41e9666224 new: [localTool:batchActions] Added framework to execute batch actions on list of connections 2021-07-07 15:05:32 +02:00
mokaddem 493530f52d fix: [genericElement:codemirror] Catch if no data for codemirror are passed 2021-07-07 15:02:48 +02:00
mokaddem 1251d0f168 chg: [genericElement:single_view] Usage of factories 2021-07-06 12:37:16 +02:00
mokaddem 64ca0179bf chg: [genericElement:single_view] Metafields have their own element 2021-07-06 12:35:50 +02:00
mokaddem d9bef3dc0c new: [localTools] Setting validation 2021-07-05 17:27:39 +02:00
mokaddem bc7e2baf83 new: [localtools] Integration of codemirror of tools parameters 2021-07-05 14:14:17 +02:00
mokaddem 9de600db97 chg: [genericElement:index-table] Automatically include selector if
topbar has multi-select actions
2021-07-05 09:30:20 +02:00
mokaddem 97dd912da9 chg: [genericForm] Allow empty option in selector 2021-06-30 12:22:22 +02:00
mokaddem 186fba395a fix: [indexTable:group_search] Fixed typo in passed argument 2021-06-30 08:33:09 +02:00
mokaddem 7add89aa9e fix: [singleView:jsonField] Render only first value 2021-06-28 11:48:39 +02:00
mokaddem 18e32730d2 fix: [genericElement:index_table] Added missing multi-select-actions view 2021-06-23 11:18:51 +02:00
mokaddem bb6489778f chg: [genericElement:index_table] Generic support of bulk operations 2021-06-23 11:15:22 +02:00
mokaddem 169ebac9ab Merge remote-tracking branch 'origin/develop' into inbox-misp-sync 2021-06-14 14:11:07 +02:00
iglocska e1ac7fe2e6
chg: [wip] localtools 2021-06-14 08:37:00 +02:00
mokaddem 5e0a4b155e Merge branch 'develop' of github.com:cerebrate-project/cerebrate into inbox-misp-sync 2021-06-12 13:34:13 +02:00
mokaddem d76aa04ad7 chg: [genericElement:form] More flexible variable check 2021-06-12 12:04:57 +02:00
mokaddem edc23d8b71 fix: [genericElements:indexTable] Enforce actions button to be inline 2021-06-12 12:01:03 +02:00
mokaddem 835dbd88c8 fix: [genericElement:singleView] Allow displaying object not included in an array 2021-06-12 12:00:06 +02:00
mokaddem 7e47c48ef3 chg: [genericTemplate:index_simple] Moved file to element 2021-06-12 11:59:40 +02:00
iglocska 114e4e76e5
chg: [no-wrap] connections 2021-06-11 14:42:08 +02:00
iglocska 2e9b306f46
chg: [wip] local tools integration 2021-06-11 14:27:22 +02:00
iglocska ef94ce147c
Merge branch 'main' into inbox 2021-06-01 14:37:29 +02:00
iglocska d84caa97c9
chg: [templates] updated to support the new functionalities of localtools 2021-06-01 07:46:29 +02:00
iglocska 357c147c13
Merge branch 'main' into connector 2021-05-26 17:16:54 +02:00
iglocska cb28278f30
fix: [logout] url fixed, fixes #45 2021-05-14 13:43:28 +02:00
iglocska 32fc30a401
fix: [baseurl] for openmodal actions in the index factory fixed, fixes #46
- invalid url by prepending any url (even # for modal <a> tags) with the baseurl
2021-05-14 13:31:19 +02:00
iglocska 2d4727770c
wip: initial connectors 2021-04-30 23:59:53 +02:00
mokaddem df31135591 Merge remote-tracking branch 'origin/main' into inbox-system 2021-04-22 09:32:22 +02:00
iglocska dd30519e73
fix: [urls in links] 2021-03-26 12:55:40 +01:00
mokaddem 75a1ecba69 chg: [genericElements] Index table UI improvements 2021-03-19 11:17:00 +01:00
mokaddem 0a1294bbee chg: [inbox] Improved layouts 2021-03-18 09:26:01 +01:00
mokaddem 77fe4e6505 new: [inbox] First version of Inbox system and requestProcessors - WiP 2021-03-15 22:47:13 +01:00
mokaddem 3bd2b7583e chg: [js:bootstrap-helper] Made submission modal more explicit 2021-03-10 14:54:52 +01:00
mokaddem 004bca47e6 new: [CRUD] Advanced filtering capabilities for index 2021-03-10 09:43:36 +01:00
mokaddem e35bf9fa74 chg: [element:indexTable] Changed notification behavior of toggle field 2021-03-10 09:40:08 +01:00
mokaddem 748c035cbf Merge branch 'main' of github.com:cerebrate-project/cerebrate into feature-metaField-index-filtering 2021-03-04 09:05:27 +01:00
mokaddem 1804d1ee3b fix: [pagination] Fixed ellipsis pagination 2021-03-04 09:00:16 +01:00
mokaddem d4001fab18 chg: [CRUD] Improved metaFields filtering capabilities 2021-02-26 10:36:06 +01:00