 Tim Donohue | 27d00d133a7M | Merge pull request #2989 from tdonohue/port_2675_to_7x[Port to dspace-7_x] Multiline selected facet badge on search page | | |
 lotte | ebb99c813ab | Merge branch 'w2p-108595_multiline-search-filter-badge' into multiline-search-filter-badge_main | | |
 lotte | e1fe4031e5f | Removed unnecessary change | | |
 lotte | 65860b81b12 | 108595: fix for overflowing search filter badge selection | | |
 Tim Donohue | 679702bb5a8M | Merge pull request #2967 from tdonohue/update_backend_docker_scripts_7xUpdate REST and CI docker compose scripts to sync with 7.x backend | | |
 Tim Donohue | 45ab7231a08M | Merge pull request #2969 from alexandrevryghem/w2p-112970_added-missing-breadcrumbs_contribute-7_x[Port dspace-7_x] Added missing/incomplete breadcrumbs on create community/collection/item pages | | |
 Tim Donohue | c794e1ebde6M | Merge pull request #2968 from alexandrevryghem/fix-broken-item-mapper-pagination_contribute-7_x[Port dspace-7_x] Fixed pagination issues on item mapper | | |
Alexandre Vryghem | 7d49666865aM | Merge remote-tracking branch 'alex/w2p-112970_added-missing-breadcrumbs_contribute-7.4' into dspace-7_x# Conflicts:
# src/app/collection-page/collection-page-routing.module.ts
# src/app/community-page/community-page-routing.module.ts
# src/app/core/core.module.ts
# src/app/workflowitems-edit-page/workflowitems-edit-page-routing.module.ts
# src/app/workspaceitems-edit-page/workspaceitems-edit-page-routing.module.ts
# src/assets/i18n/en.json5 | | |
Alexandre Vryghem | 7e6f736b2f9M | Merge branch 'fix-broken-item-mapper-pagination_contribute-7.6' into dspace-7_x# Conflicts:
# src/app/access-control/bulk-access/browse/bulk-access-browse.component.html
# src/app/access-control/epeople-registry/epeople-registry.component.html
# src/app/access-control/epeople-registry/eperson-form/eperson-form.component.html
# src/app/access-control/group-registry/group-form/members-list/members-list.component.html
# src/app/access-control/group-registry/group-form/subgro... | | |
Tim Donohue | b43e99518d9 | Update REST and CI docker compose scripts to sync with 7.x backend | | |
 Tim Donohue | 7a5694347aeM | Merge pull request #2965 from tdonohue/port_2816_to_7x[Port dspace-7_x] Return 404 Not Found status code on missing identifiers | | |
 Jens Vannerum | 92f2a77dae8 | 111326: return not found status code on missing identifiers | | |
 Tim Donohue | 57c2b02277aM | Merge pull request #2960 from DSpace/backport-2768-to-dspace-7_x[Port dspace-7_x] Fix infinite scroll | | |
 Andrea Barbasso | fde0ebf872a | [DURACOM-224] fix infinite scroll(cherry picked from commit 2afa473cfb1b189c18071f6506cb1413bfcd8386) | | DURACOM-224 |
Alexandre Vryghem | 268d2e54fcb | 108555: Refactored CollectionSelectComponent to not call canSelect every time changes are detected | | |
Alexandre Vryghem | 59197cff2d6 | 108555: Refactored ItemSelectComponent to not call canSelect every time changes are detected | | |
Alexandre Vryghem | da31c4f253e | 108555: Removed pageInfoState Input since it wasn't used and almost all the components gave the incorrect type of data to it | | |
 Tim Donohue | 4aa3158f33eM | Merge pull request #2925 from DSpace/backport-2905-to-dspace-7_x[Port dspace-7_x] Fix for submission describe warning contribution bug | | |
 lotte | 3768dc030e5 | 113500: Fixed lint issues(cherry picked from commit 903af2ccdb065eb24a638904f295a0d66a4b05a7) | | |
 lotte | 27286998f77 | 113500: Fixed lint error(cherry picked from commit 722bd6f7f5e2b7240b6d038d83342c1c15ebae57) | | |
 lotte | d8b6e868964 | 113500: Fixed tests after bugfix(cherry picked from commit 4e0046022ba8921a71a1ed9b59059a1e3c1ac1d8) | | |
 lotte | 47537a019c1 | 113500: Fix for warning on first describe step(cherry picked from commit 993ce1ab16004c14621acea93acaac7865add34a) | | |
 Tim Donohue | f72725ceed4M | Merge pull request #2919 from DSpace/backport-2782-to-dspace-7_x[Port dspace-7_x] Fixed Font Awesome CSS Pseudo-elements not rendering in v6.x | | |
