Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 7510dcb
Author: Martina-Graeber-One-Identity <151505816+Martina-Graeber-One-Identity@users.noreply.github.com>
Date:   Fri May 24 12:32:56 2024 +0200

    Sync repo from v92 to v92 20240523171016 (OneIdentity#146)

    * Automated sync from source branch v92

    * ReadMe updated

    * API-Files Reverted (no changes on the server side required)

    * Update README.md

    ---------

    Co-authored-by: imx-sync-bot <imx-sync-bot@oneidentity>
    Co-authored-by: Hanno Bunjes <hanno.bunjes@quest.com>

commit 1d691e1
Author: Hanno Bunjes <hanno.bunjes@quest.com>
Date:   Mon May 13 12:22:34 2024 +0200

    Update README.md

commit a7cb8c2
Merge: e9fab83 0849e1d
Author: Sebastian Weber <123378448+SebastianWeberQuest@users.noreply.github.com>
Date:   Mon May 6 14:35:42 2024 +0200

    Merge pull request OneIdentity#138 from OneIdentity/sync-repo-from-v92-to-v92-20240506095953

    Update v92 from source repository

commit 0849e1d
Author: Hanno Bunjes <hanno.bunjes@oneidentity.com>
Date:   Mon May 6 13:14:46 2024 +0200

    update readme

commit 736f82f
Author: Hanno Bunjes <hanno.bunjes@oneidentity.com>
Date:   Mon May 6 12:29:46 2024 +0200

    updated readme

commit d5a8bdb
Merge: 7f49e7a e9fab83
Author: Hanno Bunjes <hanno.bunjes@oneidentity.com>
Date:   Mon May 6 12:26:03 2024 +0200

    Merge branch 'v92' of https://github.com/OneIdentity/IdentityManager.Imx into sync-repo-from-v92-to-v92-20240506095953

commit e9fab83
Author: Martina-Graeber-One-Identity <151505816+Martina-Graeber-One-Identity@users.noreply.github.com>
Date:   Mon May 6 12:25:46 2024 +0200

    Comments for Documentation added (OneIdentity#132)

    Comments for Documentation added

commit 7f49e7a
Author: Hanno Bunjes <hanno.bunjes@oneidentity.com>
Date:   Mon May 6 12:23:15 2024 +0200

    updated readme

commit 3e9d406
Author: imx-sync-bot <imx-sync-bot@oneidentity>
Date:   Mon May 6 09:59:57 2024 +0000

    Automated sync from source branch v92

commit 382c13c
Author: Martina-Graeber-One-Identity <151505816+Martina-Graeber-One-Identity@users.noreply.github.com>
Date:   Tue Mar 12 08:22:32 2024 +0100

    Sync repo from v92 to v92 20240311083528 (OneIdentity#127)

    Automated sync from source branch v92

    --------

    Co-authored-by: imx-sync-bot <imx-sync-bot@oneidentity>

commit 1e63a14
Author: Martina-Graeber-One-Identity <151505816+Martina-Graeber-One-Identity@users.noreply.github.com>
Date:   Thu Feb 29 09:24:33 2024 +0100

    Sync repo from v92 to v92 20240228095730 (OneIdentity#121)

    Automated sync from source branch v92
    --------

    Co-authored-by: imx-sync-bot <imx-sync-bot@oneidentity>
    Co-authored-by: Hanno Bunjes <hanno.bunjes@oneidentity.com>
  • Loading branch information
juancarloscamargo committed Jun 5, 2024
1 parent 9575dd6 commit 41ca3fb
Show file tree
Hide file tree
Showing 326 changed files with 5,232 additions and 2,415 deletions.
2 changes: 1 addition & 1 deletion .commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
72263e1e785f6bb27749e14a97259fed6a2ecf8d
9b6d2afb441f30f1aed1f629e137215516ef22a3
118 changes: 118 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,108 @@
# Identity Manager HTML5 applications

## Change log

### May 24, 2024

The v92 branch has been updated with fixes for the following issues.

- 453132: Attestation Policies: Edit Attestation Policy: Setting Condition: The objects matching the condition are not displayed hierarchically
- 449292: Fixed an issue during creation of a cart item
- 455291: Fixed the output paths for the compodoc files
- 453350: Fixed an issue where the user could not save dynamic role membership changes after adding another condition to a new role
- 455703: Fixed a state issue of the save button during creation of a report

### May 6, 2024

We are integrating [Compodoc](https://compodoc.app/) to provide Angular documentation for our components. Please see the [Documentation](#documentation) section for more information on how to generate documentation.

The package versions have been updated to 9.2.1.

The `v92` branch has been updated with fixes for the following issues.

**Important**: Integrating these changes will require a server-side hotfix for the issue 454356 to be installed if the server has *not* been upgraded to 9.2.1.

- 454675: Fixed an issue where sometimes a blank screen was displayed instead of the login page
- 446439: Fixed the preselection of a child service category on the new request page
- 440745: Fixed the preset of the search term on the new request page
- 454356: Data Explorer identities needs to load interactive entities.
- 453350/447417/453346: Fixed issues where the filter wizard could enter an inconsistent state
- 453132: Fixed an issue in the attestation policy editor where the "objects matching the condition" were not displayed hierarchically
- 438231: Added documentation of some basic components
- 450070: Fixed an issue where switching to another page while loading a page caused an error
- 453932: Fixed an issue where approving multiple requests in bulk could cause an error
- 439918: Fixed some issues in the product bundles component
- 450675: Fixed an issue where some help text was shown in an incorrect language
- 452886: Fixed an issue in the attestation policy editor
- 449616: Fixed an issue where reports could not be saved in format other then PDF
- 450404: Fixed an issue in the overview of attestation case approvers.
- 442324: Duplicate (additional) "Target system" columns in the Data Explorer
- 448531: Fixed a scrolling issue on the organizational chart view
- 449891: Fixed the inherited group membership pagination
- 448406: Fixed an issue where the list of entitlements assigned to a role was incomplete
- 418493: Fixed an issue in the overview of request approvers
- 447713: Fixed a styling issue with the login button
- 449124: Fixed the declaration of the metadata service
- 447723: Fixed an issue with additional columns in a grouped table view
- 442324: Fixed the duplicate "Target system" columns in the Data Explorer
- 447039: Fixed an issue where the FK picker could enter an inconsistent state

### March 11, 2024
The v92 branch has been updated with fixes for the following issues.

- 447996: In DataSource Toolbar, opening a view which has custom filters, adds custom filters to the GET, but not the UI
- 447997: In DataSource Toolbar, Reset view removes custom filters from GET, but not from the UI
- 447702: Filtering: Canceling defining a filter does not reset filters (reappearing)
- 446439: Portal should support pre-selections by URL parameter
- 442023: Add configuration to globally enable HyperView navigation
- 446435: Attestation case details: Object picker in hyperview tab shows user-friendly display names
- 448406: Not all entitlements were visible in the product request details for a role
- 446478: The number of pending requests and shopping cart items were not being updated correctly.
- 447474: Fixed masthead color when applying a custom theme

### February 28, 2024
The v92 branch has been updated with fixes for the following issues.

- Bug 447702: Web Portal: Filtering: Canceling the definition a filter does not reset filters (reappearing)
- Bug 447018: In Data Explorer System Entitlements, the defaultness of a table column can be changed by loading a view
- Bug 444890: Portal: Selected products on New Request page are not reloaded when user changes
- Bug 434023: Filtering user accounts by target system, when loaded a saved view, causes UI issues
- Bug 446516: User dependent column cache in filter wizard does not update when user changes
- Bug 446585: My responsibilities / System entitlements: Child system entitlements: Odd/empty target system information
- Bug 445251: Clicking while load spinner is visible prevents result sidesheet to remain open
- Bug 445482: Risk index functions are visible when RISKINDEX condition is off
- Bug 444322: Address book: Added column disappears in grouping
- Bug 444321: Attestation runs - Run numbers column loses values when grouping
- Bug 442287: Attestation runs - Run numbers column from saved view shows zero values
- Bug 444543: Additional manager has no permission to access 'Create application role' side sheet
- Bug 444268: Portal: Selected products when selecting products by reference user disappear
- Bug 418493: List of current approvers is incomplete as sibling steps of the current decision level are ignored
- Bug 425801: The shopping cart does not suggest that a partial check or partial submit is possible
- Bug 445856: Github: CDR required logic was inverted
- Bug 446295: Github issue 112: Unable to save the changes to a dynamic business role after adding another condition
- Bug 446190: Data Explorer / History sidesheet tab: switching from "Timeline" to "Table" view resets the date filter
- Bug 444602: Github: Filtering not working on account-sidesheet
- Bug 445927: Administration Portal: On smaller screens the menu is not visible
- Bug 445169: Operations Support Portal: Operation history: Type of operation not shown when language is German
- Bug 442577: Column picker for view configuration shows wrong columns
- Bug 420941: Web application overview: Clicking the title opens the Administration Portal
- Bug 446290: Portal: System entitlement ownership: Drop-down list does not load all entries
- Bug 447700: Portal: New request: Tabs are not using context-sensitive help
- Bug 447417: In Filter Data sidesheet, custom filters for properties, which have datatype double, allow non-numerical values
- Bug 446996: Only 20 child categories of a service category are displayed on the New Request page
- Bug 443469: In Filter Data sidesheet, existing custom filters can be mutated , even if the user cancels the sidesheet
- Bug 446342: Web Portal: Hyperviews: Clicking some tiles only reloads the currently displayed hyperview and breaks navigation history
- Bug 446263: Product bundle selection: Text search overrides Custom filters instead of narrowing down its results
- Bug 446162: Data Explorer: Missing date restriction in Status comparison view
- Bug 446188: Data Explorer: Switching history view from "Events" to "Status overview" and back produces date filter that does not match the events shown
- Bug 446167: Hyperview navigation from object shape does not work
- 440883: Portal: Pending attestations: Hyperviews: Add object types to list
- 438294: Portal allows navigation in Hyperviews
- Bug 432848: New Request: within the view of selected products, sorting was not correctly implemented
- Bug 443469: In Filter Data sidesheet, existing custom filters can be mutated in sneaky ways, even if the user cancels the sidesheet
- Bug 441058: Portal: Select page index is not reset when the filter changes


### January 16, 2024
The v92 branch has been updated with fixes for the following issues.
- Bug 441844: In Filter Data sidesheet, within Custom Filters, picking a different limited value does not cause the form to be submittable
Expand Down Expand Up @@ -201,6 +303,22 @@ We plan to push updates for each minor and major product release, allowing devel
- [Theming guide](./imxweb/custom-theme/readme.md)
- [CDR guide](./imxweb/projects/qbm/src/lib/cdr/Readme.md)

## Documentation

There are two ways to install the documentation locally. The result will be stored in _\imxweb\documentation\<projectname>_.

### 1. Using Compodoc (preferred)
1. Install the Compodoc package globally by running `npm install -g @compodoc/compodoc`.
2. Navigate to the library to create documentation for (e.g. `imxweb\projects\qer`).
3. Run `compodoc -p tsconfig.lib.json` for a library or `compodoc -p tsconfig.app.json` for an application.

### 2. Using npm only

This method only works for `qbm`, `qer` and the applications.

1. Navigate to _imxweb_.
2. run `npm run doc:<projectname>`

## Contributing

We welcome and appreciate contributions. Here's how you can open a pull request to submit code changes.
Expand Down
5 changes: 4 additions & 1 deletion imxweb/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"explorer.compactFolders": false,
"editor.tabSize": 2,
"git.ignoreLimitWarning": true
"git.ignoreLimitWarning": true,
"cSpell.words": [
"requestable"
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imxweb/compodoc/assets/images/menu/1-menu-bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 41ca3fb

Please sign in to comment.