Commits
main
Name already in use
Commits on Sep 12, 2024
-
Copy the full SHA fa846daView commit details
Commits on Sep 10, 2024
-
CFM-274_Breadcrumb_Component_External_Identity_Source_Record (#207)
* Fix the parent breadcrumb of an External Identity Source Record * View ExternalIdentitySourceRecord render in Modal * Refactor/Simplify Primary Link Calculation * Transmogrification sql typo.External identity Source link fix * Fix Configurtion Breadcrumb for isConfigurationTables * Fix ExternalIdentitySource alert link to open in modal. Fixed modal links to open on target _top * fix typo * Change inherited class from MVEAController to StandardController
Copy the full SHA 573c009View commit details
Commits on Jul 1, 2024
-
Merge pull request #206 from Ioannis/PMO-1226_Registry_PE_Containers_…
…improvements PMO-1226_Registry_PE_Containers_improvements
-
Check security.salt and security.seed files at all times.Allow webroo…
…t to be different from registry.
Commits on Jun 7, 2024
-
Merge pull request #205 from Ioannis/CFM-106_SqlServer_MVC_latest_oracle
CFM-106_SqlServer_MVC_latest_oracle
-
-
Merge pull request #204 from Ioannis/CFM-106_SqlServer_MVC
CFM-106_SqlServer_MVC_oracle
-
Commits on Jun 6, 2024
-
Merge pull request #203 from Ioannis/CFM-28_Setup_Command_test_setup
CFM-28_Setup_Command_test_setup
-
Commits on May 19, 2024
-
Merge pull request #201 from Ioannis/CFM-398_Render_Job_Fields_Throws…
…_an_Error CFM-398_Render_Job_Fields_Throws_an_Error
-
-
Merge pull request #200 from Ioannis/CFM-397_SqlProvisioner_fields_in…
…c_Throws_Error CFM-397_SqlProvisioner_fields_inc_Throws_Error
-
Commits on May 14, 2024
-
feature-cfm291-bulkActions (#198)
* Add first-pass at Bulk Actions box. Turn on bulk actions for Groups and Group Members. * Support bulk delete * Use Modal for bulk actions * css tweaks * Modal vue module * Style the bulk select actions; provide "dismissable" configuration on alert component; add language strings (CFM-291) * add datatables * improvements * mvea use common modal element * remove obsolete dependency * fix forgotten form field * use api/ajax/v2 endpoint * take into account restful and not only ajax requests.Description as a subject value on the report datatable. * fix typo * Stylistic and textual updates for Bulk Edit (CFM-291) --------- Co-authored-by: Arlen Johnson <arlen@sphericalcowgroup.com>
Commits on May 7, 2024
Commits on May 6, 2024
-
CFM-291_filter_groups_by_member (#196)
* Display full name on active button * Render peoplePicker with hardcoded configuration * add correct picker configuration * filter with selected person. Update the picker if a value alreday exists. * handle undefined formsData array * move method parameters in the method * use data attribute to pass person id
Commits on May 4, 2024
-
Merge pull request #195 from Ioannis/CFM-291_add_group_member_dispaly…
…_name_and_id CFM-291_add_group_member_dispaly_name_and_id
-
Commits on May 3, 2024
-
Merge pull request #191 from Ioannis/CFM-393_Limit_MVEA_Type_field_to…
…_Current_CO CFM-393_Limit_MVEA_Type_field_to_Current_CO
Commits on Apr 30, 2024
-
Merge pull request #188 from Ioannis/upgrade_autocomplete_vue_package
upgrad primevue
-
-
CFM-291-refactor_form_code_structuring (#187)
* Decouple markup from FieldHelper.Move to elements. * CoSettings * ApiUsers fields-generate.inc * Cos * Addresses * EmailAddresses * Groups * Urls, Types, Servers * Identifiers,HistoryRecords,TelephoneNumbers,Names,AdHocAttributes,PersonRoles * ExternalIdentities,ExternalIdentityRoles,ExternalIdentitySources * ExternalIdentitySourceRecords,IdentifierAssignments * fixes * update FieeldHelper * Jobs * JobHistoryRecords * CoreAssigne, CoreServer * Pronouns,ProvisioningTargets,ProvisioningHistoryRecords * ProvisioningHistoryRecords * People * Pipelines * Jobs * GroupNestings * GroupMembers * rename field parameters. Added prefix field. * Available plugins.Alert to element. * required field fix for nameDiv and infoDiv. Take fieldOptions into consideration. * cleanup * Add frozen and plugin configuration handling * remove temp helper files * minor improvements * FieldHelper improvements * SmtpServers, MessageTemplates, Notifications * revert FileProvisioner change * fix alert css classes calculation * fix review errors
Commits on Apr 23, 2024
-
CFM-291_Groups_Cous_extra_filtering_options (#185)
* Add COUs any and none custom options. Move active filter button to its own element. Define extra custom filter Configuration structure for the default fields/columns. * Refactor filtering block.Refactor FieldHelper. * add locales * refactor activeToButton element * css changes date picker * fix groupmembers tab count * further decouple filter html to elements * css fix for 1 digit nums in tab title * improvements * fix frontend timezone handling
Commits on Apr 20, 2024
-
CFM-291_Show_the_count_of_members_on_the_members_tab (#184)
* Show the count of members on the members tab * remove bootstrpism * take into account the pagination * create tab count item element
Commits on Apr 16, 2024
-
CFM-291_Ability_to_filter_members (#181)
* Add GroupMembers filter * Fixed COU filter by parent * Add missing function parameters * fix date calculations * fix date calculations
Commits on Mar 21, 2024
-
Feature cfm150 autocomplete (#167)
* Autocomplete widget added for selecting a Group member (CFM-150) (#164) * add primevue autocomplete library dependency * Improve/cleanup backend block search functionality * Decloupe where clause construction from join clause construction * Improve filtering.Dynamically construct where clause using QueryExpressions. * Introduce IndexQueryTrait * fix broken mveaType query.Improve Changelog. * first get request * add CoSettings PeoplePicker Configuration * fix condition * Improve FieldHelper * Properly align grouped html controls * Add type to emails and identifiers * Add loader.Improve fetch response handling * Added loader. Fixed duplicates. * typo fix * add filtering with given and family name. Fetch only active users. * refactor frontend error handling * add subfield-col css rule * Peoplepikcer enum * Provide access to configurations locally and globally.Improve fetch implementation. * fix url string * fix provide/inject functionality * Add a subcomponent for item-with-type and style things for easier visual parsing and disambiguation (CFM-150) * highlight query string * highlighting fix * sort methods by name * Add item-id to autocomplete label and update color file (CFM-150) * Add pager link "show more" to autocomplete (CFM-150) * Fix label id reference for autocomplete field (CFM-150) * Implement pagination * filter the active GroupMembers * Refactor GroupMembersTable::isMember Query construction * Update Group Member listing to expose add / edit / view in a modal window; refactor setLayout to better accommodate multiple actions; carry over person picker code in preparation for moving the person picker ot the index of the Group Member list. (CFM-150) * Move the person picker to the index of the Group Member list and launch "Add" from the picker. (CFM-150) * Add scrolling to the autocomplete people picker (CFM-150) * removed trailing semi colon * Change default modal title (CFM-150) --------- Co-authored-by: Arlen Johnson <arlen@sphericalcowgroup.com>
Commits on Mar 12, 2024
-
Merge pull request #172 from Ioannis/CFM-274_Breadcrumbs_fixes_delete…
…_action CFM-274_Breadcrumbs_fixes_delete_action
-
-
CFM-274_Breadcrumps_fixes (#171)
* Set the Current CO ID for models with dynamic validation rules in AppController. * External Identities associations to MVEAs * Improve FieldHelper:SourceControl * Fix breadcrumps failing when trying to add new MVEA * setCurCoId only if a coId is available * Fix action checking in Breadcrumbs component
Commits on Mar 11, 2024
-
Merge pull request #169 from Ioannis/CFM-274_Breadcrumb_Component_patch
CFM-274_Breadcrumb_Component_patch
-