Alexandre Vryghem | 4251630ab86 | 112970: Always rerun resolvers on url change for create comcol pages | | |
 Alexandre Vryghem | e2c2174bf7b | 111373: Fixed Font Awesome CSS Pseudo-elements for v6.x(cherry picked from commit 01f97a623f3fb364fef14ed01e07d0b7ed0b90a6) | | |
 Tim Donohue | de1a2401401M | Merge pull request #2858 from 4Science/DURACOM-2417.x - Header, navbar, and admin sidebar refactoring | | DURACOM-241 |
Tim Donohue | b12bdfdd228 | Docker build IDs must all be unique to avoid image conflicts.Ensure no builds use a generic name like "dspace-angular". | | |
 Tim Donohue | 971c302378bM | Merge pull request #2911 from tdonohue/update_actions_7x[Port dspace-7_x] Update all GitHub Actions & add token for Codecov.io | | |
Tim Donohue | b758d0a5f9a | Ensure all artifacts have a unique name by appending Node version to each | | |
Tim Donohue | 78f1d9f763d | Update all GitHub Actions.Add newly required CODECOV_TOKEN to codecov action | | |
 Tim Donohue | 90dc0e3f612M | Merge pull request #2901 from DSpace/backport-2067-to-dspace-7_x[Port dspace-7_x] Add configuration option to disable inlined CSS in SSR HTML | | |
 Yury Bondarenko | fd10fbe2a81 | Add to config.example.yml(cherry picked from commit 4a39f33006e07da2286551010839ba32d5175a41) | | |
 Yury Bondarenko | 3b11ac517cd | Add configuration option to disable inlined CSS in SSR HTMLWhen inlining CSS, Angular Universal needs to extract critical styles.
This seems to take up a significant chunk of processing time.
However, loading may appear less smooth when this feature is disabled.
Added to the configuration to make it easier to A/B test this without a full re-build.
(cherry picked from commit 38a058d7af6e43eb27bb3b8ce34472a0235085fd) | | |
 Tim Donohue | a1090fbb0d7M | Merge pull request #2896 from tdonohue/port_2894_to_7x[Port dspace-7_x] Bump axios to 1.6.8 | | |
Tim Donohue | 4239d37a386 | Bump axios to 1.6.8 | | |
 Tim Donohue | a87a5f9b5eeM | Merge pull request #2892 from tdonohue/port_2867_to_7x[Port dspace-7_x] Bump follow-redirects from 1.15.5 to 1.15.6 | | |
 Tim Donohue | 777fc571b0dM | Merge pull request #2895 from tdonohue/port_2872_to_7x[Port dspace-7_x] Bump webpack-dev-middleware from 5.3.3 to 5.3.4 | | |
 Tim Donohue | dc92bbd80a7M | Merge pull request #2893 from tdonohue/port_2881_to_7x[Port dspace-7_x] Bump express from 4.18.2 to 4.19.2 | | |
Tim Donohue | d503e4db076 | Bump webpack-dev-middleware from 5.3.3 to 5.3.4 | | |
Tim Donohue | bba7fe2f74c | Bump express from 4.18.2 to 4.19.2 | | |
Tim Donohue | ed8e280aa42 | Bump follow-redirects from 1.15.5 to 1.15.6 | | |
Alexandre Vryghem | 60d93e653fa | 113938: Added missing comcol structure to workspace/workflow item breadcrumbs | | |
 Tim Donohue | 2dfa0754234M | Merge pull request #2832 from alexandrevryghem/patch_2808[Port dspace-7_x] Refactored community & collection pages | | |
 Alan Orth | 43137fe6763M | Merge pull request #2879 from DSpace/backport-2877-to-dspace-7_x[Port dspace-7_x] System-wide alert shouldn't be created when the message is empty | | |
 Alexandre Vryghem | d05438dc3e2 | Prevent system-wide alert to be activated with empty message(cherry picked from commit 767de4b5c85d18b0a2e3e8dae130ad2c2b4894ca) | | |
Alexandre Vryghem | 25cb0455e2d | Fixed bug in BrowseService where findListByHref was called with null instead of undefined, which prevented its default values from being used(cherry picked from commit e6bf2f0ca71adf02dca64a7a1a07de46c309a8d1) | | |
Alexandre Vryghem | 692bb991a05 | 112970: Added missing breadcrumbs to create community/collection pages | | |
 Tim Donohue | 4c693a12945M | Merge pull request #2861 from DSpace/backport-2777-to-dspace-7_x[Port dspace-7_x] Element reference for typeahead directive is only defined when model has authority | | |
 William Welling | 85922433a5c | NgbTypeahead instance is only defined when model has authority(cherry picked from commit 018d44c61603dd12b685a6ca5ce503d9040f7f2a) | | |
Davide Negretti | 3caac21648d | [DURACOM-195] fix spacing in collapsible menu(cherry picked from commit a88282d70b8677712d5515ca697c46276840e774) | | DURACOM-195 |