AuthorCommitMessageCommit dateIssues
Giuseppe DigilioGiuseppe Digilio
1a3fe013bbc[DURACOM-288] Refactoring configuration to transfer stateDURACOM-288
Yury BondarenkoGiuseppe DigilioYury Bondarenko
a78a9107181Add configuration to toggle replace/transfer
Giuseppe DigilioGiuseppe Digilio
31ed56936c9[DURACOM-288] Additional test for thumbnail componentDURACOM-288
Giuseppe DigilioGiuseppe Digilio
8562ddb14b5[DURACOM-288] Provide a setting to use a different REST url during SSR executionDURACOM-288
kshepherdGitHubkshepherd
051ee006f85MMerge pull request #3947 from DSpace/backport-3935-to-dspace-8_x[Port dspace-8_x] Ensure `/reload/` (hard reload) path is included in SSR paths.
Tim Donohuegithub-actions[bot]Tim Donohue
04695b25205Ensure "/reload/" (hard reload) path is included in SSR paths.(cherry picked from commit 83d24f8c216aa07199973a7dc716b55b34d09a54)
Tim DonohueGitHubTim Donohue
04e34145aa7MMerge pull request #3930 from DSpace/backport-3912-to-dspace-8_x[Port dspace-8_x] Fix auth in UI with LDAP if password authentication is disabled
Miika Nurminengithub-actions[bot]Miika Nurminen
33d2a438382Ensure that password authentication dialog is shown even if only ldap auth method is present(cherry picked from commit 83d86d7b68a97b2ed2102d13a8300f91b7bd3778)
Tim DonohueGitHubTim Donohue
64c6c196187MMerge pull request #3927 from tdonohue/port_3372_to_8x[Port dspace-8_x] Make submission reorder buttons keyboard accessible
AndreaBarbassoTim DonohueAndreaBarbasso
0878eafaf3cMake reorder buttons keyboard accessible (#3372)* [CST-15595] add keyboard drag and drop functionality * [CST-15595] add aria live messages * [CST-15595] fix e2e tests * [CST-15595] fix unit tests * [CST-15595] improve drag and drop keyboard functionality * [CST-15595] add keydown.enter for keyboard drag and drop --------- Co-authored-by: Andrea Barbasso <´andrea.barbasso@4science.com´>CST-15595
Tim DonohueGitHubTim Donohue
4d41d5f8348MMerge pull request #3923 from DSpace/backport-3920-to-dspace-8_x[Port dspace-8_x] Fix YAML syntax in config.example.yml
Tim DonohueGitHubTim Donohue
5eee80c308bMMerge pull request #3919 from DSpace/backport-3581-to-dspace-8_x[Port dspace-8_x] Made expandable navbar section more keyboard accessible
Tim Donohuegithub-actions[bot]Tim Donohue
ea386697100Fix syntax in config.example.yml(cherry picked from commit cafe88a3b815b9f2fd34a5fb76a484d85c5adfd6)
Alexandre Vryghemgithub-actions[bot]Alexandre Vryghem
7de6aa0e24f116404: Prevent the opening from the modal using mouse interactions from automatically focussing on the first element(cherry picked from commit 82ed3aadff3203a58087530a483d97fdf62adf2a)
Alexandre Vryghemgithub-actions[bot]Alexandre Vryghem
a984957af91116404: Replaced ViewChild logic with a CSS selectorThis change avoids triggering an additional change detection cycle (cherry picked from commit f7bb83013a7b6c49fee3695668c66129b4078f5c)
Alexandre Vryghemgithub-actions[bot]Alexandre Vryghem
daf2f50b00e116404: Close modal on escape(cherry picked from commit 84df67c00bc46f6346efadb7a6cb7c068d7d36a0)
Alexandre Vryghemgithub-actions[bot]Alexandre Vryghem
eb93041c5b4116404: Apply focus on first item(cherry picked from commit 2152bab717c197f7e67b8a025ea611b6515ef308)
Alexandre Vryghemgithub-actions[bot]Alexandre Vryghem
b9b1d3fd8dc116404: Added navigation with arrow keys in navbar & collapsed the expandable menu when hovering outside of it(cherry picked from commit 05232cdf2b068223c8147ed61afe364fc92986d1)
Alexandre Vryghemgithub-actions[bot]Alexandre Vryghem
17e03330d01116404: Don't navigate in the expandable navbar section with tabHad to move the @slide animation to prevent focus being lost when tabbing in the expandable section (cherry picked from commit c08c2721ac2d14f4ba6adf1baf39e8c46cc9401d)
Alexandre Vryghemgithub-actions[bot]Alexandre Vryghem
ed27231769e116404: Fixed expandable navbar section loosing focus on expand through keyboard(cherry picked from commit 2547b1218f36f00e1a62522a47d9c9f59dbc91e9)
Tim DonohueGitHubTim Donohue
bb977dcd493MMerge pull request #3918 from tdonohue/port_3385_to_8x[Port dspace-8_x] Accessibility when selecting a search filter
Andrea-GuevaraTim DonohueAndrea-Guevara
b27659d9582Accessibility when selecting a search filter (#3385)* Creation of a new method so that when a filter is selected a page reload message is announced to the user * Correcting import formatting errors * New attempt - Correcting import formatting errors * New import fix * New import fix * Returning to the order of imports more like the original * Correcting import order errors * Resolving conflicts * lint fixes * Code refactoring ---------...TI-03
Tim DonohueGitHubTim Donohue
df3e00f985aMMerge pull request #3914 from alexandrevryghem/w2p-122357_browse-performance-fixes_contribute-8_x[Port dspace-8_x] Browse performance fixes
Alexandre VryghemAlexandre Vryghem
da9d848fe29MMerge branch 'w2p-122357_prevent-request-urls-from-being-fired-multiple-times-7.4' into dspace-8_x
Alexandre VryghemAlexandre Vryghem
d1c8d362bd8MMerge branch 'refactor-comcol-pages_contribute-7.6' into dspace-8_x# Conflicts: # src/app/browse-by/browse-by-date/browse-by-date.component.ts # src/app/browse-by/browse-by-metadata/browse-by-metadata.component.ts # src/app/browse-by/browse-by-routing.module.ts # src/app/browse-by/browse-by-title/browse-by-title.component.ts
VictorDuranEscireGitHubVictorDuranEscire
47159fe15bcChanging metadata in a user profile without specifying a password brings up a success and an error panel (#3818)* Agregar validador para mostrar mensaje de error solo si se escribe la contraseña actual * Agregar validador para mostrar mensaje de error solo si se escribe la contraseña actual * Set constant variable for valid current password in profile page
Tim DonohueGitHubTim Donohue
05239743acbMMerge pull request #3269 from atmire/w2p-117544_support-for-disabled-elements-for-screen-readers-8.0 [Port dspace-8_x] support for disabled elements for screen readers
Tim DonohueGitHubTim Donohue
0efa4a6174cMMerge pull request #3910 from DSpace/backport-3909-to-dspace-8_x[Port dspace-8_x] removal of duplicate keys in en.json5 and de.json5
Sascha Szottgithub-actions[bot]Sascha Szott
17a868a2c45remove duplicate key(cherry picked from commit baf388611535825b201a85a69cf6e1b84193c2cd)
Sascha Szottgithub-actions[bot]Sascha Szott
ac3fc1dc326remove duplicate key(cherry picked from commit 262723b0ca43f58da9725b7a8226965fb5e7d5f4)
Jens VannerumJens Vannerum
e9e3d86aab0117544: use directive after latest 8.x merge
Tim DonohueGitHubTim Donohue
daaa642bfe6MMerge pull request #3857 from DSpace/dependabot/npm_and_yarn/dspace-8_x/mirador-3.4.3Bump mirador from 3.4.2 to 3.4.3
Tim DonohueGitHubTim Donohue
0c9c876e3d5MMerge pull request #3900 from DSpace/backport-3212-to-dspace-8_x[Port dspace-8_x] Fix truncatable-part keyboard accessibility
Tim DonohueGitHubTim Donohue
1c786744ee4MMerge pull request #3897 from DSpace/backport-3413-to-dspace-8_x[Port dspace-8_x] Improve descriptive labels for show/hide x more buttons for related items (Item/Entity Homepage)
Tim DonohueGitHubTim Donohue
42aa95344afMMerge pull request #3894 from DSpace-Labs/dependabot/npm_and_yarn/cross-spawn-7.0.6Bump cross-spawn from 7.0.3 to 7.0.6
autavares-devgithub-actions[bot]autavares-dev
b584d3fee09Fix truncatable-part keyboard accessibility(cherry picked from commit 6cb4faa8d34cbb18eb0516506c2c6da6b5e15df9)
Alisa Ismailatigithub-actions[bot]Alisa Ismailati
7d59615b7ec[CST-17153] improve descriptive labels for show/hide more buttons on related items lists(cherry picked from commit 7cd82e542bec81bf768124c20ea18162881cb56d)CST-17153
dependabot[bot]GitHubdependabot[bot]
22b0f4805a0Bump cross-spawn from 7.0.3 to 7.0.6Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github...
DSpace BotGitHubDSpace Bot
31411e9afa9[Port dspace-8_x] Improving the color contrast of home news content (#3891)* Improving the color contrast of home news content (cherry picked from commit 2290b871f72acc85dd05955a7e2877f8cea16238) * Improved color contrast (cherry picked from commit 62b6677e04b6ba6578603d1ceb6ae40e967340de) * Adjusting font color changes (cherry picked from commit be335415fd8e62ed108c6652544588c3be46ac88) --------- Co-authored-by: root <root@TI-03.OHB.LOCAL>TI-03
Jens VannerumJens Vannerum
6182e222d3aMMerge remote-tracking branch 'origin/dspace-8_x' into w2p-117544_support-for-disabled-elements-for-screen-readers-8.0
Tim DonohueGitHubTim Donohue
905502d9885MMerge pull request #3855 from DSpace/dependabot/npm_and_yarn/dspace-8_x/isbot-5.1.21Bump isbot from 5.1.17 to 5.1.21
Tim DonohueGitHubTim Donohue
4a9ece0f82eMMerge pull request #3837 from DSpace/dependabot/npm_and_yarn/dspace-8_x/core-js-3.40.0Bump core-js from 3.39.0 to 3.40.0
Tim DonohueGitHubTim Donohue
a950b9c9a2bMMerge pull request #3852 from DSpace/dependabot/npm_and_yarn/dspace-8_x/sass-d300448e1cBump sass from 1.83.1 to 1.83.4 in the sass group
Tim DonohueGitHubTim Donohue
5b9b4680794MMerge pull request #3851 from DSpace/dependabot/npm_and_yarn/dspace-8_x/postcss-3a92966d17Bump postcss from 8.4.49 to 8.5.1 in the postcss group
Tim DonohueGitHubTim Donohue
2d7c0cc3ddeMMerge pull request #3887 from tdonohue/port_3694_to_8x[Port dspace-8_x] Prevent request with page size of 9999 (#3694)
FrancescoMolinaroTim DonohueFrancescoMolinaro
ff304f3314bPrevent request with page size of 9999 (#3694)* [DURACOM-304] Refactored item-bitstreams.component by removing page size of 9999 * [DURACOM-304] Refactored edit-bitstream-page.component by removing page size of 9999 * [DURACOM-304] Refactored scripts-select.component by using infinite scroll instead of page size 9999 * [DURACOM-304] Refactored dynamic-list.component.ts by removing page size of 9999 * [DURACOM-304] Refactored relationsh...DURACOM-304
dependabot[bot]GitHubdependabot[bot]
2e685b9e05aBump postcss from 8.4.49 to 8.5.1 in the postcss groupBumps the postcss group with 1 update: [postcss](https://github.com/postcss/postcss). Updates `postcss` from 8.4.49 to 8.5.1 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.49...8.5.1) --- updated-dependencies: - dependency-name: postcss depende...
Tim DonohueGitHubTim Donohue
204062c7798MMerge pull request #3836 from DSpace/dependabot/npm_and_yarn/dspace-8_x/testing-905b8585bcBump ng-mocks from 14.13.1 to 14.13.2 in the testing group
FrancescoMolinaroGitHubFrancescoMolinaro
6a1e1bfa8bbExclude search and browse from Angular SSR (#3709)* [DURACOM-303] prevent possibly long-lasting search and browse calls in SSR * [DURACOM-303] implement skeleton component for search results * [DURACOM-303] add skeleton loader for search results and filters * [DURACOM-303] minor restyle of skeleton for mobile * [DURACOM-303] fix lint and tests * [DURACOM-303] adapt tests * [DURACOM-303] restyle skeleton, add filter badge skeleton * [DUR...DURACOM-303
dependabot[bot]GitHubdependabot[bot]
e24e72c3bb0Bump mirador from 3.4.2 to 3.4.3Bumps [mirador](https://github.com/ProjectMirador/mirador) from 3.4.2 to 3.4.3. - [Release notes](https://github.com/ProjectMirador/mirador/releases) - [Commits](https://github.com/ProjectMirador/mirador/compare/v3.4.2...v3.4.3) --- updated-dependencies: - dependency-name: mirador dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot...

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut