Tim Donohue
d3c1f93215
Merge pull request #4252 from DSpace/backport-4212-to-dspace-8_x
...
[Port dspace-8_x] Fix: prevent bitstream format cache issue by disabling cached version
2025-04-25 17:15:31 -05:00
Jesiel Viana
2787baa176
fix unit tests for bitstream-data.service.ts
...
(cherry picked from commit bb536192c2
)
2025-04-25 21:43:03 +00:00
Jesiel Viana
416bfedc66
fix: invalidate cache only for the modified bitstream
...
(cherry picked from commit 4f48f39f7b
)
2025-04-25 21:43:03 +00:00
Jesiel Viana
a7a7fa5511
fix: prevent bitstream format cache issue by disabling cached version
...
(cherry picked from commit 6001652101
)
2025-04-25 21:43:03 +00:00
Tim Donohue
535653fff5
Merge pull request #4248 from DSpace/backport-4243-to-dspace-8_x
...
[Port dspace-8_x] Add translation keys for journal submission volume lookup
2025-04-25 12:23:29 -05:00
Joran De Braekeleer
7088d78b93
130405: Add translations for journal submission volume lookup
...
(cherry picked from commit fef16bca14
)
2025-04-25 15:31:48 +00:00
Art Lowel
54ed550f4a
Merge branch 'w2p-116728_removed-unnecessary-ngvars_contribute-7.6' into fix-embargoed-thumbnails_contribute-8.1
2025-04-25 16:18:21 +02:00
Art Lowel
11f251755b
fix issue where thumnails of embargoed bitstreams wouldn't show up for users with access rights
2025-04-25 14:55:52 +02:00
Tim Donohue
05da2056f9
Merge pull request #4245 from DSpace/backport-4234-to-dspace-8_x
...
[Port dspace-8_x] [DURACOM-350] fix cache issue after mydspace action
2025-04-24 16:24:16 -05:00
FrancescoMolinaro
32a4c4a070
[DURACOM-350] Fix filter skeleton missing update
...
(cherry picked from commit 7998d2d8b9
)
2025-04-24 20:07:24 +00:00
FrancescoMolinaro
67d71e6da4
[DURACOM-350] prevent unnecessary reload
...
(cherry picked from commit 1b112dd887
)
2025-04-24 20:07:24 +00:00
FrancescoMolinaro
44f46a9a8a
[DURACOM-350] fix cache issue after mydspace action
...
(cherry picked from commit e84af6ab91
)
2025-04-24 20:07:23 +00:00
Tim Donohue
208e7791f1
Merge pull request #4232 from atmire/4099-duplicate-view-events_contibute-8.x
...
[Port to dspace-8_x] Fix for double view events when using dynamic themes
2025-04-23 16:58:17 -05:00
Tim Donohue
fcef3c6d60
Merge pull request #4239 from DSpace/backport-3968-to-dspace-8_x
...
[Port dspace-8_x] Fix - previously entered qualdrop value field is deleted when adding a new (emtpy) line with the same(!) qualifier and then deleting it
2025-04-23 12:53:14 -05:00
VictorDuranEscire
564a0f41a7
Fix - Validate value on remove item for submission form only for qualdrop component
...
(cherry picked from commit 1e73fa626d
)
2025-04-23 16:38:44 +00:00
Tim Donohue
e9a32721af
Merge pull request #4167 from atmire/w2p-129621_submission-form-field-type-name-null-issue_contribute-8.1
...
Fix unable to remove data from a submission form field of type "name"
2025-04-23 11:06:47 -05:00
lotte
eefc502d8c
129694: fixed lint issues
2025-04-22 14:58:06 +02:00
lotte
a71b3442ae
129694: resolver fix after merge
2025-04-22 12:29:44 +02:00
lotte
494f0fb987
Merge branch 'w2p-129694_4099-PoC-solution-with-resolvers' into 4099-duplicate-view-events_contibute-8.x
2025-04-22 12:14:20 +02:00
Tim Donohue
5e7309986b
Merge pull request #4224 from DSpace/dependabot/npm_and_yarn/dspace-8_x/webpack-753b40408c
...
Bump webpack from 5.99.5 to 5.99.6 in the webpack group
2025-04-21 08:52:08 -05:00
dependabot[bot]
24899229b2
Bump webpack from 5.99.5 to 5.99.6 in the webpack group
...
Bumps the webpack group with 1 update: [webpack](https://github.com/webpack/webpack ).
Updates `webpack` from 5.99.5 to 5.99.6
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.99.5...v5.99.6 )
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.99.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: webpack
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-21 03:37:03 +00:00
Tim Donohue
5382315ca5
Merge pull request #4209 from DSpace/backport-2317-to-dspace-8_x
...
[Port dspace-8_x] Update ESLint configuration for json5 files
2025-04-16 17:07:31 -05:00
Alan Orth
a07b7b1f70
.eslintrc.json: remove second eslint-plugin-jsonc
...
This seems to have been added twice at some point.
(cherry picked from commit 9896eab6ac
)
2025-04-16 19:54:49 +00:00
Alan Orth
4c1220df30
.eslintrc.json: use jsonc/no-irregular-whitespace
...
The eslint-plugin-jsonc documentation recommends turning ESLint's
own no-irregular-whitespace plugin off for JSON files in favor of
its own jsonc/no-irregular-whitespace plugin.
See: https://ota-meshi.github.io/eslint-plugin-jsonc/rules/no-irregular-whitespace.html
(cherry picked from commit 5e8571de80
)
2025-04-16 19:54:49 +00:00
Alan Orth
8eb98ce914
.eslintrc.json: use plugin:jsonc/recommended-with-json5
...
The eslint-plugin-jsonc has a recommended configuration for json5.
See: https://ota-meshi.github.io/eslint-plugin-jsonc/user-guide/#usage
(cherry picked from commit 3a05733256
)
2025-04-16 19:54:49 +00:00
Tim Donohue
005655a461
Merge pull request #4182 from DSpace/dependabot/npm_and_yarn/dspace-8_x/http-proxy-middleware-2.0.9
...
Bump http-proxy-middleware from 2.0.7 to 2.0.9
2025-04-15 14:13:45 -05:00
Tim Donohue
e1430cdf0d
Merge pull request #4118 from DSpace/dependabot/npm_and_yarn/dspace-8_x/babel/runtime-7.27.0
...
Bump @babel/runtime from 7.26.7 to 7.27.0
2025-04-15 14:04:19 -05:00
Tim Donohue
a20594abfc
Merge pull request #4196 from tdonohue/port_4189_to_8x
...
[Port dspace-8_x] Add additional automated server-side rendering (SSR) tests for all Entity Types
2025-04-15 13:14:27 -05:00
dependabot[bot]
6263a39a91
Bump http-proxy-middleware from 2.0.7 to 2.0.9
...
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware ) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases )
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md )
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7...v2.0.9 )
---
updated-dependencies:
- dependency-name: http-proxy-middleware
dependency-version: 2.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-15 15:06:41 +00:00
Tim Donohue
b0daab23bb
Merge pull request #4152 from DSpace/dependabot/npm_and_yarn/dspace-8_x/isbot-5.1.26
...
Bump isbot from 5.1.25 to 5.1.26
2025-04-15 09:50:53 -05:00
Tim Donohue
f74ffcee7a
Merge pull request #4025 from DSpace/dependabot/npm_and_yarn/dspace-8_x/rxjs-7.8.2
...
Bump rxjs from 7.8.1 to 7.8.2
2025-04-15 09:49:42 -05:00
Tim Donohue
17c974fbbd
Add additional automated SSR tests for Community, Collection, Publication/Item, Person, OrgUnit and all Journal entities
2025-04-15 09:35:00 -05:00
Tim Donohue
d32d64040a
Merge pull request #4177 from atmire/w2p-130081_access-control-bitstreams-pagination-fix-8.x
...
[Port dspace-8_x] Fix pagination on the "Select bitstreams" modal of the "Access Control" tab
2025-04-14 11:32:22 -05:00
Tim Donohue
bdf62ab52e
Merge pull request #4154 from DSpace/dependabot/npm_and_yarn/dspace-8_x/types/lodash-4.17.16
...
Bump @types/lodash from 4.17.15 to 4.17.16
2025-04-11 17:14:02 -05:00
Tim Donohue
345a995b51
Merge pull request #4178 from DSpace/backport-4168-to-dspace-8_x
...
[Port dspace-8_x] Fix export button enabled in bulk access management without selecting step 2
2025-04-11 16:58:36 -05:00
Tim Donohue
9fe2ad988b
Merge pull request #4179 from arvoConsultores/DS-4097-dspace8
...
[Port dspace-8_x] Store the state of the computed filters
2025-04-11 15:55:28 -05:00
Tim Donohue
9f3b941e8e
Merge pull request #4151 from DSpace/dependabot/npm_and_yarn/dspace-8_x/webpack-0542bd02c8
...
Bump webpack from 5.98.0 to 5.99.5 in the webpack group
2025-04-11 15:02:45 -05:00
Sergio Fernández Celorio
dbb8748190
Lint errors
2025-04-11 21:51:39 +02:00
abhinav
11d09d6033
Fix export button enabled in bulk access management without selecting step 2
...
(cherry picked from commit 4b3b660354
)
2025-04-11 19:43:40 +00:00
Nona Luypaert
9aac463e94
Merge remote-tracking branch 'contributions/w2p-130081_access-control-bitstreams-pagination-fix-7.6' into w2p-130081_access-control-bitstreams-pagination-fix-8.x
...
Conflicts:
src/app/shared/access-control-form-container/item-access-control-select-bitstreams-modal/item-access-control-select-bitstreams-modal.component.ts
2025-04-11 21:41:27 +02:00
Sergio Fernández Celorio
881fc4d39f
Use take instead unsubscribe
2025-04-11 21:40:17 +02:00
Sergio Fernández Celorio
19e14a3d2a
Store the state of the computed filters
2025-04-11 21:39:30 +02:00
Tim Donohue
60f1007915
Merge pull request #4113 from DSpace/dependabot/npm_and_yarn/dspace-8_x/axios-1.8.4
...
Bump axios from 1.7.9 to 1.8.4
2025-04-10 17:15:55 -05:00
dependabot[bot]
e9a1da5bb8
Bump webpack from 5.98.0 to 5.99.5 in the webpack group
...
Bumps the webpack group with 1 update: [webpack](https://github.com/webpack/webpack ).
Updates `webpack` from 5.98.0 to 5.99.5
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.98.0...v5.99.5 )
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.99.5
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: webpack
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-10 15:59:03 +00:00
Tim Donohue
847a74eac2
Merge pull request #4149 from DSpace/dependabot/npm_and_yarn/dspace-8_x/testing-d0d6209c31
...
Bump the testing group with 2 updates
2025-04-10 10:55:45 -05:00
Tim Donohue
275e848aa9
Merge pull request #4147 from DSpace/dependabot/npm_and_yarn/dspace-8_x/eslint-7904436953
...
Bump eslint-plugin-jsonc from 2.19.1 to 2.20.0 in the eslint group
2025-04-10 10:54:49 -05:00
dependabot[bot]
5bade1b73e
Bump @types/lodash from 4.17.15 to 4.17.16
...
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash ) from 4.17.15 to 4.17.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash )
---
updated-dependencies:
- dependency-name: "@types/lodash"
dependency-version: 4.17.16
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-09 22:27:30 +00:00
dependabot[bot]
d2a9894e64
Bump isbot from 5.1.25 to 5.1.26
...
Bumps [isbot](https://github.com/omrilotan/isbot ) from 5.1.25 to 5.1.26.
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md )
- [Commits](https://github.com/omrilotan/isbot/compare/v5.1.25...v5.1.26 )
---
updated-dependencies:
- dependency-name: isbot
dependency-version: 5.1.26
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-09 22:27:16 +00:00
dependabot[bot]
fe7773d915
Bump the testing group with 2 updates
...
Bumps the testing group with 2 updates: [axe-core](https://github.com/dequelabs/axe-core ) and [ng-mocks](https://github.com/help-me-mom/ng-mocks ).
Updates `axe-core` from 4.10.2 to 4.10.3
- [Release notes](https://github.com/dequelabs/axe-core/releases )
- [Changelog](https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/dequelabs/axe-core/compare/v4.10.2...v4.10.3 )
Updates `ng-mocks` from 14.13.2 to 14.13.4
- [Release notes](https://github.com/help-me-mom/ng-mocks/releases )
- [Changelog](https://github.com/help-me-mom/ng-mocks/blob/master/CHANGELOG.md )
- [Commits](https://github.com/help-me-mom/ng-mocks/compare/v14.13.2...v14.13.4 )
---
updated-dependencies:
- dependency-name: axe-core
dependency-version: 4.10.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: testing
- dependency-name: ng-mocks
dependency-version: 14.13.4
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: testing
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-09 22:26:47 +00:00
dependabot[bot]
0e9de91280
Bump eslint-plugin-jsonc from 2.19.1 to 2.20.0 in the eslint group
...
Bumps the eslint group with 1 update: [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc ).
Updates `eslint-plugin-jsonc` from 2.19.1 to 2.20.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases )
- [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.19.1...v2.20.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsonc
dependency-version: 2.20.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-09 22:26:17 +00:00