[DSpace/dspace-angular] 917e5f: Issue 1635: Fix for @input not working on search b...

2 views
Skip to first unread message

Tim Donohue

unread,
May 12, 2022, 11:11:12 AM5/12/22
to dspace-c...@googlegroups.com
Branch: refs/heads/main
Home: https://github.com/DSpace/dspace-angular
Commit: 917e5fe5bc0fdee2f022892c6bfab795384578ba
https://github.com/DSpace/dspace-angular/commit/917e5fe5bc0fdee2f022892c6bfab795384578ba
Author: Marie Verdonck <maria.v...@atmire.com>
Date: 2022-05-02 (Mon, 02 May 2022)

Changed paths:
M src/app/shared/search-form/search-form.component.ts

Log Message:
-----------
Issue 1635: Fix for @input not working on search bar ds-search-form


Commit: b9f239e3a92e57d82aec267ea9c6b9d220c999cc
https://github.com/DSpace/dspace-angular/commit/b9f239e3a92e57d82aec267ea9c6b9d220c999cc
Author: Alexandre Vryghem <alex...@atmire.com>
Date: 2022-05-04 (Wed, 04 May 2022)

Changed paths:
M .browserslistrc
A .eslintrc.json
A .gitattributes
M .github/workflows/build.yml
A .github/workflows/docker.yml
M .gitignore
M .vscode/settings.json
M Dockerfile
M LICENSE
A NOTICE
M README.md
M angular.json
A config/.gitignore
A config/config.example.yml
A config/config.yml
A cypress.json
A cypress/.gitignore
A cypress/fixtures/example.json
A cypress/integration/breadcrumbs.spec.ts
A cypress/integration/browse-by-author.spec.ts
A cypress/integration/browse-by-dateissued.spec.ts
A cypress/integration/browse-by-subject.spec.ts
A cypress/integration/browse-by-title.spec.ts
A cypress/integration/collection-page.spec.ts
A cypress/integration/collection-statistics.spec.ts
A cypress/integration/community-list.spec.ts
A cypress/integration/community-page.spec.ts
A cypress/integration/community-statistics.spec.ts
A cypress/integration/footer.spec.ts
A cypress/integration/header.spec.ts
A cypress/integration/homepage-statistics.spec.ts
A cypress/integration/homepage.spec.ts
A cypress/integration/item-page.spec.ts
A cypress/integration/item-statistics.spec.ts
A cypress/integration/login-modal.spec.ts
A cypress/integration/my-dspace.spec.ts
A cypress/integration/pagenotfound.spec.ts
A cypress/integration/search-navbar.spec.ts
A cypress/integration/search-page.spec.ts
A cypress/integration/submission.spec.ts
A cypress/plugins/index.ts
A cypress/support/commands.ts
A cypress/support/index.ts
A cypress/support/utils.ts
A cypress/tsconfig.json
M docker/README.md
M docker/cli.assetstore.yml
M docker/cli.yml
M docker/db.entities.yml
M docker/docker-compose-ci.yml
M docker/docker-compose-rest.yml
M docker/docker-compose.yml
R docker/environment.dev.ts
R docker/local.cfg
M docs/Configuration.md
R e2e/protractor-ci.conf.js
R e2e/protractor.conf.js
R e2e/src/app.e2e-spec.ts
R e2e/src/app.po.ts
R e2e/src/item-statistics/item-statistics.e2e-spec.ts
R e2e/src/item-statistics/item-statistics.po.ts
R e2e/src/pagenotfound/pagenotfound.e2e-spec.ts
R e2e/src/pagenotfound/pagenotfound.po.ts
R e2e/src/search-navbar/search-navbar.e2e-spec.ts
R e2e/src/search-navbar/search-navbar.po.ts
R e2e/src/search-page/search-page.e2e-spec.ts
R e2e/src/search-page/search-page.po.ts
R e2e/tsconfig.json
M karma.conf.js
R mock-nodemon.json
M nodemon.json
M package.json
A scripts/env-to-yaml.ts
A scripts/merge-i18n-files.ts
M scripts/serve.ts
R scripts/set-env.ts
R scripts/set-mock-env.ts
A scripts/test-rest.ts
M server.ts
M src/app/access-control/access-control.module.ts
M src/app/access-control/epeople-registry/epeople-registry.actions.ts
M src/app/access-control/epeople-registry/epeople-registry.component.spec.ts
M src/app/access-control/epeople-registry/eperson-form/eperson-form.component.html
M src/app/access-control/epeople-registry/eperson-form/eperson-form.component.spec.ts
M src/app/access-control/epeople-registry/eperson-form/eperson-form.component.ts
A src/app/access-control/epeople-registry/eperson-form/validators/email-taken.validator.ts
M src/app/access-control/group-registry/group-form/group-form.component.spec.ts
M src/app/access-control/group-registry/group-form/group-form.component.ts
M src/app/access-control/group-registry/group-form/members-list/members-list.component.html
M src/app/access-control/group-registry/group-form/subgroup-list/subgroups-list.component.html
M src/app/access-control/group-registry/group-form/subgroup-list/subgroups-list.component.ts
A src/app/access-control/group-registry/group-form/validators/group-exists.validator.ts
M src/app/access-control/group-registry/group-registry.actions.ts
M src/app/access-control/group-registry/groups-registry.component.html
M src/app/access-control/group-registry/groups-registry.component.spec.ts
M src/app/access-control/group-registry/groups-registry.component.ts
M src/app/admin/admin-registries/admin-registries.module.ts
M src/app/admin/admin-registries/bitstream-formats/bitstream-format.actions.ts
M src/app/admin/admin-registries/bitstream-formats/bitstream-formats.component.spec.ts
M src/app/admin/admin-registries/bitstream-formats/bitstream-formats.component.ts
M src/app/admin/admin-registries/bitstream-formats/bitstream-formats.module.ts
M src/app/admin/admin-registries/metadata-registry/metadata-registry.actions.ts
M src/app/admin/admin-registries/metadata-registry/metadata-registry.component.spec.ts
M src/app/admin/admin-registries/metadata-registry/metadata-schema-form/metadata-schema-form.component.spec.ts
M src/app/admin/admin-registries/metadata-schema/metadata-field-form/metadata-field-form.component.spec.ts
M src/app/admin/admin-registries/metadata-schema/metadata-schema.component.spec.ts
M src/app/admin/admin-search-page/admin-search-results/item-admin-search-result-actions.component.html
M src/app/admin/admin-search-page/admin-search.module.ts
M src/app/admin/admin-sidebar/admin-sidebar-section/admin-sidebar-section.component.html
M src/app/admin/admin-sidebar/admin-sidebar-section/admin-sidebar-section.component.ts
M src/app/admin/admin-sidebar/admin-sidebar.component.html
M src/app/admin/admin-sidebar/admin-sidebar.component.scss
M src/app/admin/admin-sidebar/admin-sidebar.component.spec.ts
M src/app/admin/admin-sidebar/admin-sidebar.component.ts
M src/app/admin/admin-sidebar/expandable-admin-sidebar-section/expandable-admin-sidebar-section.component.html
M src/app/admin/admin-sidebar/expandable-admin-sidebar-section/expandable-admin-sidebar-section.component.scss
M src/app/admin/admin-sidebar/expandable-admin-sidebar-section/expandable-admin-sidebar-section.component.spec.ts
M src/app/admin/admin-sidebar/expandable-admin-sidebar-section/expandable-admin-sidebar-section.component.ts
A src/app/admin/admin-sidebar/themed-admin-sidebar.component.ts
M src/app/admin/admin-workflow-page/admin-workflow-search-results/workflow-item-admin-workflow-actions.component.html
M src/app/admin/admin-workflow-page/admin-workflow.module.ts
M src/app/admin/admin.module.ts
M src/app/app-routing-paths.ts
M src/app/app-routing.module.ts
M src/app/app.component.spec.ts
M src/app/app.component.ts
M src/app/app.module.ts
M src/app/app.reducer.ts
M src/app/bitstream-page/bitstream-page-routing.module.ts
M src/app/bitstream-page/bitstream-page.module.ts
M src/app/bitstream-page/bitstream-page.resolver.ts
M src/app/bitstream-page/edit-bitstream-page/edit-bitstream-page.component.html
M src/app/bitstream-page/edit-bitstream-page/edit-bitstream-page.component.scss
M src/app/bitstream-page/edit-bitstream-page/edit-bitstream-page.component.spec.ts
M src/app/bitstream-page/edit-bitstream-page/edit-bitstream-page.component.ts
M src/app/bitstream-page/legacy-bitstream-url.resolver.spec.ts
M src/app/breadcrumbs/breadcrumbs.component.html
M src/app/breadcrumbs/breadcrumbs.component.scss
M src/app/breadcrumbs/breadcrumbs.component.spec.ts
M src/app/breadcrumbs/breadcrumbs.component.ts
M src/app/browse-by/browse-by-date-page/browse-by-date-page.component.spec.ts
M src/app/browse-by/browse-by-date-page/browse-by-date-page.component.ts
M src/app/browse-by/browse-by-guard.spec.ts
M src/app/browse-by/browse-by-guard.ts
M src/app/browse-by/browse-by-metadata-page/browse-by-metadata-page.component.html
M src/app/browse-by/browse-by-metadata-page/browse-by-metadata-page.component.ts
M src/app/browse-by/browse-by-routing.module.ts
M src/app/browse-by/browse-by-switcher/browse-by-decorator.spec.ts
M src/app/browse-by/browse-by-switcher/browse-by-decorator.ts
M src/app/browse-by/browse-by-switcher/browse-by-switcher.component.spec.ts
M src/app/browse-by/browse-by-switcher/browse-by-switcher.component.ts
M src/app/browse-by/browse-by-title-page/browse-by-title-page.component.spec.ts
M src/app/browse-by/browse-by-title-page/browse-by-title-page.component.ts
M src/app/browse-by/browse-by.module.ts
M src/app/collection-page/collection-form/collection-form.component.ts
A src/app/collection-page/collection-form/collection-form.models.ts
M src/app/collection-page/collection-form/collection-form.module.ts
M src/app/collection-page/collection-item-mapper/collection-item-mapper.component.html
M src/app/collection-page/collection-item-mapper/collection-item-mapper.component.spec.ts
M src/app/collection-page/collection-item-mapper/collection-item-mapper.component.ts
M src/app/collection-page/collection-page-routing.module.ts
M src/app/collection-page/collection-page.component.html
M src/app/collection-page/collection-page.component.ts
M src/app/collection-page/collection-page.module.ts
M src/app/collection-page/create-collection-page/create-collection-page.component.ts
M src/app/collection-page/delete-collection-page/delete-collection-page.component.html
M src/app/collection-page/delete-collection-page/delete-collection-page.component.ts
M src/app/collection-page/edit-collection-page/collection-metadata/collection-metadata.component.html
M src/app/collection-page/edit-collection-page/collection-metadata/collection-metadata.component.ts
M src/app/collection-page/edit-collection-page/collection-roles/collection-roles.component.spec.ts
A src/app/collection-page/edit-collection-page/collection-source/collection-source-controls/collection-source-controls.component.html
A src/app/collection-page/edit-collection-page/collection-source/collection-source-controls/collection-source-controls.component.scss
A src/app/collection-page/edit-collection-page/collection-source/collection-source-controls/collection-source-controls.component.spec.ts
A src/app/collection-page/edit-collection-page/collection-source/collection-source-controls/collection-source-controls.component.ts
M src/app/collection-page/edit-collection-page/collection-source/collection-source.component.html
M src/app/collection-page/edit-collection-page/collection-source/collection-source.component.spec.ts
M src/app/collection-page/edit-collection-page/collection-source/collection-source.component.ts
M src/app/collection-page/edit-collection-page/edit-collection-page.component.ts
M src/app/collection-page/edit-collection-page/edit-collection-page.module.ts
M src/app/community-list-page/community-list-datasource.ts
M src/app/community-list-page/community-list-page.component.html
M src/app/community-list-page/community-list-page.module.ts
M src/app/community-list-page/community-list-service.spec.ts
M src/app/community-list-page/community-list-service.ts
M src/app/community-list-page/community-list.actions.ts
M src/app/community-list-page/community-list.reducer.ts
M src/app/community-list-page/community-list/community-list.component.html
M src/app/community-list-page/community-list/community-list.component.spec.ts
M src/app/community-list-page/community-list/community-list.component.ts
A src/app/community-list-page/community-list/themed-community-list.component.ts
A src/app/community-list-page/flat-node.model.ts
A src/app/community-list-page/show-more-flat-node.model.ts
M src/app/community-page/community-form/community-form.component.ts
M src/app/community-page/community-form/community-form.module.ts
M src/app/community-page/community-page-routing.module.ts
M src/app/community-page/community-page.component.html
M src/app/community-page/community-page.component.ts
M src/app/community-page/community-page.module.ts
M src/app/community-page/create-community-page/create-community-page.component.ts
M src/app/community-page/delete-community-page/delete-community-page.component.html
M src/app/community-page/delete-community-page/delete-community-page.component.ts
M src/app/community-page/edit-community-page/community-authorizations/community-authorizations.component.ts
M src/app/community-page/edit-community-page/community-metadata/community-metadata.component.ts
M src/app/community-page/edit-community-page/community-roles/community-roles.component.spec.ts
M src/app/community-page/edit-community-page/edit-community-page.component.ts
M src/app/community-page/edit-community-page/edit-community-page.module.ts
M src/app/community-page/sub-collection-list/community-page-sub-collection-list.component.spec.ts
M src/app/community-page/sub-community-list/community-page-sub-community-list.component.spec.ts
M src/app/core/auth/auth-request.service.ts
M src/app/core/auth/auth.actions.ts
M src/app/core/auth/auth.effects.spec.ts
M src/app/core/auth/auth.effects.ts
M src/app/core/auth/auth.interceptor.spec.ts
M src/app/core/auth/auth.interceptor.ts
M src/app/core/auth/auth.service.ts
M src/app/core/auth/authenticated.guard.ts
M src/app/core/auth/models/auth-status.model.ts
M src/app/core/auth/models/auth.method-type.ts
M src/app/core/auth/models/auth.method.ts
M src/app/core/auth/models/short-lived-token.model.ts
M src/app/core/auth/selectors.ts
M src/app/core/auth/server-auth.service.ts
M src/app/core/auth/token-response-parsing.service.ts
A src/app/core/breadcrumbs/bitstream-breadcrumb.resolver.ts
A src/app/core/breadcrumbs/bitstream-breadcrumbs.service.ts
M src/app/core/breadcrumbs/dso-breadcrumbs.service.ts
M src/app/core/browse/browse-definition-data.service.spec.ts
M src/app/core/browse/browse-definition-data.service.ts
M src/app/core/browse/browse.service.spec.ts
M src/app/core/browse/browse.service.ts
M src/app/core/cache/builders/build-decorators.spec.ts
M src/app/core/cache/builders/build-decorators.ts
M src/app/core/cache/builders/link.service.spec.ts
M src/app/core/cache/builders/link.service.ts
M src/app/core/cache/builders/remote-data-build.service.spec.ts
M src/app/core/cache/builders/remote-data-build.service.ts
A src/app/core/cache/cacheable-object.model.ts
M src/app/core/cache/object-cache.actions.ts
M src/app/core/cache/object-cache.effects.ts
M src/app/core/cache/object-cache.reducer.spec.ts
M src/app/core/cache/object-cache.reducer.ts
M src/app/core/cache/object-cache.service.spec.ts
M src/app/core/cache/object-cache.service.ts
M src/app/core/cache/response.models.ts
M src/app/core/cache/server-sync-buffer.actions.ts
M src/app/core/cache/server-sync-buffer.effects.spec.ts
M src/app/core/cache/server-sync-buffer.effects.ts
A src/app/core/cache/typed-object.model.ts
M src/app/core/config/config.service.spec.ts
M src/app/core/config/config.service.ts
A src/app/core/config/models/config-accesses-conditions-options.model.ts
A src/app/core/config/models/config-submission-access.model.ts
A src/app/core/config/models/config-submission-accesses.model.ts
M src/app/core/config/models/config-type.ts
M src/app/core/config/models/config.model.ts
A src/app/core/config/submission-accesses-config.service.ts
M src/app/core/config/submission-forms-config.service.ts
M src/app/core/config/submission-uploads-config.service.ts
A src/app/core/core-state.model.ts
M src/app/core/core.module.ts
M src/app/core/core.reducers.ts
M src/app/core/core.selectors.ts
M src/app/core/data/base-response-parsing.service.spec.ts
M src/app/core/data/base-response-parsing.service.ts
M src/app/core/data/bitstream-data.service.ts
M src/app/core/data/bitstream-format-data.service.spec.ts
M src/app/core/data/bitstream-format-data.service.ts
M src/app/core/data/bundle-data.service.spec.ts
M src/app/core/data/bundle-data.service.ts
M src/app/core/data/change-analyzer.ts
M src/app/core/data/collection-data.service.spec.ts
M src/app/core/data/collection-data.service.ts
M src/app/core/data/comcol-data.service.spec.ts
M src/app/core/data/comcol-data.service.ts
M src/app/core/data/community-data.service.ts
M src/app/core/data/configuration-data.service.ts
M src/app/core/data/content-source-response-parsing.service.ts
M src/app/core/data/data.service.spec.ts
M src/app/core/data/data.service.ts
M src/app/core/data/debug-response-parsing.service.ts
M src/app/core/data/default-change-analyzer.service.ts
M src/app/core/data/dso-redirect-data.service.spec.ts
M src/app/core/data/dso-redirect-data.service.ts
M src/app/core/data/dso-response-parsing.service.ts
M src/app/core/data/dspace-object-data.service.ts
M src/app/core/data/dspace-rest-response-parsing.service.ts
M src/app/core/data/endpoint-map-response-parsing.service.ts
M src/app/core/data/entity-type.service.ts
M src/app/core/data/eperson-registration.service.spec.ts
M src/app/core/data/eperson-registration.service.ts
M src/app/core/data/external-source.service.ts
M src/app/core/data/facet-config-response-parsing.service.ts
M src/app/core/data/facet-value-response-parsing.service.ts
M src/app/core/data/feature-authorization/authorization-data.service.spec.ts
M src/app/core/data/feature-authorization/authorization-data.service.ts
M src/app/core/data/feature-authorization/feature-authorization-guard/some-feature-authorization.guard.ts
A src/app/core/data/feature-authorization/feature-authorization-guard/statistics-administrator.guard.ts
M src/app/core/data/feature-authorization/feature-data.service.ts
M src/app/core/data/feature-authorization/feature-id.ts
M src/app/core/data/filtered-discovery-page-response-parsing.service.ts
A src/app/core/data/find-list-options.model.ts
M src/app/core/data/href-only-data.service.spec.ts
M src/app/core/data/href-only-data.service.ts
M src/app/core/data/item-data.service.spec.ts
M src/app/core/data/item-data.service.ts
A src/app/core/data/item-request-data.service.spec.ts
A src/app/core/data/item-request-data.service.ts
M src/app/core/data/item-template-data.service.spec.ts
M src/app/core/data/item-template-data.service.ts
M src/app/core/data/lookup-relation.service.spec.ts
M src/app/core/data/lookup-relation.service.ts
M src/app/core/data/metadata-field-data.service.spec.ts
M src/app/core/data/metadata-field-data.service.ts
M src/app/core/data/metadata-schema-data.service.ts
M src/app/core/data/mydspace-response-parsing.service.ts
A src/app/core/data/object-updates/field-change-type.model.ts
A src/app/core/data/object-updates/field-update.model.ts
A src/app/core/data/object-updates/field-updates.model.ts
A src/app/core/data/object-updates/identifiable.model.ts
M src/app/core/data/object-updates/object-updates.actions.ts
M src/app/core/data/object-updates/object-updates.effects.ts
M src/app/core/data/object-updates/object-updates.reducer.spec.ts
M src/app/core/data/object-updates/object-updates.reducer.ts
M src/app/core/data/object-updates/object-updates.service.spec.ts
M src/app/core/data/object-updates/object-updates.service.ts
M src/app/core/data/object-updates/patch-operation-service/metadata-patch-operation.service.spec.ts
M src/app/core/data/object-updates/patch-operation-service/metadata-patch-operation.service.ts
M src/app/core/data/object-updates/patch-operation-service/patch-operation.service.ts
M src/app/core/data/paginated-list.model.ts
M src/app/core/data/parsing.service.ts
M src/app/core/data/processes/process-data.service.ts
M src/app/core/data/processes/script-data.service.ts
M src/app/core/data/registration-response-parsing.service.ts
M src/app/core/data/relationship-type.service.spec.ts
M src/app/core/data/relationship-type.service.ts
M src/app/core/data/relationship.service.spec.ts
M src/app/core/data/relationship.service.ts
M src/app/core/data/remote-data.ts
A src/app/core/data/request-entry-state.model.ts
A src/app/core/data/request-entry.model.ts
A src/app/core/data/request-error.model.ts
A src/app/core/data/request-state.model.ts
M src/app/core/data/request.actions.ts
M src/app/core/data/request.effects.ts
M src/app/core/data/request.models.ts
M src/app/core/data/request.reducer.spec.ts
M src/app/core/data/request.reducer.ts
M src/app/core/data/request.service.spec.ts
M src/app/core/data/request.service.ts
A src/app/core/data/response-state.model.ts
A src/app/core/data/rest-request-with-response-parser.model.ts
A src/app/core/data/rest-request.model.ts
M src/app/core/data/root-data.service.spec.ts
M src/app/core/data/root-data.service.ts
M src/app/core/data/root.model.ts
M src/app/core/data/search-response-parsing.service.ts
M src/app/core/data/site-data.service.spec.ts
M src/app/core/data/site-data.service.ts
M src/app/core/data/status-code-only-response-parsing.service.ts
A src/app/core/data/version-data.service.spec.ts
M src/app/core/data/version-data.service.ts
M src/app/core/data/version-history-data.service.spec.ts
M src/app/core/data/version-history-data.service.ts
M src/app/core/data/workflow-action-data.service.ts
A src/app/core/dspace-rest/dspace-not-null.serializer.ts
M src/app/core/end-user-agreement/abstract-end-user-agreement.guard.ts
M src/app/core/eperson/eperson-data.service.spec.ts
M src/app/core/eperson/eperson-data.service.ts
M src/app/core/eperson/group-data.service.spec.ts
M src/app/core/eperson/group-data.service.ts
A src/app/core/feedback/feedback-data.service.spec.ts
A src/app/core/feedback/feedback-data.service.ts
A src/app/core/feedback/feedback.guard.ts
A src/app/core/feedback/models/feedback.model.ts
A src/app/core/feedback/models/feedback.resource-type.ts
M src/app/core/history/history.actions.ts
M src/app/core/history/history.reducer.ts
M src/app/core/history/selectors.ts
A src/app/core/index/index-name.model.ts
M src/app/core/index/index.actions.ts
M src/app/core/index/index.effects.spec.ts
M src/app/core/index/index.effects.ts
M src/app/core/index/index.reducer.spec.ts
M src/app/core/index/index.reducer.ts
M src/app/core/index/index.selectors.ts
M src/app/core/json-patch/builder/json-patch-operations-builder.ts
M src/app/core/json-patch/json-patch-operations.actions.ts
M src/app/core/json-patch/json-patch-operations.effects.spec.ts
M src/app/core/json-patch/json-patch-operations.effects.ts
M src/app/core/json-patch/json-patch-operations.service.spec.ts
M src/app/core/json-patch/json-patch-operations.service.ts
M src/app/core/json-patch/selectors.ts
M src/app/core/locale/locale.service.spec.ts
M src/app/core/locale/locale.service.ts
M src/app/core/log/log.interceptor.spec.ts
M src/app/core/log/log.interceptor.ts
M src/app/core/metadata/meta-tag.actions.ts
M src/app/core/metadata/metadata.service.spec.ts
M src/app/core/metadata/metadata.service.ts
M src/app/core/pagination/pagination.service.spec.ts
M src/app/core/pagination/pagination.service.ts
M src/app/core/registry/registry.service.spec.ts
M src/app/core/registry/registry.service.ts
M src/app/core/resource-policy/models/resource-policy.model.ts
M src/app/core/resource-policy/resource-policy.service.spec.ts
M src/app/core/resource-policy/resource-policy.service.ts
M src/app/core/router/router.actions.ts
M src/app/core/router/router.effects.ts
A src/app/core/server-check/server-check.guard.spec.ts
A src/app/core/server-check/server-check.guard.ts
M src/app/core/services/route.actions.ts
M src/app/core/services/route.effects.ts
M src/app/core/services/route.service.ts
M src/app/core/services/server-response.service.ts
M src/app/core/shared/NoContent.model.ts
A src/app/core/shared/authorized.operators.ts
M src/app/core/shared/bitstream-format.model.ts
M src/app/core/shared/bitstream.model.ts
A src/app/core/shared/bitstream.operators.ts
M src/app/core/shared/browse-definition.model.ts
M src/app/core/shared/browse-entry.model.ts
M src/app/core/shared/configuration-property.model.ts
A src/app/core/shared/content-source-set-serializer.spec.ts
A src/app/core/shared/content-source-set-serializer.ts
M src/app/core/shared/content-source.model.ts
M src/app/core/shared/dspace-object.model.ts
M src/app/core/shared/external-source.model.ts
M src/app/core/shared/file.service.ts
M src/app/core/shared/generic-constructor.ts
M src/app/core/shared/hal-endpoint.service.spec.ts
M src/app/core/shared/item-relationships/item-type.model.ts
M src/app/core/shared/item-relationships/item-type.resource-type.ts
M src/app/core/shared/item-relationships/relationship-type.model.ts
M src/app/core/shared/item-relationships/relationship.model.ts
A src/app/core/shared/item-request.model.ts
A src/app/core/shared/item-request.resource-type.ts
M src/app/core/shared/metadata.models.ts
M src/app/core/shared/metadata.utils.spec.ts
M src/app/core/shared/operators.spec.ts
M src/app/core/shared/operators.ts
A src/app/core/shared/request.operators.ts
M src/app/core/shared/search/search-configuration.service.spec.ts
M src/app/core/shared/search/search-configuration.service.ts
M src/app/core/shared/search/search-filter.service.spec.ts
M src/app/core/shared/search/search-filter.service.ts
M src/app/core/shared/search/search-filters/search-config.model.ts
M src/app/core/shared/search/search.service.spec.ts
M src/app/core/shared/search/search.service.ts
M src/app/core/shared/uuid.service.ts
M src/app/core/shared/version-history.model.ts
M src/app/core/shared/version.model.ts
M src/app/core/shared/view-mode.model.ts
M src/app/core/statistics/usage-report-data.service.ts
A src/app/core/submission/models/access-condition.model.ts
A src/app/core/submission/models/submission-accesses.resource-type.ts
A src/app/core/submission/models/submission-item-access-condition.model.ts
M src/app/core/submission/models/submission-object.model.ts
M src/app/core/submission/models/submission-upload-file-access-condition.model.ts
A src/app/core/submission/models/workspaceitem-section-accesses.model.ts
M src/app/core/submission/models/workspaceitem-sections.model.ts
M src/app/core/submission/submission-cc-license-data.service.ts
M src/app/core/submission/submission-cc-license-url-data.service.ts
M src/app/core/submission/submission-json-patch-operations.service.spec.ts
M src/app/core/submission/submission-json-patch-operations.service.ts
M src/app/core/submission/submission-object-data.service.ts
M src/app/core/submission/submission-response-parsing.service.ts
M src/app/core/submission/submission-rest.service.ts
M src/app/core/submission/vocabularies/models/vocabulary-find-options.model.ts
M src/app/core/submission/vocabularies/models/vocabulary.model.ts
M src/app/core/submission/vocabularies/vocabulary.service.spec.ts
M src/app/core/submission/vocabularies/vocabulary.service.ts
A src/app/core/submission/workflowitem-data.service.spec.ts
M src/app/core/submission/workflowitem-data.service.ts
A src/app/core/submission/workspaceitem-data.service.spec.ts
M src/app/core/submission/workspaceitem-data.service.ts
M src/app/core/tasks/claimed-task-data.service.spec.ts
M src/app/core/tasks/claimed-task-data.service.ts
M src/app/core/tasks/models/task-object.model.ts
M src/app/core/tasks/pool-task-data.service.spec.ts
M src/app/core/tasks/pool-task-data.service.ts
M src/app/core/tasks/task-response-parsing.service.ts
M src/app/core/tasks/tasks.service.spec.ts
M src/app/core/tasks/tasks.service.ts
M src/app/core/utilities/equals.decorators.ts
M src/app/core/utilities/equatable.spec.ts
R src/app/core/utilities/equatable.ts
M src/app/core/xsrf/xsrf.interceptor.ts
A src/app/correlation-id/correlation-id.actions.ts
A src/app/correlation-id/correlation-id.reducer.spec.ts
A src/app/correlation-id/correlation-id.reducer.ts
A src/app/correlation-id/correlation-id.selector.ts
A src/app/correlation-id/correlation-id.service.spec.ts
A src/app/correlation-id/correlation-id.service.ts
M src/app/entity-groups/journal-entities/item-grid-elements/search-result-grid-elements/journal-issue/journal-issue-search-result-grid-element.component.html
M src/app/entity-groups/journal-entities/item-grid-elements/search-result-grid-elements/journal-volume/journal-volume-search-result-grid-element.component.html
M src/app/entity-groups/journal-entities/item-grid-elements/search-result-grid-elements/journal/journal-search-result-grid-element.component.html
M src/app/entity-groups/journal-entities/item-list-elements/search-result-list-elements/journal-issue/journal-issue-search-result-list-element.component.html
M src/app/entity-groups/journal-entities/item-list-elements/search-result-list-elements/journal-volume/journal-volume-search-result-list-element.component.html
M src/app/entity-groups/journal-entities/item-list-elements/search-result-list-elements/journal/journal-search-result-list-element.component.html
M src/app/entity-groups/journal-entities/item-pages/journal-issue/journal-issue.component.html
M src/app/entity-groups/journal-entities/item-pages/journal-volume/journal-volume.component.html
M src/app/entity-groups/journal-entities/item-pages/journal/journal.component.html
M src/app/entity-groups/journal-entities/item-pages/journal/journal.component.spec.ts
M src/app/entity-groups/journal-entities/journal-entities.module.ts
M src/app/entity-groups/research-entities/item-grid-elements/search-result-grid-elements/org-unit/org-unit-search-result-grid-element.component.html
M src/app/entity-groups/research-entities/item-grid-elements/search-result-grid-elements/person/person-search-result-grid-element.component.html
M src/app/entity-groups/research-entities/item-grid-elements/search-result-grid-elements/project/project-search-result-grid-element.component.html
M src/app/entity-groups/research-entities/item-list-elements/search-result-list-elements/project/project-search-result-list-element.component.html
M src/app/entity-groups/research-entities/item-pages/org-unit/org-unit.component.html
M src/app/entity-groups/research-entities/item-pages/person/person.component.html
M src/app/entity-groups/research-entities/item-pages/project/project.component.html
M src/app/entity-groups/research-entities/metadata-representations/person/person-item-metadata-list-element.component.spec.ts
M src/app/entity-groups/research-entities/research-entities.module.ts
M src/app/entity-groups/research-entities/submission/item-list-elements/org-unit/org-unit-suggestions/org-unit-input-suggestions.component.html
M src/app/entity-groups/research-entities/submission/item-list-elements/org-unit/org-unit-suggestions/org-unit-input-suggestions.component.ts
M src/app/entity-groups/research-entities/submission/item-list-elements/person/person-suggestions/person-input-suggestions.component.html
M src/app/entity-groups/research-entities/submission/item-list-elements/person/person-suggestions/person-input-suggestions.component.ts
M src/app/footer/footer.component.html
M src/app/forgot-password/forgot-password-form/forgot-password-form.component.html
M src/app/forgot-password/forgot-password-form/forgot-password-form.component.spec.ts
M src/app/forgot-password/forgot-password-form/forgot-password-form.component.ts
M src/app/forgot-password/forgot-password-routing.module.ts
M src/app/header-nav-wrapper/header-navbar-wrapper.component.ts
M src/app/header/header.component.ts
M src/app/home-page/home-page-routing.module.ts
M src/app/home-page/top-level-community-list/top-level-community-list.component.spec.ts
A src/app/info/feedback/feedback-form/feedback-form.component.html
A src/app/info/feedback/feedback-form/feedback-form.component.scss
A src/app/info/feedback/feedback-form/feedback-form.component.spec.ts
A src/app/info/feedback/feedback-form/feedback-form.component.ts
A src/app/info/feedback/feedback.component.html
A src/app/info/feedback/feedback.component.scss
A src/app/info/feedback/feedback.component.spec.ts
A src/app/info/feedback/feedback.component.ts
A src/app/info/feedback/themed-feedback.component.ts
M src/app/info/info-routing-paths.ts
M src/app/info/info-routing.module.ts
M src/app/info/info.module.ts
M src/app/item-page/bitstreams/upload/upload-bitstream.component.html
M src/app/item-page/bitstreams/upload/upload-bitstream.component.spec.ts
M src/app/item-page/bitstreams/upload/upload-bitstream.component.ts
M src/app/item-page/edit-item-page/abstract-item-update/abstract-item-update.component.ts
M src/app/item-page/edit-item-page/edit-item-page.component.html
M src/app/item-page/edit-item-page/edit-item-page.component.spec.ts
M src/app/item-page/edit-item-page/edit-item-page.module.ts
M src/app/item-page/edit-item-page/item-bitstreams/item-bitstreams.component.html
M src/app/item-page/edit-item-page/item-bitstreams/item-bitstreams.component.spec.ts
M src/app/item-page/edit-item-page/item-bitstreams/item-bitstreams.component.ts
M src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream-bundle/paginated-drag-and-drop-bitstream-list/paginated-drag-and-drop-bitstream-list.component.spec.ts
M src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream-bundle/paginated-drag-and-drop-bitstream-list/paginated-drag-and-drop-bitstream-list.component.ts
M src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream/item-edit-bitstream.component.html
M src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream/item-edit-bitstream.component.spec.ts
M src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream/item-edit-bitstream.component.ts
M src/app/item-page/edit-item-page/item-collection-mapper/item-collection-mapper.component.html
M src/app/item-page/edit-item-page/item-collection-mapper/item-collection-mapper.component.spec.ts
M src/app/item-page/edit-item-page/item-collection-mapper/item-collection-mapper.component.ts
M src/app/item-page/edit-item-page/item-delete/item-delete.component.html
M src/app/item-page/edit-item-page/item-delete/item-delete.component.spec.ts
M src/app/item-page/edit-item-page/item-delete/item-delete.component.ts
M src/app/item-page/edit-item-page/item-metadata/edit-in-place-field/edit-in-place-field.component.html
M src/app/item-page/edit-item-page/item-metadata/edit-in-place-field/edit-in-place-field.component.spec.ts
M src/app/item-page/edit-item-page/item-metadata/edit-in-place-field/edit-in-place-field.component.ts
M src/app/item-page/edit-item-page/item-metadata/item-metadata.component.html
M src/app/item-page/edit-item-page/item-metadata/item-metadata.component.scss
M src/app/item-page/edit-item-page/item-metadata/item-metadata.component.spec.ts
M src/app/item-page/edit-item-page/item-move/item-move.component.html
M src/app/item-page/edit-item-page/item-relationships/edit-relationship-list/edit-relationship-list.component.html
M src/app/item-page/edit-item-page/item-relationships/edit-relationship-list/edit-relationship-list.component.spec.ts
M src/app/item-page/edit-item-page/item-relationships/edit-relationship-list/edit-relationship-list.component.ts
M src/app/item-page/edit-item-page/item-relationships/edit-relationship/edit-relationship.component.spec.ts
M src/app/item-page/edit-item-page/item-relationships/edit-relationship/edit-relationship.component.ts
M src/app/item-page/edit-item-page/item-relationships/item-relationships.component.html
M src/app/item-page/edit-item-page/item-relationships/item-relationships.component.scss
M src/app/item-page/edit-item-page/item-relationships/item-relationships.component.spec.ts
M src/app/item-page/edit-item-page/item-relationships/item-relationships.component.ts
M src/app/item-page/edit-item-page/item-version-history/item-version-history.component.html
M src/app/item-page/edit-item-page/item-version-history/item-version-history.component.spec.ts
M src/app/item-page/edit-item-page/item-version-history/item-version-history.component.ts
M src/app/item-page/edit-item-page/simple-item-action/abstract-simple-item-action.component.html
M src/app/item-page/field-components/collections/collections.component.html
M src/app/item-page/field-components/collections/collections.component.spec.ts
M src/app/item-page/field-components/collections/collections.component.ts
M src/app/item-page/field-components/metadata-field-wrapper/metadata-field-wrapper.component.spec.ts
M src/app/item-page/field-components/metadata-uri-values/metadata-uri-values.component.html
M src/app/item-page/field-components/metadata-values/metadata-values.component.html
M src/app/item-page/full/field-components/file-section/full-file-section.component.html
M src/app/item-page/full/field-components/file-section/full-file-section.component.spec.ts
M src/app/item-page/full/full-item-page.component.html
M src/app/item-page/full/full-item-page.component.spec.ts
M src/app/item-page/full/full-item-page.component.ts
M src/app/item-page/item-page-routing-paths.ts
M src/app/item-page/item-page-routing.module.ts
M src/app/item-page/item-page.module.ts
A src/app/item-page/item-shared.module.ts
M src/app/item-page/media-viewer/media-viewer-image/media-viewer-image.component.spec.ts
M src/app/item-page/media-viewer/media-viewer-video/media-viewer-video.component.spec.ts
M src/app/item-page/media-viewer/media-viewer.component.spec.ts
A src/app/item-page/mirador-viewer/mirador-viewer.component.html
A src/app/item-page/mirador-viewer/mirador-viewer.component.scss
A src/app/item-page/mirador-viewer/mirador-viewer.component.spec.ts
A src/app/item-page/mirador-viewer/mirador-viewer.component.ts
A src/app/item-page/mirador-viewer/mirador-viewer.service.ts
M src/app/item-page/simple/field-components/file-section/file-section.component.html
A src/app/item-page/simple/field-components/file-section/themed-file-section.component.ts
M src/app/item-page/simple/item-page.component.html
M src/app/item-page/simple/item-page.component.spec.ts
M src/app/item-page/simple/item-page.component.ts
M src/app/item-page/simple/item-types/publication/publication.component.html
M src/app/item-page/simple/item-types/publication/publication.component.spec.ts
A src/app/item-page/simple/item-types/shared/item-iiif-utils.ts
M src/app/item-page/simple/item-types/shared/item.component.spec.ts
M src/app/item-page/simple/item-types/shared/item.component.ts
M src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html
M src/app/item-page/simple/item-types/untyped-item/untyped-item.component.spec.ts
M src/app/item-page/simple/item-types/untyped-item/untyped-item.component.ts
A src/app/item-page/simple/item-types/versioned-item/versioned-item.component.html
A src/app/item-page/simple/item-types/versioned-item/versioned-item.component.scss
A src/app/item-page/simple/item-types/versioned-item/versioned-item.component.spec.ts
A src/app/item-page/simple/item-types/versioned-item/versioned-item.component.ts
M src/app/item-page/simple/metadata-representation-list/metadata-representation-list.component.html
M src/app/item-page/simple/related-entities/related-entities-search/related-entities-search.component.html
M src/app/item-page/simple/related-entities/related-entities-search/related-entities-search.component.spec.ts
M src/app/item-page/simple/related-entities/related-entities-search/related-entities-search.component.ts
M src/app/item-page/simple/related-entities/tabbed-related-entities-search/tabbed-related-entities-search.component.html
M src/app/item-page/simple/related-items/related-items-component.ts
M src/app/item-page/simple/related-items/related-items.component.html
A src/app/item-page/version-page/version-page/version-page.component.html
A src/app/item-page/version-page/version-page/version-page.component.scss
A src/app/item-page/version-page/version-page/version-page.component.spec.ts
A src/app/item-page/version-page/version-page/version-page.component.ts
A src/app/item-page/version-page/version.resolver.ts
M src/app/login-page/login-page.component.spec.ts
M src/app/my-dspace-page/collection-selector/collection-selector.component.spec.ts
M src/app/my-dspace-page/my-dspace-configuration.service.spec.ts
M src/app/my-dspace-page/my-dspace-configuration.service.ts
A src/app/my-dspace-page/my-dspace-new-submission/my-dspace-new-external-dropdown/my-dspace-new-external-dropdown.component.html
A src/app/my-dspace-page/my-dspace-new-submission/my-dspace-new-external-dropdown/my-dspace-new-external-dropdown.component.scss
A src/app/my-dspace-page/my-dspace-new-submission/my-dspace-new-external-dropdown/my-dspace-new-external-dropdown.component.spec.ts
A src/app/my-dspace-page/my-dspace-new-submission/my-dspace-new-external-dropdown/my-dspace-new-external-dropdown.component.ts
A src/app/my-dspace-page/my-dspace-new-submission/my-dspace-new-submission-dropdown/my-dspace-new-submission-dropdown.component.html
A src/app/my-dspace-page/my-dspace-new-submission/my-dspace-new-submission-dropdown/my-dspace-new-submission-dropdown.component.scss
A src/app/my-dspace-page/my-dspace-new-submission/my-dspace-new-submission-dropdown/my-dspace-new-submission-dropdown.component.spec.ts
A src/app/my-dspace-page/my-dspace-new-submission/my-dspace-new-submission-dropdown/my-dspace-new-submission-dropdown.component.ts
M src/app/my-dspace-page/my-dspace-new-submission/my-dspace-new-submission.component.html
M src/app/my-dspace-page/my-dspace-new-submission/my-dspace-new-submission.component.spec.ts
M src/app/my-dspace-page/my-dspace-new-submission/my-dspace-new-submission.component.ts
M src/app/my-dspace-page/my-dspace-page.component.html
M src/app/my-dspace-page/my-dspace-page.component.scss
M src/app/my-dspace-page/my-dspace-page.component.spec.ts
M src/app/my-dspace-page/my-dspace-page.component.ts
M src/app/my-dspace-page/my-dspace-page.module.ts
R src/app/my-dspace-page/my-dspace-results/my-dspace-results.component.html
R src/app/my-dspace-page/my-dspace-results/my-dspace-results.component.spec.ts
R src/app/my-dspace-page/my-dspace-results/my-dspace-results.component.ts
M src/app/my-dspace-page/my-dspace-search.module.ts
M src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.html
M src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.spec.ts
M src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.ts
M src/app/navbar/navbar-section/navbar-section.component.html
M src/app/navbar/navbar-section/navbar-section.component.ts
M src/app/navbar/navbar.component.html
M src/app/navbar/navbar.component.spec.ts
M src/app/navbar/navbar.component.ts
M src/app/navbar/navbar.effects.spec.ts
M src/app/navbar/navbar.effects.ts
M src/app/navbar/navbar.module.ts
A src/app/page-internal-server-error/page-internal-server-error.component.html
A src/app/page-internal-server-error/page-internal-server-error.component.scss
A src/app/page-internal-server-error/page-internal-server-error.component.ts
A src/app/page-internal-server-error/themed-page-internal-server-error.component.ts
M src/app/process-page/detail/process-detail.component.html
M src/app/process-page/detail/process-detail.component.ts
M src/app/process-page/form/process-form.component.spec.ts
M src/app/process-page/form/process-form.component.ts
M src/app/process-page/overview/process-overview.component.html
M src/app/process-page/overview/process-overview.component.spec.ts
M src/app/process-page/overview/process-overview.component.ts
M src/app/process-page/process-page.resolver.ts
M src/app/process-page/processes/process.model.ts
M src/app/process-page/scripts/script.model.ts
M src/app/profile-page/profile-page.component.html
M src/app/profile-page/profile-page.component.spec.ts
M src/app/profile-page/profile-page.component.ts
M src/app/profile-page/profile-page.module.ts
M src/app/register-email-form/registration.resolver.spec.ts
M src/app/register-email-form/registration.resolver.ts
M src/app/register-page/create-profile/create-profile.component.html
M src/app/register-page/create-profile/create-profile.component.spec.ts
M src/app/register-page/create-profile/create-profile.component.ts
M src/app/register-page/register-page-routing.module.ts
A src/app/register-page/registration.guard.spec.ts
A src/app/register-page/registration.guard.ts
A src/app/request-copy/deny-request-copy/deny-request-copy.component.html
A src/app/request-copy/deny-request-copy/deny-request-copy.component.scss
A src/app/request-copy/deny-request-copy/deny-request-copy.component.spec.ts
A src/app/request-copy/deny-request-copy/deny-request-copy.component.ts
A src/app/request-copy/email-request-copy/email-request-copy.component.html
A src/app/request-copy/email-request-copy/email-request-copy.component.scss
A src/app/request-copy/email-request-copy/email-request-copy.component.spec.ts
A src/app/request-copy/email-request-copy/email-request-copy.component.ts
A src/app/request-copy/email-request-copy/request-copy-email.model.ts
A src/app/request-copy/grant-deny-request-copy/grant-deny-request-copy.component.html
A src/app/request-copy/grant-deny-request-copy/grant-deny-request-copy.component.scss
A src/app/request-copy/grant-deny-request-copy/grant-deny-request-copy.component.spec.ts
A src/app/request-copy/grant-deny-request-copy/grant-deny-request-copy.component.ts
A src/app/request-copy/grant-request-copy/grant-request-copy.component.html
A src/app/request-copy/grant-request-copy/grant-request-copy.component.scss
A src/app/request-copy/grant-request-copy/grant-request-copy.component.spec.ts
A src/app/request-copy/grant-request-copy/grant-request-copy.component.ts
A src/app/request-copy/request-copy-routing-paths.ts
A src/app/request-copy/request-copy-routing.module.ts
A src/app/request-copy/request-copy.module.ts
A src/app/request-copy/request-copy.resolver.ts
M src/app/root/root.component.html
M src/app/root/root.component.ts
M src/app/search-navbar/search-navbar.component.html
M src/app/search-navbar/search-navbar.component.spec.ts
M src/app/search-navbar/search-navbar.component.ts
M src/app/search-page/configuration-search-page.component.spec.ts
M src/app/search-page/configuration-search-page.component.ts
M src/app/search-page/search-page.component.html
M src/app/search-page/search-page.component.ts
M src/app/search-page/search-page.module.ts
M src/app/search-page/search-tracker.component.ts
R src/app/search-page/search.component.html
R src/app/search-page/search.component.scss
R src/app/search-page/search.component.spec.ts
R src/app/search-page/search.component.ts
M src/app/search-page/themed-configuration-search-page.component.ts
M src/app/shared/alert/alert.component.html
M src/app/shared/animations/slide.ts
M src/app/shared/auth-nav-menu/auth-nav-menu.component.html
M src/app/shared/bitstream-download-page/bitstream-download-page.component.html
M src/app/shared/bitstream-download-page/bitstream-download-page.component.spec.ts
M src/app/shared/bitstream-download-page/bitstream-download-page.component.ts
A src/app/shared/bitstream-request-a-copy-page/bitstream-request-a-copy-page.component.html
A src/app/shared/bitstream-request-a-copy-page/bitstream-request-a-copy-page.component.spec.ts
A src/app/shared/bitstream-request-a-copy-page/bitstream-request-a-copy-page.component.ts
M src/app/shared/browse-by/browse-by.component.html
M src/app/shared/browse-by/browse-by.component.spec.ts
M src/app/shared/browse-by/browse-by.component.ts
M src/app/shared/chips/chips.component.html
M src/app/shared/chips/chips.component.ts
M src/app/shared/collection-dropdown/collection-dropdown.component.html
M src/app/shared/collection-dropdown/collection-dropdown.component.spec.ts
M src/app/shared/collection-dropdown/collection-dropdown.component.ts
R src/app/shared/comcol-forms/comcol-form/comcol-form.component.html
R src/app/shared/comcol-forms/comcol-form/comcol-form.component.scss
R src/app/shared/comcol-forms/comcol-form/comcol-form.component.spec.ts
R src/app/shared/comcol-forms/comcol-form/comcol-form.component.ts
R src/app/shared/comcol-forms/create-comcol-page/create-comcol-page.component.spec.ts
R src/app/shared/comcol-forms/create-comcol-page/create-comcol-page.component.ts
R src/app/shared/comcol-forms/delete-comcol-page/delete-comcol-page.component.spec.ts
R src/app/shared/comcol-forms/delete-comcol-page/delete-comcol-page.component.ts
R src/app/shared/comcol-forms/edit-comcol-page/comcol-metadata/comcol-metadata.component.spec.ts
R src/app/shared/comcol-forms/edit-comcol-page/comcol-metadata/comcol-metadata.component.ts
R src/app/shared/comcol-forms/edit-comcol-page/comcol-role/comcol-role.component.html
R src/app/shared/comcol-forms/edit-comcol-page/comcol-role/comcol-role.component.scss
R src/app/shared/comcol-forms/edit-comcol-page/comcol-role/comcol-role.component.spec.ts
R src/app/shared/comcol-forms/edit-comcol-page/comcol-role/comcol-role.component.ts
R src/app/shared/comcol-forms/edit-comcol-page/edit-comcol-page.component.html
R src/app/shared/comcol-forms/edit-comcol-page/edit-comcol-page.component.spec.ts
R src/app/shared/comcol-forms/edit-comcol-page/edit-comcol-page.component.ts
R src/app/shared/comcol-page-browse-by/comcol-page-browse-by.component.html
R src/app/shared/comcol-page-browse-by/comcol-page-browse-by.component.scss
R src/app/shared/comcol-page-browse-by/comcol-page-browse-by.component.ts
R src/app/shared/comcol-page-content/comcol-page-content.component.html
R src/app/shared/comcol-page-content/comcol-page-content.component.scss
R src/app/shared/comcol-page-content/comcol-page-content.component.ts
R src/app/shared/comcol-page-handle/comcol-page-handle.component.html
R src/app/shared/comcol-page-handle/comcol-page-handle.component.scss
R src/app/shared/comcol-page-handle/comcol-page-handle.component.spec.ts
R src/app/shared/comcol-page-handle/comcol-page-handle.component.ts
R src/app/shared/comcol-page-header/comcol-page-header.component.html
R src/app/shared/comcol-page-header/comcol-page-header.component.scss
R src/app/shared/comcol-page-header/comcol-page-header.component.ts
R src/app/shared/comcol-page-logo/comcol-page-logo.component.html
R src/app/shared/comcol-page-logo/comcol-page-logo.component.scss
R src/app/shared/comcol-page-logo/comcol-page-logo.component.ts
A src/app/shared/comcol/comcol-forms/comcol-form/comcol-form.component.html
A src/app/shared/comcol/comcol-forms/comcol-form/comcol-form.component.scss
A src/app/shared/comcol/comcol-forms/comcol-form/comcol-form.component.spec.ts
A src/app/shared/comcol/comcol-forms/comcol-form/comcol-form.component.ts
A src/app/shared/comcol/comcol-forms/create-comcol-page/create-comcol-page.component.spec.ts
A src/app/shared/comcol/comcol-forms/create-comcol-page/create-comcol-page.component.ts
A src/app/shared/comcol/comcol-forms/delete-comcol-page/delete-comcol-page.component.spec.ts
A src/app/shared/comcol/comcol-forms/delete-comcol-page/delete-comcol-page.component.ts
A src/app/shared/comcol/comcol-forms/edit-comcol-page/comcol-metadata/comcol-metadata.component.spec.ts
A src/app/shared/comcol/comcol-forms/edit-comcol-page/comcol-metadata/comcol-metadata.component.ts
A src/app/shared/comcol/comcol-forms/edit-comcol-page/comcol-role/comcol-role.component.html
A src/app/shared/comcol/comcol-forms/edit-comcol-page/comcol-role/comcol-role.component.scss
A src/app/shared/comcol/comcol-forms/edit-comcol-page/comcol-role/comcol-role.component.spec.ts
A src/app/shared/comcol/comcol-forms/edit-comcol-page/comcol-role/comcol-role.component.ts
A src/app/shared/comcol/comcol-forms/edit-comcol-page/edit-comcol-page.component.html
A src/app/shared/comcol/comcol-forms/edit-comcol-page/edit-comcol-page.component.spec.ts
A src/app/shared/comcol/comcol-forms/edit-comcol-page/edit-comcol-page.component.ts
A src/app/shared/comcol/comcol-page-browse-by/comcol-page-browse-by.component.html
A src/app/shared/comcol/comcol-page-browse-by/comcol-page-browse-by.component.scss
A src/app/shared/comcol/comcol-page-browse-by/comcol-page-browse-by.component.ts
A src/app/shared/comcol/comcol-page-browse-by/themed-comcol-page-browse-by.component.ts
A src/app/shared/comcol/comcol-page-content/comcol-page-content.component.html
A src/app/shared/comcol/comcol-page-content/comcol-page-content.component.scss
A src/app/shared/comcol/comcol-page-content/comcol-page-content.component.ts
A src/app/shared/comcol/comcol-page-handle/comcol-page-handle.component.html
A src/app/shared/comcol/comcol-page-handle/comcol-page-handle.component.scss
A src/app/shared/comcol/comcol-page-handle/comcol-page-handle.component.spec.ts
A src/app/shared/comcol/comcol-page-handle/comcol-page-handle.component.ts
A src/app/shared/comcol/comcol-page-header/comcol-page-header.component.html
A src/app/shared/comcol/comcol-page-header/comcol-page-header.component.scss
A src/app/shared/comcol/comcol-page-header/comcol-page-header.component.ts
A src/app/shared/comcol/comcol-page-logo/comcol-page-logo.component.html
A src/app/shared/comcol/comcol-page-logo/comcol-page-logo.component.scss
A src/app/shared/comcol/comcol-page-logo/comcol-page-logo.component.ts
A src/app/shared/comcol/comcol.module.ts
M src/app/shared/date.util.ts
M src/app/shared/dso-page/dso-page-edit-button/dso-page-edit-button.component.ts
A src/app/shared/dso-page/dso-page-version-button/dso-page-version-button.component.html
A src/app/shared/dso-page/dso-page-version-button/dso-page-version-button.component.scss
A src/app/shared/dso-page/dso-page-version-button/dso-page-version-button.component.spec.ts
A src/app/shared/dso-page/dso-page-version-button/dso-page-version-button.component.ts
M src/app/shared/dso-selector/dso-selector/authorized-collection-selector/authorized-collection-selector.component.spec.ts
M src/app/shared/dso-selector/dso-selector/authorized-collection-selector/authorized-collection-selector.component.ts
M src/app/shared/dso-selector/dso-selector/dso-selector.component.html
M src/app/shared/dso-selector/dso-selector/dso-selector.component.spec.ts
M src/app/shared/dso-selector/dso-selector/dso-selector.component.ts
M src/app/shared/dso-selector/modal-wrappers/create-item-parent-selector/create-item-parent-selector.component.html
M src/app/shared/dso-selector/modal-wrappers/create-item-parent-selector/create-item-parent-selector.component.spec.ts
M src/app/shared/dso-selector/modal-wrappers/create-item-parent-selector/create-item-parent-selector.component.ts
M src/app/shared/dso-selector/modal-wrappers/dso-selector-modal-wrapper.component.ts
M src/app/shared/dso-selector/modal-wrappers/export-metadata-selector/export-metadata-selector.component.spec.ts
M src/app/shared/dso-selector/modal-wrappers/export-metadata-selector/export-metadata-selector.component.ts
A src/app/shared/entity-dropdown/entity-dropdown.component.html
A src/app/shared/entity-dropdown/entity-dropdown.component.scss
A src/app/shared/entity-dropdown/entity-dropdown.component.spec.ts
A src/app/shared/entity-dropdown/entity-dropdown.component.ts
M src/app/shared/error/error.component.html
M src/app/shared/error/error.component.spec.ts
M src/app/shared/error/error.component.ts
M src/app/shared/file-download-link/file-download-link.component.html
M src/app/shared/file-download-link/file-download-link.component.spec.ts
M src/app/shared/file-download-link/file-download-link.component.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/ds-dynamic-form-control-container.component.html
M src/app/shared/form/builder/ds-dynamic-form-ui/ds-dynamic-form-control-container.component.spec.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/ds-dynamic-form-control-container.component.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/ds-dynamic-form.component.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/existing-metadata-list-element/existing-metadata-list-element.component.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/existing-relation-list-element/existing-relation-list-element.component.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/models/array-group/dynamic-form-array.component.html
M src/app/shared/form/builder/ds-dynamic-form-ui/models/array-group/dynamic-form-array.component.scss
M src/app/shared/form/builder/ds-dynamic-form-ui/models/array-group/dynamic-form-array.component.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/models/custom-switch/custom-switch.component.spec.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/models/date-picker-inline/dynamic-date-picker-inline.component.html
M src/app/shared/form/builder/ds-dynamic-form-ui/models/date-picker-inline/dynamic-date-picker-inline.component.spec.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/models/date-picker/date-picker.component.html
M src/app/shared/form/builder/ds-dynamic-form-ui/models/date-picker/date-picker.component.scss
M src/app/shared/form/builder/ds-dynamic-form-ui/models/date-picker/date-picker.component.spec.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/models/date-picker/date-picker.component.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/models/date-picker/date-picker.model.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/models/dynamic-vocabulary.component.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/models/form-group/dynamic-form-group.component.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/models/list/dynamic-list.component.html
M src/app/shared/form/builder/ds-dynamic-form-ui/models/lookup/dynamic-lookup.component.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/models/onebox/dynamic-onebox.component.spec.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/models/onebox/dynamic-onebox.component.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/models/scrollable-dropdown/dynamic-scrollable-dropdown.component.html
M src/app/shared/form/builder/ds-dynamic-form-ui/models/tag/dynamic-tag.component.spec.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/models/tag/dynamic-tag.component.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/dynamic-lookup-relation-modal.component.html
M src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/dynamic-lookup-relation-modal.component.scss
M src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/dynamic-lookup-relation-modal.component.spec.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/dynamic-lookup-relation-modal.component.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/external-source-tab/dynamic-lookup-relation-external-source-tab.component.spec.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/external-source-tab/dynamic-lookup-relation-external-source-tab.component.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/external-source-tab/external-source-entry-import-modal/external-source-entry-import-modal.component.html
M src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/external-source-tab/external-source-entry-import-modal/external-source-entry-import-modal.component.spec.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/external-source-tab/external-source-entry-import-modal/external-source-entry-import-modal.component.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/name-variant.actions.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/relationship.actions.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/relationship.effects.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/search-tab/dynamic-lookup-relation-search-tab.component.html
M src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/search-tab/dynamic-lookup-relation-search-tab.component.spec.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/search-tab/dynamic-lookup-relation-search-tab.component.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/selection-tab/dynamic-lookup-relation-selection-tab.component.spec.ts
M src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/selection-tab/dynamic-lookup-relation-selection-tab.component.ts
M src/app/shared/form/builder/form-builder.service.spec.ts
M src/app/shared/form/builder/parsers/date-field-parser.ts
M src/app/shared/form/form.actions.ts
M src/app/shared/form/form.component.html
M src/app/shared/form/form.component.ts
A src/app/shared/form/form.module.ts
M src/app/shared/input-suggestions/dso-input-suggestions/dso-input-suggestions.component.ts
M src/app/shared/input-suggestions/filter-suggestions/filter-input-suggestions.component.html
M src/app/shared/input-suggestions/filter-suggestions/filter-input-suggestions.component.ts
M src/app/shared/input-suggestions/input-suggestions.component.html
M src/app/shared/input-suggestions/input-suggestions.component.scss
M src/app/shared/input-suggestions/input-suggestions.component.ts
M src/app/shared/input-suggestions/validation-suggestions/validation-suggestions.component.html
M src/app/shared/input-suggestions/validation-suggestions/validation-suggestions.component.spec.ts
M src/app/shared/input-suggestions/validation-suggestions/validation-suggestions.component.ts
M src/app/shared/item/item-alerts/item-alerts.component.html
A src/app/shared/item/item-versions/item-versions-delete-modal/item-versions-delete-modal.component.html
A src/app/shared/item/item-versions/item-versions-delete-modal/item-versions-delete-modal.component.scss
A src/app/shared/item/item-versions/item-versions-delete-modal/item-versions-delete-modal.component.spec.ts
A src/app/shared/item/item-versions/item-versions-delete-modal/item-versions-delete-modal.component.ts
A src/app/shared/item/item-versions/item-versions-shared.service.spec.ts
A src/app/shared/item/item-versions/item-versions-shared.service.ts
A src/app/shared/item/item-versions/item-versions-summary-modal/item-versions-summary-modal.component.html
A src/app/shared/item/item-versions/item-versions-summary-modal/item-versions-summary-modal.component.scss
A src/app/shared/item/item-versions/item-versions-summary-modal/item-versions-summary-modal.component.spec.ts
A src/app/shared/item/item-versions/item-versions-summary-modal/item-versions-summary-modal.component.ts
M src/app/shared/item/item-versions/item-versions.component.html
A src/app/shared/item/item-versions/item-versions.component.scss
M src/app/shared/item/item-versions/item-versions.component.spec.ts
M src/app/shared/item/item-versions/item-versions.component.ts
M src/app/shared/item/item-versions/notice/item-versions-notice.component.html
M src/app/shared/item/item-versions/notice/item-versions-notice.component.spec.ts
M src/app/shared/item/item-versions/notice/item-versions-notice.component.ts
M src/app/shared/lang-switch/lang-switch.component.html
M src/app/shared/lang-switch/lang-switch.component.spec.ts
M src/app/shared/log-in/log-in.component.html
M src/app/shared/log-in/log-in.component.ts
A src/app/shared/log-in/methods/oidc/log-in-oidc.component.html
A src/app/shared/log-in/methods/oidc/log-in-oidc.component.spec.ts
A src/app/shared/log-in/methods/oidc/log-in-oidc.component.ts
M src/app/shared/log-in/methods/password/log-in-password.component.html
M src/app/shared/log-in/methods/password/log-in-password.component.ts
M src/app/shared/log-in/methods/shibboleth/log-in-shibboleth.component.ts
M src/app/shared/log-out/log-out.component.html
M src/app/shared/menu/initial-menus-state.ts
A src/app/shared/menu/menu-id.model.ts
A src/app/shared/menu/menu-item-type.model.ts
M src/app/shared/menu/menu-item.decorator.ts
A src/app/shared/menu/menu-item/external-link-menu-item.component.html
A src/app/shared/menu/menu-item/external-link-menu-item.component.spec.ts
A src/app/shared/menu/menu-item/external-link-menu-item.component.ts
M src/app/shared/menu/menu-item/link-menu-item.component.html
M src/app/shared/menu/menu-item/link-menu-item.component.spec.ts
M src/app/shared/menu/menu-item/link-menu-item.component.ts
M src/app/shared/menu/menu-item/models/altmetric.model.ts
A src/app/shared/menu/menu-item/models/external-link.model.ts
M src/app/shared/menu/menu-item/models/link.model.ts
M src/app/shared/menu/menu-item/models/menu-item.model.ts
M src/app/shared/menu/menu-item/models/onclick.model.ts
M src/app/shared/menu/menu-item/models/search.model.ts
M src/app/shared/menu/menu-item/models/text.model.ts
M src/app/shared/menu/menu-item/onclick-menu-item.component.html
M src/app/shared/menu/menu-item/onclick-menu-item.component.spec.ts
M src/app/shared/menu/menu-item/onclick-menu-item.component.ts
M src/app/shared/menu/menu-item/text-menu-item.component.ts
A src/app/shared/menu/menu-section-Index.model.ts
M src/app/shared/menu/menu-section.decorator.ts
A src/app/shared/menu/menu-section.model.ts
M src/app/shared/menu/menu-section/menu-section.component.spec.ts
M src/app/shared/menu/menu-section/menu-section.component.ts
A src/app/shared/menu/menu-sections.model.ts
A src/app/shared/menu/menu-state.model.ts
M src/app/shared/menu/menu.actions.ts
M src/app/shared/menu/menu.component.spec.ts
M src/app/shared/menu/menu.component.ts
M src/app/shared/menu/menu.effects.spec.ts
M src/app/shared/menu/menu.effects.ts
M src/app/shared/menu/menu.module.ts
M src/app/shared/menu/menu.reducer.spec.ts
M src/app/shared/menu/menu.reducer.ts
M src/app/shared/menu/menu.service.spec.ts
M src/app/shared/menu/menu.service.ts
A src/app/shared/menu/menus-state.model.ts
M src/app/shared/metadata-representation/metadata-representation.decorator.spec.ts
M src/app/shared/metadata-representation/metadata-representation.decorator.ts
M src/app/shared/mocks/angulartics-provider.service.mock.ts
M src/app/shared/mocks/angulartics2.service.mock.ts
M src/app/shared/mocks/auth.service.mock.ts
R src/app/shared/mocks/dspace-rest/mocks/mock-feature-item-can-manage-bitstreams-response.json
R src/app/shared/mocks/dspace-rest/mocks/mock-feature-item-can-manage-mappings-response.json
R src/app/shared/mocks/dspace-rest/mocks/mock-feature-item-can-manage-relationships-response.json
R src/app/shared/mocks/dspace-rest/mocks/mock-feature-item-can-manage-versions-response.json
M src/app/shared/mocks/dspace-rest/mocks/response-map.mock.ts
M src/app/shared/mocks/external-source.service.mock.ts
M src/app/shared/mocks/item.mock.ts
M src/app/shared/mocks/metadata-service.mock.ts
M src/app/shared/mocks/mock-native-window-ref.ts
M src/app/shared/mocks/mock-trucatable.service.ts
M src/app/shared/mocks/remote-data-build.service.mock.ts
M src/app/shared/mocks/request.service.mock.ts
A src/app/shared/mocks/section-accesses-config.service.mock.ts
A src/app/shared/mocks/section-accesses.service.mock.ts
M src/app/shared/mocks/submission.mock.ts
M src/app/shared/mocks/theme-service.mock.ts
M src/app/shared/mydspace-actions/claimed-task/approve/claimed-task-actions-approve.component.ts
M src/app/shared/mydspace-actions/claimed-task/claimed-task-actions.component.html
M src/app/shared/mydspace-actions/claimed-task/claimed-task-actions.component.scss
M src/app/shared/mydspace-actions/claimed-task/claimed-task-actions.component.spec.ts
M src/app/shared/mydspace-actions/claimed-task/reject/claimed-task-actions-reject.component.spec.ts
M src/app/shared/mydspace-actions/claimed-task/reject/claimed-task-actions-reject.component.ts
M src/app/shared/mydspace-actions/claimed-task/switcher/claimed-task-actions-decorator.spec.ts
M src/app/shared/mydspace-actions/mydspace-actions-service.factory.ts
M src/app/shared/mydspace-actions/mydspace-actions.ts
M src/app/shared/mydspace-actions/mydspace-reloadable-actions.ts
M src/app/shared/mydspace-actions/workspaceitem/workspaceitem-actions.component.html
M src/app/shared/mydspace-actions/workspaceitem/workspaceitem-actions.component.spec.ts
M src/app/shared/ng-for-track-by-id.directive.ts
M src/app/shared/notifications/notification/notification.component.spec.ts
M src/app/shared/notifications/notification/notification.component.ts
M src/app/shared/notifications/notifications-board/notifications-board.component.html
M src/app/shared/notifications/notifications-board/notifications-board.component.spec.ts
M src/app/shared/notifications/notifications-board/notifications-board.component.ts
M src/app/shared/notifications/notifications.actions.ts
M src/app/shared/notifications/notifications.reducers.spec.ts
M src/app/shared/notifications/notifications.reducers.ts
M src/app/shared/notifications/notifications.service.spec.ts
M src/app/shared/number-picker/number-picker.component.html
M src/app/shared/number-picker/number-picker.component.scss
M src/app/shared/number-picker/number-picker.component.spec.ts
M src/app/shared/number-picker/number-picker.component.ts
M src/app/shared/object-collection/object-collection.component.html
M src/app/shared/object-collection/object-collection.component.ts
M src/app/shared/object-collection/shared/claimed-approved-task-search-result.model.ts
M src/app/shared/object-collection/shared/claimed-declined-task-search-result.model.ts
M src/app/shared/object-collection/shared/claimed-task-search-result.model.ts
M src/app/shared/object-collection/shared/collection-search-result.model.ts
M src/app/shared/object-collection/shared/community-search-result.model.ts
M src/app/shared/object-collection/shared/item-search-result.model.ts
M src/app/shared/object-collection/shared/listable-object.model.ts
M src/app/shared/object-collection/shared/listable-object/listable-object-component-loader.component.spec.ts
M src/app/shared/object-collection/shared/listable-object/listable-object-component-loader.component.ts
M src/app/shared/object-collection/shared/listable-object/listable-object.decorator.spec.ts
M src/app/shared/object-collection/shared/listable-object/listable-object.decorator.ts
M src/app/shared/object-collection/shared/pool-task-search-result.model.ts
M src/app/shared/object-collection/shared/workflow-item-search-result.model.ts
M src/app/shared/object-collection/shared/workspace-item-search-result.model.ts
M src/app/shared/object-detail/my-dspace-result-detail-element/item-detail-preview/item-detail-preview-field/item-detail-preview-field.component.ts
M src/app/shared/object-detail/my-dspace-result-detail-element/item-detail-preview/item-detail-preview.component.spec.ts
M src/app/shared/object-detail/my-dspace-result-detail-element/item-detail-preview/item-detail-preview.component.ts
M src/app/shared/object-detail/my-dspace-result-detail-element/search-result-detail-element.component.ts
M src/app/shared/object-detail/object-detail.component.html
M src/app/shared/object-detail/object-detail.component.ts
M src/app/shared/object-grid/collection-grid-element/collection-grid-element.component.html
M src/app/shared/object-grid/collection-grid-element/collection-grid-element.component.spec.ts
M src/app/shared/object-grid/community-grid-element/community-grid-element.component.html
M src/app/shared/object-grid/community-grid-element/community-grid-element.component.spec.ts
M src/app/shared/object-grid/object-grid.component.html
M src/app/shared/object-grid/object-grid.component.scss
M src/app/shared/object-grid/object-grid.component.ts
M src/app/shared/object-grid/search-result-grid-element/collection-search-result/collection-search-result-grid-element.component.html
M src/app/shared/object-grid/search-result-grid-element/collection-search-result/collection-search-result-grid-element.component.spec.ts
M src/app/shared/object-grid/search-result-grid-element/community-search-result/community-search-result-grid-element.component.html
M src/app/shared/object-grid/search-result-grid-element/community-search-result/community-search-result-grid-element.component.spec.ts
M src/app/shared/object-grid/search-result-grid-element/item-search-result/item/item-search-result-grid-element.component.html
M src/app/shared/object-grid/search-result-grid-element/item-search-result/item/item-search-result-grid-element.component.spec.ts
M src/app/shared/object-grid/search-result-grid-element/search-result-grid-element.component.ts
M src/app/shared/object-list/browse-entry-list-element/browse-entry-list-element.component.html
M src/app/shared/object-list/browse-entry-list-element/browse-entry-list-element.component.ts
M src/app/shared/object-list/metadata-representation-list-element/plain-text/plain-text-metadata-list-element.component.html
M src/app/shared/object-list/my-dspace-result-list-element/claimed-search-result/claimed-approved-search-result/claimed-approved-search-result-list-element.component.html
M src/app/shared/object-list/my-dspace-result-list-element/claimed-search-result/claimed-approved-search-result/claimed-approved-search-result-list-element.component.spec.ts
M src/app/shared/object-list/my-dspace-result-list-element/claimed-search-result/claimed-declined-search-result/claimed-declided-search-result-list-element.component.spec.ts
M src/app/shared/object-list/my-dspace-result-list-element/claimed-search-result/claimed-declined-search-result/claimed-declined-search-result-list-element.component.html
M src/app/shared/object-list/my-dspace-result-list-element/claimed-search-result/claimed-search-result-list-element.component.html
M src/app/shared/object-list/my-dspace-result-list-element/item-list-preview/item-list-preview.component.ts
A src/app/shared/object-list/my-dspace-result-list-element/item-list-preview/themed-item-list-preview.component.ts
M src/app/shared/object-list/my-dspace-result-list-element/item-search-result/item-search-result-list-element-submission.component.html
M src/app/shared/object-list/my-dspace-result-list-element/pool-search-result/pool-search-result-list-element.component.html
M src/app/shared/object-list/my-dspace-result-list-element/workflow-item-search-result/workflow-item-search-result-list-element.component.html
M src/app/shared/object-list/my-dspace-result-list-element/workspace-item-search-result/workspace-item-search-result-list-element.component.html
M src/app/shared/object-list/object-list.component.html
M src/app/shared/object-list/object-list.component.ts
M src/app/shared/object-list/search-result-list-element/item-search-result/item-types/item/item-search-result-list-element.component.html
M src/app/shared/object-list/search-result-list-element/search-result-list-element.component.ts
M src/app/shared/object-list/selectable-list/selectable-list.actions.ts
M src/app/shared/object-list/selectable-list/selectable-list.reducer.spec.ts
M src/app/shared/object-list/selectable-list/selectable-list.service.spec.ts
M src/app/shared/object-list/sidebar-search-list-element/sidebar-search-list-element.component.spec.ts
M src/app/shared/object-list/sidebar-search-list-element/sidebar-search-list-element.component.ts
M src/app/shared/object-select/collection-select/collection-select.component.html
M src/app/shared/object-select/collection-select/collection-select.component.spec.ts
M src/app/shared/object-select/object-select.actions.ts
M src/app/shared/object-select/object-select.reducer.ts
M src/app/shared/object-select/object-select.service.spec.ts
M src/app/shared/object-select/object-select/object-select.component.ts
M src/app/shared/page-size-selector/page-size-selector.component.ts
M src/app/shared/pagination-drag-and-drop/abstract-paginated-drag-and-drop-list.component.spec.ts
M src/app/shared/pagination-drag-and-drop/abstract-paginated-drag-and-drop-list.component.ts
M src/app/shared/pagination/pagination.component.html
M src/app/shared/pagination/pagination.component.spec.ts
M src/app/shared/pagination/pagination.component.ts
M src/app/shared/pagination/pagination.utils.ts
M src/app/shared/remote-data.utils.ts
M src/app/shared/resource-policies/form/eperson-group-list/eperson-group-list.component.spec.ts
M src/app/shared/resource-policies/form/eperson-group-list/eperson-group-list.component.ts
M src/app/shared/resource-policies/form/eperson-group-list/group-search-box/group-search-box.component.ts
M src/app/shared/resource-policies/form/resource-policy-form.component.html
M src/app/shared/resource-policies/form/resource-policy-form.component.spec.ts
M src/app/shared/resource-policies/resource-policies.component.html
M src/app/shared/resource-policies/resource-policies.component.ts
A src/app/shared/resource-policies/resource-policies.module.ts
A src/app/shared/search-form/scope-selector-modal/scope-selector-modal.component.html
A src/app/shared/search-form/scope-selector-modal/scope-selector-modal.component.scss
A src/app/shared/search-form/scope-selector-modal/scope-selector-modal.component.spec.ts
A src/app/shared/search-form/scope-selector-modal/scope-selector-modal.component.ts
M src/app/shared/search-form/search-form.component.html
M src/app/shared/search-form/search-form.component.scss
M src/app/shared/search-form/search-form.component.spec.ts
M src/app/shared/search-form/search-form.component.ts
R src/app/shared/search/facet-config-response.model.ts
R src/app/shared/search/facet-config-response.resouce-type.ts
R src/app/shared/search/facet-value.model.ts
R src/app/shared/search/facet-values.model.ts
R src/app/shared/search/facet-values.resource-type.ts
R src/app/shared/search/filter-type.model.ts
A src/app/shared/search/models/facet-config-response.model.ts
A src/app/shared/search/models/facet-value.model.ts
A src/app/shared/search/models/facet-values.model.ts
A src/app/shared/search/models/filter-type.model.ts
A src/app/shared/search/models/paginated-search-options.model.spec.ts
A src/app/shared/search/models/paginated-search-options.model.ts
A src/app/shared/search/models/search-filter-config.model.ts
A src/app/shared/search/models/search-filter.model.ts
A src/app/shared/search/models/search-objects.model.ts
A src/app/shared/search/models/search-options.model.spec.ts
A src/app/shared/search/models/search-options.model.ts
A src/app/shared/search/models/search-query-response.model.ts
A src/app/shared/search/models/search-result.model.ts
A src/app/shared/search/models/types/facet-config-response.resouce-type.ts
A src/app/shared/search/models/types/facet-values.resource-type.ts
A src/app/shared/search/models/types/search-filter-config.resource-type.ts
A src/app/shared/search/models/types/search-objects.resource-type.ts
A src/app/shared/search/models/types/search-result.resource-type.ts
R src/app/shared/search/paginated-search-options.model.spec.ts
R src/app/shared/search/paginated-search-options.model.ts
R src/app/shared/search/search-filter-config.model.ts
R src/app/shared/search/search-filter-config.resource-type.ts
R src/app/shared/search/search-filter.model.ts
M src/app/shared/search/search-filters/search-filter/search-authority-filter/search-authority-filter.component.ts
M src/app/shared/search/search-filters/search-filter/search-boolean-filter/search-boolean-filter.component.ts
M src/app/shared/search/search-filters/search-filter/search-facet-filter-options/search-facet-option/search-facet-option.component.spec.ts
M src/app/shared/search/search-filters/search-filter/search-facet-filter-options/search-facet-option/search-facet-option.component.ts
M src/app/shared/search/search-filters/search-filter/search-facet-filter-options/search-facet-range-option/search-facet-range-option.component.spec.ts
M src/app/shared/search/search-filters/search-filter/search-facet-filter-options/search-facet-range-option/search-facet-range-option.component.ts
M src/app/shared/search/search-filters/search-filter/search-facet-filter-options/search-facet-selected-option/search-facet-selected-option.component.spec.ts
M src/app/shared/search/search-filters/search-filter/search-facet-filter-options/search-facet-selected-option/search-facet-selected-option.component.ts
M src/app/shared/search/search-filters/search-filter/search-facet-filter-wrapper/search-facet-filter-wrapper.component.ts
M src/app/shared/search/search-filters/search-filter/search-facet-filter/search-facet-filter.component.spec.ts
M src/app/shared/search/search-filters/search-filter/search-facet-filter/search-facet-filter.component.ts
M src/app/shared/search/search-filters/search-filter/search-filter-type-decorator.ts
M src/app/shared/search/search-filters/search-filter/search-filter.actions.ts
M src/app/shared/search/search-filters/search-filter/search-filter.component.spec.ts
M src/app/shared/search/search-filters/search-filter/search-filter.component.ts
A src/app/shared/search/search-filters/search-filter/search-hierarchy-filter/search-hierarchy-filter.component.spec.ts
M src/app/shared/search/search-filters/search-filter/search-hierarchy-filter/search-hierarchy-filter.component.ts
M src/app/shared/search/search-filters/search-filter/search-range-filter/search-range-filter.component.scss
M src/app/shared/search/search-filters/search-filter/search-range-filter/search-range-filter.component.spec.ts
M src/app/shared/search/search-filters/search-filter/search-range-filter/search-range-filter.component.ts
M src/app/shared/search/search-filters/search-filter/search-text-filter/search-text-filter.component.ts
M src/app/shared/search/search-filters/search-filters.component.spec.ts
M src/app/shared/search/search-filters/search-filters.component.ts
M src/app/shared/search/search-labels/search-label/search-label.component.spec.ts
R src/app/shared/search/search-objects.model.ts
R src/app/shared/search/search-objects.resource-type.ts
R src/app/shared/search/search-options.model.spec.ts
R src/app/shared/search/search-options.model.ts
R src/app/shared/search/search-query-response.model.ts
R src/app/shared/search/search-result.model.ts
R src/app/shared/search/search-result.resource-type.ts
M src/app/shared/search/search-results/search-results.component.html
M src/app/shared/search/search-results/search-results.component.spec.ts
M src/app/shared/search/search-results/search-results.component.ts
M src/app/shared/search/search-settings/search-settings.component.html
M src/app/shared/search/search-settings/search-settings.component.spec.ts
M src/app/shared/search/search-settings/search-settings.component.ts
M src/app/shared/search/search-sidebar/search-sidebar.component.html
M src/app/shared/search/search-sidebar/search-sidebar.component.ts
M src/app/shared/search/search-switch-configuration/search-configuration-option.model.ts
M src/app/shared/search/search-switch-configuration/search-switch-configuration.component.html
M src/app/shared/search/search-switch-configuration/search-switch-configuration.component.spec.ts
M src/app/shared/search/search-switch-configuration/search-switch-configuration.component.ts
A src/app/shared/search/search.component.html
A src/app/shared/search/search.component.scss
A src/app/shared/search/search.component.spec.ts
A src/app/shared/search/search.component.ts
A src/app/shared/search/search.module.ts
M src/app/shared/search/search.utils.spec.ts
M src/app/shared/search/search.utils.ts
A src/app/shared/search/themed-search.component.ts
M src/app/shared/shared.module.ts
M src/app/shared/sidebar/filter/sidebar-filter.actions.ts
M src/app/shared/sidebar/sidebar-effects.service.ts
M src/app/shared/sidebar/sidebar.actions.ts
M src/app/shared/sidebar/sidebar.service.spec.ts
M src/app/shared/starts-with/date/starts-with-date.component.spec.ts
M src/app/shared/starts-with/date/starts-with-date.component.ts
M src/app/shared/starts-with/starts-with-abstract.component.ts
M src/app/shared/starts-with/text/starts-with-text.component.html
M src/app/shared/starts-with/text/starts-with-text.component.spec.ts
M src/app/shared/starts-with/text/starts-with-text.component.ts
M src/app/shared/testing/auth-service.stub.ts
M src/app/shared/testing/dynamic-form-mock-services.ts
M src/app/shared/testing/eperson.mock.ts
A src/app/shared/testing/form-event.stub.ts
M src/app/shared/testing/group-mock.ts
M src/app/shared/testing/menu-service.stub.ts
M src/app/shared/testing/ng-component-outlet-directive.stub.ts
M src/app/shared/testing/pagination-service.stub.ts
M src/app/shared/testing/query-params-directive.stub.ts
A src/app/shared/testing/related-relationships.mock.ts
A src/app/shared/testing/relationship-types.mock.ts
M src/app/shared/testing/route-service.stub.ts
M src/app/shared/testing/router-link-directive.stub.ts
M src/app/shared/testing/search-configuration-service.stub.ts
M src/app/shared/testing/submission-rest-service.stub.ts
M src/app/shared/testing/utils.test.ts
M src/app/shared/theme-support/theme.effects.spec.ts
M src/app/shared/theme-support/theme.effects.ts
A src/app/shared/theme-support/theme.service.spec.ts
M src/app/shared/theme-support/theme.service.ts
M src/app/shared/theme-support/themed.component.spec.ts
M src/app/shared/theme-support/themed.component.ts
M src/app/shared/truncatable/truncatable-part/truncatable-part.component.html
M src/app/shared/truncatable/truncatable.actions.ts
M src/app/shared/truncatable/truncatable.service.spec.ts
M src/app/shared/uploader/uploader.component.html
M src/app/shared/uploader/uploader.component.spec.ts
R src/app/shared/utils/encode-decode.util.spec.ts
R src/app/shared/utils/encode-decode.util.ts
M src/app/shared/utils/file-value-accessor.directive.ts
M src/app/shared/utils/follow-link-config.model.ts
M src/app/shared/utils/require-file.validator.ts
M src/app/shared/utils/var.directive.ts
M src/app/shared/view-mode-switch/view-mode-switch.component.html
M src/app/shared/view-mode-switch/view-mode-switch.component.spec.ts
M src/app/shared/view-mode-switch/view-mode-switch.component.ts
M src/app/shared/vocabulary-treeview/vocabulary-treeview-node.model.ts
M src/app/shared/vocabulary-treeview/vocabulary-treeview.component.ts
M src/app/statistics-page/statistics-page-routing.module.ts
M src/app/statistics-page/statistics-page/statistics-page.component.ts
M src/app/statistics/statistics-endpoint.model.ts
M src/app/statistics/statistics.service.spec.ts
M src/app/statistics/statistics.service.ts
M src/app/store.actions.ts
M src/app/store.effects.ts
M src/app/submission/edit/submission-edit.component.ts
M src/app/submission/form/footer/submission-form-footer.component.html
M src/app/submission/form/footer/submission-form-footer.component.spec.ts
M src/app/submission/form/submission-form.component.scss
M src/app/submission/form/submission-form.component.ts
M src/app/submission/form/submission-upload-files/submission-upload-files.component.ts
M src/app/submission/import-external/import-external-collection/submission-import-external-collection.component.html
M src/app/submission/import-external/import-external-collection/submission-import-external-collection.component.spec.ts
M src/app/submission/import-external/import-external-collection/submission-import-external-collection.component.ts
M src/app/submission/import-external/import-external-preview/submission-import-external-preview.component.html
M src/app/submission/import-external/import-external-preview/submission-import-external-preview.component.ts
M src/app/submission/import-external/import-external-searchbar/submission-import-external-searchbar.component.spec.ts
M src/app/submission/import-external/import-external-searchbar/submission-import-external-searchbar.component.ts
M src/app/submission/import-external/submission-import-external.component.html
M src/app/submission/import-external/submission-import-external.component.spec.ts
M src/app/submission/import-external/submission-import-external.component.ts
A src/app/submission/objects/section-visibility.model.ts
A src/app/submission/objects/submission-error.model.ts
M src/app/submission/objects/submission-objects.actions.ts
M src/app/submission/objects/submission-objects.effects.spec.ts
M src/app/submission/objects/submission-objects.effects.ts
M src/app/submission/objects/submission-objects.reducer.ts
A src/app/submission/objects/submission-section-error.model.ts
A src/app/submission/objects/submission-section-object.model.ts
A src/app/submission/sections/accesses/section-accesses.component.html
A src/app/submission/sections/accesses/section-accesses.component.scss
A src/app/submission/sections/accesses/section-accesses.component.spec.ts
A src/app/submission/sections/accesses/section-accesses.component.ts
A src/app/submission/sections/accesses/section-accesses.model.ts
A src/app/submission/sections/accesses/section-accesses.service.ts
M src/app/submission/sections/container/section-container.component.html
M src/app/submission/sections/container/section-container.component.ts
M src/app/submission/sections/form/section-form.component.spec.ts
M src/app/submission/sections/form/section-form.component.ts
M src/app/submission/sections/models/section-data.model.ts
M src/app/submission/sections/models/section.model.ts
M src/app/submission/sections/sections-type.ts
M src/app/submission/sections/sections.directive.ts
M src/app/submission/sections/sections.service.spec.ts
M src/app/submission/sections/sections.service.ts
M src/app/submission/sections/upload/file/edit/section-upload-file-edit.component.html
M src/app/submission/sections/upload/file/edit/section-upload-file-edit.component.spec.ts
M src/app/submission/sections/upload/file/edit/section-upload-file-edit.component.ts
M src/app/submission/sections/upload/file/edit/section-upload-file-edit.model.ts
M src/app/submission/sections/upload/file/section-upload-file.component.html
M src/app/submission/sections/upload/file/section-upload-file.component.scss
M src/app/submission/sections/upload/file/section-upload-file.component.spec.ts
M src/app/submission/sections/upload/file/section-upload-file.component.ts
M src/app/submission/selectors.ts
M src/app/submission/submission.module.ts
M src/app/submission/submission.service.ts
M src/app/thumbnail/thumbnail.component.spec.ts
A src/assets/.gitignore
A src/assets/i18n/bn.json5
M src/assets/i18n/de.json5
M src/assets/i18n/en.json5
M src/assets/i18n/es.json5
M src/assets/i18n/fi.json5
M src/assets/i18n/fr.json5
A src/assets/i18n/gd.json5
M src/assets/i18n/tr.json5
M src/assets/images/favicon.ico
A src/config/app-config.interface.ts
M src/config/browse-by-config.interface.ts
R src/config/browse-by-type-config.interface.ts
A src/config/build-config.interface.ts
A src/config/bundle-config.interface.ts
M src/config/config.interface.ts
A src/config/config.server.ts
A src/config/config.util.spec.ts
A src/config/config.util.ts
A src/config/default-app-config.ts
R src/config/global-config.interface.ts
A src/config/store/devtools.prod.ts
A src/config/store/devtools.ts
M src/config/theme.model.ts
A src/environments/.gitignore
R src/environments/environment.common.ts
A src/environments/environment.production.ts
R src/environments/environment.template.ts
A src/environments/environment.test.ts
A src/environments/environment.ts
R src/environments/mock-environment.ts
M src/index.csr.html
M src/index.html
M src/main.browser.ts
M src/main.server.ts
R src/main.ts
A src/mirador-viewer/index.js
A src/mirador-viewer/mirador.html
M src/modules/app/browser-app.module.ts
M src/modules/app/server-app.module.ts
M src/ngx-translate-loaders/translate-json5-http.loader.ts
M src/ngx-translate-loaders/translate-json5-universal.loader.ts
M src/polyfills.ts
M src/styles/_custom_variables.scss
M src/styles/_global-styles.scss
M src/styles/_truncatable-part.component.scss
M src/test.ts
A src/themes/custom/app/community-list-page/community-list/community-list.component.html
A src/themes/custom/app/community-list-page/community-list/community-list.component.scss
A src/themes/custom/app/community-list-page/community-list/community-list.component.ts
A src/themes/custom/app/info/feedback/feedback.component.html
A src/themes/custom/app/info/feedback/feedback.component.scss
A src/themes/custom/app/info/feedback/feedback.component.ts
A src/themes/custom/app/item-page/simple/field-components/file-section/file-section.component.html
A src/themes/custom/app/item-page/simple/field-components/file-section/file-section.component.ts
M src/themes/custom/app/profile-page/profile-page.component.ts
M src/themes/custom/app/search-page/configuration-search-page.component.ts
M src/themes/custom/app/search-page/search-page.component.ts
A src/themes/custom/assets/i18n/en.json5
M src/themes/custom/theme.module.ts
M src/themes/dspace/app/navbar/navbar.component.html
A src/themes/dspace/assets/images/favicons/android-chrome-192x192.png
A src/themes/dspace/assets/images/favicons/android-chrome-512x512.png
A src/themes/dspace/assets/images/favicons/apple-touch-icon.png
A src/themes/dspace/assets/images/favicons/favicon.ico
A src/themes/dspace/assets/images/favicons/favicon.svg
A src/themes/dspace/assets/images/favicons/manifest.webmanifest
M src/themes/dspace/styles/_global-styles.scss
M src/themes/dspace/theme.module.ts
M src/typings.d.ts
M tsconfig.app.json
M tsconfig.server.json
M tsconfig.spec.json
R tslint.json
R webpack.server.config.js
M webpack/webpack.browser.ts
M webpack/webpack.common.ts
A webpack/webpack.mirador.config.ts
M webpack/webpack.prod.ts
M webpack/webpack.test.ts
M yarn.lock

