Commit 13e6140
Release/v11 (#1407)
* feat(utmstack): add UTMStack guide component and integration steps
Signed-off-by: Manuel Abascal <[email protected]>
* Update frontend/src/app/app-module/guides/guide-utmstack/guide-utmstack.component.html
Co-authored-by: Copilot <[email protected]>
* Update backend/src/main/resources/config/liquibase/changelog/20251010001_adding_utmstack_integration.xml
Co-authored-by: Copilot <[email protected]>
* Added utmstack collector
* feat(utmstack): add UTMSTACK module to CollectorModuleEnum and update dependency version
* feat(utmstack): add UTMStack guide component and integration steps
Signed-off-by: Manuel Abascal <[email protected]>
* feat(utmstack): update uninstall command for UTMStack Collector integration
Signed-off-by: Manuel Abascal <[email protected]>
* feat[frontend](alert_management): changed echoes button style
* feat(action): add UTMStack Collector build step and update Dockerfile
* feat(utmstack-collector): implement DownloadVersion function for dependency management
* Update frontend/src/app/data-management/alert-management/alert-view/alert-view.component.html
Co-authored-by: Copilot <[email protected]>
* Update frontend/src/app/data-management/alert-management/alert-view/alert-view.component.ts
Co-authored-by: Copilot <[email protected]>
* Update frontend/src/app/data-management/alert-management/shared/components/data-field-render/data-field-render.component.ts
Co-authored-by: Copilot <[email protected]>
* feat(utmstack): update installation and uninstallation commands for UTMStack Collector
Signed-off-by: Manuel Abascal <[email protected]>
* Update frontend/src/app/app-module/guides/guide-utmstack/guide-utmstack.component.ts
Co-authored-by: Copilot <[email protected]>
* fix[frontend](alert_management): marked as false positive on create false positive tag rule
* Update frontend/src/app/data-management/alert-management/shared/components/alert-rule-create/alert-rule-create.component.ts
Co-authored-by: Copilot <[email protected]>
* Update frontend/src/app/data-management/alert-management/shared/components/alert-actions/alert-apply-tags/alert-tags-apply.component.ts
Co-authored-by: Copilot <[email protected]>
* Update frontend/src/app/data-management/alert-management/shared/components/alert-actions/alert-apply-tags/alert-tags-apply.component.ts
Co-authored-by: Copilot <[email protected]>
* refactor(action-sidebar): improve layout and optimize scroll handling
Signed-off-by: Manuel Abascal <[email protected]>
* refactor(action-sidebar): improve layout and optimize scroll handling
Signed-off-by: Manuel Abascal <[email protected]>
* fix(collector-ops): update deleteCollector method to use module enum value
* fix(logstash): update logstash filter resource URL to use UTM filters
Signed-off-by: Manuel Abascal <[email protected]>
* refactor(guide-utmstack): simplify ngOnInit and enhance token retrieval logic
Signed-off-by: Manuel Abascal <[email protected]>
* feat(alert): add new fields for Host and User in alert display
Signed-off-by: Manuel Abascal <[email protected]>
* feat(alert): add countAllAlertsByStatus method for improved alert counting
* feat(alert): introduce ALERT_ECHOES_FIELDS and enhance dynamic table with initialExpandedId
Signed-off-by: Manuel Abascal <[email protected]>
* fix(alert): adjust layout for alert host detail and improve conditional rendering
Signed-off-by: Manuel Abascal <[email protected]>
* fix[frontend](app_settings): added GMT+12 and daylight saving options on date settings
* fix[frontend](web_console): sanitized password parameter to admit all utf8 characters even url structure ones
* feat[backend](api-keys): added api keys dto, controllers and entities
* feat[backend](api_keys): added api keys
* feat(api_keys): create api_keys table with user_id and add foreign key constraint
* feat(api_keys): implement API key management with CRUD operations and validation
* refactor(api_keys): simplify API key management by removing user ID dependency in service methods
* feat(api_keys): implement API key filtering and usage logging for enhanced security
* feat[frontend](api_key): added api key list/creation components
* refactor(api_keys): remove unused ApplicationEventService from ApiKeyFilter
* refactor(api_keys): update API key table schema and change ID type to BIGINT
* feat(config): introduce constants for configuration data types and refactor validation logic
* refactor(UtmDataInputStatus, UtmNetworkScan): remove unused relationships and update queries to use source field
* feat(api_keys): enhance API key management UI
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): enhance API key management UI
Signed-off-by: Manuel Abascal <[email protected]>
* feat(config): introduce constants for configuration data types and refactor validation logic
* refactor(UtmDataInputStatus, UtmNetworkScan): remove unused relationships and update queries to use source field
* feat(api_keys): implement API key filtering and usage logging for enhanced security
* feat(api_keys): enhance API key management with new fields and logging improvements
* feat(api_keys): enhance IP address management with validation and error handling
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): add API key generation and expiration handling with user feedback
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): update API key modal for editing and improved deletion confirmation
Signed-off-by: Manuel Abascal <[email protected]>
* fix(agent): ensure proper closure of TCP and UDP listeners on disable
* refactor(api_keys): change API key identifier type from UUID to Long for consistency
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): improve API key listing with pagination, loading states, and expiration indicators
Signed-off-by: Manuel Abascal <[email protected]>
* fix(login): prevent error when checking for blocked user JWT authorization
Signed-off-by: Manuel Abascal <[email protected]>
* refactor(events): remove unused meter initialization in Analyze and startQueue functions
* fix(alert): remove debug logs from ngOnInit method in alert entity display
Signed-off-by: Manuel Abascal <[email protected]>
* feat(agent): add TLS connection option and update command generation for syslog integrations
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* Update frontend/src/app/app-management/api-keys/shared/components/api-key-modal/api-key-modal.component.ts
Co-authored-by: Copilot <[email protected]>
* Update backend/src/main/java/com/park/utmstack/security/api_key/ApiKeyFilter.java
Co-authored-by: Copilot <[email protected]>
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): enhance clipboard functionality with fallback support and feedback
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_key): enhance ApiKeyFilter with improved logging and validation checks
* feat(api_key): enhance ApiKeyFilter with improved logging and validation checks
* fix[frontend](web_console): sanitized password parameter to admit all utf8 characters even url structure ones
* feat[backend](api-keys): added api keys dto, controllers and entities
* feat[backend](api_keys): added api keys
* feat(api_keys): create api_keys table with user_id and add foreign key constraint
* feat(api_keys): implement API key management with CRUD operations and validation
* refactor(api_keys): simplify API key management by removing user ID dependency in service methods
* feat(api_keys): implement API key filtering and usage logging for enhanced security
* feat[frontend](api_key): added api key list/creation components
* refactor(api_keys): remove unused ApplicationEventService from ApiKeyFilter
* refactor(api_keys): update API key table schema and change ID type to BIGINT
* feat(api_keys): enhance API key management UI
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): enhance API key management UI
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): implement API key filtering and usage logging for enhanced security
* feat(api_keys): enhance API key management with new fields and logging improvements
* feat(api_keys): enhance IP address management with validation and error handling
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): add API key generation and expiration handling with user feedback
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): update API key modal for editing and improved deletion confirmation
Signed-off-by: Manuel Abascal <[email protected]>
* refactor(api_keys): change API key identifier type from UUID to Long for consistency
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): improve API key listing with pagination, loading states, and expiration indicators
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* Update frontend/src/app/app-management/api-keys/shared/components/api-key-modal/api-key-modal.component.ts
Co-authored-by: Copilot <[email protected]>
* Update backend/src/main/java/com/park/utmstack/security/api_key/ApiKeyFilter.java
Co-authored-by: Copilot <[email protected]>
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): enhance clipboard functionality with fallback support and feedback
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_key): enhance ApiKeyFilter with improved logging and validation checks
* feat(api_key): enhance ApiKeyFilter with improved logging and validation checks
* feat(api_key): enhance ApiKeyFilter with improved logging and validation checks
* refactor(agent): remove unused TLS certificate validation and related functions;
* Update frontend/src/app/core/auth/account.service.ts
Co-authored-by: Copilot <[email protected]>
* feat(agent): validate TLS certificates before enabling TLS for integrations
* feat(agent): add TLS support for syslog command generation and update argument handling
Signed-off-by: Manuel Abascal <[email protected]>
* feat(agent): add TLS support for syslog command generation and update argument handling
Signed-off-by: Manuel Abascal <[email protected]>
* refactor(agent): remove unused TLS certificate validation and related functions;
* fix[frontend](web_console): sanitized password parameter to admit all utf8 characters even url structure ones
* Update frontend/src/app/core/auth/account.service.ts
Co-authored-by: Copilot <[email protected]>
* fix[frontend](app_settings): added GMT+12 and daylight saving options on date settings
* feat(agent): validate TLS certificates before enabling TLS for integrations
* fix[frontend](web_console): sanitized password parameter to admit all utf8 characters even url structure ones
* feat[backend](api-keys): added api keys dto, controllers and entities
* feat[backend](api_keys): added api keys
* feat(api_keys): create api_keys table with user_id and add foreign key constraint
* feat(api_keys): implement API key management with CRUD operations and validation
* refactor(api_keys): simplify API key management by removing user ID dependency in service methods
* feat(api_keys): implement API key filtering and usage logging for enhanced security
* feat[frontend](api_key): added api key list/creation components
* refactor(api_keys): remove unused ApplicationEventService from ApiKeyFilter
* refactor(api_keys): update API key table schema and change ID type to BIGINT
* feat(api_keys): enhance API key management UI
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): enhance API key management UI
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): implement API key filtering and usage logging for enhanced security
* feat(api_keys): enhance API key management with new fields and logging improvements
* feat(api_keys): enhance IP address management with validation and error handling
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): add API key generation and expiration handling with user feedback
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): update API key modal for editing and improved deletion confirmation
Signed-off-by: Manuel Abascal <[email protected]>
* refactor(api_keys): change API key identifier type from UUID to Long for consistency
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): improve API key listing with pagination, loading states, and expiration indicators
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* Update frontend/src/app/app-management/api-keys/shared/components/api-key-modal/api-key-modal.component.ts
Co-authored-by: Copilot <[email protected]>
* Update backend/src/main/java/com/park/utmstack/security/api_key/ApiKeyFilter.java
Co-authored-by: Copilot <[email protected]>
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): enhance clipboard functionality with fallback support and feedback
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_key): enhance ApiKeyFilter with improved logging and validation checks
* feat(api_key): enhance ApiKeyFilter with improved logging and validation checks
* feat(api_key): enhance ApiKeyFilter with improved logging and validation checks
* feat[backend](api-keys): added api keys dto, controllers and entities
* feat[backend](api_keys): added api keys
* feat(api_keys): create api_keys table with user_id and add foreign key constraint
* feat(api_keys): implement API key management with CRUD operations and validation
* feat[frontend](api_key): added api key list/creation components
* refactor(api_keys): remove unused ApplicationEventService from ApiKeyFilter
* refactor(api_keys): update API key table schema and change ID type to BIGINT
* feat(api_keys): enhance API key management UI
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): implement API key filtering and usage logging for enhanced security
* feat(api_keys): enhance API key management with new fields and logging improvements
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* Update backend/src/main/java/com/park/utmstack/security/api_key/ApiKeyFilter.java
Co-authored-by: Copilot <[email protected]>
* feat: improve asset source sorting and display in assets view
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance loading state handling in chart and view components
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance alert rule modal presentation and improve alert completion messaging
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance asset detail interaction and add trackBy function for performance
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add isEcho input to data field render for conditional rendering of alert status and action components
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add adversary field rendering to alert view detail component
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add adversary field rendering to alert view detail component
Signed-off-by: Manuel Abascal <[email protected]>
* feat: rename UtmLogstashFilterResource to UtmFilterResource and update API endpoints
* feat: enhance logstash filters component with loading state and quick create functionality
Signed-off-by: Manuel Abascal <[email protected]>
* feat(agent): update TLS command generation for syslog integrations to use concatenation
Signed-off-by: Manuel Abascal <[email protected]>
* feat: update database schema and properties for v11 release
* feat: update database schema and properties for v11 release
* feat: refactor constants for log event data and update Elasticsearch query
* feat: refactor event handling to use Event type and update related components
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance agent console UI and improve password input handling
Signed-off-by: Manuel Abascal <[email protected]>
* feat: refactor layout and styling for active directory components
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance add rule component with after events section and modal styling
Signed-off-by: Manuel Abascal <[email protected]>
* feat: improve layout and styling for active directory event component
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add changelogs to hide compliance menu items and update filters visualization
* feat: filter compliance standards by ID in the HTTP response
Signed-off-by: Manuel Abascal <[email protected]>
* feat: implement search functionality for fields in condition item component
Signed-off-by: Manuel Abascal <[email protected]>
* feat: remove duplicate alert badge fields and clean up HTML structure
Signed-off-by: Manuel Abascal <[email protected]>
* feat: remove loading spinner from visualization preview tooltip
Signed-off-by: Manuel Abascal <[email protected]>
* feat: update aggregation field mappings in filters visualization
* feat: comment out documentation alert in logstash filter create component
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add changelog to disable correlation rules with regex
* feat: update placement attribute to support multiple positions in alert action select component
Signed-off-by: Manuel Abascal <[email protected]>
* feat: condition builder visibility based on fields availability
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add system owner field to alert response rules and update related logic
* feat: add systemOwner filter to playbooks component
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add system owner field to alert response rules and update related logic
* feat: enhance playbook component with improved layout and functionality
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance playbook component with improved layout and functionality
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance playbook component with improved layout and functionality
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add system owner field to alert response rules and update related logic
* feat: enhance playbook component with improved layout and functionality
Signed-off-by: Manuel Abascal <[email protected]>
* feat: update agent handling strategy description for clarity and context
Signed-off-by: Manuel Abascal <[email protected]>
* feat: update agent handling strategy description for clarity and context
Signed-off-by: Manuel Abascal <[email protected]>
* fix: change PostgreSQL logger level from WARN to ERROR
* feat: update log handling and display logic for improved clarity and consistency
Signed-off-by: Manuel Abascal <[email protected]>
* feat: update log filter selection to improve user experience
Signed-off-by: Manuel Abascal <[email protected]>
* fix: handle potential null value in audits length check
Signed-off-by: Manuel Abascal <[email protected]>
* fix: update filterBySelect method to accept a generic field type
Signed-off-by: Manuel Abascal <[email protected]>
* feat: update workflows and send to new cm in gcp
* feat: include script to compile installer
* fix: resolve workflow errors and improve cross-platform compatibility
* fix problem with agent SIGN KEY
* feat: implement service to automatically assign asset groups to alerts
* feat: add asset group fields to alert constants and configuration
Signed-off-by: Manuel Abascal <[email protected]>
* feat(agent/syslog): add RFC 5424 octet counting framing support and improve message handling
* fix: always update pending versions
* improve v11 changelog
---------
Signed-off-by: Manuel Abascal <[email protected]>
Co-authored-by: Manuel Abascal <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Yadian Llada Lopez <[email protected]>
Co-authored-by: AlexSanchez-bit <[email protected]>
Co-authored-by: Osmany Montero <[email protected]>
Co-authored-by: JocLRojas <[email protected]>1 parent 69419f7 commit 13e6140
File tree
557 files changed
+17158
-5887
lines changed- .github/workflows
- agent-manager
- agent
- models
- protos
- updates
- utils
- agent
- config
- modules
- utils
- backend
- src/main
- java/com/park/utmstack
- advice
- aop/logging
- impl
- config
- domain
- alert_response_rule
- api_keys
- application_events
- enums
- types
- application_modules
- enums
- factory
- impl
- validators
- chart_builder/types/query
- correlation/rules
- index_template
- network_scan
- enums
- reports/types
- tfa
- event_processor
- loggin
- api_key
- filter
- repository
- alert_response_rule
- api_key
- network_scan
- security
- api_key
- jwt
- service
- alert_response_rule
- api_key
- application_events
- application_modules
- collectors
- dto
- alert
- api_key
- application_modules
- auditable
- collectors
- incident
- jwt
- network_scan
- tfa/enroll
- elasticsearch
- processor
- impl
- incident
- mapper
- network_scan
- overview
- reports
- tfa
- util
- exceptions
- validation/api_key
- web/rest
- agent_manager
- alert_response_rule
- api_key
- application_modules
- chart_builder
- collectors
- compliance
- config
- correlation
- config
- rules
- elasticsearch
- incident
- index_policy
- logstash_filter
- logstash_pipeline
- network_scan
- overview
- tfa
- user_auditor
- util
- vm
- resources
- config
- liquibase
- changelog
- data
- templates/reports/customs
- filters/utmstack
- frontend/src
- app
- active-directory
- view/active-directory-view
- app-management
- api-keys
- app-logs
- audits
- layout/app-management-sidebar
- app-module
- guides
- guide-syslog
- guide-utmstack
- module-integration
- assets-discover
- assets-view
- core/auth
- data-management
- alert-management
- alert-rules
- alert-view
- graphic-builder
- visualization/visualization-list
- incident-response
- playbook-builder
- playbooks
- logstash
- logstash-filters
- logstash-filter-create
- logstash-pipelines
- rule-management
- app-rule
- components
- add-rule
- rule-list
- see-rule
- validators
- assets
- icons/echoes
- img/guides/logos
- installer
- config
- services
- updater
- plugins
- alerts
- bitdefender
- config
- server
- config
- events
- gcp
- geolocation
- inputs
- modules-config
- o365
- sophos
- stats
- user-auditor
- src/main
- java/com/utmstack/userauditor
- model
- event
- winevent
- service
- Impl
- elasticsearch
- interfaces
- resources
- db/changelog
- changes
- utmstack-collector
- agent
- collector
- config
- conn
- database
- logservice
- models
- serv
- updates
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
557 files changed
+17158
-5887
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
18 | 26 | | |
19 | | - | |
| 27 | + | |
| 28 | + | |
20 | 29 | | |
21 | | - | |
22 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
23 | 34 | | |
24 | | - | |
25 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
26 | 39 | | |
27 | | - | |
28 | | - | |
| 40 | + | |
| 41 | + | |
29 | 42 | | |
30 | | - | |
| 43 | + | |
31 | 44 | | |
32 | | - | |
33 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
34 | 48 | | |
35 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
36 | 52 | | |
37 | 53 | | |
38 | 54 | | |
39 | | - | |
| 55 | + | |
40 | 56 | | |
41 | | - | |
| 57 | + | |
42 | 58 | | |
43 | | - | |
44 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
45 | 68 | | |
46 | | - | |
| 69 | + | |
47 | 70 | | |
48 | | - | |
49 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
50 | 78 | | |
51 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
52 | 83 | | |
53 | 84 | | |
54 | 85 | | |
55 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
56 | 177 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
63 | 190 | | |
64 | 191 | | |
65 | 192 | | |
66 | | - | |
| 193 | + | |
67 | 194 | | |
68 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
69 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
70 | 213 | | |
71 | 214 | | |
72 | | - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
0 commit comments