Commit 5f17d81
Release/v11.1.5 (#1536)
* feat(identity-provider): add OAuth2/OpenID Connect provider management
Signed-off-by: Manuel Abascal <[email protected]>
* refactor: update version info handling and clean up community module display
Signed-off-by: Manuel Abascal <[email protected]>
* Update frontend/src/app/shared/components/auth/login/login.component.ts
Co-authored-by: Copilot <[email protected]>
* Update frontend/src/app/shared/components/auth/login-providers/login-providers.component.ts
Co-authored-by: Copilot <[email protected]>
* Update backend/src/main/java/com/park/utmstack/config/SecurityConfiguration.java
Co-authored-by: Copilot <[email protected]>
* Update backend/src/main/java/com/park/utmstack/service/idp_provider/IdentityProviderService.java
Co-authored-by: Copilot <[email protected]>
* Update frontend/src/app/app-management/identity-provider/shared/components/provider-form/provider-form.component.ts
Co-authored-by: Copilot <[email protected]>
* feat(oauth2): enhance corporate authentication with additional fields and event handling
* refactor: simplify request structure and improve provider toggle logic
Signed-off-by: Manuel Abascal <[email protected]>
* feat(oauth2): implement enterprise version handling for identity providers
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add adversary view menu and associated authorities to database
* feat: add adversary management module with routing and view components
Signed-off-by: Manuel Abascal <[email protected]>
* refactor: remove deprecated standalone plugin architecture
* feat: add adversary management module with routing and view components
Signed-off-by: Manuel Abascal <[email protected]>
* feat: implement adversary alerts management with new DTOs and service
* feat: add SQL query support to LogExplorer via OpenSearch
* feat: add SQL query support to LogExplorer via OpenSearch
* feat: implement adversary alerts graph and service for data retrieval
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance timezone handling by dynamically generating timezone list
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance timezone handling by dynamically generating timezone list
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add adversary management module with routing and view components
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add adversary management module with routing and view components
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add adversary view menu and associated authorities to database
* feat: implement adversary alerts graph and service for data retrieval
Signed-off-by: Manuel Abascal <[email protected]>
* feat: implement adversary alerts management with new DTOs and service
* feat: enhance adversary alerts graph layout and styling for improved visualization
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance adversary alerts graph layout and styling for improved visualization
Signed-off-by: Manuel Abascal <[email protected]>
* fix[bitdefender-plugin]: make StartServer blocking and remove retry loop
* update macos guide
* feat: enhance adversary alerts graph layout and styling for improved visualization
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance adversary alerts graph layout and styling for improved visualization
Signed-off-by: Manuel Abascal <[email protected]>
* feat: implement adversary alerts management with new DTOs and service
* fix: adjust TFA expiration time to use configurable constant
* feat: conditionally render module card based on module name
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add application version info retrieval functionality
* feat: add application version info retrieval functionality
Signed-off-by: Manuel Abascal <[email protected]>
* feat: compliance report view component
* feat: add SQL query support to LogExplorer via OpenSearch
* feat: add SQL query support to LogExplorer via OpenSearch
* feat(saml): implement SAML authentication support with identity provider configuration
* feat(saml): implement SAML authentication support with identity provider configuration
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add application version info retrieval functionality
* fix: remove conditional rendering for AS_400 module and filter out in module retrieval
Signed-off-by: Manuel Abascal <[email protected]>
* feat(saml): enhance SAML authentication success handler to include role-based authorities
* feat(o365-plugin): add multi-cloud environment support for Microsoft Cloud (Commercial, GCC, GCC High, DoD)
* feat: add exception handling for MethodArgumentNotValidException and update UtmModuleConfigValidator logic
* fix(o365-plugin): Remove invalid field check and add multi-cloud support
- Implement cloud-aware connection checking per authority
- Use correct endpoints and scopes for each cloud environment
* feat: add SQL query support to LogExplorer via OpenSearch
* feat(o365-plugin): add Office 365 cloud environment configuration options
* Update backend/src/main/resources/config/liquibase/changelog/20251125001_add_environment_o365_integration.xml
Co-authored-by: Copilot <[email protected]>
* Update backend/src/main/java/com/park/utmstack/domain/application_modules/factory/impl/ModuleO365.java
Co-authored-by: Copilot <[email protected]>
* Update backend/src/main/java/com/park/utmstack/domain/application_modules/UtmModuleGroupConfiguration.java
Co-authored-by: Copilot <[email protected]>
* feat: add SQL query support to LogExplorer via OpenSearch
* feat: add SQL query support to LogExplorer via OpenSearch
* feat: add SQL query support to LogExplorer via OpenSearch
* feat: add SQL query support to LogExplorer via OpenSearch
* feat: add SQL query support to LogExplorer via OpenSearch
* fix: update file permissions from 777 to 755 for security improvements
* feat(azure plugin): enhance Azure cloud detection and connection validation
* feat(o365_validation-modules-config): add Management API validation and multi-cloud endpoint support
* feat(header): integrate version info display and update logic
Signed-off-by: Manuel Abascal <[email protected]>
* refactor: rename UtmStackConnectionService to ModuleConfigurationValidationService and enhance validation logic
* feat(exception-handling): add ApiException class and global exception handler
* feat: add SQL query support to LogExplorer via OpenSearch
* feat: add SQL query support to LogExplorer via OpenSearch
* feat(int-generic-group-config): improve searchable option based on config options length
Signed-off-by: Manuel Abascal <[email protected]>
* feat(int-generic-group-config): improve searchable option based on config options length
Signed-off-by: Manuel Abascal <[email protected]>
* fix(modules-config): disable CROWDSTRIKE module not implemented in backend.
* refactor(plugins): standardize logging with catcher
* feat(saml): update identity provider configuration to include metadata URL and remove deprecated fields
* style(dashboard): adjust padding and layout for improved UI consistency
Signed-off-by: Manuel Abascal <[email protected]>
* fix: optimize cloud detection logic in connection string parsing
* feat(elastic-filter-time): enhance time filter functionality and update UI interactions
Signed-off-by: Manuel Abascal <[email protected]>
* feat(azure): extract individual records from Azure Event Hub logs
Parse Azure logs with 'records' array structure and send each record
as a separate log entry for better indexing and security analysis.
Maintains backward compatibility for logs without records array.
* fix(modules-config): remove gin default logger middleware to eliminate non-standardized HTTP logs while maintaining catcher logging standard and panic protection.
* refactor(azure-filter): deleted 'Expand log.records' data to improve parsing
* refactor(gcp-filter): deleted 'Expand jsonPayload.structuredRdata' data to improve parsing
* update the version of the Azure and GCP filters
* feat(saml): update identity provider configuration to include metadata URL and remove deprecated fields
* feat(provider): add SAML 2.0 support with metadata URL and service provider configuration
Signed-off-by: Manuel Abascal <[email protected]>
* feat(saml): enhance identity provider creation with multipart form data and encryption for private key
* feat(provider): add SAML 2.0 support with metadata URL and service provider configuration
Signed-off-by: Manuel Abascal <[email protected]>
* fix(totp): prevent potential error by checking subscription before unsubscribe
Signed-off-by: Manuel Abascal <[email protected]>
* style(totp): comment out unused email resend container for cleaner code
Signed-off-by: Manuel Abascal <[email protected]>
* style(utm-code-view): add word-break class to code element for better text handling
Signed-off-by: Manuel Abascal <[email protected]>
* feat(filters): add Azure and GCP filters with updated field mappings and severity handling
* refactor(ModuleSocAi): remove unused getName method for cleaner code
* fix(deployment-pipeline): update tag pattern for v10 to support semantic versioning
* chore(changelog): update release notes for UTMStack v11.0.3 with fixed issues and performance improvements
* chore(changelog): update release notes for UTMStack v11.0.3 with fixed issues and performance improvements
* feat(authentication): add SAML and OIDC support with validation for private keys and certificates
* chore(master.xml): remove outdated environment integration and filter update changelogs
* feat(identity-provider): enhance provider management with file uploads and validation
Signed-off-by: Manuel Abascal <[email protected]>
* feat(authentication): enhance SAML and OIDC support with file validation and metadata URL checks
* feat(identity-provider): enhance provider management with file uploads and validation
Signed-off-by: Manuel Abascal <[email protected]>
* feat(identity-provider): enhance provider management with file uploads and validation
Signed-off-by: Manuel Abascal <[email protected]>
* Refactor adversary alerts graph component and update no data display
Signed-off-by: Manuel Abascal <[email protected]>
* Remove redundant getName() method override in ModuleSocAi
* Update frontend/src/app/data-management/alert-management/shared/components/filters/alert-generic-filter/alert-generic-filter.component.ts
Co-authored-by: Copilot <[email protected]>
* feat: add SQL query support to LogExplorer via OpenSearch
* feat: add SQL query support to LogExplorer via OpenSearch
* feat: enhance LogExplorer with SQL query support and custom keyword suggestions
* Update backend/src/main/java/com/park/utmstack/service/dto/elastic/SqlSearchDto.java
Co-authored-by: Copilot <[email protected]>
* feat: enhance identity provider management with role requirements and UI improvements
Signed-off-by: Manuel Abascal <[email protected]>
* feat: update login components for improved styling and provider text
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add loading screen with spinner and enhance app initialization
Signed-off-by: Manuel Abascal <[email protected]>
* feat(agents): update agent guide with Kali Linux tab and enhance installation command structure
* feat: add SAML OIDC corporate authentication configuration fields
* feat: add SAML OIDC corporate authentication support with SP entity ID and ACS URL
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api-keys): implement API key management with creation, retrieval, update, and deletion functionalities
* feat: integrate app version management and enterprise feature directive
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance SAML2 login handlers with role validation and logging
* feat: enhance SAML2 login handlers with role validation and logging
* feat: enhance SAML2 login handlers with role validation and logging
* feat: integrate app version management and enterprise feature directive
Signed-off-by: Manuel Abascal <[email protected]>
* feat: update API route for version checking to check-for-updates
Signed-off-by: Manuel Abascal <[email protected]>
* feat: remove client secret display from provider details
Signed-off-by: Manuel Abascal <[email protected]>
* fix: update application version file path and improve pagination offset calculation
* fix: update application version file path and improve pagination offset calculation
* fix: update opensearch-connector version to 1.0.4
* feat: enhance enterprise module directive to support dynamic menu names and icons
Signed-off-by: Manuel Abascal <[email protected]>
* fix: streamline loading state management in playbook service and clean up filter parameters in playbooks component
Signed-off-by: Manuel Abascal <[email protected]>
* fix: update UtmModuleRepository and UtmModuleService to use Optional for findByServerIdAndModuleName method
* feat: add detail view for alerts in echoes component and improve alert display
Signed-off-by: Manuel Abascal <[email protected]>
* fix: improve error handling in CleanCountedLogs to create default data retention file if retrieval fails
* feat: enhance adversary alerts graph with dynamic graphic elements and improved chart container styling
Signed-off-by: Manuel Abascal <[email protected]>
* Update frontend/src/app/data-management/alert-management/shared/components/alert-echoes/alert-echoes.component.html
Co-authored-by: Copilot <[email protected]>
* Update frontend/src/app/data-management/alert-management/shared/components/alert-echoes/alert-echoes.component.html
Co-authored-by: Copilot <[email protected]>
* feat: enhance detail view for alerts in echoes component and improve data handling
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance adversary alerts graph with dynamic graphic elements and improved chart container styling
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance adversary alerts graph with dynamic graphic elements and improved chart container styling
Signed-off-by: Manuel Abascal <[email protected]>
* refactor: reorganize imports in adversary alerts graph component for improved readability
Signed-off-by: Manuel Abascal <[email protected]>
* refactor: reorganize imports in adversary alerts graph component for improved readability
Signed-off-by: Manuel Abascal <[email protected]>
* chore: update changelog for UTMStack v11.1.1 release, add fixes and features
* fix: handle version info loading error gracefully
Signed-off-by: Manuel Abascal <[email protected]>
* feat: refactor module update process to use ModuleDTO and enhance decryption handling
* feat: enhance adversary alerts graph with improved event handling and child alert metadata
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add SAML2 login endpoint to front-end configuration
* fix: ensure getPatternStoredFields returns an empty array if no fields are found
Signed-off-by: Manuel Abascal <[email protected]>
* chore: update CHANGELOG for UTMStack v11.1.2 release
Signed-off-by: Manuel Abascal <[email protected]>
* feat: implement authentication styles and restructure login components
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance two-factor authentication UI and improve user experience
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add SAML2 login configuration and update Dockerfile
* feat: enhance two-factor authentication UI and improve user experience
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance two-factor authentication UI and improve user experience
Signed-off-by: Manuel Abascal <[email protected]>
* feat: remove unnecessary Nginx configuration copy from Dockerfile
Signed-off-by: Manuel Abascal <[email protected]>
* feat: refactor UtmLogstashPipeline class to use Lombok annotations and improve default value handling
* feat: update component labels for clarity in UI
Signed-off-by: Manuel Abascal <[email protected]>
* fix: correct command syntax in UTM stack installer scripts
Signed-off-by: Manuel Abascal <[email protected]>
* fix: correct syntax error in UTM stack installation command
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance download link styling for macOS agent guide
Signed-off-by: Manuel Abascal <[email protected]>
* chore: update release notes for UTMStack v11.1.4 and modify server API URL
* style: update styling for login image and setup completion text
Signed-off-by: Manuel Abascal <[email protected]>
* feat: implement schedule configuration component for time and day selection
Signed-off-by: Manuel Abascal <[email protected]>
* feat: implement schedule configuration component with time and day selection
Signed-off-by: Manuel Abascal <[email protected]>
* fix: improve context handling in getLogs function for AWSProcessor
* feat: add Liquibase changelog for renaming O365 fields in utm_visualization
* chore: update release notes for UTMStack v11.1.5 and standardize utm_visualization field names
* fix: adjust layout for log analyzer view in SQL mode
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add Liquibase changelog for renaming filter fields in utm_dashboard
* refactor: remove redundant user access roles section from provider form
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance SAML2 login handling by validating user existence and roles
* feat(pt-pentest-detail): add pentest detail component with download and open detail functionalities
* fix: handle case when Elasticsearch index does not exist in alerts fetching
* fix: change log level for com.zaxxer from WARN to ERROR
* feat(elastic-filter): add clear filter selection functionality
Signed-off-by: Manuel Abascal <[email protected]>
* fix(environment): revert local changes
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add changelog for updating instance update frequency configuration
* style: enhance responsive design for various components based on viewport height
Signed-off-by: Manuel Abascal <[email protected]>
* style: enhance responsive design for various components based on viewport height
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add admin email constant and first login flag to response DTO
* chore: update changelog for version 11.1.5
* feat: add first login flag to authentication flow and update related components
Signed-off-by: Manuel Abascal <[email protected]>
* style: remove top padding from auth cover for improved layout
Signed-off-by: Manuel Abascal <[email protected]>
* style: update layout and visibility of security notice in TFA setup
Signed-off-by: Manuel Abascal <[email protected]>
* feat: deserialize configuration values for improved data handling
Signed-off-by: Manuel Abascal <[email protected]>
* feat: deserialize configuration values for improved data handling
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance writeValue method to support string input for schedule configuration
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance writeValue method to support string input for schedule configuration
Signed-off-by: Manuel Abascal <[email protected]>
---------
Signed-off-by: Manuel Abascal <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: JocLRojas <[email protected]>
Co-authored-by: Elena Lopez Milan <[email protected]>
Co-authored-by: Yorjander Hernandez Vergara <[email protected]>
Co-authored-by: Osmany Montero <[email protected]>
Co-authored-by: Yadian Llada Lopez <[email protected]>1 parent 02447d5 commit 5f17d81
File tree
37 files changed
+1243
-749
lines changed- backend/src/main
- java/com/park/utmstack
- config
- security
- jwt
- saml
- service
- dto/jwt
- threat_management
- web/rest
- threat_management
- resources
- config/liquibase
- changelog
- frontend/src
- app
- core/auth
- log-analyzer/explorer/log-analyzer-view
- assets/modules
- plugins/aws
37 files changed
+1243
-749
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
169 | 172 | | |
170 | 173 | | |
171 | 174 | | |
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
126 | 124 | | |
127 | 125 | | |
128 | 126 | | |
129 | | - | |
130 | | - | |
| 127 | + | |
131 | 128 | | |
132 | 129 | | |
133 | 130 | | |
Lines changed: 6 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | | - | |
54 | | - | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 57 | + | |
| 58 | + | |
63 | 59 | | |
64 | | - | |
| 60 | + | |
65 | 61 | | |
66 | 62 | | |
67 | 63 | | |
68 | 64 | | |
69 | 65 | | |
70 | 66 | | |
71 | 67 | | |
72 | | - | |
| 68 | + | |
73 | 69 | | |
74 | 70 | | |
75 | 71 | | |
76 | | - | |
77 | 72 | | |
78 | 73 | | |
79 | | - | |
80 | 74 | | |
81 | 75 | | |
82 | 76 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
97 | | - | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| 125 | + | |
123 | 126 | | |
124 | 127 | | |
125 | 128 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
Lines changed: 91 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
Lines changed: 57 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
0 commit comments