Log Message:
-----------
Merge branch 'main-upstream' into issue-1635_search-bar-with-input-scope


Commit: 2ff79d93b9eb292e94581212696b45faef52a5e1
https://github.com/DSpace/dspace-angular/commit/2ff79d93b9eb292e94581212696b45faef52a5e1
Author: Alexandre Vryghem <alex...@atmire.com>
Date: 2022-05-04 (Wed, 04 May 2022)

Changed paths:
M src/app/collection-page/collection-page.component.html
M src/app/collection-page/themed-collection-page.component.ts
M src/app/shared/search-form/search-form.component.spec.ts

Log Message:
-----------
89741: Added Tests for the scope @Input() in SearchFormComponent


Commit: 095ddd2ebdd6178ee165fcc80f24063f6a9a9251
https://github.com/DSpace/dspace-angular/commit/095ddd2ebdd6178ee165fcc80f24063f6a9a9251
Author: Tim Donohue <tim.d...@lyrasis.org>
Date: 2022-05-12 (Thu, 12 May 2022)

Changed paths:
M src/app/collection-page/collection-page.component.html
M src/app/collection-page/themed-collection-page.component.ts
M src/app/shared/search-form/search-form.component.spec.ts
M src/app/shared/search-form/search-form.component.ts

Log Message:
-----------
Merge pull request #1639 from atmire/issue-1635_search-bar-with-input-scope

Fix search bar with input scope


Compare: https://github.com/DSpace/dspace-angular/compare/c705fc42d663...095ddd2ebdd6
Reply all
Reply to author
Forward
0 new messages