Compare commits

..

5476 Commits

Author SHA1 Message Date
Tim Donohue
d6c4dad800 Merge pull request #4730 from alanorth/collection-mapper-trash-icon-7x
[Port dspace-7_x] src/app: use correct icon in item mapper
2025-09-22 16:59:47 -05:00
Alan Orth
15525b5df1 src/app: use correct icon in item mapper
When adding mappings in the item mapper we should use the save icon
rather than the trash icon!
2025-09-19 16:41:37 +03:00
Alan Orth
92ffac6eaa Merge pull request #4369 from atmire/w2p-130679_fix-back-button-on-group-roles-page-contribute_7.6 2025-09-15 08:56:29 +03:00
Tim Donohue
ab53a7e7db Merge pull request #4702 from DSpace/dependabot/npm_and_yarn/dspace-7_x/core-js-3.45.1
Bump core-js from 3.44.0 to 3.45.1
2025-09-12 14:07:07 -05:00
Tim Donohue
b97f02ed7a Merge pull request #4704 from DSpace/dependabot/npm_and_yarn/dspace-7_x/babel/runtime-7.28.4
Bump @babel/runtime from 7.28.2 to 7.28.4
2025-09-12 12:32:39 -05:00
Tim Donohue
50123adc36 Merge pull request #4703 from DSpace/dependabot/npm_and_yarn/dspace-7_x/sass-2e0f0fb0cc
Bump sass from 1.89.2 to 1.92.1 in the sass group
2025-09-10 16:58:51 -05:00
Tim Donohue
a36131557f Merge pull request #4705 from DSpace/dependabot/npm_and_yarn/dspace-7_x/isbot-5.1.30
Bump isbot from 5.1.29 to 5.1.30
2025-09-10 16:36:19 -05:00
Tim Donohue
2c4790c9ae Merge pull request #4701 from DSpace/dependabot/npm_and_yarn/dspace-7_x/testing-c9201e7a88
Bump cypress-axe from 1.6.0 to 1.7.0 in the testing group
2025-09-10 15:55:49 -05:00
Tim Donohue
7154bc0689 Merge pull request #4717 from DSpace/backport-4634-to-dspace-7_x
[Port dspace-7_x] server.ts: remove port and host fallbacks in run
2025-09-10 15:51:18 -05:00
Tim Donohue
42419d12ee Merge pull request #4714 from DSpace/backport-4636-to-dspace-7_x
[Port dspace-7_x] src/themes/dspace: rework banner image
2025-09-10 14:57:10 -05:00
Alan Orth
65cd1df6ef server.ts: remove port fallback
If a user has messed up their config so much that the fallbacks in
our default configuration interface don't work then we should just
fail here.

(cherry picked from commit 6c09677510)
2025-09-10 19:48:58 +00:00
Alan Orth
66cdc972d2 server.ts: remove invalid host fallback
If `environment.ui.host` is Falsy, then we attempt to fall back to
a host value of '/', which is invalid. I think that, if a user has
messed up their config so much that defaults in our configuration
interface don't work, then we should actually fail here.

(cherry picked from commit f622d58917)
2025-09-10 19:48:58 +00:00
Alan Orth
be06c4fcd1 src/themes/dspace: rework banner image
For some reason our version of this image is twice the size of the
original (~860KiB vs 1.6MiB). To make matters worse, the dimensions
of the image are 4777x3166 pixels, but we display it at 2000 pixels
wide.

This regenerates the images based on the original and adjusts the
dimensions to be more appropriate. Generated using ImageMagick 7
on Linux:

$ magick pexels-inspiredimages-132477.jpg -resize 2000x src/themes/dspace/assets/images/banner.jpg
$ magick pexels-inspiredimages-132477.jpg -resize 2000x src/themes/dspace/assets/images/banner.webp
$ magick pexels-inspiredimages-132477.jpg -resize 1200x src/themes/dspace/assets/images/banner-half.jpg
$ magick pexels-inspiredimages-132477.jpg -resize 1200x src/themes/dspace/assets/images/banner-half.webp

See: https://www.pexels.com/photo/clear-water-drops-132477/
(cherry picked from commit d9e8fea5bf)
2025-09-10 19:07:59 +00:00
Tim Donohue
ccd8d433ee Merge pull request #4180 from alanorth/port-4136-dspace-7
[Port dspace-7_x] Clean up spacing in input forms
2025-09-10 13:36:46 -05:00
Tim Donohue
c186423ad7 Merge pull request #4707 from DSpace/backport-4644-to-dspace-7_x
[Port dspace-7_x] fix: call parent ngOnDestroy in dynamic form control container
2025-09-10 08:52:50 -05:00
Jukka Lipka
826157c1d4 fix: call parent ngOnDestroy in dynamic form control container
(cherry picked from commit 4d803a58d4)
2025-09-09 21:36:50 +00:00
dependabot[bot]
96422c2909 Bump isbot from 5.1.29 to 5.1.30
Bumps [isbot](https://github.com/omrilotan/isbot) from 5.1.29 to 5.1.30.
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](https://github.com/omrilotan/isbot/compare/v5.1.29...v5.1.30)

---
updated-dependencies:
- dependency-name: isbot
  dependency-version: 5.1.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 22:40:59 +00:00
dependabot[bot]
57c75d06f9 Bump @babel/runtime from 7.28.2 to 7.28.4
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.28.2 to 7.28.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-version: 7.28.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 22:40:21 +00:00
dependabot[bot]
0a63a34533 Bump sass from 1.89.2 to 1.92.1 in the sass group
Bumps the sass group with 1 update: [sass](https://github.com/sass/dart-sass).


Updates `sass` from 1.89.2 to 1.92.1
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.89.2...1.92.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.92.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sass
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 22:39:53 +00:00
dependabot[bot]
fffbe2d62c Bump core-js from 3.44.0 to 3.45.1
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.44.0 to 3.45.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.45.1/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-version: 3.45.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 22:39:48 +00:00
dependabot[bot]
b1bd60ca79 Bump cypress-axe from 1.6.0 to 1.7.0 in the testing group
Bumps the testing group with 1 update: [cypress-axe](https://github.com/component-driven/cypress-axe).


Updates `cypress-axe` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/component-driven/cypress-axe/releases)
- [Commits](https://github.com/component-driven/cypress-axe/compare/v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: cypress-axe
  dependency-version: 1.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 22:39:16 +00:00
Atmire-Kristof
90a1ca6f5d 7.x - Clear url parameters for entity search tabs (#2735)
* 110878: Entity search - clear params on tab switch

* 110878: Properly clear browse-by values when navigating

* 132230: Related entity tab switching: only keep query & scope, reset page to 1

---------

Co-authored-by: Nona Luypaert <nona.luypaert@atmire.com>
2025-09-05 16:47:44 -05:00
Art Lowel
6071065c12 Merge pull request #4669 from DSpace/backport-4664-to-dspace-7_x
[Port dspace-7_x] Inspect event key characters, not keyCodes on tag keyUp for dynamic tag input
2025-09-04 17:38:01 +02:00
Kim Shepherd
86a18f31d9 Create dynamic tag test events with key chars, not keyCodes
(cherry picked from commit 98fc76d867)
2025-09-04 14:46:06 +00:00
Kim Shepherd
1ade04398a Inspect event key characters, not keyCodes on tag keyUp
(cherry picked from commit f313b4a8fd)
2025-09-04 14:46:06 +00:00
Tim Donohue
f5314156f6 Merge pull request #4616 from nimabehforouz/translate-7x-fr
Adding the missing French translations (dspace-7_x)
2025-08-28 16:01:12 -05:00
Tim Donohue
a833ba3d3c Merge pull request #4649 from DSpace/backport-4640-to-dspace-7_x
[Port dspace-7_x] .github/workflows/codescan.yml: use codeql-action v3
2025-08-20 17:16:34 -05:00
Alan Orth
4392a4b67e .github/workflows/codescan.yml: use codeql-action v3
Version 2 was deprecated in January, 2024 after the release of v3.

See: https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
(cherry picked from commit 3333ee4fbb)
2025-08-20 21:10:47 +00:00
Tim Donohue
d98963c9d1 Merge pull request #4588 from DSpace/dependabot/npm_and_yarn/dspace-7_x/babel/runtime-7.28.2
Bump @babel/runtime from 7.27.6 to 7.28.2
2025-08-01 10:47:59 -05:00
Tim Donohue
d6a39f2164 Merge pull request #4618 from DSpace/dependabot/npm_and_yarn/dspace-7_x/webpack-dev-server-5.2.2
Bump webpack-dev-server from 5.2.1 to 5.2.2
2025-08-01 10:00:59 -05:00
dependabot[bot]
81648512e9 Bump webpack-dev-server from 5.2.1 to 5.2.2
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v5.2.1...v5.2.2)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-31 21:28:11 +00:00
Nima Behforouz
414589ee89 Updates French translations for 7.x 2025-07-31 11:28:55 -04:00
dependabot[bot]
21d6c54183 Bump @babel/runtime from 7.27.6 to 7.28.2
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.27.6 to 7.28.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.2/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-version: 7.28.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-30 20:57:54 +00:00
Tim Donohue
e92a96bd92 Merge pull request #4608 from DSpace-Labs/dependabot/npm_and_yarn/babel/helpers-7.27.6
[Dependabot] Bump @babel/helpers from 7.21.0 to 7.27.6
2025-07-30 15:36:29 -05:00
Tim Donohue
37d6c0d61d Merge pull request #4609 from DSpace-Labs/dependabot/npm_and_yarn/webpack-dev-server-5.2.1
[Dependabot] Bump webpack-dev-server from 4.15.2 to 5.2.1
2025-07-30 15:19:03 -05:00
Tim Donohue
88e18a3559 Merge pull request #4542 from DSpace/dependabot/npm_and_yarn/dspace-7_x/core-js-3.44.0
Bump core-js from 3.42.0 to 3.44.0
2025-07-30 11:44:20 -05:00
Tim Donohue
18e2446a7e Merge pull request #4601 from DSpace/backport-4344-to-dspace-7_x
[Port dspace-7_x] fix(versioning): Encode summary
2025-07-30 11:02:00 -05:00
dependabot[bot]
376a731beb Bump webpack-dev-server from 4.15.2 to 5.2.1
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.15.2 to 5.2.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.15.2...v5.2.1)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-30 15:43:23 +00:00
Tim Donohue
e41f576d3a Merge pull request #4535 from DSpace/dependabot/npm_and_yarn/dspace-7_x/types/lodash-4.17.20
Bump @types/lodash from 4.17.17 to 4.17.20
2025-07-30 10:09:10 -05:00
Tim Donohue
d919d255c1 Merge pull request #4587 from DSpace/dependabot/npm_and_yarn/dspace-7_x/axios-1.11.0
Bump axios from 1.10.0 to 1.11.0
2025-07-30 10:00:53 -05:00
Jukka Lipka
0988c41c19 fix(versioning): encode summary
The reason for creating a new version is now encoded in the URL.

(cherry picked from commit 2dd870ea7e)
2025-07-30 14:21:07 +00:00
Tim Donohue
a7a543cfb0 Merge pull request #4596 from DSpace/dependabot/npm_and_yarn/dspace-7_x/isbot-5.1.29
Bump isbot from 5.1.28 to 5.1.29
2025-07-29 13:29:58 -05:00
dependabot[bot]
07d3c7aa15 Bump isbot from 5.1.28 to 5.1.29
Bumps [isbot](https://github.com/omrilotan/isbot) from 5.1.28 to 5.1.29.
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](https://github.com/omrilotan/isbot/compare/v5.1.28...v5.1.29)

---
updated-dependencies:
- dependency-name: isbot
  dependency-version: 5.1.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-29 14:33:25 +00:00
dependabot[bot]
57b1de3b94 Bump axios from 1.10.0 to 1.11.0
Bumps [axios](https://github.com/axios/axios) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-28 07:31:25 +00:00
Tim Donohue
5a08173f5e Merge pull request #4579 from DSpace/backport-4536-to-dspace-7_x
[Port dspace-7_x] Fix empty search query after previous non-empty search
2025-07-24 13:42:09 -05:00
Jesiel Viana
be8def0064 fix empty search query after previous non-empty search
(cherry picked from commit cf34198d54)
2025-07-24 17:58:57 +00:00
dependabot[bot]
d9d0032378 Bump @babel/helpers from 7.21.0 to 7.27.6
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.21.0 to 7.27.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.6/packages/babel-helpers)

---
updated-dependencies:
- dependency-name: "@babel/helpers"
  dependency-version: 7.27.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-23 19:13:16 +00:00
Tim Donohue
da99511ff3 Merge pull request #4571 from DSpace/backport-4568-to-dspace-7_x
[Port dspace-7_x] Fix current parent order when creating subcommunity
2025-07-23 12:31:24 -05:00
Jesiel Viana
08eb6def3e Fix current parent order when creating subcommunity
(cherry picked from commit 44fcc7221b)
2025-07-23 15:42:12 +00:00
Tim Donohue
1419ed9a22 Update version tag for development of next release 2025-07-22 15:33:00 -05:00
Tim Donohue
9497decf07 Update version tag for release 2025-07-22 15:30:23 -05:00
Tim Donohue
d4edbf2e25 Automatic update to yarn.locak after various dependency updates. This dependency is no longer needed. 2025-07-22 11:26:15 -05:00
dependabot[bot]
7376ae2b26 Bump core-js from 3.42.0 to 3.44.0
---
updated-dependencies:
- dependency-name: core-js
  dependency-version: 3.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-22 15:55:48 +00:00
Tim Donohue
f80992f1fc Merge pull request #4559 from DSpace/dependabot/npm_and_yarn/dspace-7_x/morgan-1.10.1
Bump morgan from 1.10.0 to 1.10.1
2025-07-22 10:52:57 -05:00
Alan Orth
bb3af14b6c Merge pull request #4560 from DSpace/dependabot/npm_and_yarn/dspace-7_x/compression-1.8.1 2025-07-21 21:27:13 -07:00
Alan Orth
3a5f4565a5 Merge pull request #4493 from DSpace/dependabot/npm_and_yarn/dspace-7_x/eslint-036d341c50 2025-07-21 21:07:37 -07:00
Alan Orth
fc43e2473d Merge pull request #4457 from DSpace/dependabot/npm_and_yarn/dspace-7_x/sass-63defccb8e 2025-07-21 18:17:26 -07:00
dependabot[bot]
16da9855fc Bump compression from 1.8.0 to 1.8.1
---
updated-dependencies:
- dependency-name: compression
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-21 06:47:30 +00:00
dependabot[bot]
821f16ea1d Bump morgan from 1.10.0 to 1.10.1
---
updated-dependencies:
- dependency-name: morgan
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-21 06:45:01 +00:00
dependabot[bot]
f9fb6d06f1 Bump eslint-plugin-import from 2.31.0 to 2.32.0 in the eslint group
Bumps the eslint group with 1 update: [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import).


Updates `eslint-plugin-import` from 2.31.0 to 2.32.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-21 05:38:45 +00:00
dependabot[bot]
4fa71b801c Bump sass from 1.89.1 to 1.89.2 in the sass group
Bumps the sass group with 1 update: [sass](https://github.com/sass/dart-sass).


Updates `sass` from 1.89.1 to 1.89.2
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.89.1...1.89.2)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.89.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sass
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-21 05:38:29 +00:00
Tim Donohue
7a7e468492 Update version tag for development of next release 2025-07-14 14:10:06 -05:00
Tim Donohue
34fc08766d Update version tag for release 2025-07-14 14:04:48 -05:00
Tim Donohue
13d6acaf76 Sync i18n files to prepare for the 7.6.4 release 2025-07-11 13:43:39 -05:00
Tim Donohue
d9c0401bdd Merge pull request #4530 from atmire/w2p-119612_export-item-limit-7_x
[Port dspace-7_x] UI warning for export item limit
2025-07-10 13:25:34 -05:00
Jens Vannerum
5a2702c797 fix missing imports after backport 2025-07-10 10:39:55 +02:00
dependabot[bot]
ac5ef72bbe Bump @types/lodash from 4.17.17 to 4.17.20
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.17 to 4.17.20.
- [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.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-07 07:34:47 +00:00
Jens Vannerum
dabc3b400b 119612: fix spec test
(cherry picked from commit 6232d4e9cf)
2025-07-04 10:26:25 +02:00
Jens Vannerum
5b19ebe48c 119612: aria-label to also include warning message if applicable
(cherry picked from commit 8eaff78737)
2025-07-04 10:25:51 +02:00
Jens Vannerum
32511b0f50 119612: Check if a warning should be shown on changes to the total elements of the search, default to 500 if no value for the configuration property was returned
(cherry picked from commit e1b773c097)
2025-07-04 10:25:43 +02:00
Jens Vannerum
17e58ae5e3 119612: UI warning that only first part of configured items will be exported
(cherry picked from commit b69b21af6c)
2025-07-04 10:24:36 +02:00
Tim Donohue
0d87a72f41 Merge pull request #4417 from atmire/w2p-131442_backport-4335-to-dspace-7_x
[Port dspace-7_x] Improve accessibility for screen readers
2025-07-03 15:14:03 -05:00
Tim Donohue
a17d58acc5 Merge pull request #4277 from DSpace/backport-3888-to-dspace-7_x
[Port dspace-7_x] Fixed search page still returning stale data after invalidating a request
2025-07-03 14:42:57 -05:00
Tim Donohue
44f2ad7f4f Merge pull request #3821 from atmire/vocabulary-preloadlevel-fix-7_x
[Port dspace-7_x] Vocabulary preloadlevel fix
2025-07-01 17:02:27 -05:00
Tim Donohue
c7f8ed1f42 Merge pull request #4519 from atmire/accessibility-settings-7_x
[Port dspace-7_x] Accessibility settings page SSR Fix
2025-07-01 13:58:20 -05:00
Andreas Awouters
c6ef2467bc 119602: Fix SSR error by making klaroService optional
KlaroService handles cookies which are not applicable during SSR. By
making the service optional, and handling the case when it is not
available, SSR can do its work without throwing NullInjectorErrors.
2025-07-01 09:06:40 +02:00
Tim Donohue
c07bc3c379 Merge pull request #3615 from atmire/accessibility-settings-7_x
[Port dspace-7_x] Accessibility settings page
2025-06-30 11:03:38 -05:00
Andreas Awouters
b44f74a20a 119602: Port disabling of cookie popup from main 2025-06-30 11:54:20 +02:00
Andreas Awouters
50757247ab Merge branch 'dspace-7_x' into accessibility-settings-7_x 2025-06-30 10:37:10 +02:00
Andreas Awouters
1883d93198 119602: Open tooltip to left of info icon 2025-06-30 10:35:47 +02:00
Andreas Awouters
d9ab4bca65 119602: Align accessibility link with other footer links 2025-06-30 10:35:26 +02:00
Alan Orth
edeb2d2e3a Merge pull request #4492 from DSpace/dependabot/npm_and_yarn/dspace-7_x/postcss-bff535204e 2025-06-28 11:57:44 +03:00
Tim Donohue
c2257ebc81 Merge pull request #4449 from 4Science/task/dspace-7_x/DURACOM-291
[Port dspace-7_x] Fix submission section visibility in order to rely on the configured section scope
2025-06-26 16:41:09 -05:00
Tim Donohue
cf2407ba90 Merge pull request #4488 from alexandrevryghem/w2p-117573_remove-observable-function-calls-from-template-7_x
[Port dspace-7_x] Removed observable function calls from template (part 2)
2025-06-26 11:36:11 -05:00
dependabot[bot]
e0af01ff43 Bump postcss from 8.5.5 to 8.5.6 in the postcss group
Bumps the postcss group with 1 update: [postcss](https://github.com/postcss/postcss).


Updates `postcss` from 8.5.5 to 8.5.6
- [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.5.5...8.5.6)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: postcss
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-23 06:08:24 +00:00
Alexandre Vryghem
7afe49d2b0 117287: Fixed various layout issues
- The unthemed home news didn't stick to the header like the dspace theme
- Impersonate user button has additional margin
- Submission form loading icon is not translatable
- Create resource policy page doesn't have the correct heading

(cherry picked from commit 56e45a9f08)
2025-06-21 01:38:08 +02:00
Alexandre Vryghem
c89ad9f22a 122464: Fixed a memory leak when initComponentInstance is called multiple times
(cherry picked from commit 62f15668b6)
2025-06-21 01:33:21 +02:00
Alexandre Vryghem
391e87a11f Merge branch 'w2p-117573_remove-observable-function-calls-from-template-7.6' 2025-06-21 01:26:12 +02:00
Alan Orth
a864260d00 Merge pull request #4458 from DSpace/dependabot/npm_and_yarn/dspace-7_x/postcss-ff1e1e588d 2025-06-17 09:26:32 +03:00
Alan Orth
abfdf63482 Merge pull request #4463 from DSpace/dependabot/npm_and_yarn/dspace-7_x/axios-1.10.0 2025-06-17 07:06:53 +03:00
dependabot[bot]
7f3b3370d9 Bump axios from 1.9.0 to 1.10.0
Bumps [axios](https://github.com/axios/axios) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-16 05:40:32 +00:00
dependabot[bot]
d56119793f Bump postcss from 8.5.4 to 8.5.5 in the postcss group
Bumps the postcss group with 1 update: [postcss](https://github.com/postcss/postcss).


Updates `postcss` from 8.5.4 to 8.5.5
- [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.5.4...8.5.5)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: postcss
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-16 05:38:56 +00:00
Tim Donohue
7677f2941d Merge pull request #4450 from DSpace/backport-4434-to-dspace-7_x
[Port dspace-7_x] Resolve field instance models using index when filtering errors
2025-06-12 12:47:31 -05:00
Kim Shepherd
7ef44c5e35 Resolve field instance models using index when filtering errors
(cherry picked from commit d218e22944)
2025-06-12 16:40:39 +00:00
Giuseppe Digilio
a77f98e29e [DURACOM-291] back porting of fix submission section visibility in order to rely on the configured section scope 2025-06-12 15:53:21 +02:00
Alan Orth
5c66bb9d2b Merge pull request #4442 from DSpace/dependabot/npm_and_yarn/dspace-7_x/babel/runtime-7.27.6
Bump @babel/runtime from 7.27.4 to 7.27.6
2025-06-11 12:23:18 +03:00
dependabot[bot]
7cc17a5544 Bump @babel/runtime from 7.27.4 to 7.27.6
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.27.4 to 7.27.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.6/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-version: 7.27.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-09 05:32:54 +00:00
Alan Orth
b7b1e368d6 Merge pull request #4430 from DSpace/dependabot/npm_and_yarn/dspace-7_x/sass-d83863101d
Bump sass from 1.89.0 to 1.89.1 in the sass group
2025-06-05 08:54:07 +03:00
dependabot[bot]
5e8dd3480f Bump sass from 1.89.0 to 1.89.1 in the sass group
Bumps the sass group with 1 update: [sass](https://github.com/sass/dart-sass).


Updates `sass` from 1.89.0 to 1.89.1
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.89.0...1.89.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.89.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sass
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-04 13:49:29 +00:00
Alan Orth
f2131ec757 Merge pull request #4427 from DSpace/backport-4076-to-dspace-7_x
[Port dspace-7_x] fix typo in German translation of bitstream.edit.form.description.hint
2025-06-04 14:05:27 +03:00
Sascha Szott
c52c7e778a fix typo in German translation of bitstream.edit.form.description.hint
(cherry picked from commit c72af8edb5)
2025-06-04 09:52:26 +00:00
Alan Orth
b870c54c83 Merge pull request #4357 from DSpace/dependabot/npm_and_yarn/dspace-7_x/sanitize-html-2.17.0
Bump sanitize-html from 2.16.0 to 2.17.0
2025-06-04 12:39:34 +03:00
Alan Orth
f58ab77d5d Merge pull request #4409 from DSpace/dependabot/npm_and_yarn/dspace-7_x/postcss-3f4fa9ea8d
Bump postcss from 8.5.3 to 8.5.4 in the postcss group
2025-06-03 09:07:50 +03:00
Alan Orth
406b46ba3f Merge pull request #4410 from DSpace/dependabot/npm_and_yarn/dspace-7_x/babel/runtime-7.27.4
Bump @babel/runtime from 7.27.3 to 7.27.4
2025-06-03 09:03:45 +03:00
Alexandre Vryghem
b6448a7caf 129964: Fixed the header role structure being invalid in the custom theme
- Replaced the menubar role from the parent of all the header buttons like lang switch, auth menu & help toggle with toolbar
- Replaced the remaining `<a>` buttons in the header with `<button>` to make them expandable with space
- Fixed accessibility issues flagged by axe DevTools in the user menu dropdown
2025-06-02 13:55:33 +02:00
dependabot[bot]
8a1daa5cf9 Bump @babel/runtime from 7.27.3 to 7.27.4
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.27.3 to 7.27.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.4/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-version: 7.27.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-02 06:45:45 +00:00
dependabot[bot]
fa9ddefb59 Bump postcss from 8.5.3 to 8.5.4 in the postcss group
Bumps the postcss group with 1 update: [postcss](https://github.com/postcss/postcss).


Updates `postcss` from 8.5.3 to 8.5.4
- [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.5.3...8.5.4)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: postcss
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-02 06:42:07 +00:00
Alan Orth
8a1ca84d91 Merge pull request #4402 from DSpace/backport-2774-to-dspace-7_x
[Port dspace-7_x] German translation improvements in cookie consent dialog
2025-06-01 17:42:12 +03:00
Tim Donohue
06e30050a4 Merge pull request #4384 from atmire/w2p-131441_backport-3065-7.6
[Port dspace-7_x] Made AdminSearchPageComponent themeable
2025-05-30 10:38:39 -05:00
Tim Donohue
ffda0d6521 Merge pull request #4379 from DSpace/dependabot/npm_and_yarn/dspace-7_x/testing-ff22ddd0c9
Bump ng-mocks from 14.13.4 to 14.13.5 in the testing group
2025-05-29 08:49:39 -05:00
Sascha Szott
a692a6762d added german translations
(cherry picked from commit 4ca1edfc63)
2025-05-29 05:53:54 +00:00
Sascha Szott
2687ded0df added German translations
(cherry picked from commit f12fae3865)
2025-05-29 05:53:54 +00:00
Sascha Szott
e387be1e10 minor translation improvement: use plural in German translation
(cherry picked from commit 027a5ec5f0)
2025-05-29 05:53:54 +00:00
Alan Orth
b0e56c4129 Merge pull request #4398 from DSpace/dependabot/npm_and_yarn/dspace-7_x/babel/runtime-7.27.3
Bump @babel/runtime from 7.27.1 to 7.27.3
2025-05-29 08:39:56 +03:00
dependabot[bot]
9a11618d11 Bump sanitize-html from 2.16.0 to 2.17.0
Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 2.16.0 to 2.17.0.
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apostrophecms/sanitize-html/compare/2.16.0...2.17.0)

---
updated-dependencies:
- dependency-name: sanitize-html
  dependency-version: 2.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-28 21:27:11 +00:00
Tim Donohue
5b47170b6d Merge pull request #4380 from DSpace/dependabot/npm_and_yarn/dspace-7_x/types/lodash-4.17.17
Bump @types/lodash from 4.17.16 to 4.17.17
2025-05-28 16:10:09 -05:00
dependabot[bot]
983551aea8 Bump @babel/runtime from 7.27.1 to 7.27.3
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.27.1 to 7.27.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.3/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-version: 7.27.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-28 18:33:15 +00:00
dependabot[bot]
1727acab33 Bump ng-mocks from 14.13.4 to 14.13.5 in the testing group
Bumps the testing group with 1 update: [ng-mocks](https://github.com/help-me-mom/ng-mocks).


Updates `ng-mocks` from 14.13.4 to 14.13.5
- [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.4...v14.13.5)

---
updated-dependencies:
- dependency-name: ng-mocks
  dependency-version: 14.13.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-28 18:08:28 +00:00
Joran De Braekeleer
bf585e77c3 Merge remote-tracking branch 'upstream/dspace-7_x' into w2p-131442_backport-4335-to-dspace-7_x 2025-05-28 18:02:40 +02:00
Tim Donohue
a226502c72 Merge pull request #4387 from atmire/w2p-127655_fix-submission-form-getting-stuck-in-loop_contribute-7.6
[Port dspace-7_x] Fix infinite loading submission forms
2025-05-27 16:43:54 -05:00
Tim Donohue
4f79574a76 Merge pull request #4383 from atmire/w2p-130424_impossible-to-add-new-values-for-fields-without-qualifiers_contribute-7.6
[Port dspace-7_x] Fix unqualified metadata field validation in Edit Metadata tab by sorting fields in validation request
2025-05-27 14:55:33 -05:00
frabacche
cb0ac0c9e5 fix e2e test 18x aria on <ul> html tag
(cherry picked from commit e6389a73df)
2025-05-26 13:18:46 +02:00
abhinav
d3876c7c0a Merge branch 'dspace-7_x' into w2p-127655_fix-submission-form-getting-stuck-in-loop_contribute-7.6 2025-05-26 11:23:24 +02:00
Alexandre Vryghem
db119e4118 Fixed search facet deadlock
Also fixed minor issue in MetadataService, but this doesn't cause any issues in the current code

(cherry picked from commit 446280b59a)
2025-05-26 10:50:48 +02:00
abhinav
0c9f8c02f6 Merge remote-tracking branch 'alex-upstream/w2p-115051_themed-admin-search-page_contribute-7.4' into w2p-131441_backport-3065-7.6 2025-05-26 10:45:44 +02:00
dependabot[bot]
e42d4228ed Bump @types/lodash from 4.17.16 to 4.17.17
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.16 to 4.17.17.
- [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.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-26 02:53:33 +00:00
abhinav
38812a3e04 Merge branch 'dspace-7_x' into w2p-130424_impossible-to-add-new-values-for-fields-without-qualifiers_contribute-7.6 2025-05-23 18:11:40 +02:00
abhinav
084cad6e46 Fix back button behavior on roles page 2025-05-23 13:56:46 +02:00
Tim Donohue
1aaa20ec73 Merge pull request #4365 from DSpace/backport-4364-to-dspace-7_x
[Port dspace-7_x] Remove stray comma from `config.example.yml` which makes example config invalid
2025-05-22 13:58:46 -05:00
Tim Donohue
e7709b8091 Remove stray comma
(cherry picked from commit bcd2081ee3)
2025-05-22 17:05:11 +00:00
Tim Donohue
6971ac98c2 Merge pull request #4354 from DSpace/dependabot/npm_and_yarn/dspace-7_x/eslint-1ccb09f07e
Bump eslint-plugin-jsonc from 2.20.0 to 2.20.1 in the eslint group
2025-05-19 11:07:07 -05:00
Tim Donohue
280866a58f Merge pull request #4355 from DSpace/dependabot/npm_and_yarn/dspace-7_x/sass-5219375de9
Bump sass from 1.88.0 to 1.89.0 in the sass group
2025-05-19 11:05:57 -05:00
Tim Donohue
c8b375d238 Merge pull request #4356 from DSpace/dependabot/npm_and_yarn/dspace-7_x/isbot-5.1.28
Bump isbot from 5.1.27 to 5.1.28
2025-05-19 10:22:32 -05:00
dependabot[bot]
37383acb6b Bump isbot from 5.1.27 to 5.1.28
Bumps [isbot](https://github.com/omrilotan/isbot) from 5.1.27 to 5.1.28.
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](https://github.com/omrilotan/isbot/compare/v5.1.27...v5.1.28)

---
updated-dependencies:
- dependency-name: isbot
  dependency-version: 5.1.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-19 03:06:55 +00:00
dependabot[bot]
277eca837e Bump sass from 1.88.0 to 1.89.0 in the sass group
Bumps the sass group with 1 update: [sass](https://github.com/sass/dart-sass).


Updates `sass` from 1.88.0 to 1.89.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.88.0...1.89.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.89.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sass
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-19 03:06:09 +00:00
dependabot[bot]
160f33f98a Bump eslint-plugin-jsonc from 2.20.0 to 2.20.1 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.20.0 to 2.20.1
- [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.20.0...v2.20.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsonc
  dependency-version: 2.20.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-19 03:05:35 +00:00
Tim Donohue
ca92b4cf0e Merge pull request #4342 from DSpace/backport-4341-to-dspace-7_x
[Port dspace-7_x] Use ellipsis for truncatable parts
2025-05-15 15:54:06 -05:00
Andrea Barbasso
46b58c369e [CST-19327] use ellipsis for truncatable parts
(cherry picked from commit 6703a07207)
2025-05-15 19:55:45 +00:00
Tim Donohue
a0ebf4af63 Merge pull request #4322 from DSpace/dependabot/npm_and_yarn/dspace-7_x/sass-d0f2b75659
Bump sass from 1.87.0 to 1.88.0 in the sass group
2025-05-14 10:02:48 -05:00
Alexandre Vryghem
c58b398e43 129964: Restored language button border on focus 2025-05-14 13:49:16 +02:00
Tim Donohue
df2d18b5f1 Merge pull request #4336 from DSpace/backport-3373-to-dspace-7_x
[Port dspace-7_x] Adjust the font size of the 'No thumbnails available' text.
2025-05-13 17:34:16 -05:00
DanGastardelli
1e8c55faf4 Adjust thumb text for smaller resolutions
(cherry picked from commit fa723c17a9)
2025-05-13 21:41:21 +00:00
DanGastardelli
9273c83179 Key spacing adjustment
(cherry picked from commit 829d406808)
2025-05-13 21:41:21 +00:00
DanGastardelli
e06caab25c Adding treatment for the use of the thumb-font-2 class
(cherry picked from commit e06db4cbab)
2025-05-13 21:41:21 +00:00
DanGastardelli
a21db5b887 Changed the implementation of changing the text font size when there is no thumbnail.
(cherry picked from commit 3cd5432034)
2025-05-13 21:41:21 +00:00
DanGastardelli
cae435a5c7 Adjust the font size of the 'No thumbnails available' text.
(cherry picked from commit c4dfed0e02)
2025-05-13 21:41:21 +00:00
Tim Donohue
974e3bf3f3 Merge pull request #4323 from DSpace/dependabot/npm_and_yarn/dspace-7_x/types/sanitize-html-2.16.0
Bump @types/sanitize-html from 2.15.0 to 2.16.0
2025-05-13 14:42:28 -05:00
Tim Donohue
f0ce4b2170 Merge pull request #4314 from oscar-escire/new-dspace-7_x
[Port dspace-7_x] Keyboard 'tab' key navigation improved
2025-05-13 12:08:40 -05:00
Alexandre Vryghem
830be1f15a 129964: Hide duplicate links for keyboard navigators 2025-05-13 18:59:04 +02:00
Alexandre Vryghem
8ff943b084 129964: Made DSO badges more screen-reader friendly
- Added commas between the labels to prevent screen readers from reading it as a sentence
- Added hidden text describing what the badges represent
2025-05-13 18:52:14 +02:00
Tim Donohue
206df7781e Merge pull request #4334 from tdonohue/port_4326_to_7x
[Port dspace-7_x] Add basic automated tests to ensure common HTTP Return Codes do not break
2025-05-13 11:35:48 -05:00
Alexandre Vryghem
545b2ff8a7 130479: Hide no results status when query is empty 2025-05-13 18:30:38 +02:00
wout
163cc75437 130479: using ul > li in recent-item + "Load more ..." to "<a>" element 2025-05-13 18:30:38 +02:00
wout
e9940f4005 130479: add aria-selected to selected language + globe button uses a button element 2025-05-13 18:30:37 +02:00
Tim Donohue
2301a8fd52 Add basic tests to our build to verify correct HTTP return codes for 301, 403, 404 and 500. 2025-05-13 10:59:45 -05:00
Tim Donohue
f9aa721ec8 Merge pull request #4332 from 4Science/task/dspace-7_x/DURACOM-344
[Port dspace-7_x] Remove `ssr.paths` configuration and replace with `ssr.excludePathPatterns` which excludes specific paths from SSR
2025-05-13 10:58:45 -05:00
FrancescoMolinaro
d47baab3a1 [DURACOM-344] fix property name 2025-05-13 16:11:00 +02:00
FrancescoMolinaro
c0e71a0e68 [DURACOM-344] refactor solution to avoid double slashes 2025-05-13 15:41:21 +02:00
FrancescoMolinaro
21ac024423 [DURACOM-344] adapt patterns and example file, fix possible error from YAML 2025-05-13 15:38:42 +02:00
FrancescoMolinaro
ce0f6153b9 [DURACOM-344] Adapt SSR page filtering mechanism to a not allowed list 2025-05-13 15:37:31 +02:00
dependabot[bot]
cafcee110e Bump @types/sanitize-html from 2.15.0 to 2.16.0
Bumps [@types/sanitize-html](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sanitize-html) from 2.15.0 to 2.16.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sanitize-html)

---
updated-dependencies:
- dependency-name: "@types/sanitize-html"
  dependency-version: 2.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-12 03:09:54 +00:00
dependabot[bot]
a8fcad7b6a Bump sass from 1.87.0 to 1.88.0 in the sass group
Bumps the sass group with 1 update: [sass](https://github.com/sass/dart-sass).


Updates `sass` from 1.87.0 to 1.88.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.87.0...1.88.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.88.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sass
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-12 03:09:06 +00:00
Oscar Chacón
5c446d18f7 fixed accessibility tests on filters 2025-05-09 15:56:13 -06:00
Oscar Chacón
cd0aa134f8 fixed some dynamic params over <a> components 2025-05-09 15:07:55 -06:00
Oscar Chacón
9aed649160 improved "tab" navigation in safari 2025-05-09 13:27:29 -06:00
Tim Donohue
fbbf16f387 Merge pull request #4250 from atmire/fix-embargoed-thumbnails_contribute-7.6
[Port dspace-7_x] Show restricted thumbnails to users with access rights
2025-05-08 16:09:07 -05:00
Art Lowel
283b345cdc always use thumbnail component for files not supported by the media viewer, and switch to themed version of thumbnail component 2025-05-08 11:26:14 +02:00
Alexandre Vryghem
da6ace1882 130424: Fix validation on the edit metadata tab sometimes wrongly displaying an error message
This only happens when the request that validates the metadata field doesn't return the field with qualifier null on the first page
2025-05-08 01:48:52 +02:00
Tim Donohue
aaa4b910e2 Merge pull request #4307 from DSpace/backport-4288-to-dspace-7_x
[Port dspace-7_x] Bitstream upload failure during the workflow editing process when impersonating an editor
2025-05-07 17:10:02 -05:00
Adamo
926abe6241 [DURACOM-312] lint fix
(cherry picked from commit c68e5a181d)
2025-05-07 21:42:14 +00:00
Adamo
97fd42a2e1 [DURACOM-312] set the X-On-Behalf-Of header with impersonatingID in FileUploader.
(cherry picked from commit 727bcdc2cb23ae7fcff1d9ddfa794f872f1d1b8c)
(cherry picked from commit 0574c8ed98)
2025-05-07 21:42:14 +00:00
Adamo
3cff971297 [DURACOM-312] set the newly created impersonatingID filed in UploaderOptions.
(cherry picked from commit c70fe184208805be8657d4373f50f193e2c6e85f)
(cherry picked from commit 70c6af3630)
2025-05-07 21:42:14 +00:00
Adamo
49b27b5bc0 [DURACOM-312] updated UploaderOptions to include impersonatingID.
(cherry picked from commit 2c79be1456c753665e27b58563e56accc87b0383)
(cherry picked from commit 4b0ab8161f)
2025-05-07 21:42:14 +00:00
Tim Donohue
f9f3d186c5 Merge pull request #4305 from 4Science/task/dspace-7_x/DURACOM-326
[Port dspace-7_x] [DURACOM-326] fix possible issue on missing value for eperson patch #4289
2025-05-07 09:19:27 -05:00
FrancescoMolinaro
05e1fc3505 [DURACOM-326] fix possible issue on missing value for eperson patch 2025-05-07 14:36:26 +02:00
Tim Donohue
3635bf40fe Merge pull request #4296 from DSpace/dependabot/npm_and_yarn/dspace-7_x/core-js-3.42.0
Bump core-js from 3.41.0 to 3.42.0
2025-05-06 17:07:06 -05:00
Art Lowel
70d1e499c1 don't show the loading animation when src is set to null 2025-05-06 14:58:53 +02:00
Art Lowel
e40a44c5ac fix issue where thumbnail would sometimes keep loading indefinitely 2025-05-06 14:38:45 +02:00
Alexandre Vryghem
3d32715d25 127655: Fixed getFirstDataDefinition not always returning a correct SubmitDataResponseDefinitionObject, leading to an infinite loading screen
- Also fixed an issue where the collection switcher could accidentally show the old collection name instead of the new one
- Also updated the WorkspaceItemPageResolver & WorkflowItemPageResolver to embed the collection to use fewer requests
2025-05-06 14:15:34 +02:00
Alan Orth
498fad9e76 Merge pull request #4295 from DSpace/dependabot/npm_and_yarn/dspace-7_x/babel/runtime-7.27.1
Bump @babel/runtime from 7.27.0 to 7.27.1
2025-05-06 07:50:55 +03:00
Alexandre Vryghem
e9061a46b6 117287: Fixed broken pagination on resource policy page 2025-05-06 00:49:01 +02:00
dependabot[bot]
a1d391576e Bump core-js from 3.41.0 to 3.42.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.41.0 to 3.42.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.42.0/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-version: 3.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-05 02:46:13 +00:00
dependabot[bot]
d985bfa091 Bump @babel/runtime from 7.27.0 to 7.27.1
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.27.0 to 7.27.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-version: 7.27.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-05 02:45:34 +00:00
Tim Donohue
4eb827c089 Merge pull request #4286 from tdonohue/port_4282_to_7x
[Port dspace-7_x] Fixed Missing Tags in Import Popup from External Sources - 4220
2025-05-01 12:59:42 -05:00
guillermo2519
43db1731ec Fixed Missing Tags in Import Popup from External Sources - 4220 2025-05-01 12:21:29 -05:00
Tim Donohue
e2b72201b2 Merge pull request #4258 from DSpace/dependabot/npm_and_yarn/dspace-7_x/sass-f1c32079c7
Bump sass from 1.86.3 to 1.87.0 in the sass group
2025-05-01 10:04:10 -05:00
Tim Donohue
34248186e8 Merge pull request #4260 from DSpace/dependabot/npm_and_yarn/dspace-7_x/axios-1.9.0
Bump axios from 1.8.4 to 1.9.0
2025-04-30 17:18:15 -05:00
Tim Donohue
9dca838f25 Merge pull request #4281 from atmire/w2p-130484_bitstreams-tables-keep-being-duplicated-7_x
[Port dspace-7_x] Fix bitstream tables being duplicated
2025-04-30 11:26:43 -05:00
Andreas Awouters
ae23e68d12 130484: Filter new bundles 2025-04-30 15:51:57 +02:00
Alexandre Vryghem
dc8b10593c 117287: Removed remaining observable function calls from the HTML templates 2025-04-30 15:37:06 +02:00
Andreas Awouters
501ccfea1b 130484: Correctly update the 'showLoadMoreLink$' observable 2025-04-30 14:15:52 +02:00
Andreas Awouters
02be3e0ad5 130484: Only add bundles when they are missing from the subject 2025-04-30 14:15:03 +02:00
Alexandre Vryghem
d34dafd838 119276: Added tests to prove that cached stale requests are not emitted
Also cleaned up test class

(cherry picked from commit 58ff240c05)
2025-04-29 18:58:02 +00:00
Alexandre Vryghem
85610d4eb6 119276: Fixed search service first emitting cached stale values instead of waiting for non-stale response
This was problematic for the places that used getFist operators. This is because they only emit data once, and the first value could be the old cached value

(cherry picked from commit edfaee6aab)
2025-04-29 18:58:01 +00:00
Kristof De Langhe
c1bd65e8c6 127655: avoid nullpointer 2025-04-29 10:46:45 +02:00
Kristof De Langhe
0dabc8ed8f 127655: refactor to use buildFromRequestUUID 2025-04-28 17:47:17 +02:00
Tim Donohue
da12147043 Merge pull request #4259 from DSpace/dependabot/npm_and_yarn/dspace-7_x/isbot-5.1.27
Bump isbot from 5.1.26 to 5.1.27
2025-04-28 10:16:16 -05:00
Kristof De Langhe
99e8c1044c 127655: Submission get data stale re-request 2025-04-28 15:15:26 +02:00
Kristof De Langhe
287d35cb26 127655: Fix submission infinite loading 2025-04-28 13:04:44 +02:00
dependabot[bot]
15a8008869 Bump axios from 1.8.4 to 1.9.0
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.8.4...v1.9.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-28 02:45:21 +00:00
dependabot[bot]
e35adee7f8 Bump isbot from 5.1.26 to 5.1.27
Bumps [isbot](https://github.com/omrilotan/isbot) from 5.1.26 to 5.1.27.
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](https://github.com/omrilotan/isbot/compare/v5.1.26...v5.1.27)

---
updated-dependencies:
- dependency-name: isbot
  dependency-version: 5.1.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-28 02:45:12 +00:00
dependabot[bot]
ee3154c069 Bump sass from 1.86.3 to 1.87.0 in the sass group
Bumps the sass group with 1 update: [sass](https://github.com/sass/dart-sass).


Updates `sass` from 1.86.3 to 1.87.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.86.3...1.87.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.87.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sass
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-28 02:44:10 +00:00
Tim Donohue
b491ed3c27 Merge pull request #4253 from tdonohue/port_4212_to_7x
[Port dspace-7_x] Fix: prevent bitstream format cache issue by disabling cached version
2025-04-25 17:15:38 -05:00
Jesiel Viana
b184db7a99 fix unit tests for bitstream-data.service.ts 2025-04-25 16:47:58 -05:00
Jesiel Viana
eac787f1f4 fix: invalidate cache only for the modified bitstream 2025-04-25 16:45:58 -05:00
Jesiel Viana
8dbdb27c67 fix: prevent bitstream format cache issue by disabling cached version 2025-04-25 16:45:43 -05:00
Tim Donohue
02f30ab331 Merge pull request #4247 from DSpace/backport-4243-to-dspace-7_x
[Port dspace-7_x] Add translation keys for journal submission volume lookup
2025-04-25 12:23:38 -05:00
Joran De Braekeleer
523c13ff3d 130405: Add translations for journal submission volume lookup
(cherry picked from commit fef16bca14)
2025-04-25 15:31:43 +00:00
Art Lowel
1ddd248d0e Merge remote-tracking branch 'upstream/dspace-7_x' into fix-embargoed-thumbnails_contribute-7.6 2025-04-25 15:39:20 +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
7b25b1d63c Merge pull request #4233 from atmire/4099-duplicate-view-events_contibute-7.x
[Port to dspace-7_x] Fix for double view events when using dynamic themes
2025-04-23 17:01:35 -05:00
Tim Donohue
d43730a542 Merge pull request #4237 from DSpace/backport-4167-to-dspace-7_x
[Port dspace-7_x] Fix unable to remove data from a submission form field of type "name"
2025-04-23 13:44:34 -05:00
Tim Donohue
1c1b129068 Merge pull request #4238 from DSpace/backport-3968-to-dspace-7_x
[Port dspace-7_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:22 -05:00
VictorDuranEscire
ae563442e7 Fix - Validate value on remove item for submission form only for qualdrop component
(cherry picked from commit 1e73fa626d)
2025-04-23 16:38:38 +00:00
abhinav
08d56407ff 129621: Add a not empty check
This check is present in the other event handlers above so adding it here as well.

(cherry picked from commit 0b28789e4f)
2025-04-23 16:07:11 +00:00
lotte
8bc2c8768f Merge branch 'dspace-7_x' into 4099-duplicate-view-events_contibute-7.x 2025-04-22 12:30:15 +02:00
lotte
9a0e4ec107 Merge branch '4099-duplicate-view-events_contibute-7.6.3' into 4099-duplicate-view-events_contibute-7.x 2025-04-22 10:43:32 +02:00
Tim Donohue
3a04ea8f79 Merge pull request #4222 from DSpace/dependabot/npm_and_yarn/dspace-7_x/sanitize-html-2.16.0
Bump sanitize-html from 2.15.0 to 2.16.0
2025-04-21 08:58:16 -05:00
dependabot[bot]
c272e51aeb Bump sanitize-html from 2.15.0 to 2.16.0
Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 2.15.0 to 2.16.0.
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apostrophecms/sanitize-html/compare/2.15.0...2.16.0)

---
updated-dependencies:
- dependency-name: sanitize-html
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-21 02:50:44 +00:00
kshepherd
c6a1401f34 Merge pull request #4210 from alanorth/eslint-json5-dspace7
[Port dspace-7_x] Update ESLint configuration for json5 files
2025-04-17 00:44:27 +02:00
Alan Orth
19c680ebf0 .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
2025-04-16 23:24:06 +03:00
Alan Orth
9a025f6610 .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
2025-04-16 23:21:52 +03:00
Tim Donohue
ac940c1bb2 Merge pull request #4026 from DSpace/dependabot/npm_and_yarn/dspace-7_x/postcss-c120d6abdd
Bump postcss from 8.5.1 to 8.5.3 in the postcss group across 1 directory
2025-04-16 11:47:22 -05:00
Tim Donohue
1c4f650ef9 Merge pull request #4186 from DSpace/dependabot/npm_and_yarn/dspace-7_x/http-proxy-middleware-2.0.9
Bump http-proxy-middleware from 2.0.7 to 2.0.9
2025-04-15 14:13:24 -05:00
Tim Donohue
6ef781822d Merge pull request #4150 from DSpace/dependabot/npm_and_yarn/dspace-7_x/multi-02a33f2273
Bump sanitize-html and @types/sanitize-html
2025-04-15 14:10:12 -05:00
Tim Donohue
0115edaa07 Merge pull request #4120 from DSpace/dependabot/npm_and_yarn/dspace-7_x/babel/runtime-7.27.0
Bump @babel/runtime from 7.26.7 to 7.27.0
2025-04-15 14:04:37 -05:00
Tim Donohue
faebbbe680 Merge pull request #4197 from tdonohue/port_4189_to_7x
[Port dspace-7_x] Add additional automated server-side rendering (SSR) tests for all Entity Types
2025-04-15 13:14:39 -05:00
dependabot[bot]
0ff0b5298a 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:09:53 +00:00
dependabot[bot]
87bb0d4e5a Bump sanitize-html and @types/sanitize-html
Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) and [@types/sanitize-html](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sanitize-html). These dependencies needed to be updated together.

Updates `sanitize-html` from 2.14.0 to 2.15.0
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apostrophecms/sanitize-html/compare/2.14.0...2.15.0)

Updates `@types/sanitize-html` from 2.13.0 to 2.15.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sanitize-html)

---
updated-dependencies:
- dependency-name: sanitize-html
  dependency-version: 2.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/sanitize-html"
  dependency-version: 2.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-15 15:04:44 +00:00
Tim Donohue
eee9897312 Merge pull request #4153 from DSpace/dependabot/npm_and_yarn/dspace-7_x/isbot-5.1.26
Bump isbot from 5.1.25 to 5.1.26
2025-04-15 09:51:13 -05:00
Tim Donohue
fdc23a3350 Merge pull request #4028 from DSpace/dependabot/npm_and_yarn/dspace-7_x/rxjs-7.8.2
Bump rxjs from 7.8.1 to 7.8.2
2025-04-15 09:49:12 -05:00
Tim Donohue
c4104be75b Add additional automated SSR tests for Community, Collection, Publication/Item, Person, OrgUnit and all Journal entities 2025-04-15 09:36:33 -05:00
dependabot[bot]
08a707477c Bump rxjs from 7.8.1 to 7.8.2
Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.8.1 to 7.8.2.
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.2/CHANGELOG.md)
- [Commits](https://github.com/reactivex/rxjs/compare/7.8.1...7.8.2)

---
updated-dependencies:
- dependency-name: rxjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-15 10:05:42 +00:00
Tim Donohue
d4efd6a8ef Merge pull request #4176 from DSpace/backport-4143-to-dspace-7_x
[Port dspace-7_x] Fix pagination on the "Select bitstreams" modal of the "Access Control" tab
2025-04-14 11:33:04 -05:00
dependabot[bot]
04516fad5a Bump postcss from 8.5.1 to 8.5.3 in the postcss group across 1 directory
Bumps the postcss group with 1 update in the / directory: [postcss](https://github.com/postcss/postcss).


Updates `postcss` from 8.5.1 to 8.5.3
- [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.5.1...8.5.3)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: postcss
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 03:16:07 +00:00
Alan Orth
377c7034ff [Port dspace-7_x] Clean up spacing in input forms
Manual port of #4136 by @gingyx to DSpace 7.x.
2025-04-12 16:28:11 +03:00
Tim Donohue
28eb709ef5 Merge pull request #4169 from atmire/w29-129641_fix-export-button_contribute-7_x
[Port dspace-7_x] Fix export button enabled in bulk access management without selecting step 2
2025-04-11 14:45:08 -05:00
Nona Luypaert
cc202b7adb 130081: Fix pagination on 'Select bistreams' modal on 'Access Control' tab
(cherry picked from commit c03bbb01a2)
2025-04-11 18:55:22 +00:00
Tim Donohue
f5df726a18 Merge pull request #4121 from arvoConsultores/DS-4097
Store the state of the computed filters
2025-04-11 11:28:51 -05:00
Tim Donohue
077467efa2 Merge pull request #4111 from DSpace/dependabot/npm_and_yarn/dspace-7_x/axios-1.8.4
Bump axios from 1.7.9 to 1.8.4
2025-04-11 06:53:08 -05:00
Sergio Fernández Celorio
dc3e842747 No need to subscribe anymore to the router events 2025-04-11 11:39:41 +02:00
dependabot[bot]
828648aa7e Bump axios from 1.7.9 to 1.8.4
Bumps [axios](https://github.com/axios/axios) from 1.7.9 to 1.8.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.7.9...v1.8.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-10 21:56:43 +00:00
Tim Donohue
7063c49072 Merge pull request #4065 from DSpace/dependabot/npm_and_yarn/dspace-7_x/testing-64070fe020
Bump the testing group with 2 updates
2025-04-10 16:53:53 -05:00
dependabot[bot]
036fd1c871 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/v4.10.3/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.3
- [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.3)

---
updated-dependencies:
- dependency-name: axe-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: testing
- dependency-name: ng-mocks
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-10 19:27:52 +00:00
Tim Donohue
22db6745b8 Merge pull request #4148 from DSpace/dependabot/npm_and_yarn/dspace-7_x/eslint-7904436953
Bump eslint-plugin-jsonc from 2.19.1 to 2.20.0 in the eslint group
2025-04-10 10:55:12 -05:00
Sergio Fernández Celorio
4f42c1e95f Use take instead unsubscribe 2025-04-10 17:34:36 +02:00
dependabot[bot]
b37a7a1456 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:19 +00:00
dependabot[bot]
33146603df 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:28 +00:00
Tim Donohue
d3a97d9d15 Merge pull request #4007 from DSpace/dependabot/npm_and_yarn/dspace-7_x/compression-1.8.0
Bump compression from 1.7.5 to 1.8.0
2025-04-09 17:16:35 -05:00
Tim Donohue
2a1c762e73 Merge pull request #4049 from DSpace/dependabot/npm_and_yarn/dspace-7_x/types/lodash-4.17.16
Bump @types/lodash from 4.17.15 to 4.17.16
2025-04-09 16:49:42 -05:00
Tim Donohue
c94279edc0 Merge pull request #4051 from DSpace/dependabot/npm_and_yarn/dspace-7_x/core-js-3.41.0
Bump core-js from 3.40.0 to 3.41.0
2025-04-09 16:31:36 -05:00
Tim Donohue
878b2dba4a Merge pull request #4050 from DSpace/dependabot/npm_and_yarn/dspace-7_x/sass-b0ce3413d9
Bump sass from 1.84.0 to 1.85.1 in the sass group across 1 directory
2025-04-09 16:16:14 -05:00
Tim Donohue
2eca99379f Merge pull request #4112 from DSpace/dependabot/npm_and_yarn/dspace-7_x/isbot-5.1.25
Bump isbot from 5.1.22 to 5.1.25
2025-04-09 12:30:57 -05:00
lotte
8a4405c473 Merge branch 'backport-4099-duplicate-view-events-7.6' into 4099-duplicate-view-events_contibute-7.6.3 2025-04-07 10:43:09 +02:00
dependabot[bot]
0d2e49b12c Bump sass from 1.84.0 to 1.85.1 in the sass group across 1 directory
Bumps the sass group with 1 update in the / directory: [sass](https://github.com/sass/dart-sass).


Updates `sass` from 1.84.0 to 1.85.1
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.84.0...1.85.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sass
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 03:06:35 +00:00
lotte
edd5496a4d 129694: Fixed lint issues 2025-04-04 15:11:02 +02:00
lotte
01becae7d0 129694: backported view tracker resolver 2025-04-04 13:31:49 +02:00
Tim Donohue
eef6bbe134 Merge pull request #3983 from atmire/no-platform-specific-code-in-abstract-services-7_x
No platform specific code in abstract services 7_x
2025-04-03 12:11:45 -05:00
lotte
ff5f23017a 129694: PoC #4099 solution with resolvers 2025-04-02 14:49:23 +02:00
Sergio Fernández Celorio
7dd6ab79ff Store the state of the computed filters 2025-03-31 09:14:32 +02:00
dependabot[bot]
ecc03343b7 Bump @babel/runtime from 7.26.7 to 7.27.0
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.26.7 to 7.27.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 02:43:43 +00:00
abhinav
fa6b8cc21d 129641: Fix Export button is enabled wrongly
This fixes the export button being enabled when the second step is not active in bulk access edit. The tests have been updated accordingly
2025-03-26 15:47:17 +01:00
dependabot[bot]
6c11621d91 Bump isbot from 5.1.22 to 5.1.25
Bumps [isbot](https://github.com/omrilotan/isbot) from 5.1.22 to 5.1.25.
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](https://github.com/omrilotan/isbot/compare/v5.1.22...v5.1.25)

---
updated-dependencies:
- dependency-name: isbot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 02:47:30 +00:00
Alan Orth
d65ff20777 Merge pull request #4077 from arvoConsultores/DS-4053
Filters disappeared on reload
2025-03-14 16:23:57 +03:00
ana
c2528a9c1f Filters disappeared on reload 2025-03-13 09:51:17 +01:00
Andreas Awouters
3ad99804d1 Merge branch 'accessibility-settings-7.6' into accessibility-settings-7_x 2025-03-07 13:40:49 +01:00
Andreas Awouters
122d31b11b 119602: Make KlaroService optional in AccSettingsService 2025-03-07 12:58:31 +01:00
Andreas Awouters
7ab598d571 119602: Reorder footer links 2025-03-07 10:03:57 +01:00
Andreas Awouters
bd06eded8c 119602: Fix small accessibility settings typo 2025-03-07 10:02:57 +01:00
kshepherd
99840ba3bc Merge pull request #4034 from alanorth/7_x-citation-doi
Add citation_doi tag to head meta
2025-03-06 13:43:08 +01:00
Alan Orth
204556de20 src/app/core: remove unnecessary comment
Remove commented out this.setCitationDOITag() since it is not used
and we use camel case with this.setCitationDoiTag() now anyway.
2025-03-05 16:40:14 +03:00
Alan Orth
8d7b4cd101 src/app/core: add citation_doi tag to head meta
This is used by harvesters like Altmetric and was present in DSpace
version 6 and previous.
2025-03-05 16:40:12 +03:00
dependabot[bot]
ac5c5c8a14 Bump core-js from 3.40.0 to 3.41.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.40.0 to 3.41.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.41.0/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 03:10:19 +00:00
dependabot[bot]
008fe0151b 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-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 03:10:07 +00:00
Andreas Awouters
f8bcce43b5 119602: Fix tests after merge 2025-02-21 13:19:01 +01:00
Andreas Awouters
e75052bbcf Merge branch 'dspace-7_x' into accessibility-settings-7_x
# Conflicts:
#	config/config.example.yml
#	src/config/app-config.interface.ts
#	src/config/default-app-config.ts
#	src/environments/environment.test.ts
2025-02-21 13:01:18 +01:00
Andreas Awouters
3340192382 Merge branch 'accessibility-settings-7.6' into accessibility-settings-7_x 2025-02-21 12:58:42 +01:00
Andreas Awouters
dcd32c48c3 119602: Rework settings validation 2025-02-21 12:53:44 +01:00
Andreas Awouters
cd825ac0da 119602: Inject AppConfig instead of using environment directly 2025-02-21 10:51:30 +01:00
Andreas Awouters
ca80812d0a 119602: Add additional accessibility-settings.component test 2025-02-21 10:27:44 +01:00
Andreas Awouters
4a74a3ac99 119602: Fix existing accessibility-settings.component tests 2025-02-21 10:10:35 +01:00
Andreas Awouters
62904747fc 119602: Add accessibility-settings.service tests for cookie functionality 2025-02-21 10:03:43 +01:00
Andreas Awouters
4c30e2d0be 119602: Fix existing accessibility-settings.service tests 2025-02-21 09:56:00 +01:00
Andreas Awouters
d05096c015 119602: Add KlaroServiceStub 2025-02-21 09:16:41 +01:00
Andreas Awouters
b837f63b7c 119602: Add 'Accessibility Settings' Klaro option & respect user choice 2025-02-18 10:22:59 +01:00
Andreas Awouters
e838873235 119602: Set default value as actual value instead of placeholder 2025-02-17 13:37:07 +01:00
dependabot[bot]
e9fa2812a0 Bump compression from 1.7.5 to 1.8.0
Bumps [compression](https://github.com/expressjs/compression) from 1.7.5 to 1.8.0.
- [Release notes](https://github.com/expressjs/compression/releases)
- [Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/compression/compare/1.7.5...1.8.0)

---
updated-dependencies:
- dependency-name: compression
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 02:52:11 +00:00
Tim Donohue
885c52ed34 Merge pull request #3996 from DSpace/backport-3673-to-dspace-7_x
[Port dspace-7_x] Update fr.json5
2025-02-14 14:49:32 -06:00
Carolyn Sullivan
9b0669f76c Update fr.json5
Ajouté les corrections faites par Pierre Lasou :)

(cherry picked from commit e32d9feaf5)
2025-02-14 16:29:44 +00:00
Carolyn Sullivan
3daa110116 Update fr.json5
Ajouté des traductions/noté quelques étiquettes sans traductions

(cherry picked from commit 477ca5e712)
2025-02-14 16:29:44 +00:00
Tim Donohue
d9c6856d9c Merge pull request #3990 from DSpace/backport-3960-to-dspace-7_x
[Port dspace-7_x] Update fr.json5 to add identifiers deposit's step translations in french
2025-02-14 10:26:03 -06:00
Pierre Lasou
3372110839 Update fr.json5
(cherry picked from commit f721028d81)
2025-02-14 14:43:40 +00:00
Andreas Awouters
ddd7c323ab Merge branch 'no-platform-specific-code-in-abstract-services-7.6' into no-platform-specific-code-in-abstract-services-7_x 2025-02-13 13:31:21 +01:00
Andreas Awouters
961bb11b59 125969: Fix auth service tests 2025-02-13 13:15:24 +01:00
Andreas Awouters
f82426b1dc 125969: Get rid of REQUEST and RESPONSE imports in AuthService 2025-02-13 13:15:24 +01:00
Andreas Awouters
8b90d999ac 125969: Move constructor to server-cookie.service
This makes it possible to remove the REQUEST import from
cookie.service.ts which solves a typescript issue.
2025-02-13 13:15:24 +01:00
Andreas Awouters
80948d98f0 119602: Force minimum time out 2025-02-11 09:33:03 +01:00
Tim Donohue
6446a52e46 Merge pull request #3969 from DSpace/dependabot/npm_and_yarn/dspace-7_x/sass-fd5fd03206
Bump sass from 1.83.4 to 1.84.0 in the sass group
2025-02-10 15:37:11 -06:00
Tim Donohue
e58a66f849 Merge pull request #3904 from DSpace/dependabot/npm_and_yarn/dspace-7_x/babel/runtime-7.26.7
Bump @babel/runtime from 7.26.0 to 7.26.7
2025-02-10 15:24:24 -06:00
Tim Donohue
1167f8a414 Merge pull request #3903 from DSpace/dependabot/npm_and_yarn/dspace-7_x/eslint-82f73a5bca
Bump eslint-plugin-jsonc from 2.18.2 to 2.19.1 in the eslint group
2025-02-10 12:08:30 -06:00
Tim Donohue
eee851f001 Merge pull request #3941 from DSpace/dependabot/npm_and_yarn/dspace-7_x/types/lodash-4.17.15
Bump @types/lodash from 4.17.14 to 4.17.15
2025-02-10 09:38:57 -06:00
Tim Donohue
b18ff86894 Merge pull request #3942 from DSpace/dependabot/npm_and_yarn/dspace-7_x/isbot-5.1.22
Bump isbot from 5.1.21 to 5.1.22
2025-02-10 09:36:29 -06:00
Tim Donohue
e811083339 Merge pull request #3940 from DSpace/dependabot/npm_and_yarn/dspace-7_x/testing-206d00ed14
Bump cypress-axe from 1.5.0 to 1.6.0 in the testing group
2025-02-10 09:33:34 -06:00
dependabot[bot]
e0590109c1 Bump sass from 1.83.4 to 1.84.0 in the sass group
Bumps the sass group with 1 update: [sass](https://github.com/sass/dart-sass).


Updates `sass` from 1.83.4 to 1.84.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.83.4...1.84.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sass
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 02:18:27 +00:00
dependabot[bot]
ed1aa37100 Bump cypress-axe from 1.5.0 to 1.6.0 in the testing group
Bumps the testing group with 1 update: [cypress-axe](https://github.com/component-driven/cypress-axe).


Updates `cypress-axe` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/component-driven/cypress-axe/releases)
- [Commits](https://github.com/component-driven/cypress-axe/compare/v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: cypress-axe
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 02:18:04 +00:00
dependabot[bot]
601850cb6a Bump eslint-plugin-jsonc from 2.18.2 to 2.19.1 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.18.2 to 2.19.1
- [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.18.2...v2.19.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsonc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 02:18:00 +00:00
Tim Donohue
ebe26a7eb0 Update version tag for development of next release 2025-02-07 11:21:57 -06:00
Tim Donohue
6eb5eec050 Update version tag for release 2025-02-07 11:17:42 -06:00
Tim Donohue
1956e25a83 Merge pull request #3962 from 4Science/task/dspace-7_x/DURACOM-288
[Port dspace-7_x] Provide a setting to use a different REST url during SSR execution
2025-02-07 09:33:23 -06:00
Andreas Awouters
59cb19ae80 119602: Restructure labels 2025-02-07 14:54:24 +01:00
Giuseppe Digilio
2e28a51b02 [DURACOM-288] fix tests 2025-02-07 09:00:10 +01:00
Tim Donohue
7fab9633ea Merge pull request #3965 from tdonohue/port_2827_to_7x
[Port dspace-7_x] use translation service to determine placeholder values of date picker
2025-02-06 16:33:33 -06:00
Sascha Szott
7584b9e1c3 use translation service to determine placeholder values of date picker (#2827)
* use translation service to determine placeholder values

* added translation of date-picker placeholder values

* added German translations of date-picker placeholder values

* fix lint warning: added missing comma

* fix lint warning: removed trailing spaces

* fixed broken tests

* fixed lint warning

* try to mock TranslateService correctly

* remove TranslateService mock

* removed imports

* fixed lint warnings

* fixed lint warnings

* fixed lint warning

* fixed lint warning

* fixed lint error

* fixed lint errors

* removed TestComponent

* added imports

* removed declarations

* fixed lint error

* fix lint error (invalid sorting)

* finally fixing lint error

* use translation pipe directly in template

* move translation of placeholders into HTML template

* remove TranslateService dependency
2025-02-06 15:18:41 -06:00
Vincenzo Mecca
7660dd8d95 [DURACOM-288] Fixes undefined request in thumbnail 2025-02-06 17:27:54 +01:00
Giuseppe Digilio
6f4c3860a3 [DURACOM-288] Add convention SSR REST environment variable 2025-02-06 17:27:39 +01:00
Giuseppe Digilio
d73885137a [DURACOM-288] Change properties description 2025-02-06 17:27:27 +01:00
Giuseppe Digilio
290c24b448 [DURACOM-288] Enable URL replacement by default 2025-02-06 17:26:41 +01:00
Giuseppe Digilio
21dac408ee [DURACOM-288] Add unit test to test SSR url replace 2025-02-06 17:26:30 +01:00
Giuseppe Digilio
d118496075 [DURACOM-288] Add missing settings to config.example.yml 2025-02-06 17:26:16 +01:00
Giuseppe Digilio
cb5deb644e [DURACOM-288] Refactoring configuration to transfer state 2025-02-06 17:25:26 +01:00
Yury Bondarenko
f9d8e4e0b7 Add configuration to toggle replace/transfer 2025-02-06 17:19:44 +01:00
Giuseppe Digilio
a3ffda3bf8 [DURACOM-288] Additional test for thumbnail component 2025-02-06 17:18:28 +01:00
Giuseppe Digilio
8ca668159e [DURACOM-288] Provide a setting to use a different REST url during SSR execution
# Conflicts:
#	src/app/app.config.ts
#	src/app/core/services/server-hard-redirect.service.spec.ts
#	src/app/core/services/server-hard-redirect.service.ts
#	src/app/thumbnail/thumbnail.component.ts
#	src/modules/app/browser-init.service.ts
#	src/modules/app/server-init.service.ts
2025-02-06 17:15:42 +01:00
kshepherd
95064122d0 Merge pull request #3946 from DSpace/backport-3935-to-dspace-7_x
[Port dspace-7_x] Ensure `/reload/` (hard reload) path is included in SSR paths.
2025-02-03 12:44:36 +01:00
Tim Donohue
d92424e2f4 Ensure "/reload/" (hard reload) path is included in SSR paths.
(cherry picked from commit 83d24f8c21)
2025-02-03 11:11:04 +00:00
dependabot[bot]
45cc177cab Bump isbot from 5.1.21 to 5.1.22
Bumps [isbot](https://github.com/omrilotan/isbot) from 5.1.21 to 5.1.22.
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](https://github.com/omrilotan/isbot/compare/v5.1.21...v5.1.22)

---
updated-dependencies:
- dependency-name: isbot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 03:04:40 +00:00
dependabot[bot]
59b39f12d6 Bump @types/lodash from 4.17.14 to 4.17.15
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.14 to 4.17.15.
- [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-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 03:03:49 +00:00
Tim Donohue
636fba40f7 Merge pull request #3932 from 4Science/task/dspace-7_x/CST-15595
[Port dspace-7_x] Make submission reorder buttons keyboard accessible
2025-01-31 10:38:45 -06:00
Andrea Barbasso
f8123fbbfd Merge branch 'dspace-7_x' into task/dspace-7_x/CST-15595
# Conflicts:
#	src/assets/i18n/en.json5
2025-01-31 15:09:03 +01:00
Andrea Barbasso
8313b9a929 [CST-15595] add keyboard drag and drop functionality 2025-01-31 15:05:36 +01:00
Tim Donohue
51aa5fb61c Merge pull request #3926 from Andrea-Guevara/AccessibilityInSearchFilterDspace7
[Port dspace-7_x] Accessibility when selecting a search filter
2025-01-31 06:54:15 -06:00
Tim Donohue
a5378e0cf5 Add missing UUIDService to test to fix "No provider for UUIDService" errors 2025-01-30 16:55:28 -06:00
Tim Donohue
0abbf80c1d Merge pull request #3929 from DSpace/backport-3912-to-dspace-7_x
[Port dspace-7_x] Fix auth in UI with LDAP if password authentication is disabled
2025-01-30 16:39:41 -06:00
Miika Nurminen
d4536ffbf4 Ensure that password authentication dialog is shown even if only ldap auth method is present
(cherry picked from commit 83d86d7b68)
2025-01-30 22:12:12 +00:00
Tim Donohue
6b73c75205 Merge pull request #3925 from 4Science/task/dspace-7_X/DURACOM-304
[Port dspace-7_x] Prevent request with page size of 9999
2025-01-30 12:25:52 -06:00
Tim Donohue
f01e49f05f Merge pull request #3924 from alexandrevryghem/made-expandable-navbar-section-more-accessible-7_x
[Port dspace-7_x] Made expandable navbar section more keyboard accessible
2025-01-30 11:58:31 -06:00
root
073b2b0acd Accessibility when selecting a search filter v7 2025-01-30 09:27:55 -03:00
FrancescoMolinaro
d155d778ee [DURACOM-304] fix tests and lint 2025-01-30 12:32:58 +01:00
FrancescoMolinaro
50e440bcf5 [DURACOM-304] remove br 2025-01-30 12:15:54 +01:00
FrancescoMolinaro
af39526d77 [DURACOM-304] refactor, fix dynamic-list.component loading 2025-01-30 12:15:41 +01:00
FrancescoMolinaro
f77ce869f8 [DURACOM-304] remove control flow 2025-01-30 12:14:07 +01:00
FrancescoMolinaro
bc06839926 [DURACOM-304] improve loading logic for cc-licenses section and dynamic-list 2025-01-30 12:13:52 +01:00
FrancescoMolinaro
a3ebfc0f36 [DURACOM-304] fix missing import 2025-01-30 12:02:29 +01:00
FrancescoMolinaro
362364136d [DURACOM-304] add support for findAll method in dynamic-scrollable-dropdown.component.ts 2025-01-30 12:02:12 +01:00
FrancescoMolinaro
b892b13529 [DURACOM-304] adapt call to bitstream service 2025-01-30 11:53:31 +01:00
Alisa Ismailati
b220e20053 [DURACOM-304] other fix related to accessibility 2025-01-30 11:52:47 +01:00
Alisa Ismailati
eaff0b1397 [DURACOM-304] Refactor of bundle-data.service.ts by removing page size of 9999 2025-01-30 11:52:31 +01:00
Alisa Ismailati
0108f525ba [DURACOM-304] fix accessibility issue on scripts-select 2025-01-30 11:47:42 +01:00
Alisa Ismailati
3f5de295a7 [DURACOM-304] test fix 2025-01-30 11:47:27 +01:00
Alisa Ismailati
62924cc5e0 [DURACOM-304] Refactored submission-section-cc-licenses.component.ts by removing page size of 9999 2025-01-30 11:47:00 +01:00
Alisa Ismailati
8453b667cb [DURACOM-304] removed unneeded selectAll method (dynamic-lookup-relation-search-tab.component) 2025-01-30 11:41:12 +01:00
Alisa Ismailati
3922130434 [DURACOM-304] Refactored relationship-type-data.service.ts by removing page size of 9999 2025-01-30 11:39:15 +01:00
Alisa Ismailati
c3b265d213 [DURACOM-304] Refactored dynamic-list.component.ts by removing page size of 9999 2025-01-30 11:38:14 +01:00
Alisa Ismailati
2b58377830 [DURACOM-304] Refactored scripts-select.component by using infinite scroll instead of page size 9999 2025-01-30 11:37:03 +01:00
Alisa Ismailati
4536d9c74d [DURACOM-304] Refactored edit-bitstream-page.component by removing page size of 9999 2025-01-30 11:34:39 +01:00
Alisa Ismailati
a3b7125ef9 [DURACOM-304] Refactored item-bitstreams.component by removing page size of 9999 2025-01-30 11:30:45 +01:00
Alexandre Vryghem
6f9c55d250 116404: Prevent the opening from the modal using mouse interactions from automatically focussing on the first element
(cherry picked from commit 82ed3aadff)
2025-01-30 00:52:16 +01:00
Alexandre Vryghem
9c6fb1794f 116404: Replaced ViewChild logic with a CSS selector
This change avoids triggering an additional change detection cycle

(cherry picked from commit f7bb83013a)
2025-01-30 00:52:16 +01:00
Alexandre Vryghem
0f27ae1125 116404: Close modal on escape
(cherry picked from commit 84df67c00b)
2025-01-30 00:52:16 +01:00
Alexandre Vryghem
73285284ce 116404: Apply focus on first item
(cherry picked from commit 2152bab717)
2025-01-30 00:52:16 +01:00
Alexandre Vryghem
53186988f5 116404: Added navigation with arrow keys in navbar & collapsed the expandable menu when hovering outside of it
(cherry picked from commit 05232cdf2b)
2025-01-30 00:52:16 +01:00
Alexandre Vryghem
8f9236f06d 116404: Don't navigate in the expandable navbar section with tab
Had to move the @slide animation to prevent focus being lost when tabbing in the expandable section

(cherry picked from commit c08c2721ac)
2025-01-30 00:03:55 +01:00
Alexandre Vryghem
470ad80741 116404: Fixed expandable navbar section loosing focus on expand through keyboard
(cherry picked from commit 2547b1218f)
2025-01-30 00:03:10 +01:00
Tim Donohue
c3f17b9754 Merge pull request #3921 from tdonohue/config_syntax_7x
[Port dspace-7_x] Fix YAML syntax and revert section name to "universal"
2025-01-29 16:39:06 -06:00
Tim Donohue
e296295df5 Fix YAML syntax and revert section name to "universal" as that's the name in 7.x 2025-01-29 15:57:55 -06:00
Tim Donohue
795f300158 Merge pull request #3913 from alexandrevryghem/w2p-122357_browse-performance-fixes_contribute-7_x
[Port dspace-7_x] Browse performance fixes
2025-01-29 10:02:28 -06:00
Tim Donohue
38d5f87d3e Merge pull request #3916 from tdonohue/port_3818_to_7x
[Port dspace-7_x] Changing metadata in a user profile without specifying a password brings up a success and an error panel
2025-01-29 06:48:54 -06:00
VictorDuranEscire
5a5c1f18e3 Changing 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
2025-01-28 17:26:43 -06:00
Alexandre Vryghem
bb3d2bb483 122357: Reduced the amount of times the browse observables are fired again
(cherry picked from commit 0570542b1e)
2025-01-28 23:48:07 +01:00
Alexandre Vryghem
8c92364d43 122357: Ensure the request href$ observable aren't triggered multiple times
(cherry picked from commit 3ecdfe422d)
2025-01-28 23:38:23 +01:00
Tim Donohue
1cc4756ee2 Merge pull request #3270 from atmire/w2p-117544_support-for-disabled-elements-for-screen-readers-7.x
[Port dspace-7_x] support for disabled buttons for screen readers
2025-01-28 16:36:24 -06:00
Tim Donohue
08bda53a2e Merge pull request #3907 from 4Science/task/dspace-7_x/DURACOM-303
[Port dspace-7_x] Exclude search and browse from Angular SSR
2025-01-27 10:25:50 -06:00
Jens Vannerum
cd2f8abd2d 117544: fix issues latest 7.x merge 2025-01-27 10:23:49 +01:00
FrancescoMolinaro
8a4f24fc31 [DURACOM-303] adapt tests dependencies and template variable 2025-01-27 09:34:42 +01:00
dependabot[bot]
868b021118 Bump @babel/runtime from 7.26.0 to 7.26.7
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.26.0 to 7.26.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-27 02:35:56 +00:00
Tim Donohue
c7d8949c82 Merge pull request #3861 from DSpace/dependabot/npm_and_yarn/dspace-7_x/mirador-3.4.3
Bump mirador from 3.4.2 to 3.4.3
2025-01-24 16:19:29 -06:00
Tim Donohue
7f1ae419af Merge pull request #3899 from DSpace/backport-3212-to-dspace-7_x
[Port dspace-7_x] Fix truncatable-part keyboard accessibility
2025-01-24 13:48:27 -06:00
Tim Donohue
30d57174e6 Merge pull request #3896 from DSpace/backport-3413-to-dspace-7_x
[Port dspace-7_x] Improve descriptive labels for show/hide x more buttons for related items (Item/Entity Homepage)
2025-01-24 12:52:04 -06:00
Tim Donohue
c155a60a7e Merge pull request #3895 from DSpace-Labs/dependabot/npm_and_yarn/cross-spawn-7.0.6
Bump cross-spawn from 7.0.3 to 7.0.6
2025-01-24 12:29:05 -06:00
autavares-dev
5d6bf0bb33 Fix truncatable-part keyboard accessibility
(cherry picked from commit 6cb4faa8d3)
2025-01-24 18:26:41 +00:00
Alisa Ismailati
147564b114 [CST-17153] improve descriptive labels for show/hide more buttons on related items lists
(cherry picked from commit 7cd82e542b)
2025-01-24 18:05:32 +00:00
dependabot[bot]
ecd2faea4a Bump cross-spawn from 7.0.3 to 7.0.6
Bumps [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.com>
2025-01-24 17:43:00 +00:00
FrancescoMolinaro
990f00b129 [DURACOM-303] adapt solution to older version of angular 2025-01-24 18:26:28 +01:00
FrancescoMolinaro
483b97d9c1 [DURACOM-303] refactor thumbnail's skeleton style 2025-01-24 17:41:56 +01:00
FrancescoMolinaro
171a971572 [DURACOM-303] resolve conflicts 2025-01-24 17:41:38 +01:00
FrancescoMolinaro
8a4e8f6045 [DURACOM-303] fix SSR check on template and on components missing the environment config. Add descriptive comment for skeleton component. Fix JS error on SSR. 2025-01-24 17:41:28 +01:00
FrancescoMolinaro
32364e4f68 [DURACOM-303] add override possibility with input 2025-01-24 17:38:26 +01:00
FrancescoMolinaro
311f648c3f [DURACOM-303] rename variable, minor code refactor 2025-01-24 17:35:36 +01:00
FrancescoMolinaro
2c28f75263 [DURACOM-303] refactor param, add example of configuration 2025-01-24 17:32:31 +01:00
FrancescoMolinaro
53335658e0 [DURACOM-303] adapt interface for ssr 2025-01-24 17:29:37 +01:00
FrancescoMolinaro
9467838066 [DURACOM-303] add grid layout, make SSR enabling configurable, minor restyle of skeletons 2025-01-24 17:29:19 +01:00
FrancescoMolinaro
99656f1357 [DURACOM-303] add loop for filters count 2025-01-24 17:16:20 +01:00
FrancescoMolinaro
8ee05f4352 [DURACOM-303] fix missing url link 2025-01-24 17:11:13 +01:00
FrancescoMolinaro
6756a78ba0 [DURACOM-303] restyle skeleton, add filter badge skeleton 2025-01-24 17:10:20 +01:00
FrancescoMolinaro
b482b58d53 [DURACOM-303] adapt tests 2025-01-24 17:08:39 +01:00
FrancescoMolinaro
312a2a7f58 [DURACOM-303] fix lint and tests 2025-01-24 17:07:27 +01:00
FrancescoMolinaro
d6f0f02c1a [DURACOM-303] minor restyle of skeleton for mobile 2025-01-24 17:05:26 +01:00
FrancescoMolinaro
61eb14783e [DURACOM-303] resolve conflicts 2025-01-24 17:03:47 +01:00
FrancescoMolinaro
126f3c71f4 [DURACOM-303] add skeleton loader for search results and filters 2025-01-24 17:03:29 +01:00
DSpace Bot
6cd092671f [Port dspace-7_x] Improving the color contrast of home news content (#3890)
* Improving the color contrast of home news content

(cherry picked from commit 2290b871f7)

* Improved color contrast

(cherry picked from commit 62b6677e04)

* Adjusting font color changes

(cherry picked from commit be335415fd)

---------

Co-authored-by: root <root@TI-03.OHB.LOCAL>
2025-01-24 09:58:41 -06:00
FrancescoMolinaro
39c5de6e18 [DURACOM-303] implement skeleton component for search results 2025-01-24 16:54:23 +01:00
FrancescoMolinaro
5868a3198f [DURACOM-303] fix missing imports 2025-01-24 16:49:25 +01:00
FrancescoMolinaro
c5fd4426cd [DURACOM-303] prevent possibly long-lasting search and browse calls in SSR 2025-01-24 16:44:39 +01:00
Jens Vannerum
ea715ba9f5 Merge remote-tracking branch 'origin/dspace-7_x' into w2p-117544_support-for-disabled-elements-for-screen-readers-7.x 2025-01-24 10:17:33 +01:00
Tim Donohue
f097652594 Merge pull request #3865 from DSpace/dependabot/npm_and_yarn/dspace-7_x/jsonschema-1.5.0
Bump jsonschema from 1.4.1 to 1.5.0
2025-01-23 16:50:21 -06:00
Tim Donohue
cecf87364e Merge pull request #3864 from DSpace/dependabot/npm_and_yarn/dspace-7_x/core-js-3.40.0
Bump core-js from 3.39.0 to 3.40.0
2025-01-23 16:02:02 -06:00
Tim Donohue
afa0a9017f Merge pull request #3858 from DSpace/dependabot/npm_and_yarn/dspace-7_x/sass-d300448e1c
Bump sass from 1.83.1 to 1.83.4 in the sass group
2025-01-23 15:12:00 -06:00
Tim Donohue
7638511762 Merge pull request #3856 from DSpace/dependabot/npm_and_yarn/dspace-7_x/postcss-3a92966d17
Bump postcss from 8.4.49 to 8.5.1 in the postcss group
2025-01-23 14:49:30 -06:00
Tim Donohue
31336efad2 Merge pull request #3860 from DSpace/dependabot/npm_and_yarn/dspace-7_x/types/lodash-4.17.14
Bump @types/lodash from 4.17.13 to 4.17.14
2025-01-23 11:11:53 -06:00
dependabot[bot]
fc2d3f0a23 Bump sass from 1.83.1 to 1.83.4 in the sass group
Bumps the sass group with 1 update: [sass](https://github.com/sass/dart-sass).


Updates `sass` from 1.83.1 to 1.83.4
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.83.1...1.83.4)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sass
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-22 23:47:29 +00:00
dependabot[bot]
6cb3e8bbfb Bump postcss from 8.4.49 to 8.5.1 in the postcss group
Bumps 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
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: postcss
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-22 23:47:21 +00:00
Tim Donohue
00ff0cc7e4 Merge pull request #3876 from scholarsportal/fix-bitsream-filename-encoding-url-dspace-7_x
Fix redirect URLs of bitstreams with spaces in filename
2025-01-22 16:04:49 -06:00
Tim Donohue
81fa0ba446 Merge pull request #3346 from 4Science/task/dspace-7_x/CST-14904
[Port dspace-7_x] Add orcid icon with tooltip
2025-01-22 12:39:51 -06:00
Tim Donohue
5342653b99 Merge pull request #3879 from alanorth/angular-ssr-sitemap-dspace7
[Post dspace-7_x] Restrict Angular SSR to paths in the sitemap
2025-01-22 10:21:10 -06:00
Andreas Awouters
d4b0cf21d3 Merge remote-tracking branch 'dspace/dspace-7_x' into accessibility-settings-7_x
# Conflicts:
#	src/app/profile-page/profile-page.component.html
#	src/app/shared/notifications/notifications-board/notifications-board.component.spec.ts
#	src/app/shared/notifications/notifications-board/notifications-board.component.ts
2025-01-22 15:56:10 +01:00
Tim Donohue
88fb275017 Merge pull request #3878 from DSpace/backport-3875-to-dspace-7_x
[Port dspace-7_x] Stabilize e2e tests that use admin sidebar menu
2025-01-22 08:55:54 -06:00
Andreas Awouters
d9614b9a1b Merge branch 'accessibility-settings-7.6' into accessibility-settings-7_x 2025-01-22 15:50:41 +01:00
Andreas Awouters
b55a318676 119602: Reset notificationTimeOut when left on 0 2025-01-22 15:47:13 +01:00
Alan Orth
b839252ed7 Restrict SSR to paths in the sitemap
Because Angular SSR is not very efficient, after discussion with
the Google Scholar team we realized a compromise would be to only
use SSR for pages in the DSpace sitemap (and the home page).
2025-01-22 11:02:35 +03:00
Tim Donohue
e3f13f8c54 Ensure admin menu e2e tests hover over admin menu before clicking on it. Attempt to stabilize tests which open this menu.
(cherry picked from commit e9cd0f4c64)
2025-01-21 23:12:01 +00:00
Mohana Sarmiento
2bd53d822a Add unit test 2025-01-21 16:26:01 -05:00
Tim Donohue
b11543c3a5 Merge pull request #3873 from DSpace/backport-3872-to-dspace-7_x
[Port dspace-7_x] SCSS cleanup: remove duplicated line
2025-01-21 14:46:03 -06:00
Sascha Szott
6035d9e925 remove duplicated line
(cherry picked from commit 5d04e44ff3)
2025-01-21 19:37:19 +00:00
Mohana Sarmiento
74d6dbb454 Fix double encoding of bitstream filenames in URL 2025-01-20 18:13:35 -05:00
Andrea Barbasso
d0b6571954 [CST-14904] improve orcid logo image alt 2025-01-20 15:31:31 +01:00
dependabot[bot]
39ddc5cbcd Bump jsonschema from 1.4.1 to 1.5.0
Bumps [jsonschema](https://github.com/tdegrunt/jsonschema) from 1.4.1 to 1.5.0.
- [Commits](https://github.com/tdegrunt/jsonschema/commits)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-17 22:58:28 +00:00
dependabot[bot]
9bc65b99a6 Bump core-js from 3.39.0 to 3.40.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.39.0 to 3.40.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.40.0/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-17 22:58:20 +00:00
dependabot[bot]
9741ce3e69 Bump mirador from 3.4.2 to 3.4.3
Bumps [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] <support@github.com>
2025-01-17 22:57:54 +00:00
dependabot[bot]
7472be0098 Bump @types/lodash from 4.17.13 to 4.17.14
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.13 to 4.17.14.
- [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-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-17 22:57:43 +00:00
Tim Donohue
f3df3cc96c Merge pull request #3830 from DSpace/dependabot/npm_and_yarn/dspace-7_x/sanitize-html-2.14.0
Bump sanitize-html from 2.13.1 to 2.14.0
2025-01-17 16:29:44 -06:00
Tim Donohue
8ef53178db Merge pull request #3831 from DSpace/dependabot/npm_and_yarn/dspace-7_x/isbot-5.1.21
Bump isbot from 5.1.17 to 5.1.21
2025-01-17 12:04:19 -06:00
Tim Donohue
395a5b2cb1 Merge pull request #3828 from DSpace/dependabot/npm_and_yarn/dspace-7_x/testing-752a8f7b41
Bump the testing group across 1 directory with 2 updates
2025-01-17 10:40:14 -06:00
dependabot[bot]
ce5ab70fd4 Bump isbot from 5.1.17 to 5.1.21
Bumps [isbot](https://github.com/omrilotan/isbot) from 5.1.17 to 5.1.21.
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](https://github.com/omrilotan/isbot/compare/v5.1.17...v5.1.21)

---
updated-dependencies:
- dependency-name: isbot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-15 23:48:52 +00:00
dependabot[bot]
2abdf122b4 Bump sanitize-html from 2.13.1 to 2.14.0
Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 2.13.1 to 2.14.0.
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apostrophecms/sanitize-html/compare/2.13.1...2.14.0)

---
updated-dependencies:
- dependency-name: sanitize-html
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-15 23:46:54 +00:00
dependabot[bot]
31c9b854c6 Bump the testing group across 1 directory with 2 updates
Bumps the testing group with 2 updates in the / directory: [cypress](https://github.com/cypress-io/cypress) and [ng-mocks](https://github.com/help-me-mom/ng-mocks).


Updates `cypress` from 13.15.1 to 13.17.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.15.1...v13.17.0)

Updates `ng-mocks` from 14.13.1 to 14.13.2
- [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.1...v14.13.2)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: ng-mocks
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-15 22:54:06 +00:00
Tim Donohue
75e45d4c15 Merge pull request #3774 from DSpace/dependabot/npm_and_yarn/dspace-7_x/mirador-3.4.2
Bump mirador from 3.3.0 to 3.4.2
2025-01-15 16:47:00 -06:00
Tim Donohue
d88c8ef986 Merge pull request #3669 from DSpace/dependabot/npm_and_yarn/dspace-7_x/eslint-6ac3f070f3
Bump eslint-plugin-jsonc from 2.16.0 to 2.18.2 in the eslint group across 1 directory
2025-01-15 15:56:34 -06:00
Tim Donohue
f07a62b8b6 Merge pull request #3799 from DSpace/dependabot/npm_and_yarn/dspace-7_x/sass-fc80c07a3c
Bump sass from 1.80.6 to 1.83.1 in the sass group across 1 directory
2025-01-15 15:53:30 -06:00
Tim Donohue
2b96983f9d Merge pull request #3775 from DSpace/dependabot/npm_and_yarn/dspace-7_x/fortawesome/fontawesome-free-6.7.2
Bump @fortawesome/fontawesome-free from 6.6.0 to 6.7.2
2025-01-15 15:12:53 -06:00
Tim Donohue
c8b2642f57 Merge pull request #3829 from DSpace/dependabot/npm_and_yarn/dspace-7_x/express-4.21.2
Bump express from 4.21.1 to 4.21.2
2025-01-15 15:00:29 -06:00
dependabot[bot]
fd166fe79a Bump eslint-plugin-jsonc in the eslint group across 1 directory
Bumps the eslint group with 1 update in the / directory: [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc).


Updates `eslint-plugin-jsonc` from 2.16.0 to 2.18.2
- [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.16.0...v2.18.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsonc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-15 19:51:07 +00:00
Tim Donohue
6446911441 Merge pull request #3844 from tdonohue/port_3842_to_7x
[Port dspace-7_x] Attempt to stabilize a few randomly failing e2e tests
2025-01-15 13:45:19 -06:00
Tim Donohue
9e1ce916f6 Ensure Item Edit page tab is visible before & after clicking it. 2025-01-15 13:01:58 -06:00
Tim Donohue
ecceaf9ee1 Ensure Admin sidebar link is visible before clicking links 2025-01-15 13:01:58 -06:00
Tim Donohue
fcf3370d66 Merge pull request #3727 from DSpace/dependabot/npm_and_yarn/dspace-7_x/axios-1.7.9
Bump axios from 1.7.7 to 1.7.9
2025-01-14 17:02:24 -06:00
Tim Donohue
813e965938 Merge pull request #3702 from DSpace/dependabot/npm_and_yarn/dspace-7_x/sortablejs-1.15.6
Bump sortablejs from 1.15.3 to 1.15.6
2025-01-14 16:53:20 -06:00
dependabot[bot]
3c16537fe4 Bump express from 4.21.1 to 4.21.2
Bumps [express](https://github.com/expressjs/express) from 4.21.1 to 4.21.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.21.1...4.21.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-13 02:39:41 +00:00
dependabot[bot]
a57fd1a069 Bump sass from 1.80.6 to 1.83.1 in the sass group across 1 directory
Bumps the sass group with 1 update in the / directory: [sass](https://github.com/sass/dart-sass).


Updates `sass` from 1.80.6 to 1.83.1
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.80.6...1.83.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sass
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-13 02:39:03 +00:00
Tim Donohue
6f5864d106 Merge pull request #3826 from tdonohue/port_3105_to_7x
[Port dspace-7_x] Fix for User profile (/profile): only 20 group memberships shown instead of all
2025-01-10 17:07:33 -06:00
Tim Donohue
fbe4ce5829 Merge pull request #3824 from tdonohue/port_3096_to_7x
[Port dspace-7_x] Change - Metadata field selector, add infinite scroll for data paginated
2025-01-10 16:23:13 -06:00
VictorHugoDuranS
112bed787a Fix for User profile (/profile): only 20 group memberships shown instead of all (#3105)
* Add - groups paginated on profile page

* Add - groups paginated on profile page

* Add - groups paginated on profile page

* Add - groups paginated on profile page

* Fix UPDATE - Add pagination message error and loader

* Update BRANCH

* Fix - LINT ERRORS

* Fix: Error declaring variable for group pagination

* Fix: Remove unnecessary translations for paging groups

* Fix: Lint erros

* Fix: Remove unnecessary translations

---------

Co-authored-by: VictorDuranEscire <victor@escire.lat>
2025-01-10 15:53:09 -06:00
VictorHugoDuranS
05d5a0816d Change - Metadata field selector, add infinite scroll for data paginated (#3096)
* Change - Metadata field selector add infinite scroll for data paginated

* Update change on new BRANCH

* Fix - LINT ERRORS

* Fix - LINT ERRORS
2025-01-10 15:42:33 -06:00
Alan Orth
58e9a60812 Merge pull request #3812 from tdonohue/port_3701_to_7x 2025-01-08 10:20:58 +03:00
Koen Pauwels
76539dd8a1 Reduce browse definition requests on simple item page (#3701)
* 121561 Reduce the number of browse definition requests on Item pages by reusing the navbar request for all browse indexes

* Fix test issues.

---------

Co-authored-by: Koen Pauwels <koen.pauwels@atmire.com>
2025-01-07 17:00:53 -06:00
Tim Donohue
d0a8448de6 Merge pull request #3668 from DSpace/dependabot/npm_and_yarn/dspace-7_x/postcss-65f8102df2
Bump postcss from 8.4.47 to 8.4.49 in the postcss group across 1 directory
2025-01-07 16:18:38 -06:00
Tim Donohue
9fce33f514 Merge pull request #3805 from DSpace/backport-3719-to-dspace-7_x
[Port dspace-7_x] Remove nested span elements with duplicate content of parent elements
2025-01-07 10:46:04 -06:00
Sascha Szott
04123f92aa fix indentation
(cherry picked from commit dbd67f056e)
2025-01-07 15:08:57 +00:00
Sascha Szott
7538f49a36 remove nested span element
(cherry picked from commit acb7c9bd33)
2025-01-07 15:08:57 +00:00
Sascha Szott
60586f6c33 fix nested span element
(cherry picked from commit 97b5e0cc92)
2025-01-07 15:08:57 +00:00
Sascha Szott
86a6897861 fix nested span element
(cherry picked from commit e9a28c6d3d)
2025-01-07 15:08:57 +00:00
Sascha Szott
68372b2cb8 fix nested span element
(cherry picked from commit 2e174cd9e6)
2025-01-07 15:08:57 +00:00
Sascha Szott
cefeb6a1d6 fix nested span element
(cherry picked from commit 15d3f257b3)
2025-01-07 15:08:57 +00:00
Sascha Szott
9c859b1fdc fix nested span element
(cherry picked from commit 8509096c32)
2025-01-07 15:08:57 +00:00
Sascha Szott
fbaa5068af fix nested span element
(cherry picked from commit 84878ede67)
2025-01-07 15:08:56 +00:00
Sascha Szott
8515de3d10 fix nested span element in templates
(cherry picked from commit 394ecea118)
2025-01-07 15:08:56 +00:00
Tim Donohue
96cdab8d6a Merge pull request #3640 from DSpace/dependabot/npm_and_yarn/dspace-7_x/express-static-gzip-2.2.0
Bump express-static-gzip from 2.1.8 to 2.2.0
2025-01-06 17:00:32 -06:00
Tim Donohue
ebc7799404 Merge pull request #3795 from alexandrevryghem/w2p-122005_fixed-dropdown-values-resetting-on-enter_contribute-7_x
[Port dspace-7_x] Fixed dropdown/lookup & lookup-name fields being reset when hitting enter
2025-01-06 16:24:11 -06:00
Alexandre Vryghem
d3d86f4f2d 119799: Prevent the lookup/lookup-name fields from resetting when hitting the enter key in another input field
(cherry picked from commit c8694e1a87)
2025-01-06 22:38:58 +01:00
Tim Donohue
a078932857 Merge pull request #3143 from atmire/w2p-115284_add-support-for-non-repeatable-relationships_dspace-7-x
[Port dspace-7_x] Add support for non repeatable relationships
2025-01-06 11:59:13 -06:00
Tim Donohue
a1b7c8d9c5 Merge pull request #3789 from DSpace/backport-3718-to-dspace-7_x
[Port dspace-7_x] fix selector in OrgUnitSearchResultListSubmissionElementComponent compontent
2025-01-06 09:00:57 -06:00
dependabot[bot]
894448e3dc Bump postcss in the postcss group across 1 directory
Bumps the postcss group with 1 update in the / directory: [postcss](https://github.com/postcss/postcss).


Updates `postcss` from 8.4.47 to 8.4.49
- [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.47...8.4.49)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: postcss
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-06 03:04:09 +00:00
Alexandre Vryghem
b25294c872 Merge branch 'w2p-122005_fixed-dropdown-values-resetting-on-enter_contribute-7.6' into dspace-7_x
# Conflicts:
#	src/app/shared/form/builder/ds-dynamic-form-ui/models/scrollable-dropdown/dynamic-scrollable-dropdown.component.html
2025-01-03 17:08:46 +01:00
Sascha Szott
ecf3298345 fix value of selector in component annotation
(cherry picked from commit 71de4b600b)
2025-01-03 06:01:04 +00:00
Andreas Awouters
18819b76a8 Merge branch 'w2p-122839_vocabulary-preloadlevel-fix' into vocabulary-preloadlevel-fix-7_x
# Conflicts:
#	src/app/shared/form/vocabulary-treeview/vocabulary-treeview.component.ts
2025-01-02 15:12:50 +01:00
Andreas Awouters
4ffde928d4 122839: Fix vocabulary-treeview component tests 2025-01-02 14:42:17 +01:00
Andreas Awouters
9406f7b085 122839: Retrieve preloadLevel from vocabulary before creating tree 2025-01-02 12:04:40 +01:00
jensvannerum
33fdee554e [Port dspace-7_x] Get rid of unnecessary and failing REST requests when navigating between different browse indexes (#3788)
Co-authored-by: Koen Pauwels <koen.pauwels@atmire.com>
Co-authored-by: Jens Vannerum <jens.vannerum@atmire.com>
2025-01-01 12:50:30 +03:00
Andreas Awouters
cee9d0422b 122839: Load nodes up to defined preloadLevel 2024-12-24 15:17:27 +01:00
dependabot[bot]
5c8eabddab Bump @fortawesome/fontawesome-free from 6.6.0 to 6.7.2
Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 6.6.0 to 6.7.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.6.0...6.7.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23 02:28:53 +00:00
dependabot[bot]
a18225aa4d Bump mirador from 3.3.0 to 3.4.2
Bumps [mirador](https://github.com/ProjectMirador/mirador) from 3.3.0 to 3.4.2.
- [Release notes](https://github.com/ProjectMirador/mirador/releases)
- [Commits](https://github.com/ProjectMirador/mirador/compare/v3.3.0...v3.4.2)

---
updated-dependencies:
- dependency-name: mirador
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23 02:28:39 +00:00
Tim Donohue
d578222f8f Merge pull request #3770 from DSpace/backport-3679-to-dspace-7_x
[Port dspace-7_x] #3678, #3217 - Fix ordering and changing values of repeatable inputs in submission form
2024-12-19 16:58:03 -06:00
Andrea Barbasso
abc3c41c63 [DURACOM-297] fix changing values in submission form after ordering
(cherry picked from commit 1c9272107c)
2024-12-19 22:25:50 +00:00
Tim Donohue
a8e658a399 Merge pull request #3768 from tdonohue/port_3367_to_7x
[Port dspace-7_x] Accessibility in vocabulary treeview
2024-12-19 14:31:25 -06:00
Tim Donohue
81522586dd Merge pull request #3766 from tdonohue/port_3322_to_7x
[Port dspace-7_x] fix #3241: Configuring the URI link target
2024-12-19 12:26:22 -06:00
andreaNeki
a8ff6a41e0 Trying to correct an error in the focus implementation 2024-12-19 12:18:08 -06:00
andreaNeki
75260b00d9 Ensuring that the message “There were no items to show” is announced to the screen reader when necessary 2024-12-19 12:17:53 -06:00
andreaNeki
14680b013e Adding focus to the input after the reset button is clicked 2024-12-19 12:15:47 -06:00
andreaNeki
b601405e56 Adding the aria-label attribute to buttons 2024-12-19 12:14:10 -06:00
root
c6ef2f1bd0 Addition of unit tests for the getLinkAttributes() method 2024-12-19 11:50:28 -06:00
igorbaptist4
2a1ef02d75 fix identation 2024-12-19 11:50:21 -06:00
igorbaptist4
25ab69ff21 Configuring the URI link target 2024-12-19 11:50:07 -06:00
Tim Donohue
eb3db9ceb6 Merge pull request #3597 from DSpace/dependabot/npm_and_yarn/dspace-7_x/core-js-3.39.0
Bump core-js from 3.38.1 to 3.39.0
2024-12-18 16:52:22 -06:00
Tim Donohue
84c0371aab Merge pull request #3763 from tdonohue/port_3264_to_7x
[Port dspace-7_x] More accessible file download link for users who use a screen reader
2024-12-18 15:55:48 -06:00
Andrea-Guevara
4bf4e18389 More accessible file download link for users who use a screen reader (#3264)
* More accessible file download link for users who use a screen reader

* Refactoring implementation - More accessible file download link for users who use a screen reader

* Fixing import error

* Solving the spaces error

* Solving the spaces error

* Solving the spaces error in file pt-BR.json5

---------

Co-authored-by: andreaNeki <root@TI-03.OHB.LOCAL>
2024-12-18 14:48:08 -06:00
Tim Donohue
2ff5350302 Merge pull request #3716 from alexandrevryghem/w2p-120109_fix-findByHref-and-findListByHref-skipping-their-response_contribute-7_x
[Port dspace-7_x] Fix infinite loading on item pages and optimize menu resolver usage
2024-12-18 11:17:35 -06:00
Tim Donohue
36dd4762ed Merge pull request #3466 from atmire/item-edit-bitstreams-table-7_x
[Port dspace-7_x] Edit Item, Bitstreams tab: Accessibility improvements
2024-12-18 10:49:01 -06:00
Tim Donohue
655558538c Merge pull request #3721 from alexandrevryghem/w2p-117573_remove-observable-function-calls-from-template_contribute-7_x
[Port dspace-7_x] Removed observable function calls from template (part 1)
2024-12-18 10:38:54 -06:00
Tim Donohue
12fc5aff71 Merge pull request #3756 from tdonohue/port_3754_to_7x
[Port dspace-7_x][GitHub Actions][Docker] Update Docker scripts & GitHub Actions to use ghcr.io instead of docker.io
2024-12-16 17:26:51 -06:00
Tim Donohue
cd500007b6 Login to GHCR in order to have access to private Docker images for e2e tests. 2024-12-16 16:31:17 -06:00
Tim Donohue
686b61915a Update GitHub Actions for Docker & normal build to use GitHub Container Registry 2024-12-16 16:31:11 -06:00
Tim Donohue
996c877412 Allow for other Docker registries to be used with all Docker compose scripts 2024-12-16 16:30:53 -06:00
Tim Donohue
c9d6c95563 Use fully qualified image names in Dockerfiles. Minor syntax fixes to ENV variables 2024-12-16 16:24:14 -06:00
Andreas Awouters
bee8bde87f Merge branch 'item-edit-bitstreams-table-7.6' into item-edit-bitstreams-table-7_x 2024-12-11 11:22:56 +01:00
Andreas Awouters
5a88cedc22 118223: Remove console.log 2024-12-11 11:17:01 +01:00
Andreas Awouters
442b4ea284 Merge branch 'accessibility-settings-7.6' into accessibility-settings-7_x 2024-12-11 10:12:14 +01:00
Andreas Awouters
c71c6667e0 119602: Improve notification hiding toggle useability 2024-12-11 10:10:16 +01:00
Andreas Awouters
010b2f9693 119602: Improve types & docs 2024-12-11 09:35:01 +01:00
dependabot[bot]
297fc01892 Bump axios from 1.7.7 to 1.7.9
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.7.9.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.7.7...v1.7.9)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 02:29:01 +00:00
Alexandre Vryghem
f9e67dc513 Merge branch 'w2p-117573_remove-observable-function-calls-from-template-7.6' into w2p-117573_remove-observable-function-calls-from-template_contribute-7_x 2024-12-06 18:09:13 +01:00
Alexandre Vryghem
5ee721f2c4 117287: Embed the communities/collections on the EPerson groups 2024-12-06 18:08:57 +01:00
Alexandre Vryghem
830ada37f5 119915: Restored functionality to hide the research profile section on the profile page
(cherry picked from commit ded0079f24)
2024-12-06 17:18:29 +01:00
Alexandre Vryghem
b5a8b56473 117287: Prevent /api/eperson/epersons/undefined from being fired on the create ePerson page
(cherry picked from commit 0cb5b76159)
2024-12-06 17:18:13 +01:00
Alexandre Vryghem
2a72fac646 Merge branch 'w2p-117573_remove-observable-function-calls-from-template-7.6' into dspace-7_x
# Conflicts:
#	src/app/access-control/epeople-registry/epeople-registry.component.html
#	src/app/access-control/epeople-registry/epeople-registry.component.ts
#	src/app/access-control/epeople-registry/eperson-form/eperson-form.component.html
#	src/app/access-control/epeople-registry/eperson-form/eperson-form.component.spec.ts
#	src/app/access-control/epeople-registry/eperson-form/eperson-form.component.ts
#	src/app/access-control/group-registry/group-form/group-form.component.html
#	src/app/access-control/group-registry/group-form/group-form.component.ts
#	src/app/admin/admin-registries/bitstream-formats/bitstream-formats.component.html
#	src/app/admin/admin-registries/bitstream-formats/bitstream-formats.component.spec.ts
#	src/app/admin/admin-registries/metadata-registry/metadata-schema-form/metadata-schema-form.component.ts
#	src/app/admin/admin-registries/metadata-schema/metadata-schema.component.html
#	src/app/admin/admin-registries/metadata-schema/metadata-schema.component.ts
#	src/app/shared/pagination/pagination.component.ts
2024-12-06 17:14:51 +01:00
Alexandre Vryghem
6988df519e Merge branch 'w2p-120109_fix-findByHref-and-findListByHref-skipping-their-response_contribute-7.6' into dspace-7_x
# Conflicts:
#	src/app/core/data/base/base-data.service.spec.ts
#	src/app/core/data/base/base-data.service.ts
#	src/app/item-page/edit-item-page/abstract-item-update/abstract-item-update.component.ts
2024-12-05 23:49:13 +01:00
Alexandre Vryghem
ce17d23c08 120109: Updated the route configuration to only resolve the dsoEditMenuResolver on pages who use the DsoEditMenuComponent
(cherry picked from commit 5c9f494f76)
2024-12-05 23:27:55 +01:00
Alexandre Vryghem
91acc957b1 120109: Fixed "no elements in sequence" sometimes being thrown on the item bitstream & relationship tabs
(cherry picked from commit decacec404)
2024-12-05 23:27:54 +01:00
Alexandre Vryghem
987ea5104a 120109: Fixed BaseDataService not emitting when the request is too fast and the ResponsePending are not emitted
(cherry picked from commit 0f4d71eb58)
2024-12-05 23:27:54 +01:00
Tim Donohue
135c085024 Merge pull request #3710 from DSpace/backport-3693-to-dspace-7_x
[Port dspace-7_x] Removed unauthorized metadata-export-search request on search page
2024-12-04 11:10:21 -06:00
Alexandre Vryghem
ed4e794d46 119799: Prevent submission from updating the dropdown values when hitting enter in another input form (onsubmit) 2024-12-04 17:16:14 +01:00
Alexandre Vryghem
80e938b1f2 121534: Removed unauthorized metadata-export-search request on search page for non-admins
(cherry picked from commit 70b855e785)
2024-12-03 18:16:02 +00:00
Alexandre Vryghem
c9df52cba2 120256: Ensure searchOptions$ is a SearchOptions and not a plain object
(cherry picked from commit e4daf2b825)
2024-12-03 18:16:02 +00:00
Tim Donohue
e975585350 Merge pull request #3182 from 4Science/task/dspace-7_x/CST-14903
[Port dspace-7_x] Orcid Authorization / Synchronization Page Fixes
2024-12-02 09:38:55 -06:00
dependabot[bot]
7eeeab4c26 Bump sortablejs from 1.15.3 to 1.15.6
Bumps [sortablejs](https://github.com/SortableJS/Sortable) from 1.15.3 to 1.15.6.
- [Release notes](https://github.com/SortableJS/Sortable/releases)
- [Commits](https://github.com/SortableJS/Sortable/compare/1.15.3...1.15.6)

---
updated-dependencies:
- dependency-name: sortablejs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-02 02:38:03 +00:00
Alan Orth
a53df4fed4 Merge pull request #3696 from 4Science/backport-3308-to-dspace-7_x 2024-11-29 13:58:04 +03:00
Andreas Awouters
cdec4880d2 119602: Compare notifications by id to correctly update store 2024-11-29 10:44:44 +01:00
Alexandre Vryghem
8849f140fb 117287: Removed method calls returning observables from ItemDetailPreviewComponent 2024-11-28 23:47:29 +01:00
Simone Ramundi
c743387a26 [DURACOM-296] Enabled 'admin-div' only for Site Administrator 2024-11-28 12:36:55 +01:00
Andreas Awouters
c38352ed22 119602: Update doc comments 2024-11-25 10:29:16 +01:00
Andreas Awouters
deb4a63c88 119602: Add additional accessibilitySettingsComponent tests 2024-11-25 10:12:39 +01:00
Andreas Awouters
ec016e80fb 119602: Update AccessibilitySettingsService stub 2024-11-25 10:00:04 +01:00
Andreas Awouters
ced163a25f 119602: Remove obsolete tests 2024-11-25 09:58:50 +01:00
Andreas Awouters
5a28e66b2f 119602: Move hints to contextHelp 2024-11-25 09:44:27 +01:00
Tim Donohue
35a25b372d Merge pull request #3685 from tdonohue/port_3683_to_7x
[Port dspace-7_x] Fix incorrect example in `config.example.yml`
2024-11-22 11:51:30 -06:00
Tim Donohue
62b31ea8c5 Fix incorrect example. The setting category is called "ssr" and not "universal" 2024-11-22 11:19:08 -06:00
Andreas Awouters
9ac92e0196 119602: Add unit after input fields 2024-11-22 16:09:12 +01:00
Andreas Awouters
287d028331 119602: Make input boxes smaller 2024-11-22 16:03:52 +01:00
Andreas Awouters
cae13942e2 119602: Allow resetting accessibility settings 2024-11-22 15:54:21 +01:00
Andreas Awouters
b16cec631d 119602: Add automatic notification hiding toggle 2024-11-22 13:56:39 +01:00
Andreas Awouters
dc8a699e94 119602: Rework convertion & form format 2024-11-22 11:55:05 +01:00
Tim Donohue
b54e54da30 Merge pull request #3660 from alexandrevryghem/w2p-107155_Performance-re-request-embeds_contribute-7_x
[Port dspace-7_x] Added support for caching embedded objects without a self link & null responses
2024-11-18 10:26:38 -06:00
Andreas Awouters
fdfa6e2c06 119602: Update values after converters implementation 2024-11-18 14:26:48 +01:00
Andreas Awouters
ecb00a95a0 119602: Implement converting of accessibility settings values 2024-11-18 13:50:46 +01:00
Andreas Awouters
fe90d39943 119602: Add placeholder in form 2024-11-18 11:36:10 +01:00
Alexandre Vryghem
e2615a798e Fixed flaky item-edit tests
This simply restores the accidental changes made during this cherry-pick: 3df66e0257
2024-11-17 02:33:53 +01:00
Alexandre Vryghem
ff42b65fc9 118944: Fix hasDraftVersion$ not working for embedded payloads with no content
(cherry picked from commit 704cc06f16)
2024-11-16 22:24:02 +01:00
Alexandre Vryghem
1e5eff918d Merge remote-tracking branch 'contributions/w2p-107155_Performance-re-request-embeds-7.6' into w2p-107155_Performance-re-request-embeds_contribute-7_x
# Conflicts:
#	src/app/core/browse/browse.service.ts
#	src/app/item-page/edit-item-page/item-relationships/edit-relationship-list/edit-relationship-list.component.spec.ts
2024-11-16 22:16:52 +01:00
Tim Donohue
e59674b5ac Merge pull request #3658 from DSpace/backport-3656-to-dspace-7_x
[Port dspace-7_x] #3655 - Fixes Spacing Issue Between Email Label and Email Address on Profile Setup Form
2024-11-15 17:12:29 -06:00
Simone Ramundi
5a1522deac [DURACOM-300] Fixed space in registration form
(cherry picked from commit 2b104183f7)
2024-11-15 22:34:39 +00:00
Tim Donohue
a5dff6df87 Merge pull request #3651 from tdonohue/port_3225_to_7x
[Port dspace-7_x] Fixed headings by their rank
2024-11-13 15:04:03 -06:00
Tim Donohue
790fa26953 Merge pull request #3652 from DSpace/backport-3649-to-dspace-7_x
[Port dspace-7_x] French translations for subscriptions feature
2024-11-13 14:29:58 -06:00
Pierre Lasou
b2f9743f9f French translations for subscriptions feature
Includes all french labels for subcriptions, plus 2 or 3 other missing things.

(cherry picked from commit 2c16162948)
2024-11-13 19:51:37 +00:00
Alisa Ismailati
66dedc5b2e [CST-15591] Fixed headings by their rank 2024-11-13 11:40:48 -06:00
Tim Donohue
6330516630 Merge pull request #3642 from DSpace/backport-3222-to-dspace-7_x
[Port dspace-7_x] Updated `cs` messages following the lindat v5 and clarin-dspace v7 instance
2024-11-11 10:40:20 -06:00
milanmajchrak
bd638f0356 Updated supervised by messages following NTK suggestions
(cherry picked from commit d819cf4396)
2024-11-11 15:31:30 +00:00
milanmajchrak
b11efbbf0c Updated messages for the 'supervised' and 'claim' sentenses
(cherry picked from commit 1aef6ce1d6)
2024-11-11 15:31:30 +00:00
milanmajchrak
68b6cc9bd4 Fixed small cs localization mistakes
(cherry picked from commit 680d6c9416)
2024-11-11 15:31:30 +00:00
milanmajchrak
d586a8450d Updated cs localization for subcommunities and subcollections
(cherry picked from commit 9badd4a4b6)
2024-11-11 15:31:30 +00:00
milanmajchrak
33bc8ba1a3 Fixed messages following the PR from the UFAL - f18d45ce23
(cherry picked from commit 5e5c627b8b)
2024-11-11 15:31:30 +00:00
milanmajchrak
865268e820 Updated cs messages following review requirements
(cherry picked from commit 813d644b32)
2024-11-11 15:31:30 +00:00
milanmajchrak
e5ea435cbe Fixed linting error.
(cherry picked from commit 7e864d27b4)
2024-11-11 15:31:30 +00:00
milanmajchrak
6b32d04aec Updated some messages following the lindat v5 and clarin-dspace v7 instance.
(cherry picked from commit b10563ea53)
2024-11-11 15:31:30 +00:00
dependabot[bot]
06783364c4 Bump express-static-gzip from 2.1.8 to 2.2.0
Bumps [express-static-gzip](https://github.com/tkoenig89/express-static-gzip) from 2.1.8 to 2.2.0.
- [Release notes](https://github.com/tkoenig89/express-static-gzip/releases)
- [Commits](https://github.com/tkoenig89/express-static-gzip/compare/v2.1.8...v2.2.0)

---
updated-dependencies:
- dependency-name: express-static-gzip
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-11 03:15:03 +00:00
Tim Donohue
a812e6ae27 Merge pull request #3594 from DSpace/dependabot/npm_and_yarn/dspace-7_x/sass-8323b2791b
Bump sass from 1.80.4 to 1.80.6 in the sass group
2024-11-08 16:05:14 -06:00
Tim Donohue
841caec3e6 Merge pull request #3627 from tdonohue/port_3328_to_7x
[Port dspace-7_x] Klaro Accessibility cookie settings
2024-11-08 16:01:49 -06:00
Tim Donohue
9715eaba36 Merge pull request #3626 from DSpace/backport-3625-to-dspace-7_x
[Port dspace-7_x] Fix Klaro translations by forcing Klaro to use a zy language code that DSpace will translate
2024-11-08 16:01:40 -06:00
dependabot[bot]
bc50efec5e Bump core-js from 3.38.1 to 3.39.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.38.1 to 3.39.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.39.0/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-08 20:35:42 +00:00
Tim Donohue
25fd1a9d76 Merge pull request #3595 from DSpace/dependabot/npm_and_yarn/dspace-7_x/compression-1.7.5
Bump compression from 1.7.4 to 1.7.5
2024-11-08 14:33:17 -06:00
andreaNeki
64628f7e0d DSpace#2668 - Adding and changing classes in global scss to make cookie settings more accessible 2024-11-08 14:21:54 -06:00
Tim Donohue
4353c57cd0 Fix Klaro translations by forcing Klaro to use a 'zy' language key which DSpace will translate
(cherry picked from commit 6076423907)
2024-11-08 20:13:18 +00:00
Tim Donohue
ce010725ac Merge pull request #3596 from DSpace/dependabot/npm_and_yarn/dspace-7_x/types/lodash-4.17.13
Bump @types/lodash from 4.17.12 to 4.17.13
2024-11-08 10:56:45 -06:00
Tim Donohue
7b4d5f9aad Merge pull request #3621 from DSpace/backport-3619-to-dspace-7_x
[Port dspace-7_x] BitstreamAuthorizationsComponent: update selector and comment to correctly describe component's purpose
2024-11-07 14:53:05 -06:00
Sascha Szott
9f879d3850 fix invalid selector
(cherry picked from commit 752951ce3b)
2024-11-07 20:12:29 +00:00
Sascha Szott
87f5b50201 update comment to correctly describe component's purpose
(cherry picked from commit 33dddc697f)
2024-11-07 20:12:29 +00:00
Andreas Awouters
bb7f0cd3a5 119602: Improve profile page link accessibility 2024-11-07 10:18:11 +01:00
Andreas Awouters
3c92acb770 Merge branch 'accessibility-settings-7.6' into accessibility-settings-7_x 2024-11-06 10:59:32 +01:00
Andreas Awouters
04515591e2 119602: Add link to AccessibilitySettings on profile page 2024-11-06 10:53:41 +01:00
Andreas Awouters
37455a8b6c 119602: Make AccessibilitySettings cookie expiration configurable 2024-11-06 10:53:41 +01:00
Andreas Awouters
82fd9539b7 119602: Add AccessibilitySettingsComponent tests 2024-11-06 10:53:41 +01:00
Andreas Awouters
52eabec70d 119602: Add AccessibilitySettingsService tests 2024-11-06 10:53:41 +01:00
Andreas Awouters
cad086c945 119602: Add AccessibilitySettingsService stub & fix live-region test 2024-11-06 10:53:41 +01:00
Andreas Awouters
6a49df59af 119602: Integrate accessibility settings into notifications-board 2024-11-06 10:53:41 +01:00
Andreas Awouters
d224a2c47d 119602: Integrate accessibility settings into live-region 2024-11-06 09:58:19 +01:00
Andreas Awouters
b72ce73931 119602: Add Accessibility Settings page 2024-11-06 09:58:19 +01:00
Andreas Awouters
8f708d0e28 119602: Add AccessibilitySettingsService 2024-11-06 09:58:19 +01:00
Tim Donohue
38c7988274 Merge pull request #3609 from DSpace/backport-3590-to-dspace-7_x
[Port dspace-7_x] Complete tag translations in french for ORCID and Researcher Profile
2024-11-04 15:15:41 -06:00
Pierre Lasou
9c3363d465 Correction of 2 lint errors due to spacing.
(cherry picked from commit 23dd7903ba)
2024-11-04 20:22:48 +00:00
Pierre Lasou
33262795ba Correct small alignment errors
(cherry picked from commit fde2db85e7)
2024-11-04 20:22:48 +00:00
Pierre Lasou
2aaa32ae5f Complete tag translation in french for ORCID
Contains all french translations for ORCID and Researcher Profile.

(cherry picked from commit ac720033dc)
2024-11-04 20:22:48 +00:00
dependabot[bot]
1b77530a31 Bump @types/lodash from 4.17.12 to 4.17.13
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.12 to 4.17.13.
- [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-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 02:47:05 +00:00
dependabot[bot]
2eb120909b Bump compression from 1.7.4 to 1.7.5
Bumps [compression](https://github.com/expressjs/compression) from 1.7.4 to 1.7.5.
- [Release notes](https://github.com/expressjs/compression/releases)
- [Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/compression/compare/1.7.4...1.7.5)

---
updated-dependencies:
- dependency-name: compression
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 02:46:50 +00:00
dependabot[bot]
26f4d1d329 Bump sass from 1.80.4 to 1.80.6 in the sass group
Bumps the sass group with 1 update: [sass](https://github.com/sass/dart-sass).


Updates `sass` from 1.80.4 to 1.80.6
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.80.4...1.80.6)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sass
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 02:46:18 +00:00
Tim Donohue
9d4eeb9c9f Merge pull request #3592 from DSpace/backport-3272-to-dspace-7_x
[Port dspace-7_x] Improving accessibility on the new user registration page
2024-11-01 12:17:11 -05:00
andreaNeki
1011468273 Adjusting spaces in ts
(cherry picked from commit 009da08177)
2024-11-01 14:37:49 +00:00
andreaNeki
1fad3cffc7 Simplifying the implementation of dynamic aria-describedby
(cherry picked from commit fa6e85d6db)
2024-11-01 14:37:49 +00:00
andreaNeki
c330e83095 Resolving a wrongly declared variable error
(cherry picked from commit 7b72a5f0c2)
2024-11-01 14:37:49 +00:00
andreaNeki
3b3fa4f643 Dynamic aria-describedby attribute
(cherry picked from commit e629d9edf0)
2024-11-01 14:37:49 +00:00
andreaNeki
a6b45f777c Code refactoring - Accessibility on the new user registration and forgotten password forms
(cherry picked from commit f00eae6760)
2024-11-01 14:37:49 +00:00
andreaNeki
585bbec5d5 Improving accessibility on the new user registration page
(cherry picked from commit 0eb2d5ce58)
2024-11-01 14:37:49 +00:00
Alexandre Vryghem
59e5f71a73 117287: Fixed group form not working correctly anymore when switching between different groups
Also fixed edit ePerson not showing the group names
2024-10-29 18:21:34 +01:00
Tim Donohue
0a005c2d95 Merge pull request #3579 from DSpace-Labs/dependabot/npm_and_yarn/dompurify-2.5.7
Bump dompurify from 2.4.5 to 2.5.7
2024-10-25 17:06:40 -05:00
Tim Donohue
dda9c6ec09 Merge pull request #3580 from DSpace-Labs/dependabot/npm_and_yarn/tough-cookie-4.1.4
Bump tough-cookie from 4.1.2 to 4.1.4
2024-10-25 17:06:04 -05:00
Tim Donohue
5b8cc3c9da Merge pull request #3577 from DSpace/dependabot/npm_and_yarn/dspace-7_x/testing-bd64cd6aac
Bump the testing group across 1 directory with 2 updates
2024-10-25 16:26:47 -05:00
dependabot[bot]
45fb5aa611 Bump dompurify from 2.4.5 to 2.5.7
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.4.5 to 2.5.7.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.4.5...2.5.7)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-25 21:00:31 +00:00
dependabot[bot]
6f360a6a2d Bump the testing group across 1 directory with 2 updates
Bumps the testing group with 2 updates in the / directory: [axe-core](https://github.com/dequelabs/axe-core) and [cypress](https://github.com/cypress-io/cypress).


Updates `axe-core` from 4.7.2 to 4.10.2
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/v4.10.2/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core/compare/v4.7.2...v4.10.2)

Updates `cypress` from 13.15.0 to 13.15.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.15.0...v13.15.1)

---
updated-dependencies:
- dependency-name: axe-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-25 20:05:40 +00:00
dependabot[bot]
4a394a2a38 Bump tough-cookie from 4.1.2 to 4.1.4
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.4.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.4)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-25 20:04:27 +00:00
Tim Donohue
da9e856369 Merge pull request #3574 from tdonohue/remove_unused_deps_7x
[Port dspace-7_x] Remove unused dependencies (& additional Mirador dependency cleanup)
2024-10-25 15:02:00 -05:00
Tim Donohue
eedaa2c120 Move ng-mocks to dev dependencies 2024-10-25 14:07:34 -05:00
Tim Donohue
d4e6aa8660 Move @material-ui depedencies & other mirador dependencies to dev dependencies. Only needed to avoid yarn install warnings 2024-10-25 14:07:34 -05:00
Tim Donohue
4d365936f2 Remove unused dependencies listed in "resolutions" 2024-10-25 14:07:34 -05:00
Tim Donohue
6655dec1ec Remove "analyze" command and webpack-bundle-analyzer dev dependency 2024-10-25 14:07:34 -05:00
Tim Donohue
99d421caec Remove unused rxjs-spy dev dependency 2024-10-25 14:07:34 -05:00
Tim Donohue
8d33d52174 Move @types/grecaptcha to dev dependencies 2024-10-25 14:01:27 -05:00
Tim Donohue
6a7c19ae4b Merge pull request #3565 from DSpace/dependabot/npm_and_yarn/dspace-7_x/babel/runtime-7.26.0
Bump @babel/runtime from 7.25.9 to 7.26.0
2024-10-25 13:59:38 -05:00
Tim Donohue
fc9eb1157b Merge pull request #3561 from DSpace/dependabot/npm_and_yarn/dspace-7_x/sass-bcfd08c0da
Bump sass from 1.80.3 to 1.80.4 in the sass group
2024-10-25 13:50:19 -05:00
dependabot[bot]
c83b6ff036 Bump @babel/runtime from 7.25.9 to 7.26.0
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.25.9 to 7.26.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-25 13:34:55 +00:00
dependabot[bot]
e93e66d3e4 Bump sass from 1.80.3 to 1.80.4 in the sass group
Bumps the sass group with 1 update: [sass](https://github.com/sass/dart-sass).


Updates `sass` from 1.80.3 to 1.80.4
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.80.3...1.80.4)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sass
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-25 13:34:03 +00:00
kshepherd
ef11340280 Merge pull request #3554 from DSpace/backport-3524-to-dspace-7_x
[Port dspace-7_x] Aligning the browse button
2024-10-24 15:28:14 +02:00
andreaNeki
d4bb79ca18 Issue 3426 - Aligning the browse button
(cherry picked from commit ddafda33b8)
2024-10-24 11:45:55 +00:00
Alan Orth
40e805f90f Merge pull request #3552 from tdonohue/update_http-proxy-middleware_7x 2024-10-24 08:44:25 +03:00
Alan Orth
a719a2337a Merge pull request #3549 from tdonohue/remove_unused_postcss_deps_7x 2024-10-24 08:41:56 +03:00
Tim Donohue
0ed8c05e1c Bump http-proxy-middleware from 1.0.5 to 2.0.7 2024-10-23 15:05:01 -05:00
Tim Donohue
3deef34f5b Merge pull request #3545 from DSpace/backport-3481-to-dspace-7_x
[Port dspace-7_x] Fix code scanning alert no. 6: Incomplete string escaping or encoding
2024-10-23 14:33:08 -05:00
Tim Donohue
425078dc4e Remove unused postcss-responsive-type 2024-10-23 14:13:33 -05:00
Tim Donohue
5c877f56e9 Remove unused/unmaintained postcss-apply 2024-10-23 14:11:53 -05:00
Tim Donohue
9486ab5fa1 Fix code scanning alert no. 6: Incomplete string escaping or encoding
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
(cherry picked from commit 372444c50a)
2024-10-23 17:25:14 +00:00
Tim Donohue
7c6ecf8e9e Merge pull request #3530 from DSpace/dependabot/npm_and_yarn/dspace-7_x/reflect-metadata-0.2.2
Bump reflect-metadata from 0.1.13 to 0.2.2
2024-10-23 11:37:24 -05:00
Tim Donohue
ee36bab60b Merge pull request #3531 from DSpace/dependabot/npm_and_yarn/dspace-7_x/babel/runtime-7.25.9
Bump @babel/runtime from 7.21.0 to 7.25.9
2024-10-23 10:12:06 -05:00
Andreas Awouters
1a816228e8 118223: Add 'loading' overlay while bitstream is moving 2024-10-23 13:59:23 +02:00
Alan Orth
ccf6f36ade Merge pull request #3526 from DSpace/dependabot/npm_and_yarn/dspace-7_x/angulartics2-12.2.1 2024-10-23 09:39:21 +03:00
dependabot[bot]
5cb22bb1d0 Bump reflect-metadata from 0.1.13 to 0.2.2
Bumps [reflect-metadata](https://github.com/rbuckton/reflect-metadata) from 0.1.13 to 0.2.2.
- [Release notes](https://github.com/rbuckton/reflect-metadata/releases)
- [Changelog](https://github.com/rbuckton/reflect-metadata/blob/main/tsconfig-release.json)
- [Commits](https://github.com/rbuckton/reflect-metadata/commits)

---
updated-dependencies:
- dependency-name: reflect-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-22 21:58:01 +00:00
Tim Donohue
b237c7f5cb Merge pull request #3525 from DSpace/dependabot/npm_and_yarn/dspace-7_x/multi-c55d84953a
Bump sanitize-html and @types/sanitize-html
2024-10-22 16:56:11 -05:00
Tim Donohue
30c3e3db0c Merge pull request #3532 from DSpace/dependabot/npm_and_yarn/dspace-7_x/zone.js-0.13.3
Bump zone.js from 0.11.8 to 0.13.3
2024-10-22 16:55:24 -05:00
Tim Donohue
39cdd1692a Merge pull request #3528 from DSpace/dependabot/npm_and_yarn/dspace-7_x/webpack-dev-server-4.15.2
Bump webpack-dev-server from 4.13.3 to 4.15.2
2024-10-22 16:51:38 -05:00
dependabot[bot]
603e46283f Bump angulartics2 from 12.2.0 to 12.2.1
Bumps [angulartics2](https://github.com/angulartics/angulartics2) from 12.2.0 to 12.2.1.
- [Release notes](https://github.com/angulartics/angulartics2/releases)
- [Commits](https://github.com/angulartics/angulartics2/compare/v12.2.0...v12.2.1)

---
updated-dependencies:
- dependency-name: angulartics2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-22 19:31:16 +00:00
Tim Donohue
c17adef242 Merge pull request #3523 from DSpace/dependabot/npm_and_yarn/dspace-7_x/axios-1.7.7
Bump axios from 1.7.5 to 1.7.7
2024-10-22 14:29:41 -05:00
Tim Donohue
bacd484832 Merge pull request #3515 from DSpace/dependabot/npm_and_yarn/dspace-7_x/ng-mocks-14.13.1
Bump ng-mocks from 14.10.0 to 14.13.1
2024-10-22 14:21:04 -05:00
dependabot[bot]
7eb0a47fca Bump zone.js from 0.11.8 to 0.13.3
Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.11.8 to 0.13.3.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.13.3/packages/zone.js)

---
updated-dependencies:
- dependency-name: zone.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-22 19:20:58 +00:00
dependabot[bot]
cfa6d50583 Bump @babel/runtime from 7.21.0 to 7.25.9
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.21.0 to 7.25.9.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-22 19:20:30 +00:00
dependabot[bot]
47db669191 Bump webpack-dev-server from 4.13.3 to 4.15.2
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.13.3 to 4.15.2.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/v4.15.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.13.3...v4.15.2)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-22 19:19:40 +00:00
dependabot[bot]
ab60ad2072 Bump sanitize-html and @types/sanitize-html
Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) and [@types/sanitize-html](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sanitize-html). These dependencies needed to be updated together.

Updates `sanitize-html` from 2.12.1 to 2.13.1
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apostrophecms/sanitize-html/compare/2.12.1...2.13.1)

Updates `@types/sanitize-html` from 2.9.0 to 2.13.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sanitize-html)

---
updated-dependencies:
- dependency-name: sanitize-html
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/sanitize-html"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-22 19:18:46 +00:00
Tim Donohue
081c573653 Merge pull request #3521 from DSpace/dependabot/npm_and_yarn/dspace-7_x/date-fns-2.30.0
Bump date-fns from 2.29.3 to 2.30.0
2024-10-22 13:48:32 -05:00
Tim Donohue
e22ed77527 Merge pull request #3520 from DSpace/dependabot/npm_and_yarn/dspace-7_x/webpack-bundle-analyzer-4.10.2
Bump webpack-bundle-analyzer from 4.8.0 to 4.10.2
2024-10-22 13:31:32 -05:00
Tim Donohue
4eca7c062c Merge pull request #3514 from DSpace/dependabot/npm_and_yarn/dspace-7_x/sortablejs-1.15.3
Bump sortablejs from 1.15.0 to 1.15.3
2024-10-22 13:30:29 -05:00
Tim Donohue
bef3d37802 Merge pull request #3517 from DSpace/dependabot/npm_and_yarn/dspace-7_x/types/express-4.17.21
Bump @types/express from 4.17.17 to 4.17.21
2024-10-22 13:18:47 -05:00
Tim Donohue
2ab52dad8e Merge pull request #3522 from DSpace/dependabot/npm_and_yarn/dspace-7_x/types/deep-freeze-0.1.5
Bump @types/deep-freeze from 0.1.2 to 0.1.5
2024-10-22 13:17:41 -05:00
Tim Donohue
6bd66910a9 Merge pull request #3518 from DSpace/dependabot/npm_and_yarn/dspace-7_x/fortawesome/fontawesome-free-6.6.0
Bump @fortawesome/fontawesome-free from 6.4.0 to 6.6.0
2024-10-22 13:16:03 -05:00
dependabot[bot]
cfecf0ff62 Bump ng-mocks from 14.10.0 to 14.13.1
Bumps [ng-mocks](https://github.com/help-me-mom/ng-mocks) from 14.10.0 to 14.13.1.
- [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.10.0...v14.13.1)

---
updated-dependencies:
- dependency-name: ng-mocks
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-22 17:16:48 +00:00
Tim Donohue
1bea5f8e6c Merge pull request #3519 from DSpace/dependabot/npm_and_yarn/dspace-7_x/mirador-share-plugin-0.16.0
Bump mirador-share-plugin from 0.11.0 to 0.16.0
2024-10-22 12:14:27 -05:00
dependabot[bot]
7ee4fd5b06 Bump axios from 1.7.5 to 1.7.7
Bumps [axios](https://github.com/axios/axios) from 1.7.5 to 1.7.7.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.7.5...v1.7.7)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-22 16:24:48 +00:00
dependabot[bot]
b90f8e1b49 Bump @types/deep-freeze from 0.1.2 to 0.1.5
Bumps [@types/deep-freeze](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/deep-freeze) from 0.1.2 to 0.1.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/deep-freeze)

---
updated-dependencies:
- dependency-name: "@types/deep-freeze"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-22 16:24:35 +00:00
dependabot[bot]
2a92215d82 Bump date-fns from 2.29.3 to 2.30.0
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.29.3 to 2.30.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v2.29.3...v2.30.0)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-22 16:24:25 +00:00
dependabot[bot]
d03b3c3a48 Bump webpack-bundle-analyzer from 4.8.0 to 4.10.2
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 4.8.0 to 4.10.2.
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v4.8.0...v4.10.2)

---
updated-dependencies:
- dependency-name: webpack-bundle-analyzer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-22 16:24:02 +00:00
dependabot[bot]
5ac126250e Bump mirador-share-plugin from 0.11.0 to 0.16.0
Bumps [mirador-share-plugin]() from 0.11.0 to 0.16.0.

---
updated-dependencies:
- dependency-name: mirador-share-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-22 16:23:38 +00:00
dependabot[bot]
a1919a7a1f Bump @fortawesome/fontawesome-free from 6.4.0 to 6.6.0
Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 6.4.0 to 6.6.0.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.4.0...6.6.0)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-22 16:23:20 +00:00
dependabot[bot]
dfae913dea Bump @types/express from 4.17.17 to 4.17.21
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.17 to 4.17.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

---
updated-dependencies:
- dependency-name: "@types/express"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-22 16:22:59 +00:00
dependabot[bot]
627d8097ac Bump sortablejs from 1.15.0 to 1.15.3
Bumps [sortablejs](https://github.com/SortableJS/Sortable) from 1.15.0 to 1.15.3.
- [Release notes](https://github.com/SortableJS/Sortable/releases)
- [Commits](https://github.com/SortableJS/Sortable/compare/1.15.0...1.15.3)

---
updated-dependencies:
- dependency-name: sortablejs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-22 16:21:46 +00:00
Alan Orth
8dc777fc46 Merge pull request #3510 from tdonohue/remove_unused_deps_7x 2024-10-22 11:36:11 +03:00
Tim Donohue
e7430b9c1a Remove unused webfontloader 2024-10-21 17:01:49 -05:00
Tim Donohue
4543285a9d Merge pull request #3499 from DSpace/dependabot/npm_and_yarn/dspace-7_x/markdown-it-13.0.2
Bump markdown-it from 13.0.1 to 13.0.2
2024-10-21 16:08:59 -05:00
Tim Donohue
86ea2dc5cb Merge pull request #3498 from DSpace/dependabot/npm_and_yarn/dspace-7_x/sass-25e7b4912b
Bump sass from 1.80.2 to 1.80.3 in the sass group
2024-10-21 15:53:18 -05:00
Tim Donohue
43d4122bc5 Merge pull request #3485 from DSpace/dependabot/npm_and_yarn/dspace-7_x/eslint-dda39ca691
Bump the eslint group with 5 updates
2024-10-21 15:01:17 -05:00
Tim Donohue
e87da70191 Merge pull request #3492 from DSpace/dependabot/npm_and_yarn/dspace-7_x/types/ejs-3.1.5
Bump @types/ejs from 3.1.2 to 3.1.5
2024-10-21 14:51:41 -05:00
Tim Donohue
4f24f2d12f Merge pull request #3495 from DSpace/dependabot/npm_and_yarn/dspace-7_x/types/grecaptcha-3.0.9
Bump @types/grecaptcha from 3.0.4 to 3.0.9
2024-10-21 14:50:33 -05:00
Tim Donohue
44fdc49e26 Merge pull request #3496 from DSpace/dependabot/npm_and_yarn/dspace-7_x/postcss-8.4.47
Bump postcss from 8.4.38 to 8.4.47
2024-10-21 14:45:04 -05:00
dependabot[bot]
610bd32869 Bump the eslint group with 5 updates
Bumps the eslint group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `5.59.1` | `5.62.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `5.59.1` | `5.62.0` |
| [eslint-plugin-deprecation](https://github.com/gund/eslint-plugin-deprecation) | `1.4.1` | `1.5.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.27.5` | `2.31.0` |
| [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.6.0` | `2.16.0` |


Updates `@typescript-eslint/eslint-plugin` from 5.59.1 to 5.62.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.62.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 5.59.1 to 5.62.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.62.0/packages/parser)

Updates `eslint-plugin-deprecation` from 1.4.1 to 1.5.0
- [Release notes](https://github.com/gund/eslint-plugin-deprecation/releases)
- [Changelog](https://github.com/gund/eslint-plugin-deprecation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gund/eslint-plugin-deprecation/compare/v1.4.1...v1.5.0)

Updates `eslint-plugin-import` from 2.27.5 to 2.31.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.31.0)

Updates `eslint-plugin-jsonc` from 2.6.0 to 2.16.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.6.0...v2.16.0)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-deprecation
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-jsonc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-21 19:22:59 +00:00
dependabot[bot]
059da40c64 Bump markdown-it from 13.0.1 to 13.0.2
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 13.0.1 to 13.0.2.
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/13.0.1...13.0.2)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-21 19:18:12 +00:00
dependabot[bot]
6f7c64e8ca Bump sass from 1.80.2 to 1.80.3 in the sass group
Bumps the sass group with 1 update: [sass](https://github.com/sass/dart-sass).


Updates `sass` from 1.80.2 to 1.80.3
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.80.2...1.80.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sass
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-21 19:18:08 +00:00
Tim Donohue
1b99ffbf58 Merge pull request #3435 from DSpace/dependabot/npm_and_yarn/dspace-7_x/klaro-0.7.21
Bump klaro from 0.7.18 to 0.7.21
2024-10-21 14:16:06 -05:00
Tim Donohue
36195a9ed1 Merge pull request #3500 from DSpace/dependabot/npm_and_yarn/dspace-7_x/types/lodash-4.17.12
Bump @types/lodash from 4.14.194 to 4.17.12
2024-10-21 14:14:45 -05:00
Tim Donohue
d784a28ddb Merge pull request #3489 from DSpace/dependabot/npm_and_yarn/dspace-7_x/pem-1.14.8
Bump pem from 1.14.7 to 1.14.8
2024-10-21 14:11:47 -05:00
dependabot[bot]
e1619e6a6b Bump @types/lodash from 4.14.194 to 4.17.12
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.194 to 4.17.12.
- [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-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-21 02:31:33 +00:00
dependabot[bot]
e3be0cd794 Bump postcss from 8.4.38 to 8.4.47
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.38 to 8.4.47.
- [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.38...8.4.47)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-18 21:54:22 +00:00
dependabot[bot]
ac3bccc67d Bump klaro from 0.7.18 to 0.7.21
Bumps [klaro](https://github.com/kiprotect/klaro) from 0.7.18 to 0.7.21.
- [Changelog](https://github.com/klaro-org/klaro-js/blob/master/releases.json)
- [Commits](https://github.com/kiprotect/klaro/compare/v0.7.18...v0.7.21)

---
updated-dependencies:
- dependency-name: klaro
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-18 21:53:59 +00:00
Tim Donohue
b2d46190cb Merge pull request #3488 from DSpace/dependabot/npm_and_yarn/dspace-7_x/sass-7fd8873515
Bump sass from 1.62.0 to 1.80.2 in the sass group
2024-10-18 16:52:20 -05:00
Tim Donohue
532da9d21f Merge pull request #3440 from DSpace/dependabot/npm_and_yarn/dspace-7_x/karma-6.4.4
Bump karma from 6.4.2 to 6.4.4
2024-10-18 15:53:22 -05:00
dependabot[bot]
dc73f85458 Bump @types/grecaptcha from 3.0.4 to 3.0.9
Bumps [@types/grecaptcha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/grecaptcha) from 3.0.4 to 3.0.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/grecaptcha)

---
updated-dependencies:
- dependency-name: "@types/grecaptcha"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-18 20:19:21 +00:00
dependabot[bot]
ac1adefeec Bump @types/ejs from 3.1.2 to 3.1.5
Bumps [@types/ejs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ejs) from 3.1.2 to 3.1.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ejs)

---
updated-dependencies:
- dependency-name: "@types/ejs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-18 20:19:00 +00:00
dependabot[bot]
6eb407ff3b Bump pem from 1.14.7 to 1.14.8
Bumps [pem](https://github.com/Dexus/pem) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/Dexus/pem/releases)
- [Changelog](https://github.com/Dexus/pem/blob/master/HISTORY.md)
- [Commits](https://github.com/Dexus/pem/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: pem
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-18 20:18:37 +00:00
dependabot[bot]
2c152e632b Bump sass from 1.62.0 to 1.80.2 in the sass group
Bumps the sass group with 1 update: [sass](https://github.com/sass/dart-sass).


Updates `sass` from 1.62.0 to 1.80.2
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.62.0...1.80.2)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sass
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-18 20:18:26 +00:00
dependabot[bot]
047b4629bf Bump karma from 6.4.2 to 6.4.4
Bumps [karma](https://github.com/karma-runner/karma) from 6.4.2 to 6.4.4.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v6.4.2...v6.4.4)

---
updated-dependencies:
- dependency-name: karma
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-18 19:35:07 +00:00
Tim Donohue
1244f23522 Merge pull request #3471 from tdonohue/flakey_item_page_tests
[dspace-7_x] Fix flakey Item page accessibility tests by waiting for pages to fuly load
2024-10-18 14:33:12 -05:00
Tim Donohue
5275f8d13f Fix flakey Item page accessibility tests by waiting for pages to fully load. 2024-10-18 14:01:19 -05:00
Tim Donohue
c3eaf8bd6f Merge pull request #3442 from DSpace/dependabot/npm_and_yarn/dspace-7_x/nouislider-15.8.1
Bump nouislider from 15.7.1 to 15.8.1
2024-10-18 12:25:34 -05:00
Tim Donohue
53c6e89486 Merge pull request #3443 from DSpace/dependabot/npm_and_yarn/dspace-7_x/core-js-3.38.1
Bump core-js from 3.30.1 to 3.38.1
2024-10-18 12:14:46 -05:00
Tim Donohue
1bfd68bd34 Merge pull request #3444 from DSpace/dependabot/npm_and_yarn/dspace-7_x/types/node-14.18.63
Bump @types/node from 14.18.42 to 14.18.63
2024-10-18 11:56:38 -05:00
Tim Donohue
9410114be3 Merge pull request #3432 from DSpace/dependabot/npm_and_yarn/dspace-7_x/angular-99dae2292d
Bump the angular group with 15 updates
2024-10-18 11:53:53 -05:00
Tim Donohue
5a3b0c6d78 Merge pull request #3446 from DSpace/dependabot/npm_and_yarn/dspace-7_x/express-static-gzip-2.1.8
Bump express-static-gzip from 2.1.7 to 2.1.8
2024-10-17 16:51:22 -05:00
dependabot[bot]
3459bf68cb Bump the angular group with 15 updates
Bumps the angular group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `15.2.8` | `15.2.10` |
| [@angular/cdk](https://github.com/angular/components) | `15.2.8` | `15.2.9` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `15.2.8` | `15.2.10` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `15.2.8` | `15.2.10` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `15.2.8` | `15.2.10` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `15.2.8` | `15.2.10` |
| [@angular/localize](https://github.com/angular/angular) | `15.2.8` | `15.2.10` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `15.2.8` | `15.2.10` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `15.2.8` | `15.2.10` |
| [@angular/platform-server](https://github.com/angular/angular/tree/HEAD/packages/platform-server) | `15.2.8` | `15.2.10` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `15.2.8` | `15.2.10` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `15.2.6` | `15.2.11` |
| [@angular/cli](https://github.com/angular/angular-cli) | `16.2.12` | `16.2.16` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `15.2.8` | `15.2.10` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `15.2.8` | `15.2.10` |


Updates `@angular/animations` from 15.2.8 to 15.2.10
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/15.2.10/packages/animations)

Updates `@angular/cdk` from 15.2.8 to 15.2.9
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/components/compare/15.2.8...15.2.9)

Updates `@angular/common` from 15.2.8 to 15.2.10
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/15.2.10/packages/common)

Updates `@angular/compiler` from 15.2.8 to 15.2.10
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/15.2.10/packages/compiler)

Updates `@angular/core` from 15.2.8 to 15.2.10
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/15.2.10/packages/core)

Updates `@angular/forms` from 15.2.8 to 15.2.10
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/15.2.10/packages/forms)

Updates `@angular/localize` from 15.2.8 to 15.2.10
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/compare/15.2.8...15.2.10)

Updates `@angular/platform-browser` from 15.2.8 to 15.2.10
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/15.2.10/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 15.2.8 to 15.2.10
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/15.2.10/packages/platform-browser-dynamic)

Updates `@angular/platform-server` from 15.2.8 to 15.2.10
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/15.2.10/packages/platform-server)

Updates `@angular/router` from 15.2.8 to 15.2.10
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/15.2.10/packages/router)

Updates `@angular-devkit/build-angular` from 15.2.6 to 15.2.11
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/compare/15.2.6...15.2.11)

Updates `@angular/cli` from 16.2.12 to 16.2.16
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/compare/16.2.12...16.2.16)

Updates `@angular/compiler-cli` from 15.2.8 to 15.2.10
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/15.2.10/packages/compiler-cli)

Updates `@angular/language-service` from 15.2.8 to 15.2.10
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/15.2.10/packages/language-service)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/localize"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-server"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/language-service"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-17 19:59:07 +00:00
dependabot[bot]
ab7bded221 Bump express-static-gzip from 2.1.7 to 2.1.8
Bumps [express-static-gzip](https://github.com/tkoenig89/express-static-gzip) from 2.1.7 to 2.1.8.
- [Release notes](https://github.com/tkoenig89/express-static-gzip/releases)
- [Commits](https://github.com/tkoenig89/express-static-gzip/compare/v2.1.7...v2.1.8)

---
updated-dependencies:
- dependency-name: express-static-gzip
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-17 19:56:44 +00:00
Tim Donohue
14a6894540 Merge pull request #3468 from tdonohue/port_3461_to_7x
[Port dspace-7_x] Add basic e2e testing for i18n
2024-10-17 14:55:04 -05:00
Tim Donohue
946a3afde8 Add basic e2e testing for i18n 2024-10-17 14:25:59 -05:00
Andreas Awouters
b0900d5aa9 Merge branch 'item-edit-bitstreams-table-7.6' into item-edit-bitstreams-table-7_x
# Conflicts:
#	src/app/item-page/edit-item-page/item-bitstreams/item-bitstreams.component.ts
#	src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream-bundle/item-edit-bitstream-bundle.component.html
#	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.html
#	src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream/item-edit-bitstream.component.html
#	src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream/item-edit-bitstream.component.spec.ts
2024-10-17 09:11:47 +02:00
Andreas Awouters
6644714bb7 119176: clear viewContainerRef on destroy 2024-10-17 08:26:39 +02:00
Andreas Awouters
93f9341387 119176: Add aria-labels to buttons 2024-10-17 08:26:39 +02:00
Andreas Awouters
5bb6f6d34c 119176: Announce notification content in live region 2024-10-17 08:26:39 +02:00
Andreas Awouters
8d93f22767 119176: Make table horizontally scrollable
For most screen sizes, the ResponsiveTableSizes is enough to resize the
table columns. On very small screens, or when zoomed in a lot, even the
smallest column sizes are too big. To make it possible to view the
rest of the content even in these situations, the ability to scroll
horizontally is added.
2024-10-17 08:26:39 +02:00
Andreas Awouters
2b1b9d83d7 118223: Include selection action with selection 2024-10-17 08:26:39 +02:00
Andreas Awouters
7fb4755aba 118223: Add item-edit-bitstream-bundle component tests 2024-10-17 08:26:39 +02:00
Andreas Awouters
e8379db987 118223: Add item-bitstreams component tests 2024-10-17 08:26:39 +02:00
Andreas Awouters
0bdb5742e0 118223: Remove unused item-edit-bitstream component 2024-10-17 08:26:39 +02:00
Andreas Awouters
1dcc5d1ec5 118223: Add ItemBitstreams service tests 2024-10-17 08:26:39 +02:00
Andreas Awouters
b158c5c2a2 118223: Move drag tooltip to center of pagination numbers 2024-10-17 08:26:39 +02:00
Andreas Awouters
0920a21876 118223: Stop sending success notificiations on every move 2024-10-17 08:26:39 +02:00
Andreas Awouters
2e1b1489b6 118223: Stop space from scrolling down page 2024-10-17 08:26:39 +02:00
Andreas Awouters
181ea6d7c9 118223: Implement bitstream reordering with keyboard 2024-10-17 08:26:39 +02:00
Andreas Awouters
1f909dc6ea 118223: Add instructive alert to item-bitstreams edit page 2024-10-17 08:26:39 +02:00
Andreas Awouters
d674bcc390 118220: Integrate live-region component into item-edit-bitsream page 2024-10-17 08:26:39 +02:00
dependabot[bot]
e181e854cc Bump @types/node from 14.18.42 to 14.18.63
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.18.42 to 14.18.63.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-16 21:47:00 +00:00
dependabot[bot]
ad8dd8b648 Bump core-js from 3.30.1 to 3.38.1
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.30.1 to 3.38.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.38.1/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-16 21:45:45 +00:00
dependabot[bot]
dfe2d4580e Bump nouislider from 15.7.1 to 15.8.1
Bumps [nouislider](https://github.com/leongersen/noUiSlider) from 15.7.1 to 15.8.1.
- [Release notes](https://github.com/leongersen/noUiSlider/releases)
- [Changelog](https://github.com/leongersen/noUiSlider/blob/master/CHANGELOG.MD)
- [Commits](https://github.com/leongersen/noUiSlider/compare/15.7.1...15.8.1)

---
updated-dependencies:
- dependency-name: nouislider
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-16 21:43:58 +00:00
Tim Donohue
7f1e267b2d Merge pull request #3460 from tdonohue/fix_collection_e2e_test
[dspace-7_x] Fix Collection Page e2e test. Wait on Recent Submissions
2024-10-16 16:39:11 -05:00
Tim Donohue
8c88f7052a Wait on viewevent to trigger before checking Collection Page in e2e tests. This ensures Collection page is fully loaded because viewevent triggers upon loading. 2024-10-16 16:08:39 -05:00
Tim Donohue
f749ade52c Merge pull request #3422 from DSpace/backport-3176-to-dspace-7_x
[Port dspace-7_x] Add German translations (metadata import)
2024-10-14 17:02:02 -05:00
Sascha Szott
533da6624f add missing German translations
(cherry picked from commit 2af168bd54)
2024-10-14 22:01:05 +00:00
Tim Donohue
f7063d4eaf Merge pull request #3411 from alexandrevryghem/w2p-119207_fix-browse-startwith-options-not-loading_contribute-7_x
Fix browse by date's year dropdown being empty on DSpace 7.6.2+
2024-10-11 15:03:16 -05:00
Alexandre Vryghem
4de3c58e06 119207: Reinitialize the BrowseByComponent's objectInjector when startsWithOptions don't exist yet OnInit 2024-10-11 16:23:46 +02:00
Alexandre Vryghem
b709ee0300 118944: Embed the accessStatus link on collection, browse, recent item submissions & the item page related items & delete tab when enabled 2024-10-11 15:08:31 +02:00
Alexandre Vryghem
4af88997e8 Merge branch 'w2p-107155_Performance-re-request-embeds-7.4' into w2p-107155_Performance-re-request-embeds-7.6 2024-10-11 11:02:50 +02:00
Tim Donohue
e74dc22077 Merge pull request #3405 from 4Science/task/backport-3213-to-dspace-7_x
[Port dspace-7_x] Implement e2e accessibility tests for pages in DSpace User Interface
2024-10-10 13:20:34 -05:00
Tim Donohue
7884de94e0 Merge pull request #3409 from tdonohue/port_3407_to_7x
[Port dspace-7_x] Bump cookie, cookie-parser and socket.io
2024-10-10 13:13:51 -05:00
Tim Donohue
169ae41d49 Bump cookie, cookie-parser and socket.io 2024-10-10 11:17:17 -05:00
FrancescoMolinaro
6388613948 revert adding interceptor as not reliable on remote test 2024-10-10 18:00:35 +02:00
Tim Donohue
34a4f5b597 Merge pull request #3368 from alexandrevryghem/w2p-117287_fix-item-version-performance-issues_contribute-7_x
[Port dspace-7_x] Fixed Edit Item's Version History crashing
2024-10-10 10:46:07 -05:00
FrancescoMolinaro
7cf7749367 correct intercept to dso resolved for route 2024-10-10 17:32:46 +02:00
Tim Donohue
adcc6f564d Merge pull request #3404 from tdonohue/port_3343_to_7x
[Port dspace-7_x] Bump send, express and serve-static
2024-10-10 10:08:37 -05:00
FrancescoMolinaro
ba2570b83b Add interceptor for collection page to avoid timeout 2024-10-10 16:18:01 +02:00
FrancescoMolinaro
7ac14daf46 remove interceptors 2024-10-10 15:42:47 +02:00
FrancescoMolinaro
caed26d191 resolve differences with version 8 2024-10-10 14:32:20 +02:00
FrancescoMolinaro
5c0c559685 [CST-15592] remove interceptor for edit group 2024-10-10 12:28:48 +02:00
FrancescoMolinaro
9079a968f0 [CST-15592] add interceptor for edit group, fix landmark-unique accessibility issue in pagination component 2024-10-10 12:28:41 +02:00
FrancescoMolinaro
3df66e0257 [CST-15592] add interceptor for item edit page 2024-10-10 12:28:33 +02:00
FrancescoMolinaro
be36175bb8 [CST-15592] add interceptor to prevent sudden timeout failure 2024-10-10 12:27:48 +02:00
FrancescoMolinaro
d0265eb3f6 [CST-15592] refine health page tests 2024-10-10 12:27:41 +02:00
FrancescoMolinaro
5479cc6274 [CST-15592] change health page test target for second tab 2024-10-10 12:27:31 +02:00
FrancescoMolinaro
db891f2f16 [CST-15592] improve tests, add attributes for testing, fix wrong references 2024-10-10 12:27:22 +02:00
FrancescoMolinaro
543cc42bf3 [CST-15592] add accessibility tests for:
Admin Add New Modals
Admin Edit Modals
Admin Export Modals
Admin Workflow Page
End User Agreement
Feedback
Profile Page
System Wide Alert
2024-10-10 12:27:09 +02:00
FrancescoMolinaro
2ad9a44b99 [CST-15592] add accessibility tests for:
Admin Curation Task
Bitstream Format
Health Page
Metadata Schema
2024-10-10 12:27:02 +02:00
FrancescoMolinaro
ecd2275e1b [CST-15592] add accessibility tests for:
Admin Notifications Publication Claim
Admin Search Page
Bulk Access
Create Group
Metadata Registry
2024-10-10 12:26:54 +02:00
FrancescoMolinaro
f904c0f67d [CST-15592] add accessibility tests for:
Edit Eperson
Edit Group
Create EPerson
Epeople Registry
Groups Registry
2024-10-10 12:26:47 +02:00
FrancescoMolinaro
64855c9cf8 [CST-15592] add accessibility tests for following pages:
Metadata Import
Batch Import
Processes Overview
New Process
Quality Assurance Sources
2024-10-10 12:26:36 +02:00
Tim Donohue
9a7b242827 Bump send, express and serve-static 2024-10-09 16:55:38 -05:00
Tim Donohue
e46c801554 Merge pull request #3402 from tdonohue/port_3400_to_7x
[Port dspace-7_x] Fixed #3399 - minor typo
2024-10-09 15:55:32 -05:00
Arta Seyedian
7be3f1fada Fixed #3399 - minor typo 2024-10-09 14:01:14 -05:00
Tim Donohue
144b455eae Merge pull request #3398 from tdonohue/port_3315_to_7x
[Port dspace-7_x] Upgrade to Cypress 13.15.0
2024-10-09 13:03:19 -05:00
Tim Donohue
bd8659ac11 Test stability fixes. Ensure Item Edit tests wait on tabs to load by testing if tab is active. Fix small bug in login-modal test. 2024-10-09 12:08:11 -05:00
Tim Donohue
5636db84a8 Simplify login CSS selectors 2024-10-09 12:00:02 -05:00
Tim Donohue
5621b84284 Minor changes to login-modal.cy.ts to cleanup CSS selectors 2024-10-09 11:58:55 -05:00
Tim Donohue
35cc7a8096 Ensure Cypress still creates videos in GitHub Actions 2024-10-09 11:56:46 -05:00
Tim Donohue
a4e2c47c51 Bump cypress-axe to 1.5.0 2024-10-09 11:56:11 -05:00
Tim Donohue
7a60cd9aaf Bump to Cypress 13.15.0 2024-10-09 11:55:32 -05:00
Tim Donohue
2f94f49c06 Merge pull request #3391 from DSpace/backport-3221-to-dspace-7_x
[Port dspace-7_x] Removed unnecessary *ngVars from ThumbnailComponent
2024-10-08 16:55:35 -05:00
Alexandre Vryghem
3306d0d699 116728: Removed unnecessary *ngVars from the ThumbnailComponent
(cherry picked from commit d31e17894c)
2024-10-08 20:08:09 +00:00
Tim Donohue
bf9590c1e6 Merge pull request #3387 from DSpace/backport-3386-to-dspace-7_x
[Port dspace-7_x] Update fr.json5 to add capitalization
2024-10-04 10:18:54 -05:00
Julia
e2a84b2145 Update fr.json5 to add capitalization
(cherry picked from commit c5b395802c)
2024-10-04 15:18:06 +00:00
Tim Donohue
3e01912eb2 Merge pull request #3382 from tdonohue/port_3148_to_7x
[Port dspace-7_x] Accessibility of the status page
2024-10-02 17:07:06 -05:00
Tim Donohue
4bd6071071 Squashed commit of changes in #3148 from @Andrea-Guevara
Co-authored-by: @Andrea-Guevara
2024-10-02 17:02:12 -05:00
Yana De Pauw
876d94e124 115284: Add tests for isRepeatable 2024-10-02 10:03:53 +02:00
Andreas Awouters
a207fb51e9 118219: Remove unused paginated-drag-and-drop components 2024-10-01 10:37:39 +02:00
Andreas Awouters
8a16597b69 118219: Fix tests 2024-10-01 10:37:39 +02:00
Andreas Awouters
6a2c7d09d6 118219: Add dragging tooltip explaining how to drag to other page 2024-10-01 10:37:39 +02:00
Andreas Awouters
eadbcdbe14 118219: Store result of drag & dropping bitstream 2024-10-01 10:37:39 +02:00
Andreas Awouters
be99cc5c23 118219: Allow dragging of table rows 2024-10-01 10:37:39 +02:00
Andreas Awouters
a230eee76d 117803: Add negative top-margin to subsequent tables 2024-10-01 10:37:39 +02:00
Andreas Awouters
6a8095d456 117803: Change pagination settings styling 2024-10-01 10:37:39 +02:00
Andreas Awouters
79f3a3116e 117803: Set header border to background color 2024-10-01 10:37:39 +02:00
Andreas Awouters
8481604b1e 117803: Fix table & pagination margin 2024-10-01 10:37:39 +02:00
Andreas Awouters
cc5b841a65 117803: Only visually hide header rows 2024-10-01 10:37:39 +02:00
Andreas Awouters
d8b426d745 117803: Add ItemBitsreamsService tests 2024-10-01 10:37:39 +02:00
Andreas Awouters
3f4bf7ce0f 117803: Fix existing tests 2024-10-01 10:37:39 +02:00
Andreas Awouters
374a9ae14e 117803: Add item-bitstream service 2024-10-01 10:37:39 +02:00
Andreas Awouters
d85124c121 117803: Fix deleted bitstreams not being removed from list 2024-10-01 10:37:39 +02:00
Andreas Awouters
1773a75e98 117803: Allow changing page size of Bitstream list 2024-10-01 10:37:39 +02:00
Andreas Awouters
a11bfc80ad 117803: Hide table headers for subsequent bundle tables 2024-10-01 10:37:39 +02:00
Andreas Awouters
cf54af2c22 117803: Refactor Item Edit Bitstreams page to use HTML Table elements 2024-10-01 10:37:39 +02:00
Andrea Barbasso
a8e5b26744 Merge remote-tracking branch 'lyrasis/dspace-7_x' into task/dspace-7_x/CST-14904
# Conflicts:
#	src/app/shared/shared.module.ts
2024-10-01 09:27:53 +02:00
Tim Donohue
6c0514ab48 Merge pull request #3371 from atmire/live-region-7_x
[Port dspace-7_x] Live region
2024-09-30 16:41:06 -05:00
Andreas Awouters
bc84bc867b Merge branch 'live-region-7.6' into live-region-7_x
# Conflicts:
#	config/config.example.yml
#	src/app/shared/shared.module.ts
2024-09-30 09:09:44 +02:00
Alexandre Vryghem
98c49231b4 Merge branch 'w2p-117287_fix-item-version-performance-issues_contribute-7.6' into w2p-117287_fix-item-version-performance-issues_contribute-7_x
# Conflicts:
#	src/app/item-page/versions/item-versions.component.html
2024-09-29 00:19:11 +02:00
Andreas Awouters
751d689ff6 118220: Add additional TypeDocs 2024-09-27 10:02:26 +02:00
Tim Donohue
cf5ac335ca Merge pull request #3364 from DSpace/backport-3153-to-dspace-7_x
[Port dspace-7_x] Fix to Mobile navbar hamburger menu for base (custom) theme
2024-09-26 16:13:04 -05:00
Elvi Nemiz
fe7d2a8a7e Fix to Mobile navbar hamburger menu for base (custom) theme
https://github.com/DSpace/dspace-angular/pull/2444 only fixes the DSpace theme, not the base (and custom) theme.
(cherry picked from commit a3b6aef66a)
2024-09-26 18:22:10 +00:00
Tim Donohue
5ffd405ba6 Merge pull request #3362 from DSpace/backport-3340-to-dspace-7_x
[Port dspace-7_x] DS-3330: Updated en.json5 to fixed typo for 'occurred'
2024-09-26 12:04:02 -05:00
Julia
edc738ae39 Update en.json5 - fixed typo for occurred
(cherry picked from commit ed5ac47f88)
2024-09-26 16:57:08 +00:00
Tim Donohue
46b241eda5 Merge pull request #3354 from alanorth/update-isbot-7x
[Port dspace-7_x] updates isbot dependency to newest version
2024-09-26 11:14:38 -05:00
Pascal-Nicolas Becker
f244d388be Merge pull request #3359 from DSpace/backport-3149-to-dspace-7_x
[Port dspace-7_x] missing German translations (500 error)
2024-09-26 17:54:02 +02:00
Tim Donohue
59fd32ac68 Merge pull request #3360 from DSpace/backport-3175-to-dspace-7_x
[Port dspace-7_x] minor change: added missing periods in German translations
2024-09-26 10:52:54 -05:00
Sascha Szott
48ec0cdc34 minor change: added missing periods in German translations
(cherry picked from commit e26ab86dd3)
2024-09-26 14:45:31 +00:00
Sascha Szott
aed97c9dcc added missing German translations (500 error)
(cherry picked from commit 5f6b6ef984)
2024-09-26 14:43:28 +00:00
kshepherd
26dcb6b8b0 Merge pull request #3352 from alexandrevryghem/w2p-110615_minor-accessibility-fixes_contribute-7_x
[Port dspace-7_x] Minor accessibility fixes
2024-09-26 11:29:24 +02:00
Andreas Awouters
c1fa52ee64 118220: Store messages with ID so clears can be targeted 2024-09-25 09:50:33 +02:00
Alan Orth
29c1b51073 .github/workflows/build.yml: use Node.js v18 and v20
Node.js v16 LTS is end of life since October, 2023.

See: https://nodejs.org/en/about/previous-releases
2024-09-25 08:34:04 +03:00
Alan Orth
35946dcf7c Update isbot dependency
Note that the minimum supported Node.js version is now v18, as v16
is now end of life.
2024-09-25 08:17:03 +03:00
Alexandre Vryghem
f49bdcd8c8 Merge branch 'w2p-110615_minor-accessibibity-fixes_contribute-7.6' into w2p-110615_minor-accessibility-fixes_contribute-7_x
# Conflicts:
#	src/app/item-page/simple/related-entities/tabbed-related-entities-search/tabbed-related-entities-search.component.html
#	src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.html
#	src/app/shared/form/vocabulary-treeview/vocabulary-treeview.component.html
2024-09-24 22:03:46 +02:00
Andrea Barbasso
cd51baa5f1 [CST-14904] add orcid icon with tooltip 2024-09-24 12:04:22 +02:00
Andreas Awouters
35d29c8425 118220: Add LiveRegion to RootComponent 2024-09-20 13:31:45 +02:00
Andreas Awouters
e987c35450 118220: Add liveRegionComponent & Service tests 2024-09-20 13:31:45 +02:00
Andreas Awouters
83a44ba924 118220: Add live-region service and component 2024-09-20 13:31:44 +02:00
Jens Vannerum
4a7ebeea16 117544: fix remaining bug 2024-09-16 16:10:36 +02:00
Jens Vannerum
f65d6c5775 117544: rename directive to be clear it should currently only be used for buttons 2024-09-16 14:27:37 +02:00
Jens Vannerum
685e6d83c5 117544: PR feedback
- added typedocs
- changed directive to only be present for buttons
- various other small fixes
2024-09-16 14:24:51 +02:00
Tim Donohue
593e67fe72 Merge pull request #3326 from tdonohue/port_3318_to_7x
[Port dspace-7_x] Bump Express to v4.20.0
2024-09-11 16:58:35 -05:00
Tim Donohue
f7706760cd Bump Express to v4.20.0 2024-09-11 16:30:40 -05:00
Tim Donohue
350cbea6d5 Merge pull request #3306 from tdonohue/port_3011_to_7x
[Port dspace-7_x] Fixed page and admin menu for Shibboleth auth
2024-09-05 16:37:58 -05:00
Michael Spalti
98d9f639f7 Updated browser init to update cache after external auth. 2024-09-05 16:06:42 -05:00
Alexandre Vryghem
f03ed89687 117287: Removed method calls returning observables from the metadata schema registry 2024-09-05 20:09:03 +02:00
Alexandre Vryghem
c74c178533 117287: Removed method calls returning observables from the metadata registry 2024-09-05 19:38:18 +02:00
Tim Donohue
36f07604ae Merge pull request #3302 from tdonohue/port_3284_to_7x
[Port dspace-7_x] Bump micromatch to 4.0.8
2024-09-05 08:41:02 -05:00
Alexandre Vryghem
b55686e187 117287: Removed method calls returning observables from the pagination component 2024-09-05 01:09:05 +02:00
Alexandre Vryghem
680ed3bccf 117287: Removed method calls returning observables from the Group form 2024-09-05 01:09:04 +02:00
Tim Donohue
4ee1c83073 Bump micromatch to 4.0.8 2024-09-04 17:02:50 -05:00
Tim Donohue
e73139d977 Merge pull request #3297 from DSpace/backport-3289-to-dspace-7_x
[Port dspace-7_x] Ignore some paths from file watcher
2024-09-04 11:29:41 -05:00
Kim Shepherd
fa95f56be0 Ignore some paths from file watcher
Watching all these directories can cause systems to exceed
maximum watched files / inotify limits, especially in dev
mode with IDEs etc also watching files.

(cherry picked from commit 8152d39ad0)
2024-09-04 15:47:12 +00:00
Alexandre Vryghem
d3019e4006 117287: Removed method calls returning observables from the Registry Formats page 2024-09-03 18:44:49 +02:00
Alexandre Vryghem
70f0af6611 117287: Removed method calls returning observables from the EPerson form 2024-09-03 11:36:04 +02:00
Tim Donohue
ef4496fd21 Merge pull request #3285 from tdonohue/port_3273_to_7x
[Port dspace-7_x] Bump axios from 1.6.7 to 1.7.4
2024-08-30 13:27:05 -05:00
Tim Donohue
dc3bf37521 Bump axios from 1.6.7 to 1.7.4 2024-08-30 12:05:04 -05:00
Tim Donohue
b00470aca0 Merge pull request #3035 from VictorHugoDuranS/dspace_7_2682
Set color black on filter section for mobile
2024-08-29 14:59:23 -05:00
Tim Donohue
c9ecc560ee Merge pull request #3278 from DSpace/backport-3277-to-dspace-7_x
[Port dspace-7_x] Typo in German translation
2024-08-29 13:29:54 -05:00
Vlad Novski
d697d0f7a7 fix[i18n]: typo in German translation
(cherry picked from commit 3b4e0d51cd)
2024-08-29 18:29:16 +00:00
Jens Vannerum
0945021378 117544: resolve conflicts after merging in latest 7.x branch 2024-08-27 12:30:18 +02:00
Jens Vannerum
b5d301e53c Merge branch 'w2p-117544_support-for-disabled-elements-for-screen-readers-7.6' into w2p-117544_support-for-disabled-elements-for-screen-readers-7.x 2024-08-27 11:34:57 +02:00
Jens Vannerum
2d48cc0f69 117544: add spec for directive 2024-08-26 10:46:45 +02:00
Jens Vannerum
4527349dcf 117544: alter specs to match new logic 2024-08-26 10:46:45 +02:00
Jens Vannerum
43745d830b 117544: replace all disabled states with our dsDisabled directive 2024-08-23 14:52:16 +02:00
Jens Vannerum
63c76644c1 117544: First implementation of an aria friendly disabled state 2024-08-23 14:10:58 +02:00
Alexandre Vryghem
d09f5297a1 117287: Removed method calls returning observables from the item versions overview 2024-08-14 22:46:14 +02:00
Alexandre Vryghem
54d99a84c9 110615: Added missing vocabulary search input label 2024-08-13 12:05:16 +02:00
Alexandre Vryghem
655813a8af Merge branch 'refs/heads/w2p-110615_minor-accessibibity-fixes_contribute-7.2' into w2p-110615_minor-accessibibity-fixes_contribute-7.6
# Conflicts:
#	src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.html
2024-08-13 11:48:45 +02:00
Alexandre Vryghem
a0515c4121 110615: Fixed related entities ay11 tab issue & removed potential duplicate ID issue by removing the unused #browseDropdown ID 2024-08-13 11:43:36 +02:00
Tim Donohue
fd2bc90ae2 Merge pull request #3245 from alanorth/backport-3236-to-dspace-7_x
[Port dspace-7_x] #3094 - Update date slider to prevent automatic page reloads
2024-08-09 09:31:21 -05:00
Alan Orth
288c75851e src/app/shared/search: date slider accessibility
Update date slider to prevent automatic page reloads.
2024-08-08 23:17:22 -07:00
Tim Donohue
d5a375ee65 Merge pull request #3240 from tdonohue/port_3235_to_7x
[Port dspace-7_x] Missing translations in de.json5 (translation key prefix workspace-item)
2024-08-07 14:22:23 -05:00
Sascha Szott
5101677d9a fix space issue 2024-08-07 14:21:03 -05:00
Sascha Szott
9135c6318d added missing translations in de.json5 (prefix workspace-item) 2024-08-07 14:21:00 -05:00
Alexandre Vryghem
d31e17894c 116728: Removed unnecessary *ngVars from the ThumbnailComponent 2024-07-26 14:50:34 +02:00
Tim Donohue
11fad8d3ce Merge pull request #3190 from DSpace/backport-3186-to-dspace-7_x
[Port dspace-7_x] Docker build: fix FromAsCasing warning
2024-07-17 16:33:28 -05:00
Sascha Szott
f7f279c5ed fix FromAsCasing warning
(cherry picked from commit f4fe2b8632)
2024-07-17 16:33:36 +00:00
Tim Donohue
35b83cc168 Merge pull request #3187 from tdonohue/port_3172_to_7x
[Port dspace-7_x] Minor fix in french translation file
2024-07-17 11:19:35 -05:00
Emmanuel
73b5d776da Fix a french translation for consistency 2024-07-17 10:36:08 -05:00
Emmanuel Pastor
b08b6cca8c Fix a french translation for consistency 2024-07-17 10:36:03 -05:00
Tim Donohue
e2c886c9a4 Merge pull request #3177 from DSpace/backport-3155-to-dspace-7_x
[Port dspace-7_x] Accessibility on the Edit metadata tab
2024-07-10 16:26:09 -05:00
Tim Donohue
b00ce65e8b Merge pull request #3147 from atmire/w2p-116132_fixed-cookie-issues_contribute-7.6
[Port dspace-7_x] Fixed bug when declining Google ReCaptcha cookie preferences
2024-07-10 15:22:24 -05:00
root
bdea9a6d71 Resolution of issue #1193 - Addition of the aria-label attribute to the add, save, discard and undo buttons on the metadata editing page
(cherry picked from commit 4e783e76d1)
2024-07-10 19:53:17 +00:00
Vincenzo Mecca
bb770ba65b [CST-14903] Orcid Synchronization improvements
feat:
 - Introduces reactive states derived from item inside orcid-sync page
 - Removes unnecessary navigation
ref:
  - Introduces catchError operator and handles failures with error messages
2024-07-10 11:42:07 +02:00
Tim Donohue
1d8d3b3c27 Update version tag for development of next release 2024-07-09 14:34:17 -05:00
Tim Donohue
c5448fe252 Update version tag for release 2024-07-09 14:28:46 -05:00
Alan Orth
a705067aed Merge pull request #3152 from alanorth/client-user-agent
Forward client's user-agent instead of Node's
2024-07-03 08:54:24 +03:00
Tim Donohue
28bd6a5fe6 Merge pull request #3063 from tdonohue/port_new_csrf_fixes_to_7x
[Port dspace-7_x] Ensures CSRF token is initialized prior to first modifying (non-GET) request
2024-07-01 11:35:51 -05:00
Alan Orth
5b2966cf48 src/app/core: forward client user-agent
Forward the client's user-agent instead of sending Node's.
2024-06-28 07:58:15 +03:00
Yana De Pauw
a5595015e6 Merge remote-tracking branch 'upstream/dspace-7_x' into w2p-115284_add-support-for-non-repeatable-relaationships_dspace-7-x 2024-06-26 08:38:48 +02:00
Yana De Pauw
a23cdfbc2b 115284: Add repeatable based on relationship max cardinality 2024-06-26 08:32:43 +02:00
lotte
087c203f72 116132: Fixed cookie issue 2024-06-25 18:28:56 +02:00
Tim Donohue
735a3af254 Merge pull request #3139 from tdonohue/port_3138_to_7x
[Port dspace-7_x] Fix error which prevent submitter to deposit a new item
2024-06-20 14:37:34 -05:00
Giuseppe Digilio
3036e72c4c [DURACOM-282] fix issue with submission edit page when providing a not existing workspaceitem 2024-06-20 11:35:53 -05:00
Giuseppe Digilio
4eacdfb113 [DURACOM-282] fix issue with removing duplicated json patch operations, which in some case changed the order in the queue 2024-06-20 11:24:51 -05:00
Tim Donohue
fbb97167d6 Merge pull request #3135 from tdonohue/port_3029_to_7x
[Port dspace-7_x] src/assets/i18n: CrossRef → Crossref
2024-06-20 07:00:03 -05:00
Alan Orth
2d881c9621 src/assets/i18n: CrossRef → Crossref
As part of a rebranding in 2015 Crossref started stylizing their
name as "Crossref" instead of "CrossRef".

See: https://www.crossref.org/blog/the-logo-has-landed/
2024-06-18 15:41:31 -05:00
Tim Donohue
31508ed5eb Merge pull request #3121 from alexandrevryghem/w2p-113560_edit-item-add-relationships-one-by-one_contribute-7_x
Remove Bitstreams on edit-item-page doesn't work
2024-06-18 12:12:09 -05:00
Tim Donohue
3895d26d0b Merge pull request #3133 from tdonohue/port_3129_to_7x
[Port dspace-7_x] Bump ws from 7.5.9 to 7.5.10
2024-06-17 17:14:06 -05:00
Tim Donohue
e9b39ff106 Merge pull request #3131 from tdonohue/port_3125_to_7x
[Port dspace-7_x] Bump postcss to 8.4.38
2024-06-17 16:49:42 -05:00
Tim Donohue
8615c70ccc Bump ws from 7.5.9 to 7.5.10 2024-06-17 16:21:54 -05:00
Tim Donohue
93f1ae0b49 Merge pull request #3130 from tdonohue/port_3124_to_7x
Bump express from 4.18.2 to 4.19.2
2024-06-17 15:11:52 -05:00
Tim Donohue
8990a2d132 Bump postcss to 8.4.38 2024-06-17 15:03:05 -05:00
Tim Donohue
f4eb8876c2 Bump express from 4.18.2 to 4.19.2 2024-06-17 14:37:28 -05:00
Tim Donohue
eb7a93a12f Merge pull request #3128 from tdonohue/port_2915_to_7x
[Port dspace-7_x] Bump tar to 6.2.1
2024-06-17 14:21:25 -05:00
Tim Donohue
69eedf4015 Bump tar to 6.2.1 2024-06-17 13:04:59 -05:00
Tim Donohue
ff31c302e2 Merge pull request #3126 from tdonohue/port_3123_to_7x
[Port dspace-7_x] Bump braces from 3.0.2 to 3.0.3
2024-06-17 12:34:21 -05:00
Tim Donohue
7b554a48f9 Bump braces from 3.0.2 to 3.0.3 2024-06-17 10:41:08 -05:00
Tim Donohue
c088ccb32e Merge pull request #3119 from tdonohue/port_3067_to_7x
[Port dspace-7_x] Fix "Browse by Author" remaining serious accessibility issues
2024-06-17 09:27:26 -05:00
Alexandre Vryghem
1990120fa0 Merge branch 'refs/heads/w2p-113560_edit-item-add-relationships-one-by-one_contribute-7.6' into w2p-113560_edit-item-add-relationships-one-by-one_contribute-7_x 2024-06-14 23:07:12 +02:00
Alexandre Vryghem
1444271e69 115046: Fixed edit item bitstream tab buttons not updating correctly & removed method calls retuning observables in edit collection's content source tab 2024-06-14 23:03:56 +02:00
Tim Donohue
09bf25a233 Merge pull request #3039 from VictorHugoDuranS/dspace-7_2668
Fix - Change color Contrast in cookie settings box
2024-06-14 15:31:33 -05:00
Tim Donohue
9580b29491 Merge pull request #3118 from DSpace/backport-3099-to-dspace-7_x
[Port dspace-7_x] Improving accessibility of the ds-loading component
2024-06-14 15:13:31 -05:00
Tim Donohue
5fe6dfb949 Merge pull request #3117 from DSpace/backport-3115-to-dspace-7_x
[Port dspace-7_x] Fixes: Site hangs when selecting items via keyboard from the hamburger menu
2024-06-14 15:05:43 -05:00
root
ebb846f2a9 Correcting a formatting error 2024-06-14 15:02:36 -05:00
root
983e955398 DSpace #1176 - Browse by Author serious issues 2024-06-14 15:02:13 -05:00
root
36266dffef Melhorando acessibilidade do componente ds-loading
(cherry picked from commit e96d64a622)
2024-06-14 19:09:15 +00:00
Eike Martin Löhden
53fb9f85fc Change key-listener to keydown in order to work on chrome browsers.
(cherry picked from commit a4e9a9a4b8)
2024-06-14 18:56:25 +00:00
Tim Donohue
16210365be Merge pull request #3109 from alexandrevryghem/w2p-113560_edit-item-add-relationships-one-by-one_contribute-7_x
[Port dspace-7_x] Fixed caching & same entity type relationship with different left/rightwardtype bugs on edit item relationships
2024-06-11 14:43:12 -05:00
Alexandre Vryghem
a0260f5267 Merge branch 'w2p-113560_edit-item-add-relationships-one-by-one_contribute-7.6' into w2p-113560_edit-item-add-relationships-one-by-one_contribute-7_x 2024-06-10 16:54:08 +02:00
Tim Donohue
2d28dfc6e6 Merge pull request #3107 from tdonohue/port_3098_to_7x
[Port dspace-7_x] Fixed item edit relationships with same type name but different entities all being shown under same label
2024-06-10 09:32:40 -05:00
Alexandre Vryghem
31ab05f4fe 115434: Passed relatedEntityType parameter to byLabel endpoint 2024-06-07 15:16:41 -05:00
Alexandre Vryghem
813db7cc9f 115046: Fixed same type entity relationships with same leftward/rightward type displaying twice 2024-06-07 14:55:41 +02:00
Tim Donohue
0d3db9f19d Merge pull request #3103 from alexandrevryghem/w2p-113901_edit-item-relationships-does-not-display-tilted-relationships_contribute-7_x
[Port dspace-7_x] Fixed edit item relationships tab not displaying tilted relationships
2024-06-06 09:21:14 -05:00
Alexandre Vryghem
1f4700cb91 Merge remote-tracking branch 'refs/remotes/alex/w2p-113901_edit-item-relationships-does-not-display-tilted-relationships' into dspace-7_x
# Conflicts:
#	src/app/item-page/edit-item-page/item-relationships/edit-relationship-list/edit-relationship-list.component.ts
2024-06-05 23:42:34 +02:00
Tim Donohue
27c57d6f4e Merge pull request #3102 from tdonohue/port_2953_to_7x
[Port dspace-7_x] Avoid metadata representation element is rendered twice when checking the browse configuration
2024-06-05 15:52:56 -05:00
Giuseppe Digilio
3f7e273597 Avoid metadata representation element is rendered twice when checking the browse configuration 2024-06-05 15:25:12 -05:00
Alexandre Vryghem
6d1e6f90fc 115046: Fixed issue where relationsToItems would never emit when an empty array was passed to it 2024-06-03 15:03:47 +02:00
Alexandre Vryghem
8ee375016f 115046: Fixed loading animation not resetting hen closing modal 2024-06-03 14:55:53 +02:00
Alexandre Vryghem
f1706e24c2 115046: Fixed related item not invalidating on relationship deletion & automatically invalidate the isSelected value after updating relationship on item 2024-06-03 14:55:53 +02:00
Yana De Pauw
33b59c739d 115284: Fix issue with same type relationships 2024-06-03 11:20:21 +02:00
Giuseppe Digilio
2d81a487d3 [DURACOM-247] Move check for initialized token to request effects 2024-05-31 12:13:05 -05:00
Tim Donohue
df8f0db784 Update build script to use "docker compose" instead of "docker-compose". Fixes random failures starting e2e test backend via Docker 2024-05-31 12:13:05 -05:00
Tim Donohue
950038e6df Fix tests. Add XSRFService to all specs which need it to be initialized 2024-05-31 12:13:01 -05:00
Tim Donohue
769210bef2 Update code to use GET request. Cleanup lint errors & add in basic TypeDocs 2024-05-31 12:12:02 -05:00
Art Lowel
7d5e499f21 make a call to ensure a correct XSRF token before performing any non-GET requests 2024-05-31 12:12:02 -05:00
Tim Donohue
cbee67cd4b Merge pull request #3059 from alexandrevryghem/w2p-113560_edit-item-add-relationships-one-by-one_contribute-7_x
[Port dspace-7_x] Fixed creation & deletion of relationships not working correctly & added same entity type relationship support
2024-05-31 12:09:50 -05:00
Tim Donohue
5580c81ff7 Merge pull request #3095 from tdonohue/port_2761_to_7x
[Port dspace-7_x] Fix caching issues for versioning
2024-05-31 11:45:18 -05:00
Yury Bondarenko
73be8a972c Always wait for correct draft status, fix spelling 2024-05-30 17:00:51 -05:00
Yury Bondarenko
5f5f6da067 Clean up VersionHistoryDataService changes 2024-05-30 16:57:26 -05:00
Yury Bondarenko
be817b0ab6 Fix cache invalidation for versioning 2024-05-30 16:57:14 -05:00
Alexandre Vryghem
bedfe02f65 Merge branch 'w2p-113560_edit-item-add-relationships-one-by-one_contribute-7.6' into w2p-113560_edit-item-add-relationships-one-by-one_contribute-7_x 2024-05-30 23:17:15 +02:00
Alexandre Vryghem
227d47154c 115046: Fixed issue where store operations would sometimes be performed in incorrect order 2024-05-30 23:12:03 +02:00
Alexandre Vryghem
4a70382072 115046: Fixed incorrect name variant being saved in the store when marking relationship ready for deletion 2024-05-30 23:12:02 +02:00
Alexandre Vryghem
c687d3ff5d 115046: Fixed performance issues in virtual metadata popup 2024-05-30 23:12:02 +02:00
Tim Donohue
491a61b8b1 Merge pull request #3088 from DSpace/backport-3080-to-dspace-7_x
[Port dspace-7_x] Fixed page size change and sorting not working on comcol pages
2024-05-29 16:55:00 -05:00
Tim Donohue
8c6df7ac8e Merge pull request #3089 from DSpace/backport-3079-to-dspace-7_x
[Port dspace-7_x] Fixed delete item page freezing when having relationships
2024-05-29 16:54:40 -05:00
Tim Donohue
8c35ca86c8 Merge pull request #3064 from alexandrevryghem/minor-ui-improvements_contribute-7_x
[Port dspace-7_x] Fixed item-edit.cy.ts regularly failing & minor UI improvements
2024-05-29 16:36:20 -05:00
Alexandre Vryghem
7993020463 115427: Fixed delete item not redirecting when having some virtual metadata that needs to be copied
(cherry picked from commit b8d9c650f5)
2024-05-29 20:51:02 +00:00
Alexandre Vryghem
8b3010be0c 115427: Fixed edit item pages not redirecting to 404 with invalid id
(cherry picked from commit 249cac4f27)
2024-05-29 20:51:01 +00:00
Alexandre Vryghem
2843659416 115427: Fixed delete item page freezing when it has relationships
(cherry picked from commit e6086e16ea)
2024-05-29 20:51:01 +00:00
Alexandre Vryghem
a77d80946b 115428: Fixed EventEmitter being triggered multiple times because its name was the same as a standard DOM event
(cherry picked from commit 4d89a11943)
2024-05-29 20:35:49 +00:00
Tim Donohue
a3a298f51e Merge pull request #3087 from DSpace/backport-3062-to-dspace-7_x
[Port dspace-7_x] Made legacy bitstream URLs redirect with 301 status code
2024-05-29 15:00:44 -05:00
Alexandre Vryghem
c332600633 114624: Made the legacyBitstreamURLRedirectGuard return false for valid bitstream urls in combination with a HardRedirectService#redirect, this will make ensure the redirect is visible for curl instead of being performed by Angular
(cherry picked from commit 23644e9ec7)
2024-05-29 18:38:53 +00:00
Kuno Vercammen
f1b397fc11 114624: Refactored legacyBitstreamURL resolver into a guard to set the redirect status code to 301 Moved Permanently
(cherry picked from commit 369bd693d4)
2024-05-29 18:38:53 +00:00
Alexandre Vryghem
7a9bb4d726 113901: Don't unsubscribe after first succeeded remote data, because otherwise the reRequestOnStale won't work 2024-05-23 11:58:44 +02:00
Alexandre Vryghem
970b19bf01 115051: Created ThemedAdminWorkflowPageComponent 2024-05-22 14:02:41 +02:00
VictorHugoDuranS
975e9fd356 Hide search text field when number of facet values is less than the maximum (#3061)
Hide search text field in the filter section if the number of facet values does not exceed the maximum number of facet values shown.
2024-05-22 09:23:51 +03:00
Alexandre Vryghem
99384a7060 115051: Created ThemedAdminSearchPageComponent 2024-05-21 12:53:02 +02:00
Alexandre Vryghem
6cab13a876 Added missing alt & replaced remaining dspace logo PNGs with SVGs
(cherry picked from commit 56c786d3f7)
2024-05-17 21:34:14 +02:00
Alexandre Vryghem
da439000ac Fixed item-edit.cy.ts regularly failing because of aria-required-children for role="row" & added missing roles to edit comcol tabs
(cherry picked from commit 77d0f9cd60)
2024-05-17 21:32:32 +02:00
Alexandre Vryghem
f8a8b90556 Aligned communities search results like collections on md screens
(cherry picked from commit c2684d3078)
2024-05-17 21:31:14 +02:00
Alexandre Vryghem
7b374f7a32 Merge branch 'minor-ui-improvements_contribute-7.6' into minor-ui-improvements_contribute-7_x 2024-05-17 21:30:51 +02:00
Alexandre Vryghem
14dbced218 Merge branch 'w2p-113560_edit-item-add-relationships-one-by-one_contribute-7.6' into w2p-113560_edit-item-add-relationships-one-by-one_contribute-7_x 2024-05-17 20:06:53 +02:00
Alexandre Vryghem
9053489ddd 115046: Fixed url parameters not being filtered out of the url before hasChanges$ & isReinstatable$ is calculated 2024-05-17 18:51:23 +02:00
Alexandre Vryghem
f7c9058e50 Merge branch 'w2p-113560_edit-item-add-relationships-one-by-one_contribute-7.6' into w2p-113560_edit-item-add-relationships-one-by-one_contribute-7_x
# Conflicts:
#	src/app/item-page/edit-item-page/item-bitstreams/item-bitstreams.component.html
#	src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/dynamic-lookup-relation-modal.component.html
2024-05-17 14:40:20 +02:00
Alexandre Vryghem
f65b96412a Fixed multiple edit relationship bugs
- Fixed issue making it impossible to add new relationships until the page is refreshed after deleting an existing one (only when you refreshed the page after creating the initial relationship)
- Fixed NPE in DsDynamicLookupRelationModalComponent
- Grouped buttons on relationship page in order to assure that they always have the same behaviour
2024-05-17 14:34:24 +02:00
Tim Donohue
088e56fb8a Merge pull request #3055 from DSpace/backport-3046-to-dspace-7_x
[Port dspace-7_x] Fix self link don't match warnings for authorization endpoint
2024-05-16 08:37:43 -05:00
Alexandre Vryghem
1b38f2d25d Merge branch 'w2p-113560_edit-item-add-relationships-one-by-one' into w2p-113560_edit-item-add-relationships-one-by-one_contribute-7_x
# Conflicts:
#	src/app/item-page/edit-item-page/item-relationships/edit-relationship-list/edit-relationship-list.component.html
2024-05-16 10:17:34 +02:00
Alexandre Vryghem
e0fb590b02 Don't encode the uri parameter of /api/authz/authorizations/search/object since the returned self link doesn't encode the uri param
(cherry picked from commit b0991db1d4)
2024-05-15 21:49:41 +00:00
Tim Donohue
8ea7a2572a Merge pull request #3053 from tdonohue/port_2962_to_7x
[Port dspace-7_x] Fix submission lost changes after save
2024-05-15 14:17:49 -05:00
Tim Donohue
3edb663b21 Minor bug fix to specs 2024-05-15 13:28:19 -05:00
Tim Donohue
432692edc8 Merge pull request #3051 from tdonohue/port_2944_to_7x
[Port dspace-7_x] Disable inlineCriticalCss by default for better SSR performance
2024-05-15 13:21:04 -05:00
Tim Donohue
dfc304f9aa Merge pull request #3052 from DSpace/backport-2706-to-dspace-7_x
[Port dspace-7_x] Update pt-PT.json5
2024-05-15 13:20:45 -05:00
Art Lowel
d1890e0253 move embed item fix to SubmissionJsonPatchOperationsService 2024-05-15 12:40:23 -05:00
Art Lowel
66832eeb28 embed the item to submission patch request to fix issue where the submission form would revert to the previous data on save 2024-05-15 12:37:01 -05:00
Ricardo Saraiva
83b67149a6 Update pt-PT.json5
Revision and improvement of some of the already existing translation keys upon reviewers’ suggestions.

(cherry picked from commit 16c5665b31)
2024-05-15 17:16:57 +00:00
Ricardo Saraiva
ba1eee27b3 Update pt-PT.json5
(cherry picked from commit c4142e7a80)
2024-05-15 17:16:57 +00:00
Ricardo Saraiva
bb055e12fb Update pt-PT.json5
(cherry picked from commit 6c5e971dc1)
2024-05-15 17:16:57 +00:00
Ricardo Saraiva
242043b3f8 Update pt-PT.json5
(cherry picked from commit 3262e00d6e)
2024-05-15 17:16:57 +00:00
Ricardo Saraiva
170c7ac6cc Update pt-PT.json5
(cherry picked from commit 38eacf31bf)
2024-05-15 17:16:56 +00:00
Ricardo Saraiva
c2ddaf286d Update pt-PT.json5
Addition of new translation keys (following DSpace 7.6.1 release) & revision/improvement of some of the already existing.

(cherry picked from commit 18085698b2)
2024-05-15 17:16:56 +00:00
Ricardo Saraiva
071fa370bf Update pt-PT.json5
Addition of new translation keys (following DSpace 7.6.1 release) & revision/improvement of some of the already existing.

(cherry picked from commit 02792d28bc)
2024-05-15 17:16:56 +00:00
Tim Donohue
eeb562dd14 Disable inlineCriticalCss by default for better SSR performance 2024-05-15 12:12:55 -05:00
Alexandre Vryghem
479adf6519 115046: Fixed failing tests & added new test to cover added code 2024-05-15 16:09:24 +02:00
Tim Donohue
84e4cc01cc Merge pull request #3044 from DSpace/backport-3028-to-dspace-7_x
[Port dspace-7_x] Add HTML support on system-wide alert (Fixes #3019)
2024-05-14 13:26:10 -05:00
Tim Donohue
d95574df6f Merge pull request #3043 from tdonohue/port_3025_to_7x
[Port dspace-7_x] Czech DSpace 7 UI translation by NTK
2024-05-14 13:25:57 -05:00
Abel Gómez
40b4df6354 Fix code alignment
(cherry picked from commit af193282da)
2024-05-14 17:31:35 +00:00
Abel Gómez
7a364fddeb Add HTML support to system-wide alert banner. Fixes #3019.
(cherry picked from commit b9fb4e2159)
2024-05-14 17:31:35 +00:00
NTK
d9a5f324a5 Czech DSpace 7 UI translation by NTK 2024-05-14 12:14:29 -05:00
Tim Donohue
fdafa0f034 Merge pull request #3042 from tdonohue/port_3007_to_7x
[Port dspace-7_x] After English, reorder languages alphabetically by code
2024-05-14 10:35:44 -05:00
Tim Donohue
d55b0c0dd3 After English, reorder languages alphabetically by code 2024-05-14 09:26:49 -05:00
Tim Donohue
30c025c5c1 Merge pull request #2841 from atmire/w2p-112198_add-relationship-effects-queue
Fix for not all CREATE/DELETE Relationship requests coming through, during submission entity lookup
2024-05-14 09:24:29 -05:00
Tim Donohue
75718bf3ec Merge pull request #2983 from oscar-escire/fix/authorSearch
Fix Author search result without co-author
2024-05-13 14:19:37 -05:00
Tim Donohue
36fa4d4cae Merge pull request #3027 from alexandrevryghem/discovery-backports_contribute-7_x
[Port dspace-7_x] Multiple discovery backports
2024-05-13 11:41:22 -05:00
Tim Donohue
1aa6d358bb Merge pull request #3038 from tdonohue/port_2771_to_7x
[Port dspace-7_x] improved layout of feedback form (increase vertical spacing)
2024-05-13 08:38:59 -05:00
Oscar Chacón
5e59403779 Update: replaced logic of allMetadataValues method by allMetadataNoExcludingValues logic 2024-05-11 17:37:38 -06:00
Sascha Szott
6ff9edaa8b improved layout of feedback form (increase vertical spacing) 2024-05-10 16:38:33 -05:00
Victor Hugo Duran Santiago
876ecb1d12 Fix - Change color Contrast in cookie settings box 2024-05-10 15:27:37 -06:00
Tim Donohue
9bd154792a Merge pull request #3033 from DSpace/backport-2951-to-dspace-7_x
[Port dspace-7_x] Fix display of dso names for EPersons
2024-05-10 15:59:53 -05:00
Tim Donohue
d43c44e911 Merge pull request #2973 from oscar-escire/fix/policyNameForm
added maxlength and hint to resource policy
2024-05-10 15:14:08 -05:00
Tim Donohue
8467bb7c0a Merge pull request #3034 from tdonohue/port_2954_to_7x
[Port dspace-7_x] Live import preview should show all metadata values, not only the first one
2024-05-10 13:43:53 -05:00
Jens Vannerum
01719822c1 114440: fix test 2024-05-10 12:34:45 -05:00
Marie Verdonck
ffbe407d83 104686: Live Import preview only shows first metadata value per field 2024-05-10 12:30:13 -05:00
Gantner, Florian Klaus
202c84c484 extend eperson render type for display of dso name
https://github.com/DSpace/dspace-angular/issues/2947
(cherry picked from commit 97fade00a4)
2024-05-10 17:20:15 +00:00
Tim Donohue
6ac2e9a95d Merge pull request #3032 from DSpace/backport-2725-to-dspace-7_x
[Port dspace-7_x] Encode all `RequestParam` values
2024-05-10 11:21:55 -05:00
Alexandre Vryghem
daff8a4594 Refactored code to always encode the RequestParams
(cherry picked from commit d5cf236938)
2024-05-10 15:53:07 +00:00
Victor Hugo Duran Santiago
36c95db7bf Set color black on filter section for mobile 2024-05-09 20:50:51 -06:00
Alexandre Vryghem
ae8e0f9ae8 110889: Fixed searchevents request containing the query params in the clickedObject
Also fixed minor CSS issue in mobile mode where sidebar is still visible

(cherry picked from commit cbe3f2f8f5)
2024-05-09 18:13:13 +02:00
Alexandre Vryghem
0aadcdfdd9 110889: Prevent vocabulary undefined from being retrieved in hierarchy filter when none is configured
(cherry picked from commit 9e7a59ddd0)
2024-05-09 16:17:53 +02:00
Art Lowel
a658bf4531 decrease the number of unnecessary rerenders by checking whether the relationship types have changed 2024-05-09 15:25:37 +02:00
Art Lowel
4541788a34 fix issue where relationship lists wouldn't update automatically from the second submit onwards 2024-05-09 14:55:37 +02:00
Alan Orth
c44fce9e0f Merge pull request #2866 from atmire/w2p-113124_AddInputToOpenDsMetadataUriValuesInNewWindow
Allow opening ds-metadata-uri-values links in a new window
2024-05-09 15:46:51 +03:00
Art Lowel
cb59c05baf fix spinners 2024-05-09 14:06:56 +02:00
Art Lowel
d75b158ee1 Merge remote-tracking branch 'contributions/fix-api-undefined-issue-7.6' into w2p-113560_edit-item-add-relationships-one-by-one 2024-05-09 13:44:18 +02:00
Art Lowel
1c50dbf4c6 Merge remote-tracking branch 'alexandre/fix-create-relationship-not-working-between-same-types_contribute-7.6' into w2p-113560_edit-item-add-relationships-one-by-one 2024-05-09 13:40:03 +02:00
Alexandre Vryghem
ce3eb76190 110889: Don't retrieve the accessStatus when item.showAccessStatuses is false
(cherry picked from commit 37c534b809)
2024-05-09 12:26:18 +02:00
Alexandre Vryghem
6dac7ceec4 Prevent ItemSearchResult from being recreated at every iteration
(cherry picked from commit da320b5fbc)
2024-05-09 12:18:36 +02:00
Alexandre Vryghem
3454ca99f3 108586: Fixed ItemListElementComponent not pointing to the ItemSearchResultListElementComponent from the themes folder when present
(cherry picked from commit d00fc5d9d3)
2024-05-09 12:16:56 +02:00
Tim Donohue
dd5a167d0d Merge pull request #3013 from atmire/process-ui-null-eperson-fix-7.6
[Port dspace-7_x] Handle Null Users Gracefully in Process Overview Page
2024-05-08 14:45:49 -05:00
Art Lowel
9f3ee32858 fix issue where a submit emitted from the edit relationship modal wouldn't arrive in the edit relationships component 2024-05-08 17:48:33 +02:00
Tim Donohue
3ae9c8e9f8 Merge pull request #3017 from DSpace/backport-3016-to-dspace-7_x
[Port dspace-7_x] Ensure `item` is also embedded in submission form
2024-05-07 14:22:03 -05:00
Tim Donohue
3c9cb4e3b6 Ensure item is also embedded in submission form
(cherry picked from commit bf4d04c909)
2024-05-07 18:53:19 +00:00
Oscar Chacón
f80d1fdc68 fixed lint errors 2024-05-06 11:12:22 -06:00
Tim Donohue
4bf8944c48 Merge pull request #2987 from atmire/w2p-105866_Submission-performance-7_x
7.x - Submission performance
2024-05-06 11:12:25 -05:00
Tim Donohue
2b0f0f627e Merge pull request #3009 from tdonohue/port_2994_to_7x
[Port dspace-7_x] Bump ejs from 3.1.9 to 3.1.10
2024-05-06 08:55:55 -05:00
Kuno Vercammen
b7b1c3e582 Merge remote-tracking branch 'origin/dspace-7_x' into process-ui-null-eperson-fix-7.6
# Conflicts:
#	src/assets/i18n/en.json5
2024-05-06 13:45:39 +02:00
Kuno Vercammen
488958c251 113904: Added tests for null user handling 2024-05-06 12:09:40 +02:00
Kuno Vercammen
26c234e36c 113904: Fix null user handling 2024-05-06 11:53:05 +02:00
Tim Donohue
55e742fbfb Bump ejs from 3.1.9 to 3.1.10 2024-05-03 16:07:48 -05:00
Tim Donohue
0be17bb0ed Merge pull request #3008 from tdonohue/port_2863_to_7x
[Port dspace-7_x] Added Arabic Translation
2024-05-03 15:55:51 -05:00
Mohamed Ali
aa7496e41d Added Arabic Translation 2024-05-03 15:20:51 -05:00
Tim Donohue
bc5262f5f7 Merge pull request #3006 from DSpace/backport-2831-to-dspace-7_x
[Port dspace-7_x] French translations for missing parameters (access control and batch loading)
2024-05-03 12:37:13 -05:00
Tim Donohue
07a91222c4 lint fixes
(cherry picked from commit 3bb559542d)
2024-05-03 16:44:32 +00:00
Pierre Lasou
b06bece1cb Update fr.json5 correcting bad quotation marks
(cherry picked from commit 1abc796734)
2024-05-03 16:44:32 +00:00
Pierre Lasou
053844a7bc Update fr.json5 - adding missing comma
(cherry picked from commit 3b98c8c84f)
2024-05-03 16:44:32 +00:00
Pierre Lasou
7129d6b9c8 Update fr.json5 to adresse reviewer feedback
(cherry picked from commit 46df7e805e)
2024-05-03 16:44:32 +00:00
Pierre Lasou
ae35461516 Update fr.json5 to add batch upload labels
Addition of batch upload labels (ZIP, SAF)

(cherry picked from commit c4548e63ca)
2024-05-03 16:44:32 +00:00
Pierre Lasou
a250de49a0 Update fr.json5 to add access conditions labels
Changes to the labels related to access control and access conditions.

(cherry picked from commit e747520646)
2024-05-03 16:44:32 +00:00
Tim Donohue
13775e53de Merge pull request #3001 from tdonohue/port_2933_to_7x
[Port dspace-7_x] Reset dropdown values
2024-05-02 16:29:14 -05:00
Andreas Awouters
e9c5340f67 113319: Fix dropdown component spec
(cherry picked from commit 70357803e86caabc6357b7cbec9db1ef8edd2a56)
2024-05-02 14:57:41 -05:00
Andreas Awouters
861132d04d 113319: Add dropdown entry to clear selection
(cherry picked from commit 13d1547b3dbf5d4cd74617d6327044da798ed44e)
2024-05-02 14:57:29 -05:00
Tim Donohue
a7517d6814 Merge pull request #2992 from DSpace/backport-2991-to-dspace-7_x
[Port dspace-7_x] Remove obsolete "version" tag from Docker Compose files (Angular version)
2024-05-01 16:28:54 -05:00
Tim Donohue
971c07632a Merge pull request #2641 from hutattedonmyarm/regex-error-messages-backport-dspace7x
[Port dspace-7_x] More meaningful regex error messages
2024-05-01 16:22:43 -05:00
Tim Donohue
45840c1c17 Remove obsolete "version" tag from compose files
(cherry picked from commit d6303de877)
2024-05-01 20:05:31 +00:00
Tim Donohue
91d72c19dd Merge pull request #2694 from hutattedonmyarm/dspace-7_x
[Port dspace-7_x]  Enable type-bind for checkbox inputs during submission
2024-04-30 15:13:40 -05:00
Tim Donohue
5301a8fc51 Merge pull request #2990 from DSpace/backport-2710-to-dspace-7_x
[Port dspace-7_x] Update robots.txt.ejs
2024-04-29 17:03:13 -05:00
Tim Donohue
27d00d133a Merge pull request #2989 from tdonohue/port_2675_to_7x
[Port to dspace-7_x] Multiline selected facet badge on search page
2024-04-29 16:57:02 -05:00
Bram Luyten
6447c3769b Update robots.txt.ejs
Fix for issue #2709

(cherry picked from commit fbd35296f0)
2024-04-29 21:29:37 +00:00
lotte
ebb99c813a Merge branch 'w2p-108595_multiline-search-filter-badge' into multiline-search-filter-badge_main 2024-04-29 16:02:41 -05:00
lotte
e1fe4031e5 Removed unnecessary change 2024-04-29 15:59:22 -05:00
lotte
65860b81b1 108595: fix for overflowing search filter badge selection 2024-04-29 15:59:04 -05:00
Yana De Pauw
dabc0e9b4b [Ticket 2124] Slow response times 2024-04-29 12:59:35 +02:00
Oscar Chacón
2530845b9b Fix trailing spaces and removed console.log 2024-04-26 17:38:06 -06:00
Oscar Chacón
f055ff6fbd Fix: author search result without co-author 2024-04-25 16:19:21 -06:00
Art Lowel
e4b098e64d update test 2024-04-25 10:56:54 +02:00
Alexandre Vryghem
132e1f9524 Minor UI improvements
- Fixed DSO edit menu sometimes displaying underneath header based on header z-index
- Fixed accessibility issue on request a copy page
2024-04-23 02:02:28 +02:00
Tim Donohue
679702bb5a Merge pull request #2967 from tdonohue/update_backend_docker_scripts_7x
Update REST and CI docker compose scripts to sync with 7.x backend
2024-04-22 16:39:38 -05:00
Oscar Chacón
f8e0cc6808 added maxlength and hint to resource policy 2024-04-22 14:42:32 -06:00
Tim Donohue
45ab7231a0 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
2024-04-22 12:23:00 -05:00
Tim Donohue
c794e1ebde Merge pull request #2968 from alexandrevryghem/fix-broken-item-mapper-pagination_contribute-7_x
[Port dspace-7_x] Fixed pagination issues on item mapper
2024-04-22 12:13:02 -05:00
Alexandre Vryghem
7d49666865 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
2024-04-22 16:23:48 +02:00
Alexandre Vryghem
7e6f736b2f 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/subgroup-list/subgroups-list.component.html
#	src/app/shared/object-select/collection-select/collection-select.component.html
#	src/app/shared/object-select/item-select/item-select.component.html
2024-04-19 23:52:34 +02:00
Tim Donohue
b43e99518d Update REST and CI docker compose scripts to sync with 7.x backend 2024-04-19 16:21:12 -05:00
Tim Donohue
7a5694347a Merge pull request #2965 from tdonohue/port_2816_to_7x
[Port dspace-7_x] Return 404 Not Found status code on missing identifiers
2024-04-19 13:21:05 -05:00
Jens Vannerum
92f2a77dae 111326: return not found status code on missing identifiers 2024-04-19 12:17:22 -05:00
Tim Donohue
57c2b02277 Merge pull request #2960 from DSpace/backport-2768-to-dspace-7_x
[Port dspace-7_x] Fix infinite scroll
2024-04-19 11:36:51 -05:00
Andrea Barbasso
fde0ebf872 [DURACOM-224] fix infinite scroll
(cherry picked from commit 2afa473cfb)
2024-04-19 15:43:02 +00:00
Alexandre Vryghem
268d2e54fc 108555: Refactored CollectionSelectComponent to not call canSelect every time changes are detected 2024-04-18 21:18:10 +02:00
Alexandre Vryghem
59197cff2d 108555: Refactored ItemSelectComponent to not call canSelect every time changes are detected 2024-04-18 21:18:10 +02:00
Alexandre Vryghem
da31c4f253 108555: Removed pageInfoState Input since it wasn't used and almost all the components gave the incorrect type of data to it 2024-04-18 19:28:01 +02:00
Tim Donohue
4aa3158f33 Merge pull request #2925 from DSpace/backport-2905-to-dspace-7_x
[Port dspace-7_x] Fix for submission describe warning contribution bug
2024-04-12 13:52:45 -05:00
lotte
3768dc030e 113500: Fixed lint issues
(cherry picked from commit 903af2ccdb)
2024-04-12 17:20:51 +00:00
lotte
27286998f7 113500: Fixed lint error
(cherry picked from commit 722bd6f7f5)
2024-04-12 17:20:51 +00:00
lotte
d8b6e86896 113500: Fixed tests after bugfix
(cherry picked from commit 4e0046022b)
2024-04-12 17:20:51 +00:00
lotte
47537a019c 113500: Fix for warning on first describe step
(cherry picked from commit 993ce1ab16)
2024-04-12 17:20:51 +00:00
Art Lowel
8e59b7d0b0 also add relationships one by one on the edit item relationships tab 2024-04-11 17:51:59 +02:00
Tim Donohue
f72725ceed 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
2024-04-11 08:59:54 -05:00
Alexandre Vryghem
4251630ab8 112970: Always rerun resolvers on url change for create comcol pages 2024-04-11 00:18:04 +02:00
Alexandre Vryghem
e2c2174bf7 111373: Fixed Font Awesome CSS Pseudo-elements for v6.x
(cherry picked from commit 01f97a623f)
2024-04-10 21:51:53 +00:00
Tim Donohue
de1a240140 Merge pull request #2858 from 4Science/DURACOM-241
7.x - Header, navbar, and admin sidebar refactoring
2024-04-10 14:18:54 -05:00
Tim Donohue
b12bdfdd22 Docker build IDs must all be unique to avoid image conflicts. Ensure no builds use a generic name like "dspace-angular". 2024-04-09 15:06:43 -05:00
Tim Donohue
971c302378 Merge pull request #2911 from tdonohue/update_actions_7x
[Port dspace-7_x] Update all GitHub Actions & add token for Codecov.io
2024-04-08 16:59:26 -05:00
Tim Donohue
b758d0a5f9 Ensure all artifacts have a unique name by appending Node version to each 2024-04-08 14:46:16 -05:00
Tim Donohue
78f1d9f763 Update all GitHub Actions. Add newly required CODECOV_TOKEN to codecov action 2024-04-08 14:46:10 -05:00
Tim Donohue
90dc0e3f61 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
2024-04-05 13:45:50 -05:00
Yury Bondarenko
fd10fbe2a8 Add to config.example.yml
(cherry picked from commit 4a39f33006)
2024-04-05 18:14:43 +00:00
Yury Bondarenko
3b11ac517c Add configuration option to disable inlined CSS in SSR HTML
When 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 38a058d7af)
2024-04-05 18:14:42 +00:00
Tim Donohue
a1090fbb0d Merge pull request #2896 from tdonohue/port_2894_to_7x
[Port dspace-7_x] Bump axios to 1.6.8
2024-04-04 15:00:51 -05:00
Tim Donohue
4239d37a38 Bump axios to 1.6.8 2024-04-04 14:12:29 -05:00
Tim Donohue
a87a5f9b5e 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
2024-04-04 12:36:55 -05:00
Tim Donohue
777fc571b0 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
2024-04-04 12:36:36 -05:00
Tim Donohue
dc92bbd80a Merge pull request #2893 from tdonohue/port_2881_to_7x
[Port dspace-7_x] Bump express from 4.18.2 to 4.19.2
2024-04-04 12:09:24 -05:00
Tim Donohue
d503e4db07 Bump webpack-dev-middleware from 5.3.3 to 5.3.4 2024-04-04 11:58:15 -05:00
Tim Donohue
bba7fe2f74 Bump express from 4.18.2 to 4.19.2 2024-04-04 11:34:30 -05:00
Tim Donohue
ed8e280aa4 Bump follow-redirects from 1.15.5 to 1.15.6 2024-04-04 11:01:41 -05:00
Alexandre Vryghem
60d93e653f 113938: Added missing comcol structure to workspace/workflow item breadcrumbs 2024-04-04 12:07:29 +02:00
Alexandre Vryghem
fb8733ca0b 113901: Store the retrieved Relationships in the store
This needs to be done here too, since tilted relationships won't be returned by the api/core/items/{uuid}/relationships endpoint
2024-04-02 17:39:44 +02:00
Tim Donohue
2dfa075423 Merge pull request #2832 from alexandrevryghem/patch_2808
[Port dspace-7_x] Refactored community & collection pages
2024-03-29 10:04:08 -05:00
Alan Orth
43137fe676 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
2024-03-26 11:26:31 +03:00
Alexandre Vryghem
d05438dc3e Prevent system-wide alert to be activated with empty message
(cherry picked from commit 767de4b5c8)
2024-03-26 07:12:03 +00:00
Alexandre Vryghem
25cb0455e2 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 e6bf2f0ca7)
2024-03-24 19:12:48 +01:00
Alexandre Vryghem
692bb991a0 112970: Added missing breadcrumbs to create community/collection pages 2024-03-19 12:06:39 +01:00
Kuno Vercammen
badf00258c 113124: Allow opening ds-metadata-uri-values links in a new window 2024-03-15 11:42:01 +01:00
Tim Donohue
4c693a1294 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
2024-03-08 15:56:38 -06:00
William Welling
85922433a5 NgbTypeahead instance is only defined when model has authority
(cherry picked from commit 018d44c616)
2024-03-08 20:13:19 +00:00
Davide Negretti
3caac21648 [DURACOM-195] fix spacing in collapsible menu
(cherry picked from commit a88282d70b)
2024-03-07 18:57:39 +01:00
Davide Negretti
f26b265e64 [DURACOM-195] fix
(cherry picked from commit fdbe7a6005)
2024-03-07 18:57:36 +01:00
Davide Negretti
89c88ca6e0 [DURACOM-195] replace ul/li with div in sidebar
(cherry picked from commit d1dc8e6038)
2024-03-07 18:57:33 +01:00
Davide Negretti
e3f1fa39d5 [DURACOM-195] add background on mouse over to dropdown user menu items
(cherry picked from commit 8e35c0f713)
2024-03-07 18:57:30 +01:00
Davide Negretti
49efc4175d [DURACOM-195] fix issue with logo on small screens
(cherry picked from commit bff93a0847)
2024-03-07 18:57:27 +01:00
Davide Negretti
48e9817245 [DURACOM-195] replace ul/li with div in navbar
(cherry picked from commit abba806d40)
2024-03-07 18:57:24 +01:00
Davide Negretti
a9c3008cee [DURACOM-195] fixes
(cherry picked from commit 523850bc45)
2024-03-07 18:57:19 +01:00
Davide Negretti
8efc401811 [DURACOM-195] fix prefix of custom CSS variables
(cherry picked from commit 46fe7f63e3)
2024-03-07 18:57:16 +01:00
Davide Negretti
9518f70b42 [DURACOM-195] misc fixes
(cherry picked from commit 87d3383bba)
2024-03-07 18:57:13 +01:00
Davide Negretti
2f5c3b1267 [DURACOM-195] fix comment
(cherry picked from commit 80cc4c5d9a)
2024-03-07 18:57:08 +01:00
Davide Negretti
bb16983029 [DURACOM-195] fix issue with event handling in expandable admin sidebar section
(cherry picked from commit f25ec6210b)
2024-03-07 18:56:57 +01:00
Davide Negretti
5b1438f09f [DURACOM-195] accessibility issue fixed on log-out button
(cherry picked from commit 8f73b8ff9d)
2024-03-07 18:56:50 +01:00
Davide Negretti
510968b0c6 [DURACOM-195] [DURACOM-210] Reorder SCSS and CSS theme variables 2024-03-07 18:54:28 +01:00
Davide Negretti
8718bd0df6 [DURACOM-195] Header, navbar, and sidebar refactoring 2024-03-07 18:34:34 +01:00
Davide Negretti
7d2fdb7598 [DURACOM-195] Base components (simplify header-navbar-wrapper) 2024-03-07 18:32:51 +01:00
Davide Negretti
6c6afbf148 [DURACOM-195] Base components 2024-03-07 18:32:46 +01:00
Davide Negretti
d95d5753b4 [DURACOM-195] New host-window service methods 2024-03-07 18:32:38 +01:00
Tim Donohue
2178e0e6a3 Merge pull request #2852 from DSpace/backport-2851-to-dspace-7_x
[Port dspace-7_x] fix selector value in CommunitySidebarSearchListElementComponent
2024-03-05 09:52:46 -06:00
Sascha Szott
77f3b97e46 fix selector value in CommunitySidebarSearchListElementComponent
(cherry picked from commit ad3ef56e06)
2024-03-05 15:13:14 +00:00
Tim Donohue
203b0bbbaf Merge pull request #2850 from DSpace/backport-2847-to-dspace-7_x
[Port dspace-7_x] Bump sanitize-html from 2.10.0 to 2.12.1
2024-03-04 16:37:05 -06:00
dependabot[bot]
781de6e998 Bump sanitize-html from 2.10.0 to 2.12.1
Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 2.10.0 to 2.12.1.
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apostrophecms/sanitize-html/compare/2.10.0...2.12.1)

---
updated-dependencies:
- dependency-name: sanitize-html
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit e7eaa9f61b)
2024-03-04 22:02:36 +00:00
Tim Donohue
6fefbe129d Merge pull request #2849 from alanorth/backport-2356-to-dspace-7_x
[Port dspace-7_x] Update dependencies for Node v20
2024-03-04 14:28:47 -06:00
Alan Orth
3add551bde [Port dspace-7_x] Update dependencies for Node v20
Port of #2356 by @mwoodiupui to dspace-7_x.
2024-03-04 20:33:12 +03:00
Tim Donohue
51f48b31dc Merge pull request #2843 from DSpace/backport-2822-to-dspace-7_x
[Port dspace-7_x] Bump ip from 2.0.0 to 2.0.1
2024-02-29 15:56:19 -06:00
dependabot[bot]
b2adc42aaf Bump ip from 2.0.0 to 2.0.1
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit c147c7d6ea)
2024-02-29 21:26:32 +00:00
Alexandre Vryghem
f2dab663ca 108588: Fixed browse by issue date show loading icon indefinitely when empty
(cherry picked from commit 6f51bd866c)
2024-02-23 21:40:21 +01:00
DSpace Bot
0f09920cb1 [Port dspace-7_x] site search should not adopt existing URL query string parameters (#2824)
Do not merge existing query params when using site search from MyDSpace workflow.
2024-02-22 11:50:03 +03:00
Alan Orth
41faa5ee52 Merge pull request #2821 from tdonohue/port_2733_to_7x
[Port dspace-7_x]  Use keyboard to select values (part 2)
2024-02-20 21:13:10 +03:00
Jens Vannerum
d920567f8a 111768: move original code back to init only for performance 2024-02-20 09:45:03 -06:00
Jens Vannerum
85694ec285 111768: add back necessary setCurrentValue calls that were removed earlier 2024-02-20 09:44:57 -06:00
Nona Luypaert
325728de8f 112198: Ensure relationship requests are sent one by one
- remove (de)select all buttons in DynamicLookupRelationSearchTab
- add requestQueue to RelationshipEffects
2024-02-19 11:09:05 +01:00
Tim Donohue
3ce4603328 Merge pull request #2812 from DSpace/backport-2770-to-dspace-7_x
[Port dspace-7_x] German translations of feedback page translation keys
2024-02-15 17:11:58 -06:00
Sascha Szott
9cff5e9c34 minor improvement of German translation
(cherry picked from commit e03b492dbd)
2024-02-15 22:11:36 +00:00
Sascha Szott
0fdfecd973 added german translations of feedback page translation keys
(cherry picked from commit 26ebc9f8fc)
2024-02-15 22:11:36 +00:00
Tim Donohue
9dc0363337 Merge pull request #2811 from DSpace/backport-2794-to-dspace-7_x
[Port dspace-7_x] Added scope @Input() to the SearchComponent & fixed related bugs
2024-02-15 15:16:09 -06:00
Alexandre Vryghem
d96c048874 111639: Fixed search settings not using the scope
(cherry picked from commit 93b22cba1f)
2024-02-15 20:38:01 +00:00
Alexandre Vryghem
865f4899b2 111639: Added scope @Input() and made the search facets & search results use that scope
(cherry picked from commit 22e87a5f5a)
2024-02-15 20:38:01 +00:00
Tim Donohue
b350916fe3 Merge pull request #2810 from DSpace/backport-2647-to-dspace-7_x
[Port dspace-7_x] File edit component updated to work for forms without access conditions.
2024-02-15 14:34:38 -06:00
Michael Spalti
381254a16e File edit component updated to work for forms without access conditions.
Fixed unit test

Fixed accidental reformatting

(cherry picked from commit 6fff475a5a)
2024-02-15 20:00:45 +00:00
Tim Donohue
8506d36dbf Merge pull request #2800 from alexandrevryghem/generify-component-loaders_contribute-7_x
[Port dspace-7_x] Refactored community & collection pages
2024-02-14 10:58:38 -06:00
Alexandre Vryghem
0366e8b934 Replace routerLinkActive with [class.active] to ensure visibility of aria-current tag 2024-02-14 00:10:41 +01:00
Tim Donohue
eba7683f6b Merge pull request #2803 from DSpace/backport-2705-to-dspace-7_x
[Port dspace-7_x] Minor updates to i18n strings for clarity and consistency
2024-02-07 12:31:13 -06:00
Tim Donohue
5a0018d4fa Merge pull request #2802 from DSpace/backport-2766-to-dspace-7_x
[Port dspace-7_x] Fix missing Register DOI button if configuration enabled
2024-02-07 11:48:27 -06:00
Thomas Misilo
17dc120ca1 Update "E-mail" to be "Email" for consistency
(cherry picked from commit 7b8962a7cd)
2024-02-07 17:23:05 +00:00
Alan Orth
8eb2e2ce80 src/assets/i18n/en.json5: minor changes for consistency
Fix some random capitalizations and strange wording.

(cherry picked from commit d6c46847c2)
2024-02-07 17:23:05 +00:00
Alan Orth
b2b9fb8bf9 src/assets/i18n/en.json5: minor updates for consistency
We should be capitalizing acronyms and project-specific nouns like
MyDSpace consistently in our interface.

(cherry picked from commit f78f4b45fc)
2024-02-07 17:23:05 +00:00
Alan Orth
9d9d90ab9c src/assets/i18n: change "controller" to "reviewer"
Reviewer is a less obscure term for what this actually is in most
cases.

(cherry picked from commit 98241d8925)
2024-02-07 17:23:05 +00:00
Tim Donohue
ccd7056a87 Merge pull request #2801 from DSpace/backport-2799-to-dspace-7_x
[Port dspace-7_x] Bump follow-redirects from 1.15.3 to 1.15.5
2024-02-07 11:06:06 -06:00
Kim Shepherd
c50dd1a3e9 Improve cfg handling in item-status.component.ts
(cherry picked from commit 68475d1ed6)
2024-02-07 16:57:19 +00:00
Kim Shepherd
8b3bc90864 Improve cfg handling in item-status.component.ts
(cherry picked from commit 3e33785311)
2024-02-07 16:57:19 +00:00
Agustina Martinez
9f99555c64 Update item-status.component.ts
Fix initialOperations typo and return ops with register doi op

(cherry picked from commit e77898eaac)
2024-02-07 16:57:19 +00:00
dependabot[bot]
eb4633557d Bump follow-redirects from 1.15.3 to 1.15.5
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.5)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 90a277fbeb)
2024-02-07 16:34:28 +00:00
Alexandre Vryghem
effa19f719 111679: Restored missing inAndOutputNames on ClaimedTaskActionsLoaderComponent 2024-02-07 13:56:08 +01:00
Alexandre Vryghem
835891fe59 Merge remote-tracking branch 'upstream/dspace-7_x' into generify-component-loaders_contribute-7_x
# Conflicts:
#	src/app/shared/theme-support/themed.component.ts
2024-02-07 00:18:22 +01:00
Alexandre Vryghem
ff55646c62 108588: Fixed accessibility issues on ds-comcol-page-browse-by 2024-02-07 00:17:46 +01:00
Tim Donohue
972c1098cb Merge pull request #2798 from DSpace/backport-2795-to-dspace-7_x
[Port dspace-7_x] fix German translation of admin.workflow.item.workflow
2024-02-06 16:03:36 -06:00
Sascha Szott
59fc3e5635 remove translation (use singular form instead of plural form)
(cherry picked from commit ac5670a514)
2024-02-06 22:03:10 +00:00
Tim Donohue
60b310e216 Merge pull request #2796 from tdonohue/port_2791_to_7x
[Port dspace-7_x] Fix issue with cli.yml not using same network as backend.
2024-02-05 16:08:24 -06:00
Tim Donohue
b9cc5ba824 Resync docker-compose-ci and docker/docker-compose-rest with DSpace/DSpace docker scripts 2024-02-05 14:19:53 -06:00
Tim Donohue
f072ae74af Bug fix to GitHub CI build. Set compose project name via env variable. Also add default name if unspecified 2024-02-05 11:14:00 -06:00
Tim Donohue
e2d014d0a6 Update cli.yml to reference dspacenet in docker-compose-rest. Remove unnecessary network from cli.assetstore.yml 2024-02-05 11:13:53 -06:00
Tim Donohue
ab579da614 Merge pull request #2790 from DSpace/backport-2778-to-dspace-7_x
[Port dspace-7_x] Dedupe patch operations by op and path
2024-02-01 13:50:52 -06:00
William Welling
05c978bc62 Dedupe patch operations by op and path
(cherry picked from commit f40639de86)
2024-02-01 19:00:52 +00:00
Tim Donohue
95c635c451 Merge pull request #2786 from tdonohue/port_2717_to_7x
[Port dspace-7_x] Fix accessibility issues (part 2)
2024-01-31 11:56:18 -06:00
Alexandre Vryghem
3e48e5903e Fixed dropdown accessibility issue
- Removed non-existing dropdownMenuButton references
- Added appropriate roles to dropdown menus
2024-01-31 09:51:19 -06:00
Alexandre Vryghem
63fa8f39f5 Fixed user authentication/registration accessibility issue
- Added the correct autocomplete value
- Removed dangling labels, because aria labels already describe those input fields & we can't use ids in this component because otherwise there are duplicate ids on the /login page
2024-01-31 09:51:09 -06:00
Alexandre Vryghem
138e163fa8 Fixed edit metadata page accessibility issue
- Hide fontawesome icons for screen readers
- Added missing aria-label to metadata field input
2024-01-31 09:51:03 -06:00
Alexandre Vryghem
ac743c5138 Fixed feedback form page accessibility issue
- The form used a fieldset tag instead of a form tag
2024-01-31 09:50:58 -06:00
Alexandre Vryghem
37803e9330 Fixed remaining community/collection page accessibility issues
- Hide fontawesome icons for screen readers
- Replaced dangling labels with spans and added more descriptive aria label to browse link
- Fixed empty label/missing header in edit resource policy table
- Added missing comcol logo al text
- Refactored dso-edit-menu-section to not display empty link buttons and duplicate titles
2024-01-31 09:50:50 -06:00
Alexandre Vryghem
8b5cd79bdc Fixed accessibility issues on AccessControlFormContainerComponent
- Replaced invisible label in AccessControlArrayFormComponent that was only used for styling with span
- Fixed radio buttons not being part of a fieldset
- Fixed empty table header
2024-01-31 09:50:44 -06:00
Alexandre Vryghem
949e55235a Fixed accessibility issues on BitstreamFormatsComponent
- Removed empty label of the select box and replaced it with an aria-label
- Fixed empty table header
2024-01-31 09:50:38 -06:00
Alexandre Vryghem
5173ac3704 Fixed accessibility issues on MetadataRegistryComponent
- Removed empty label of the select box and replaced it with an aria-label
- Fixed empty table header
2024-01-31 09:50:31 -06:00
Alexandre Vryghem
9335c32334 Fixed accessibility issues on MetadataSchemaComponent
- Removed empty label of the select box and replaced it with an aria-label
- Fixed empty table header
2024-01-31 09:50:23 -06:00
Alexandre Vryghem
b0d3710454 Fixed accessibility issues with pagination button
- Replaced the h6 tags with the role heading
- Gave the gear button the roles in order to be detected as an expandable menu
- Replaced the dropdown structure to render a menu of listboxes
- Added the aria-selected attribute
2024-01-31 09:49:38 -06:00
Alexandre Vryghem
e0849af926 Fix header ordering 2024-01-31 09:42:30 -06:00
Alexandre Vryghem
b076b98996 Fixed accessibility issues on SubmissionImportExternalSearchbarComponent
- Fixed input not describing itself
- Put the items from the dropdown in an ul
- Fixed broken aria labels
- Removed titles who where identical to the displayed value
2024-01-31 09:42:24 -06:00
Alexandre Vryghem
cc0501f340 Fixed search filters having empty input buttons 2024-01-31 09:42:17 -06:00
Alexandre Vryghem
6b204b5b53 Removed invisible buttons on the CommunityListComponent & fixed content displacement when expanding com/col 2024-01-31 09:42:12 -06:00
Alexandre Vryghem
3bf7d819de Fixed accessibility issues related to dso selectors
- Fixed header ordering
- Fixed input field not having a description what it does (because the header isn't always shown I decided to use aria-labels instead of regular labels)
2024-01-31 09:42:04 -06:00
Alexandre Vryghem
6497a156aa Destroy dynamically generated components in onDestroy & replace deprecated createComponent 2024-01-31 00:06:44 +01:00
Tim Donohue
67fc0054c1 Merge pull request #2773 from DSpace/backport-2755-to-dspace-7_x
[Port dspace-7_x] Add logo max constraints
2024-01-25 15:53:07 -06:00
FrancescoMolinaro
d4493cb534 add width 100% to prevent overflow on mobile
(cherry picked from commit f82ba8c5ad)
2024-01-25 21:08:11 +00:00
FrancescoMolinaro
682ec2b678 remove class from template
(cherry picked from commit d9e25882ce)
2024-01-25 21:08:11 +00:00
FrancescoMolinaro
20f5f17aac adapt solution to prevent img overflow
(cherry picked from commit d3c788a4e1)
2024-01-25 21:08:11 +00:00
FrancescoMolinaro
f1a7f36f17 add logo max costraints
(cherry picked from commit 32e3141b19)
2024-01-25 21:08:11 +00:00
Tim Donohue
5d700d5563 Merge pull request #2772 from DSpace/backport-2769-to-dspace-7_x
[Port dspace-7_x] fixed typo in info.feedback.page_help
2024-01-25 11:02:51 -06:00
Sascha Szott
c11a3b1372 fixed typo
(cherry picked from commit 4b7798fcc7)
2024-01-25 16:25:48 +00:00
Alan Orth
be0512d74e Merge pull request #2764 from alanorth/backport-2733-to-dspace-7_x
[Port dspace-7_x] Use keyboard to select values
2024-01-23 12:18:28 +03:00
Jens Vannerum
2d0d6ddc5d 110088: new implementation for keyboard support in dropdowns 2024-01-23 11:43:37 +03:00
Tim Donohue
b2cae3b48d Merge pull request #2758 from DSpace/backport-2691-to-dspace-7_x
[Port dspace-7_x] Decrease min-height for Login Dropdown Menu
2024-01-19 11:12:03 -06:00
Tim Donohue
5f19b6a26a Merge pull request #2757 from DSpace/backport-2736-to-dspace-7_x
[Port dspace-7_x] use localized error message
2024-01-19 11:11:50 -06:00
Thomas Misilo
d880b728ce Decrease min-height for Login Dropdown Menu
Fixes #2690

This is noticable when you have disabled local authentication, and only have a singular remote authentication such as Shibboleth or Orcid.

(cherry picked from commit 09fc44a539)
2024-01-19 15:25:12 +00:00
Sascha Szott
e7490340f8 use localized error message
(cherry picked from commit 92a74cee5a)
2024-01-19 15:21:44 +00:00
Alan Orth
fed70c5e9b Merge pull request #2754 from DSpace/backport-2721-to-dspace-7_x
[Port dspace-7_x] Fix whitespace in links due to newlines
2024-01-19 10:07:44 +03:00
Alan Orth
f08d74b269 src/app/item-page: remove newlines in links
The newlines cause whitespace to be enapsulated in the rendered link.

(cherry picked from commit 7207bbbd0e)
2024-01-19 05:14:00 +00:00
Alan Orth
f2f5156065 src/app/community-list-page: remove newlines in links
The newlines cause whitespace to be enapsulated in the rendered link.

(cherry picked from commit 7bedf7fc59)
2024-01-19 05:14:00 +00:00
Tim Donohue
0ed96d893d Merge pull request #2748 from DSpace/backport-2711-to-dspace-7_x
[Port dspace-7_x] Add more automated accessibility scanning to e2e tests & fix a few minor accessibility bugs
2024-01-17 14:09:02 -06:00
Tim Donohue
2137720602 Add environment variable for Person collection name. Use it in submission e2e tests.
(cherry picked from commit a5a89a4b98)
2024-01-17 19:38:04 +00:00
Tim Donohue
12a19378f7 Move increment/decrement to i18n. Update to use "name".
(cherry picked from commit 0aaf3131fa)
2024-01-17 19:38:04 +00:00
Tim Donohue
75c81b712e Add accessibility testing for admin sidebar
(cherry picked from commit 31bc05235e)
2024-01-17 19:38:04 +00:00
Tim Donohue
4e0a889fa1 Add Item Edit accessibility tests. Switch Item to use to one with bitstreams. Minor updates to HTML to pass accessibility tests.
(cherry picked from commit 80492cd88a)
2024-01-17 19:38:04 +00:00
Tim Donohue
9a7277065f Add accessibility tests (and minor fixes) for Edit Collection's Content Source tab and Item Mapper tab
(cherry picked from commit 00cb2f9e8a)
2024-01-17 19:38:04 +00:00
Tim Donohue
16a10548b8 Add Edit Collection accessibility Testing
(cherry picked from commit 9894d315a0)
2024-01-17 19:38:04 +00:00
Tim Donohue
4187847ad0 Add Edit Community accessibility tests & minor cleanup
(cherry picked from commit 6c76d8c1d7)
2024-01-17 19:38:04 +00:00
Tim Donohue
77bb3ed952 Fix circular dependency issue by using Cypres env variables directly instead of global constants
(cherry picked from commit e47593b303)
2024-01-17 19:38:04 +00:00
Tim Donohue
023f8a6900 Improve accessibility testing on Submission page
(cherry picked from commit 8d61fa6ac3)
2024-01-17 19:38:04 +00:00
Tim Donohue
0be04c754a Refactor e2e test infrastruction to allow easier way to lookup REST API info and generate CSRF tokens
(cherry picked from commit a581219df5)
2024-01-17 19:38:04 +00:00
Tim Donohue
07b95c2634 Fix ARIA labels and tabindex on date picker in submission form. Tabindex is unnecessary & throws accessibility errors from AXE tools
(cherry picked from commit 5dad8bec39)
2024-01-17 19:38:04 +00:00
Tim Donohue
e9efb50e02 Fix ARIA labels on submission form relationship button and dynamic dropdowns
(cherry picked from commit aeea1cd592)
2024-01-17 19:38:04 +00:00
Tim Donohue
868229460f Add new e2e accessibility tests & update some existing ones
(cherry picked from commit 53d521a87e)
2024-01-17 19:38:04 +00:00
Tim Donohue
9d593b657b Merge pull request #2743 from tdonohue/port_2587_to_dspace-7_x
[Port to dspace-7_x]  Deque Analysis Color Contrast fixes #2587
2024-01-16 16:48:13 -06:00
Maciej Kleban
0b43109a29 Replace hard-coded colors with bootstrap variants
* Replace custom variables with Bootstrap variants
* Replace custom button colors with Bootstrap variants
* Remove custom colors and replace them with bootstrap variants
* Fix checkbox offset styles
---------
Co-authored-by: Maciej Kleban <maciej.kleban@pcgacademia.pl>
2024-01-16 16:15:35 -06:00
Dawnkai
07a2f3bbbb Deque Analysis Color Contrast fixes 2024-01-16 16:04:27 -06:00
Alan Orth
fc28693b12 Merge pull request #2740 from DSpace/backport-2662-to-dspace-7_x
[Port dspace-7_x] Fixed ePerson link on edit group page
2024-01-12 08:51:21 +03:00
Alexandre Vryghem
77d2086796 Fixed ePerson link on edit group page
(cherry picked from commit 430ee3846a)
2024-01-12 05:25:16 +00:00
Tim Donohue
8dd0db094e Merge pull request #2670 from atmire/fix-api-undefined-issue-7.6.2-next
Ensure HALEndpointService doesn't use stale responses
2024-01-08 10:16:57 -06:00
Alexandre Vryghem
b28e24fda3 Merge branch 'memory-leak-fixes_contribute-7.4' into memory-leak-fixes_contribute-7.6
# Conflicts:
#	src/app/admin/admin-search-page/admin-search-results/admin-search-result-grid-element/item-search-result/item-admin-search-result-grid-element.component.ts
#	src/app/admin/admin-workflow-page/admin-workflow-search-results/admin-workflow-search-result-grid-element/workflow-item/workflow-item-search-result-admin-workflow-grid-element.component.ts
#	src/app/shared/metadata-representation/metadata-representation-loader.component.ts
#	src/app/shared/mydspace-actions/claimed-task/switcher/claimed-task-actions-loader.component.ts
#	src/app/shared/theme-support/themed.component.ts
2023-12-28 19:58:37 +01:00
Alexandre Vryghem
480c7a6ce0 Destroy dynamically generated components in onDestroy & replace deprecated createComponent 2023-12-26 14:31:07 +01:00
Tim Donohue
33a5dd3e7f Merge pull request #2713 from DSpace/backport-2707-to-dspace-7_x
[Port dspace-7_x] Update fi.json5
2023-12-14 11:22:36 -06:00
reetagithub
9a9311e02a Update fi.json5
Corrected a typo  in search.view.switch.show-grid

(cherry picked from commit 2339a559e9)
2023-12-14 16:16:00 +00:00
Tim Donohue
2fec884072 Merge pull request #2696 from DSpace/backport-2683-to-dspace-7_x
[Port dspace-7_x] Fix accessibility issues
2023-12-06 10:30:55 -06:00
Alexandre Vryghem
4a0bf8a7af Fixed Edit Item Bitstream showing empty buttons when css is turned off & replaced authentication dropdown menu link with button
- Also fixed box-shadows not working the same way for all footer buttons/links

(cherry picked from commit 4545b5354d)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
53f5ceabee Fixed Edit Item Bitstream showing empty buttons when css is turned off
(cherry picked from commit ff6dff72d8)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
8f8a3acba7 Fixed DSONameService getName & getHitHighlights returning empty string for OrgUnits without organization.legalName field
(cherry picked from commit e96d3cd2e9)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
dbb7917058 Fixed accessibility issues on search page
(cherry picked from commit 9a5ad0bc9f)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
7ec57988b8 Fixed accessibility issues about header ordering
(cherry picked from commit 5566c99625)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
3300f72621 Fixed browse by vocabulary treeview accessibility issues
(cherry picked from commit 30fe424cc5)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
77f52df047 Fixed item page accessibility issues
(cherry picked from commit 8ba17c991e)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
79ce4e9ec2 Fix collection mapper accessibility issues
- Added missing aria-labels to input checkboxes
- Fixed multiple tab related accessibility issues

(cherry picked from commit 1db83ba3c5)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
73cffe990a Fix item mapper accessibility issues
- Added missing aria-labels to input checkboxes
- Fixed role="tablist" not having direct role="tab" by adding role="presentation" on the li elements

(cherry picked from commit 5b21d14583)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
b94f0a9b69 Fix resource policy accessibility issues
(cherry picked from commit 09bf8af03c)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
5d5582e2d2 Fix Bitstream format accessibility issues
- Added missing aria-labels to input checkboxes
- Fixed minor css alignment

(cherry picked from commit 57cc34cdd1)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
5e52233cf3 Fix Process detail accessibility issues
- Made Process Output keyboard accessible

(cherry picked from commit 120835cfcd)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
9ed13f31ff Fix Create a new process page accessibility issues
- Added missing aria-label to delete buttons
- Moved hardcoded translation to translation files
- Fix color contrast issues on buttons
- Fix minor alignment issues
- Added missing aria labels to input and select elements

(cherry picked from commit 52c0977489)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
bc1ed9a96f Fix Processes Overview accessibility issues
- Added missing aria-label to delete button

(cherry picked from commit 4ea487cc0d)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
57ebe88994 Fix System-wide Alert accessibility issues
- Added missing aria-label to buttons

(cherry picked from commit 3bdfc386e9)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
96b3423ed1 Fix Health Panel usability issues
- Fixed aria-controls on HealthComponentComponent, HealthInfoComponent, HealthInfoComponentComponent, HealthPanelComponent pointing to non-existing id
- Fixed the tabs not having the role tab on its tabs
- Fixed aria-expanded being set to true when collapsed and backwards for HealthPanelComponent & HealthInfoComponent
- Fixed role="tablist" not having direct role="tab" by adding role="presentation" on the li elements
- Fixed minor alignment issues

(cherry picked from commit 3628c84844)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
fc7aa27706 Fix Bulk Access Management usability issues
- Added aria-labels to trash & select bitstream icon
- Added aria-labels ui-switch components (had to upgrade ngx-ui-switch to 14.1.0)
- Fixed aria-controls pointing to non-existing ids
- Fixed bulk-access-browse not having the tab role on it's tabs
- Fixed role="tablist" not having direct role="tab" by adding role="presentation" on the li elements
- Fixed aria-expanded being set to true when collapsed and backwards for BulkAccessBrowseComponent & BulkAccessSettingsComponent

(cherry picked from commit c300123b78)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
1c4be7d1fe Fixed duplicate search-navbar-container id & renabled accessibility tests for header
(cherry picked from commit cc71d60ebb)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
9f468c2c11 Added aria-labels & fixed aria-controls on myDSpace page
- Added aria-label to the new submission buttons (for repositories with more than 1 entity type)
- Fixed aria-controls pointing to non-existing ids

(cherry picked from commit 8a7bdfe18f)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
69100f0a24 Replaced uncrawlable links with buttons
(cherry picked from commit 9ab30231aa)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
d32303bf47 Added missing aria labels to edit bitstream tab
(cherry picked from commit e229be44d6)
2023-12-06 16:03:23 +00:00
Art Lowel
91789a698f Merge branch 'fix-api-undefined-issue-7.6' into fix-api-undefined-issue-7.6.2-next 2023-12-06 11:30:28 +01:00
Art Lowel
1d4a36e3b8 Merge remote-tracking branch 'upstream/dspace-7_x' into fix-api-undefined-issue-7.6.2-next 2023-12-06 11:30:23 +01:00
Art Lowel
790e717199 add ResponsePendingStale state 2023-12-06 11:24:35 +01:00
Art Lowel
c8ac260b78 also skip loading hal requests 2023-12-06 11:24:29 +01:00
max.nuding
9f95eb452c enable type-bind for checkbox inputs during submission 2023-12-06 10:15:31 +01:00
Tim Donohue
970c449b30 Merge pull request #2685 from DSpace/backport-2684-to-dspace-7_x
[Port dspace-7_x] Updated bitstream read description in en.json5
2023-12-04 15:57:39 -06:00
Michael Spalti
3b568f7d32 Updated bitstream read description in en.json5
(cherry picked from commit 2592f87356)
2023-12-04 21:08:29 +00:00
Tim Donohue
5de6cedf5e Merge pull request #2677 from DSpace/backport-2673-to-dspace-7_x
[Port dspace-7_x] Fix for loading thumbnail images for Items when MediaViewer enabled
2023-11-30 15:08:01 -06:00
Michael Spalti
9c69a77d43 Fix for thumbnail images in items.
Revert changes in html template

Revert changes in html template

Revert changes in html template

(cherry picked from commit 88c39e8b26)
2023-11-30 20:14:36 +00:00
Art Lowel
db29263eb1 Merge branch 'fix-api-undefined-issue-7.6' into fix-api-undefined-issue-7.6.2-next 2023-11-29 16:58:43 +01:00
Tim Donohue
5b59d37e2f Merge pull request #2667 from tdonohue/port_2666_to_dspace-7_x
[Port dspace-7_x] [Docker] Refactor to simply use the reusable-docker-build.yml from DSpace/DSpace.
2023-11-29 09:38:51 -06:00
Art Lowel
38752d9d71 ensure HALEndpointService doesn't use stale requests 2023-11-29 14:25:36 +01:00
Tim Donohue
92d25dd2a8 Remove unused env variables 2023-11-28 16:52:15 -06:00
Tim Donohue
65fff9361c Use the script from the dspace-7_x branch 2023-11-28 16:13:56 -06:00
Tim Donohue
b83a8421a3 Refactor to simply use the reusable-docker-build.yml from DSpace/DSpace. 2023-11-28 16:12:21 -06:00
Alan Orth
714652ebb0 Merge pull request #2659 from DSpace/backport-2652-to-dspace-7_x
[Port dspace-7_x] Deselect all metadata fields when switching between metadata schemas in registry
2023-11-23 16:27:52 +03:00
Alexandre Vryghem
c3f424dae4 108587: Deselect all fields on component destruction
(cherry picked from commit ecca8286b5)
2023-11-23 04:57:35 +00:00
Tim Donohue
6758b4c4c7 Merge pull request #2655 from tdonohue/port_docker_gh_updates
[Port dspace-7_x] Port recent GitHub Action changes
2023-11-22 12:20:58 -06:00
Tim Donohue
bd78acd559 Redeploy demo/sandbox more quickly by only waiting for AMD64 image 2023-11-22 11:42:11 -06:00
Tim Donohue
62ccd18345 Trigger redeploy of demo/sandbox from GitHub Actions after DockerHub image updated. 2023-11-21 13:55:17 -06:00
Tim Donohue
5ab87ec6c3 Update GH actions to latest versions. Fix bug in codecov to ensure it retries on error. 2023-11-21 13:55:10 -06:00
Tim Donohue
63e792990f Fix directory structure for -dist digests 2023-11-21 13:54:42 -06:00
Tim Donohue
526da8cddf Fix bug in Docker manifest. Each build must use a separate artifact to store digests. Other minor cleanup & comments added. 2023-11-21 13:54:30 -06:00
Thomas Misilo
02eb618c5f Setup the Docker GH Action for Matrix Building
This change enables building of the amd64 and arm64 images simultaneously.

Once both images finish, the manifest is sent to Docker Hub, allowing for a single image that has both the amd64/arm64 images.
2023-11-21 13:54:03 -06:00
Alexandre Vryghem
45e8977db7 Fixed pagination issues on item mapper 2023-11-15 23:31:54 +01:00
Tim Donohue
5a839c2906 Update version tag for development of next release 2023-11-15 14:37:06 -06:00
Tim Donohue
d8ed267e5f Update version tag for release 2023-11-15 14:33:16 -06:00
max.nuding
ab23613b79 Remove unnecessary import 2023-11-15 13:42:53 +01:00
max.nuding
c93a64db83 Fix tests to include translationservice dependency 2023-11-15 13:28:15 +01:00
max.nuding
038e31ccd1 Submission form now displays custom messages for regex validated fields if they exist 2023-11-15 10:51:53 +01:00
Tim Donohue
fdcaeb592c Merge pull request #2639 from tdonohue/port_2610_to_dspace-7_x
[Port dspace-7_x] Fixed menu not updating when a new sub section is added after rendering has already completed
2023-11-13 17:00:20 -06:00
Tim Donohue
8872fd3340 Merge pull request #2638 from DSpace/backport-2633-to-dspace-7_x
[Port dspace-7_x] Edit-item view: random order of buttons in status tab
2023-11-13 16:51:21 -06:00
Tim Donohue
959d592394 Merge pull request #2637 from DSpace/backport-2632-to-dspace-7_x
[Port dspace-7_x] Fixes "some item edit pages are accessible by anonymous users"
2023-11-13 16:40:19 -06:00
Alexandre Vryghem
c98e8f6504 107902: Created test case for 2f26e686cc 2023-11-13 16:36:05 -06:00
Kristof De Langhe
e293f3db52 107685: menu-component re-render section on store update 2023-11-13 16:35:16 -06:00
Vlad Nouski
651b6a7d76 refactor: code
(cherry picked from commit fbbbc18844)
2023-11-13 22:05:45 +00:00
Vlad Nouski
dd554590b1 fix: random order of buttons in status tab
(cherry picked from commit 35f8b55f58)
2023-11-13 22:05:45 +00:00
Tim Donohue
0a3502e9cc Merge pull request #2636 from DSpace/backport-2562-to-dspace-7_x
[Port dspace-7_x] Fix match theme by handle with canonical prefix https://hdl.handle.net/ not working
2023-11-13 16:00:02 -06:00
Vlad Nouski
94866cab45 [DURACOM-202] refactor: code
(cherry picked from commit 6f64db1645)
2023-11-13 20:34:42 +00:00
Vlad Nouski
a5a59dcf8b [DURACOM-202] refactor: code
(cherry picked from commit b6d515ff09)
2023-11-13 20:34:42 +00:00
Vlad Nouski
8f9a358afb [DURACOM-202] feature: item edit pages are accessible by administrator
(cherry picked from commit ccf1cc4547)
2023-11-13 20:34:42 +00:00
Alexandre Vryghem
0cd72e4917 107671: Fixed theme matching by handle not working in production mode
(cherry picked from commit 7529ed8b35)
2023-11-13 20:21:10 +00:00
Alexandre Vryghem
1222ed45ca 107671: Fixed bug where config property would still sometimes be undefined whey calling the ngOnDestroy in the ThemedComponent
(cherry picked from commit 4e54cca600)
2023-11-13 20:21:10 +00:00
Alexandre Vryghem
27f3fc310f 107671: Split Theme model & ThemeConfig classes in separate files to prevent circular dependencies
(cherry picked from commit da8880e5ba)
2023-11-13 20:21:10 +00:00
Alexandre Vryghem
d3fdfebde1 107671: Fix handle theme not working with canonical prefix https://hdl.handle.net/
(cherry picked from commit a7faf7d449)
2023-11-13 20:21:10 +00:00
Tim Donohue
626cc30738 Merge pull request #2635 from DSpace/backport-2579-to-dspace-7_x
[Port dspace-7_x] adding new access-status-list-element-badge css classes
2023-11-13 13:19:23 -06:00
Tim Donohue
64364c9ddb Merge pull request #2634 from DSpace/backport-2630-to-dspace-7_x
[Port dspace-7_x] Fix handle redirect not working with custom nameSpace
2023-11-13 13:18:52 -06:00
Paulo Graça
a276f415a8 adding ngOnDestroy for dealing with unsubscribe
(cherry picked from commit 75b788d05b)
2023-11-13 17:30:28 +00:00
Paulo Graça
59c4d59e45 remove replaceAll and use an object property
(cherry picked from commit c7eae9242a)
2023-11-13 17:30:28 +00:00
Paulo Graça
a12488c827 new accessStatusClass atribute
(cherry picked from commit 6378dbec4a)
2023-11-13 17:30:28 +00:00
Paulo Graça
ff03243298 Create new access-status-badge.component.scss
(cherry picked from commit 3bf2eb1997)
2023-11-13 17:30:28 +00:00
Paulo Graça
116bfbded1 adding new access-status-list-element-badge css classes
(cherry picked from commit e847e4ef51)
2023-11-13 17:30:28 +00:00
Alexandre Vryghem
68cdd120c9 Fix handle redirect not working with custom nameSpace
(cherry picked from commit b894dce3b0)
2023-11-13 17:22:53 +00:00
Tim Donohue
7d5c4560cd Merge pull request #2629 from tdonohue/port_2620_to_dspace-7_x
[Port dspace-7_x] Fix for repeatable date field labels
2023-11-10 17:20:40 -06:00
Tim Donohue
755e89dffa Merge pull request #2628 from DSpace/backport-2625-to-dspace-7_x
[Port dspace-7_x] Bump axios from 0.27.2 to 1.6.0
2023-11-10 17:15:22 -06:00
lotte
8458d589b2 Fixed test 2023-11-10 16:40:31 -06:00
lotte
30ce8440e1 108045: Fix for repeatable date field labels 2023-11-10 16:39:38 -06:00
dependabot[bot]
c8d98ec0b1 Bump axios from 0.27.2 to 1.6.0
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit ef9f31d3c6)
2023-11-10 22:23:44 +00:00
Tim Donohue
6975fd15d5 Merge pull request #2627 from DSpace/backport-2545-to-dspace-7_x
[Port dspace-7_x] Fix "Edit Group" page always requests all member Subgroups & EPersons
2023-11-10 15:14:27 -06:00
Tim Donohue
d305e6096a Address feedback. Run empty search on init. Reorder sections to list current members before add members (for both eperson and groups)
(cherry picked from commit 9117ac005f)
2023-11-10 19:03:47 +00:00
Tim Donohue
37ae09acd1 Remove seemingly unnecessary page reload after new search.
(cherry picked from commit d163db13f2)
2023-11-10 19:03:47 +00:00
Tim Donohue
8cc36d7056 Refactor subgroups-list component's "search()" to act same as member-list component's "search()". Avoids reloading the page as frequently.
(cherry picked from commit 2eb1a17e4e)
2023-11-10 19:03:47 +00:00
Tim Donohue
4a1f2a1b75 Refactor members-list and subgroups-list components to use new isNotMemberOf endpoints (via services)
(cherry picked from commit 8a10888d2a)
2023-11-10 19:03:47 +00:00
Tim Donohue
1f1dc59f8b Fix subgroups-list specs so they align with new members-list specs
(cherry picked from commit 64f968b246)
2023-11-10 19:03:47 +00:00
Tim Donohue
f0b4239df9 Also remove unnecessary EpersonDtoModel from extending ReviewersListComponent. Remove "memberOfGroup" from EpersonDtoModel as it is no longer used
(cherry picked from commit b598f1b5ca)
2023-11-10 19:03:47 +00:00
Tim Donohue
753a31f7f4 Remove unnecessary EpersonDtoModel. Rework code and tests to use EPerson instead.
(cherry picked from commit bffae54b10)
2023-11-10 19:03:47 +00:00
Tim Donohue
ac6a7be7aa Remove "isMemberOfGroup()" from members-list component.
(cherry picked from commit 43d37196fb)
2023-11-10 19:03:47 +00:00
Tim Donohue
c02cfff8da Fix bug where linked Community/Collection info was sometimes listed many times in a row
(cherry picked from commit 229236634a)
2023-11-10 19:03:47 +00:00
Tim Donohue
d7ccce1f8f Remove isSubgroupOfGroup() functionality as it loads every subgroup at once. Bad peformance for large groups
(cherry picked from commit 97479a2945)
2023-11-10 19:03:47 +00:00
Tim Donohue
139446118b Limit getMembers() and getSubgroups() to only fetching one object. These lists are only used to find the size of each
(cherry picked from commit 0da7c15f2e)
2023-11-10 19:03:47 +00:00
Tim Donohue
787feae631 Merge pull request #2626 from tdonohue/port_2607_to_dspace-7_x
[Port dspace-7_x] Added skip to main content button
2023-11-10 11:43:15 -06:00
Alexandre Vryghem
e545c42aae Added skip to main content button 2023-11-10 10:59:57 -06:00
Tim Donohue
d166b5e37a Merge pull request #2623 from DSpace/backport-2611-to-dspace-7_x
[Port dspace-7_x] Communities & Collections tree browser updates - Replaced #2597
2023-11-10 09:55:38 -06:00
Tim Donohue
61ded72183 Merge pull request #2616 from DSpace/backport-2574-to-dspace-7_x
[Port dspace-7_x] Support type-bind of elements based on repeatable list type-bound element (CHECKBOX_GROUP)
2023-11-10 09:15:59 -06:00
William Welling
b6d8c7d18e Filter expanded nodes by id
Co-Authored-By: Art Lowel <1567693+artlowel@users.noreply.github.com>
(cherry picked from commit dc2ef989e6)
2023-11-10 15:14:28 +00:00
William Welling
1d0ca04992 Update condition to render show more node
`loadingNode` ends up being the current `node` after clicking it preventing it from rendering when more pages available.

Update community list component spec

Make the show more flat node id unique

The nodes with same id are conflicting when added to the tree. Clicking on the second with same id places the show more button under the wrong branch and expands the wrong page.

(cherry picked from commit 11d3771e72)
2023-11-10 15:14:28 +00:00
Tim Donohue
34b91a7dea Merge pull request #2617 from DSpace/backport-2594-to-dspace-7_x
[Port dspace-7_x] Media viewer controls rendered behind DSpace header
2023-11-10 06:49:12 -06:00
Tim Donohue
203dcbebda Merge pull request #2612 from DSpace/backport-2596-to-dspace-7_x
[Port dspace-7_x] Fix cache issue when depositing a submission
2023-11-09 16:53:28 -06:00
Davide Negretti
c6ade09e4a [DURACOM-180] Prevent header from covering media viewer controls (base theme)
(cherry picked from commit c042cd8d11)
2023-11-09 22:44:28 +00:00
Davide Negretti
5f46b638e4 [DURACOM-180] Prevent header from covering media viewer controls (dspace theme)
(cherry picked from commit 0208a78437)
2023-11-09 22:44:28 +00:00
Davide Negretti
0d0c2dac17 [DURACOM-195] Simplify vertical spacing in header and breadcrumbs
(cherry picked from commit a3e6d9b09a)
2023-11-09 22:44:28 +00:00
Andreas Mahnke
bc21085398 Support type-bind of elements based on repeatable list type-bound element (CHECKBOX_GROUP)
(cherry picked from commit 09aaa46875)
2023-11-09 22:04:12 +00:00
Tim Donohue
137a83e7f1 Merge pull request #2614 from DSpace/backport-2595-to-dspace-7_x
[Port dspace-7_x] Add UI nameSpace context path to Mirador viewer path
2023-11-09 13:40:03 -06:00
Alan Orth
31ee580047 Merge pull request #2615 from DSpace/backport-2602-to-dspace-7_x
[Port dspace-7_x] Support for freetext values in submission for vocabulary controlled `onebox` and `tag` types
2023-11-09 22:39:53 +03:00
Jens Vannerum
e815b1d938 108055: add user input to tag list
(cherry picked from commit aac58e612d)
2023-11-09 18:56:37 +00:00
Jens Vannerum
a758848146 108055: fix issue 8686: unable to enter freetext values in the submission form for vocabulary
(cherry picked from commit 0dcf6cb885)
2023-11-09 18:56:37 +00:00
William Welling
fba30781de Add UI nameSpace context path to Mirador viewer path
(cherry picked from commit 3228c457a3)
2023-11-09 17:45:22 +00:00
Giuseppe Digilio
4b4c1dc08a [DURACOM-197] Fix cache issue when depositing a submission
(cherry picked from commit f992ff6671)
2023-11-09 17:31:52 +00:00
Tim Donohue
5eb62e22eb Merge pull request #2605 from DSpace/backport-2364-to-dspace-7_x
[Port dspace-7_x] Utility gap-* classes for flexbox
2023-11-08 16:57:59 -06:00
Tim Donohue
fbe4732450 Merge pull request #2590 from marcoaureliocardoso/dspace-7_x
fix(pt-BR.json5): fix and update the language file
2023-11-08 16:49:38 -06:00
Davide Negretti
c5f22ab959 [DURACOM-177] Use gap-* classes on navbar buttons
(cherry picked from commit a35629536e)
2023-11-08 22:15:29 +00:00
Davide Negretti
75e45cc8c2 [DURACOM-177] gap-* classes
(cherry picked from commit 930a381e4a)
2023-11-08 22:15:29 +00:00
Tim Donohue
5bb451a649 Merge pull request #2604 from DSpace/backport-2603-to-dspace-7_x
[Port dspace-7_x] Fix e2e tests by running in production mode & using a user-agent for statistics
2023-11-08 13:13:21 -06:00
Tim Donohue
042c0f06f1 Specify user agent to avoid being detected as a "bot" by backend
(cherry picked from commit 72cda41731)
2023-11-08 18:25:13 +00:00
Tim Donohue
f3f87dc928 Ensure e2e tests run in production mode
(cherry picked from commit 7dcaae8465)
2023-11-08 18:25:13 +00:00
Tim Donohue
4a10d37d0d Merge pull request #2598 from DSpace/backport-2593-to-dspace-7_x
[Port dspace-7_x] Fix "Submission input type date doesn't work properly once a value has been set"
2023-11-03 15:56:55 -05:00
Alisa Ismailati
c99487babc [DURACOM-194] fixed year input value on input type date
(cherry picked from commit c412c1fa13)
2023-11-03 20:15:37 +00:00
Alisa Ismailati
e54723aa85 Merged in DSC-106 (pull request #643)
[DSC-106] Date input usable via keyboard using tab

Approved-by: Vincenzo Mecca
(cherry picked from commit 543b4ad576)
2023-11-03 20:15:37 +00:00
Marco Aurelio Cardoso
8b48a0b118 fix(pt-BR.json5): fix and update the language file and previous errors
Fix and update the pt-BR language file and the previous errors
2023-10-29 07:18:04 -03:00
Marco Aurelio Cardoso
e1494c0518 fix(pt-BR.json5): fix and update the language file
Fix and update the pt-BR language file
2023-10-29 06:49:20 -03:00
Tim Donohue
701c6e36b0 Merge pull request #2589 from DSpace/backport-2580-to-dspace-7_x
[Port dspace-7_x]   Check cssRules before css variables are read from stylesheet (again)
2023-10-27 13:51:12 -05:00
Gantner, Florian Klaus
c6b66b62e3 more error-prone check of cssRules existence before css variables are get from stylesheet
check the existence off cssRules property before the variables are readed from this stylesheet
https://github.com/DSpace/dspace-angular/issues/2450

(cherry picked from commit 4dd334f2e7)
2023-10-27 15:28:08 +00:00
Tim Donohue
6a182c32e1 Merge pull request #2585 from tdonohue/port_2442_to_7x
[Port dspace-7_x] New themed components & minor CSS fixes
2023-10-26 16:56:03 -05:00
Alexandre Vryghem
b8079a350c New themed components & minor CSS fixes (#2442)
* 100839: Created themeable BrowseByComponent

* 100839: Added themed BrowseByComponent to custom theme

* 100839: Added themed BrowseEntryListElementComponent to custom theme

* Added PersonComponent to custom theme

* Themed LogInComponent

* Fix focus on navbar using different color

* Fix ccLicense checkbox margin

* Fix long search facets name not displaying correctly

* Removed RecentItemListComponent's unnecessary float causing alignment issues when adding components underneath it

* Themed RegisterEmailFormComponent
2023-10-26 16:07:24 -05:00
Tim Donohue
3e9f3aba92 Merge pull request #2584 from DSpace/backport-2441-to-dspace-7_x
[Port dspace-7_x] Minor css variables fixes for header & navbar
2023-10-26 15:02:26 -05:00
Alexandre Vryghem
e548ebcb5a Added new variables for the expandable navbar section
(cherry picked from commit 2ca2a3881f)
2023-10-26 19:03:08 +00:00
Alexandre Vryghem
166444fc50 Fixed breadcrumb padding using incorrect syntax
(cherry picked from commit 6c48238fa2)
2023-10-26 19:03:08 +00:00
Alexandre Vryghem
a40e26985d Fixed header bg color not being set in default (no) theme
(cherry picked from commit 14b1ce5e50)
2023-10-26 19:03:08 +00:00
Alexandre Vryghem
72dcfddff1 Added support for changing the color of the navbar
(cherry picked from commit f6649e1c38)
2023-10-26 19:03:08 +00:00
Tim Donohue
b9f60fa627 Merge pull request #2583 from DSpace/backport-2506-to-dspace-7_x
[Port dspace-7_x] allow insertion of multi-line scope notes in MD field registry
2023-10-26 13:25:32 -05:00
Tim Donohue
97b22c63f8 Merge pull request #2391 from alexandrevryghem/split-eperson-administration-page_contribute-maintenance-7.6
Created separate ePerson pages for create/edit
2023-10-26 13:23:15 -05:00
Sascha Szott
163661a956 allow to insert multi-line scope notes in MD field registry
(cherry picked from commit 5bc5dd859e)
2023-10-26 16:56:44 +00:00
Tim Donohue
f8671e7d4b Merge pull request #2581 from DSpace/backport-2542-to-dspace-7_x
[Port dspace-7_x] Fix i18n labels and alignment in vocabulary-treeview
2023-10-26 11:24:11 -05:00
Tim Donohue
673f81759e Merge pull request #2464 from alexandrevryghem/i18n-cache-busting_contribute-7.6
i18n production improvements
2023-10-26 11:22:36 -05:00
Davide Negretti
e10a08ecfa [DURACOM-190] Fix alignment in vocabulary-treeview
(cherry picked from commit feb2b2be53)
2023-10-26 15:35:38 +00:00
Davide Negretti
00eb24c39d [DURACOM-190] Fix i18n labels in vocabulary-treeview
(cherry picked from commit b321d6f727)
2023-10-26 15:35:38 +00:00
Kristof De Langhe
984c9bfc2a 107155: Allow caching of embedded objects without selflink 2023-10-26 16:33:14 +02:00
Tim Donohue
3b6dd66680 Merge pull request #2458 from atmire/backport-2423-to-dspace-7_x
[Port to dspace-7_x] Fix inherit policies at item move (Angular)
2023-10-25 16:38:44 -05:00
Tim Donohue
d6951dc8e3 Merge pull request #2576 from tdonohue/port_2362_to_7x
[Port dspace-7_x] Making user menu component themeable
2023-10-25 16:06:50 -05:00
Tim Donohue
1d2cdf75e6 Merge pull request #2575 from tdonohue/port_2530_to_7x
[Port to dspace-7_x] Fix display LogInComponent turning blank when entering wrong username/password combination
2023-10-25 15:18:20 -05:00
Eike Martin Löhden
4945460382 Removed default value from inExpandableNavbar. 2023-10-25 15:16:01 -05:00
Eike Martin Löhden
2ec90b8273 Included user-menu component in custom theme. 2023-10-25 15:15:54 -05:00
Eike Martin Löhden
a4aecce865 Replaced tags for ds-user-menu. 2023-10-25 15:15:48 -05:00
Eike Martin Löhden
de826634c8 Corrected missing semicolon. 2023-10-25 15:15:41 -05:00
Eike Martin Löhden
d04d9fd250 Added themed-user-menu component. 2023-10-25 15:15:25 -05:00
Alexandre Vryghem
86657108dd Merge branch 'fix-display-order-authentication-methods_contribute-7.4' into fix-display-order-authentication-methods_contribute-7.6
# Conflicts:
#	src/app/shared/log-in/log-in.component.html
#	src/app/shared/log-in/log-in.component.ts
2023-10-25 14:27:09 -05:00
Alan Orth
73f21f21e7 Merge pull request #2571 from DSpace/backport-2553-to-dspace-7_x
[Port dspace-7_x] Added Serbian Cyrillic translation and corrected Serbian Latin translаtion
2023-10-24 22:47:50 +03:00
imilos
5ab69af71e Added Serbian cyrilic translation and corrected Serbian latin translation.
(cherry picked from commit aa9e12dcfe)
2023-10-24 18:02:41 +00:00
imilos
884e113168 Added Serbian cyrilic translation and corrected Serbian latin translation.
(cherry picked from commit ad12e5a7f2)
2023-10-24 18:02:41 +00:00
Alan Orth
a92aa05049 Merge pull request #2566 from DSpace/backport-2527-to-dspace-7_x
[Port dspace-7_x] Minor header button improvements
2023-10-23 21:57:44 +03:00
Alexandre Vryghem
d7dba4bfcf Fixed invalid html structure the ExpandableNavbarSectionComponent had an ul tag containing non-li tags
(cherry picked from commit fa56d5dfb7)
2023-10-23 17:50:43 +00:00
Alexandre Vryghem
e82a1ebedb Applied same gap between header icons in the dspace theme and made the search field non-focusable when collapsed
(cherry picked from commit 58d31dd73f)
2023-10-23 17:50:43 +00:00
Alexandre Vryghem
d7f1d37e41 Themed LangSwitchComponent
(cherry picked from commit f9b4460e70)
2023-10-23 17:50:43 +00:00
Alexandre Vryghem
d6de6fee6c Use gap instead of individual paddings for header icons
(cherry picked from commit 9f2a1d048b)
2023-10-23 17:50:43 +00:00
Tim Donohue
7dd9156375 Merge pull request #2564 from DSpace/backport-2561-to-dspace-7_x
[Port dspace-7_x] Fix RequestService test sometimes failing in CICD
2023-10-23 10:00:35 -05:00
Alexandre Vryghem
8428b0549b Fix RequestService test failing because of different lastUpdated time
(cherry picked from commit fb315335c9)
2023-10-23 13:56:07 +00:00
Tim Donohue
33c2c98757 Merge pull request #2560 from DSpace/backport-2439-to-dspace-7_x
[Port dspace-7_x] Fix Request-a-Copy grant form optional message not optional in form validation
2023-10-20 15:14:08 -05:00
Agustina Martinez
e9b70e34d5 Update email-request-copy.component.html
Message is optional: remove req in [disabled]

(cherry picked from commit 94c756d52d)
2023-10-20 20:13:00 +00:00
Tim Donohue
c3ee2ca6c1 Merge pull request #2559 from DSpace/backport-2558-to-dspace-7_x
[Port dspace-7_x] Revert 2454 "Check cssRules before css variables are read from stylesheet"
2023-10-20 12:07:43 -05:00
Tim Donohue
2834ac33a4 Revert "Check cssRules before css variables are read from stylesheet (#2454)"
This reverts commit fa79c358c0.

(cherry picked from commit 6f73b65d53)
2023-10-20 17:07:13 +00:00
Tim Donohue
1eeed36036 Merge pull request #2552 from DSpace/backport-2549-to-dspace-7_x
[Port dspace-7_x] Bump @babel/traverse from 7.21.4 to 7.23.2
2023-10-20 09:57:08 -05:00
dependabot[bot]
bc0629e004 Bump @babel/traverse from 7.21.4 to 7.23.2
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.4 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 97f7a5e82a)
2023-10-19 21:45:57 +00:00
Alexandre Vryghem
d473fcdf16 Merge branch 'split-eperson-administration-page_contribute-7.6' into split-eperson-administration-page_contribute-maintenance-7.6 2023-10-19 23:01:48 +02:00
Alexandre Vryghem
2e571767ea 107664: Normalized ePerson & group edit url and moved error message to translation file 2023-10-19 23:01:24 +02:00
Tim Donohue
c25b80abdd Merge pull request #2504 from atmire/Angular-SRR-menu-issues
Fix Angular SSR menu issues
2023-10-19 10:19:27 -05:00
Alan Orth
b5f942b71d Merge pull request #2547 from DSpace/backport-2454-to-dspace-7_x
[Port dspace-7_x] Check cssRules before css variables are read from stylesheet
2023-10-17 22:50:14 +03:00
Gantner, Florian Klaus
21dcef0a42 checkstyle remove unused extra lines
(cherry picked from commit 5f8a9dea34)
2023-10-17 19:17:51 +00:00
Gantner, Florian Klaus
c4a60abd65 check cssRules existence before css variables are get from stylesheet
(cherry picked from commit 367cda2de0)
2023-10-17 19:17:51 +00:00
Alan Orth
fd850164f5 Merge pull request #2546 from DSpace/backport-2534-to-dspace-7_x
[Port dspace-7_x] Bump postcss from 8.4.23 to 8.4.31
2023-10-16 14:20:07 +03:00
dependabot[bot]
8f881dbb52 Bump postcss from 8.4.23 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.31.
- [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.23...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 3c5079e9ce)
2023-10-16 07:36:28 +00:00
Alexandre Vryghem
a419956e2a Merge remote-tracking branch 'upstream/dspace-7_x' into split-eperson-administration-page_contribute-maintenance-7.6
# Conflicts:
#	src/app/access-control/epeople-registry/eperson-form/eperson-form.component.html
2023-10-14 17:38:26 +02:00
Alan Orth
3cb23c18e7 Merge pull request #2536 from atmire/issue-2535_hide-add-more-button-submission-if-no-disabled-sections-7.x
Issue 2535 hide add more button submission if no disabled sections 7.x
2023-10-12 09:46:14 +03:00
Alan Orth
59be2ae907 Merge pull request #2543 from DSpace/backport-2531-to-dspace-7_x
[Port dspace-7_x] Fix browse by visual bug
2023-10-12 09:17:48 +03:00
Jens Vannerum
15d2880ca4 Fix browse by visual bug
(cherry picked from commit d0b4e15db4)
2023-10-11 19:04:20 +00:00
Pascal-Nicolas Becker
c03cd03274 Merge pull request #2541 from DSpace/backport-2537-to-dspace-7_x
[Port dspace-7_x] Translate community as 'Bereich' in de.json5
2023-10-11 05:33:28 +02:00
Janne Jensen
ec86bc12bd translate community as 'Bereich' in de.json5
(cherry picked from commit 0139670371)
2023-10-10 20:40:03 +00:00
Marie Verdonck
77dd72b6ef Merge branch 'issue-2535_hide-add-more-button-submission-if-no-disabled-sections-7.4' into issue-2535_hide-add-more-button-submission-if-no-disabled-sections-7.x 2023-10-04 17:30:45 +02:00
Marie Verdonck
709848ee25 Issue#2535: Hide add more button in submission if no disabled sections 2023-10-04 17:27:04 +02:00
Kristof De Langhe
be6dbdec66 107155: Allow caching null objects 2023-10-02 13:31:25 +02:00
Alan Orth
980e254d9a Merge pull request #2528 from DSpace/backport-2385-to-dspace-7_x
[Port dspace-7_x] Move subscription button to DSO edit menu
2023-09-27 10:56:27 +03:00
Yury Bondarenko
6d195f5ffa Update DSO edit menu resolver tests
- Abstract away the different "subsections" ~ DSO type (the tests should not care about this)
  Instead, retrieve sections of interest by ID & assert whether they're there & how they should look
- Test separately for Communities, Collections & Items
- Test newly added menu section

(cherry picked from commit 18b7a9c7de)
2023-09-27 07:02:24 +00:00
Yury Bondarenko
578a427f46 Move subscription button to DSO edit menu
(cherry picked from commit c9558167b2)
2023-09-27 07:02:24 +00:00
Alan Orth
506579cd23 Merge pull request #2510 from atmire/fix-mutliple-api-calls-on-route-change
Fix multiple api calls on route change
2023-09-27 08:12:47 +03:00
Alan Orth
19eec6ac31 Merge pull request #2526 from DSpace/backport-2525-to-dspace-7_x
[Port dspace-7_x] Fix mouse cursor on language dropdown menu
2023-09-26 22:09:17 +03:00
Davide Negretti
2aab4265a5 [DURACOM-185] Fix pointer on language dropdown menu
(cherry picked from commit 6b5708cffd)
2023-09-26 18:40:11 +00:00
Art Lowel
67a6f58865 Merge branch 'fix-mutliple-api-calls-on-route-change-7.6' into fix-mutliple-api-calls-on-route-change 2023-09-26 16:56:17 +02:00
Art Lowel
6a99185214 roll back unintended change to the responseMsToLive for RootDataservice 2023-09-26 16:56:07 +02:00
Art Lowel
d02c5397f8 Merge branch 'fix-mutliple-api-calls-on-route-change-7.6' into fix-mutliple-api-calls-on-route-change 2023-09-26 14:44:39 +02:00
Art Lowel
32fc28ec54 fix dev mode issue where retrieving the login options fails 2023-09-26 14:44:13 +02:00
DSpace Bot
77efe52f4a [Port dspace-7_x] Fix missing or wrong Italian translations (#2522)
[DURACOM-184] fix missing or wrong Italian translations

---------

Co-authored-by: Andrea Barbasso <´andrea.barbasso@4science.com´>
2023-09-26 11:04:49 +03:00
Alan Orth
83beb5474e Merge pull request #2521 from DSpace/backport-2473-to-dspace-7_x
[Port dspace-7_x] Fix some routes not using the correct baseHref
2023-09-26 10:51:51 +03:00
DSpace Bot
1c38d9259a [Port dspace-7_x] Serbian (Latin) translation (#2520)
* Serbian (latin) translation added.

---------

Co-authored-by: imilos <imilos@gmail.com>
2023-09-26 10:08:07 +03:00
Alexandre Vryghem
d6d5a2891c Fix routes not working with baseHref
(cherry picked from commit 18febff7a6)
2023-09-26 07:07:20 +00:00
Hrafn Malmquist
abd6c01a98 Merge pull request #2502 from alanorth/undo-text-capitalize
Don't capitalize metadata values in search
2023-09-26 00:19:07 +01:00
DSpace Bot
f77d01c01f [Port dspace-7_x] Update fi.json5 (#2516)
* Update fi.json5

Two last translations to the Finnish file.

(cherry picked from commit c3a908bccb)
2023-09-25 12:53:45 +03:00
Tim Donohue
fd3f1628ee Merge pull request #2514 from DSpace/backport-2505-to-dspace-7_x
[Port dspace-7_x] remove obsolete label element in metadata-schema.component.html
2023-09-22 14:53:04 -05:00
Sascha Szott
c7fe310d81 removed trailing whitespaces as suggested by reviewer
(cherry picked from commit 43f19e7d91)
2023-09-22 17:57:54 +00:00
Sascha Szott
742b2d920a remove obsolete label element in metadata-schema.component.html
(cherry picked from commit 6847c30e58)
2023-09-22 17:57:54 +00:00
Art Lowel
7a8e2206ae Merge branch 'fix-mutliple-api-calls-on-route-change-7.6' into fix-mutliple-api-calls-on-route-change 2023-09-22 12:01:24 +02:00
Art Lowel
8fbe8c16dc fix issue where invalidateRootCache didn't happen when the page first loaded 2023-09-22 12:00:59 +02:00
Art Lowel
0104f81d54 Merge branch 'fix-mutliple-api-calls-on-route-change-7.6' into fix-mutliple-api-calls-on-route-change 2023-09-22 10:48:46 +02:00
Art Lowel
5ad621b27e fix issue where more than one api call was made on every route change 2023-09-22 10:23:07 +02:00
Alan Orth
47029c0a78 src/app/shared/search: don't capitalize metadata values
Don't capitalize metadata values for display purposes.
2023-09-19 07:42:23 +03:00
Yana De Pauw
5a5f71a3d9 Merge remote-tracking branch 'upstream/dspace-7_x' into Angular-SRR-menu-issues 2023-09-18 16:49:36 +02:00
Yana De Pauw
3e8d180f1b 106974: Angular SSR menu issues 2023-09-18 16:43:32 +02:00
Tim Donohue
2d733732f6 Merge pull request #2498 from DSpace/backport-2451-to-dspace-7_x
[Port dspace-7_x] Graceful shutdown on SIGINT (e.g. from 'pm2 stop').
2023-09-14 12:29:23 -05:00
Mark H. Wood
d6cabd1d01 Document a modified method as required by PR guidelines.
(cherry picked from commit bf9b2b82e1)
2023-09-14 16:07:36 +00:00
Mark H. Wood
46e2f4e22c Properly await termination.
(cherry picked from commit 4449737aed)
2023-09-14 16:07:36 +00:00
Mark H. Wood
15c2af5fbf Graceful shutdown on SIGINT (e.g. from 'pm2 stop').
(cherry picked from commit 6709c3bb5f)
2023-09-14 16:07:36 +00:00
Tim Donohue
a37e0f29b7 Merge pull request #2497 from DSpace/backport-2493-to-dspace-7_x
[Port dspace-7_x] Correct text of help info on edit group page
2023-09-14 11:01:38 -05:00
Tim Donohue
b423b49cac Correct text of help info on edit group page
(cherry picked from commit 49247430e5)
2023-09-14 15:07:21 +00:00
Tim Donohue
bdf7414392 Merge pull request #2488 from alexandrevryghem/fix-display-order-authentication-methods_contribute-7.6
[Port dspace-7_x] Made it possible to reorder the login methods
2023-09-11 16:40:43 -05:00
Tim Donohue
459a43184a Merge pull request #2486 from DSpace/backport-2421-to-dspace-7_x
[Port dspace-7_x] 🚸remove thumbnail from file-upload section and show bitstream format …
2023-09-08 16:13:14 -05:00
Alexandre Vryghem
0905a53db5 Fix innerText still being undefined in ssr mode 2023-09-08 22:35:27 +02:00
Alan Orth
cd93c6eecd Merge pull request #2487 from DSpace/backport-2445-to-dspace-7_x
[Port dspace-7_x] Fix to Metadata Registry create new metadata schema doesn't appear without reload #1081
2023-09-08 23:29:50 +03:00
Hugo Dominguez
161d7e069b 🎨 revert format
(cherry picked from commit 3e5524de69)
2023-09-08 19:50:25 +00:00
Hugo Dominguez
e3ea2cb2b0 🐛 fix bug of caching when add new schema
(cherry picked from commit 9fb9e5848c)
2023-09-08 19:50:25 +00:00
Hugo Dominguez
8d295419c7 ♻️ refactor chain of observables to avoid async issues
(cherry picked from commit 2dc9fd44d7)
2023-09-08 19:50:25 +00:00
Tim Donohue
22538f30dc Update workspaceitem-section-upload-file.model.ts
Fix code comment

(cherry picked from commit 01c8a4d9c3)
2023-09-08 19:33:55 +00:00
Hugo Dominguez
5daf993451 🎨revert unnecessary format
(cherry picked from commit 13e4052c4d)
2023-09-08 19:33:55 +00:00
Hugo Dominguez
b7b3db5ba8 🚸remove thumbnail from file-upload section and show bitstream format and checksum
(cherry picked from commit 4c8ec8a4f2)
2023-09-08 19:33:55 +00:00
Tim Donohue
a0a8607628 Merge pull request #2484 from DSpace/backport-2412-to-dspace-7_x
[Port dspace-7_x] remove redundant cache default values from server.ts
2023-09-08 11:40:43 -05:00
Sascha Szott
3a465ac452 remove redundant cache default values from server.ts
(cherry picked from commit e53abcb69e)
2023-09-08 15:44:21 +00:00
Tim Donohue
97b2eb7a7c Merge pull request #2404 from alexandrevryghem/fix-setStaleByHrefSubtring-not-emitting-after-all-requests-were-stale_contribute-maintenance-7.6
[Port dspace-7_x] Fix `setStaleByHrefSubstring` not emitting true when all requests are stale
2023-09-07 14:39:33 -05:00
Tim Donohue
b46390c315 Merge pull request #2396 from alexandrevryghem/w2p-104312_pass-query-to-external-search-tabs_contribute-maintenance-7.6
[Port dspace-7_x] Search query is not set by default when opening an external sources tab
2023-09-07 12:49:47 -05:00
Tim Donohue
d14e258b5b Merge pull request #2483 from DSpace/backport-2470-to-dspace-7_x
[Port dspace-7_x] Minor pt-PT translation fixes
2023-09-07 11:15:21 -05:00
José Carvalho
1622b25aac Minor pt-PT translation fixes
(cherry picked from commit a6c1120700)
2023-09-07 15:35:02 +00:00
Tim Donohue
d95fa43c6b Merge pull request #2479 from DSpace/backport-2366-to-dspace-7_x
[Port dspace-7_x] CSV export fixes
2023-09-06 16:08:21 -05:00
Kristof De Langhe
4918ff212c 104189: CSV export add fixedFilter
(cherry picked from commit 45ad5f7316)
2023-09-06 19:53:01 +00:00
Kristof De Langhe
c2790584bd 104189: Allow CSV export on related entity search
(cherry picked from commit cac1407f08)
2023-09-06 19:53:01 +00:00
Tim Donohue
162cf94772 Merge pull request #2478 from DSpace/backport-2361-to-dspace-7_x
[Port dspace-7_x] Fix tree not updating when switching between "Browse by Vocabulary" pages
2023-09-06 09:22:00 -05:00
Nona Luypaert
92e0b6dddf Fix VocabularyTreeview not updating + i18n for nsi
(cherry picked from commit b5a70e8f95)
2023-09-05 22:14:44 +00:00
Tim Donohue
5b646af818 Merge pull request #2477 from DSpace/backport-2457-to-dspace-7_x
[Port dspace-7_x] config/config.example.yml: fix example syntax
2023-09-05 16:25:23 -05:00
Alan Orth
8363273f58 config/config.example.yml: fix example syntax
As of DSpace Angular 7.2 the syntax has changed from TypeScript to
YAML.

(cherry picked from commit 9e46b5310b)
2023-09-05 21:24:21 +00:00
Alan Orth
5f5d11cc0b Merge pull request #2476 from DSpace/backport-2432-to-dspace-7_x
[Port dspace-7_x] Fix to Value of dropdown changes automatically on item submission page
2023-09-05 20:16:37 +03:00
Hugo Dominguez
eb38b5877e change test event, click by mousedown on dynamic-scrollable-dropdown.component.spec.ts
(cherry picked from commit 25479e1794)
2023-09-05 17:15:51 +00:00
Hugo Dominguez
f88638e9fe 🐛 Fix Value of dropdown changes automatically on item submission page
(cherry picked from commit 651305952d)
2023-09-05 17:15:51 +00:00
Tim Donohue
cd350ddf5f Merge pull request #2472 from DSpace/backport-2448-to-dspace-7_x
[Port dspace-7_x] Spanish translation updated to 7.6
2023-09-05 09:48:32 -05:00
Alan Orth
2987ad05be Merge pull request #2474 from DSpace/backport-2444-to-dspace-7_x
[Port dspace-7_x] Fix to Mobile navbar hamburger menu doesn't work in Firefox/Safari #2372
2023-09-05 12:01:31 +03:00
Hugo Dominguez
9afbd8d746 🐛 fix when navbar expands on firefox
(cherry picked from commit 60706720e4)
2023-09-05 09:00:34 +00:00
Sergio Fernández Celorio
a4eaf02a47 Some lint errors fixed
(cherry picked from commit 1885638ba6)
2023-09-01 19:05:02 +00:00
Sergio Fernández Celorio
d1ebf07456 Spanish translation updated to 7.6
(cherry picked from commit 4cc4192e93)
2023-09-01 19:05:02 +00:00
Tim Donohue
02c47c3234 Merge pull request #2469 from DSpace/backport-2468-to-dspace-7_x
[Port dspace-7_x] Minor Accessibility Fixes & Enable accessibility scan on more pages
2023-08-30 10:31:36 -05:00
Tim Donohue
63c752b3f4 Fix heading order accessibility issue in search filters/facets
(cherry picked from commit 276d80895e)
2023-08-30 14:40:51 +00:00
Tim Donohue
6df76515ba Minor fixes to cypress tests
(cherry picked from commit 70a7bbe3cb)
2023-08-30 14:40:51 +00:00
Tim Donohue
3cdcdaf475 Fix accessibility of date sliders by adding aria-labels
(cherry picked from commit 2a881791ba)
2023-08-30 14:40:51 +00:00
Tim Donohue
b90d102e5e Update ng2-nouislider and nouislider to latest versions
(cherry picked from commit 91d8b7e4f7)
2023-08-30 14:40:51 +00:00
Tim Donohue
13ead8174a Fix heading order issue with item page & update accessibility tests to prove it now passes
(cherry picked from commit ba244bf6b1)
2023-08-30 14:40:51 +00:00
Tim Donohue
a7a807c0bb Enable excessibility checking of login menu, and remove unnecessary exclusion from header
(cherry picked from commit 339ed63734)
2023-08-30 14:40:51 +00:00
Tim Donohue
baecf2ac11 Reenable accessibility check fixed in #2251
(cherry picked from commit 158ebb0e32)
2023-08-30 14:40:51 +00:00
Tim Donohue
7ebdc43ca2 Update to latest axe-core
(cherry picked from commit 50899f1d1b)
2023-08-30 14:40:51 +00:00
Tim Donohue
13c0cb48ed Update to latest cypress
(cherry picked from commit 68a3323fca)
2023-08-30 14:40:51 +00:00
Alan Orth
6639594f7e Merge pull request #2465 from DSpace/backport-2463-to-dspace-7_x
[Port dspace-7_x] Fix to Pagination position is retained between searches #2159
2023-08-29 11:27:09 +03:00
Alexandre Vryghem
07a2e333ca Implemented i18n cache busting 2023-08-28 21:24:03 +02:00
Tim Donohue
af8c599497 Merge pull request #2466 from DSpace/backport-2447-to-dspace-7_x
[Port dspace-7_x] 2251 accessibility issues on the community list page
2023-08-28 14:13:02 -05:00
Alan Orth
0542e9b2fd Merge pull request #2467 from DSpace/backport-2399-to-dspace-7_x
[Port dspace-7_x] fix(i18n): curation-task.task.registerdoi.label
2023-08-28 21:07:04 +03:00
Mirko Scherf
2a55e36082 fix(i18m): curation-task.task.registerdoi.label
changed curation-task.task.register-doi.label back to
curation-task.task.registerdoi.label and added German translation

(cherry picked from commit 0ec72f679b)
2023-08-28 18:02:28 +00:00
Hrafn Malmquist
8a5d6897c4 Reorder instance method to come after member declaration
(cherry picked from commit e59913acab)
2023-08-28 14:44:18 +00:00
Hrafn Malmquist
e89a277702 Improve documentation
(cherry picked from commit d9b6e9d81f)
2023-08-28 14:44:18 +00:00
Hrafn Malmquist
9fc4e213df Add trackby function so cdktree can differentiate between new and old nodes
(cherry picked from commit 5f71de885b)
2023-08-28 14:44:18 +00:00
Hrafn Malmquist
46ac61dcac Replace h2 with a h1
(cherry picked from commit 05c53ad1d4)
2023-08-28 14:44:18 +00:00
Hrafn Malmquist
eef98d70c3 Replace h5 with a span
(cherry picked from commit 5ef4a827f5)
2023-08-28 14:44:18 +00:00
Hugo Dominguez
5c669fb1b7 add first page condition when search submit
(cherry picked from commit 044230209c)
2023-08-28 14:33:34 +00:00
Hugo Dominguez
a343991e74 🐛 go to first page after submit search
(cherry picked from commit 88a7088b47)
2023-08-28 14:33:34 +00:00
Tim Donohue
83de2c5769 Merge pull request #2462 from tdonohue/port_2395
[Port dspace-7_x] Fix themed components duplicating themself when switching themes
2023-08-25 13:28:03 -05:00
Alexandre Vryghem
8b57a2f6af Merge branch 'fix-ngonchanges-not-working-for-themed-components_contribute-7.2' into fix-ngonchanges-not-working-for-themed-components_contribute-7.4
# Conflicts:
#	src/app/app.component.ts
2023-08-25 12:34:10 -05:00
Alexandre Vryghem
7352d9e273 Reset to base theme when no default theme is set and leaving UUID/handle theme 2023-08-25 12:22:51 -05:00
Alexandre Vryghem
4e14bc0b78 101577: Ensure the component is always destroyed before rendering the new component 2023-08-25 12:22:32 -05:00
Alexandre Vryghem
0e289b3f39 103176: Fix vcr not being defined yet in OnInit hook 2023-08-25 12:19:30 -05:00
Koen Pauwels
815425c101 Fix lint issue. 2023-08-25 10:18:09 +02:00
Alan Orth
6ad641f4e2 Merge pull request #2460 from DSpace/backport-2434-to-dspace-7_x
[Port dspace-7_x] Input type list doesn't work correctly if multiple value-pairs have the same pair value
2023-08-25 10:37:33 +03:00
Alexandre Vryghem
7f00253d3d 105265: Made the DsDynamicListComponent's checkbox & radio buttons ids unique for each metadata field to prevent other value-pairs having the same id
(cherry picked from commit 4c419e1eee)
2023-08-25 06:17:16 +00:00
Tim Donohue
03d17678e2 Merge pull request #2459 from DSpace/backport-2449-to-dspace-7_x
[Port dspace-7_x] Update pl.json5
2023-08-24 16:03:53 -05:00
Michał Dykas
0efb95825d Update pl.json5 fix test 2 spaces instead of 1
(cherry picked from commit f58a7a2e9b)
2023-08-24 19:58:39 +00:00
Michał Dykas
95cde220e6 Update pl.json5 fix issues from tests
(cherry picked from commit 93299ec83d)
2023-08-24 19:58:39 +00:00
Michał Dykas
964066056c Update pl.json5
Translation update of 2 spaces instead of 3

(cherry picked from commit cfd753f928)
2023-08-24 19:58:39 +00:00
Michał Dykas
22db36f938 Update pl.json5
Update from 7.4 to 7.6 version

(cherry picked from commit b439ab4484)
2023-08-24 19:58:39 +00:00
Tim Donohue
9df4d660e7 Merge pull request #2453 from tdonohue/fix_demo_urls_7_x
[Port dspace-7_x] Replace mentions of demo7.dspace.org and api7.dspace.org with new demo URLs
2023-08-24 12:41:02 -05:00
Koen Pauwels
a5b30ea3c2 103818 Adjusted "Inherit policies" tooltip 2023-08-24 15:27:52 +02:00
Koen Pauwels
2078b7593a 103818 Add warning tooltip to "Inherit policies" checkbox on item move page 2023-08-24 15:27:52 +02:00
Tim Donohue
fe8429ebbe Enable new skip merge commit feature 2023-08-23 17:08:44 -05:00
Tim Donohue
8feeedfc3a Merge pull request #2455 from DSpace/backport-2438-to-dspace-7_x
[Port dspace-7_x] 2437 Correct and clarify commented-out code in several custom components
2023-08-23 16:07:17 -05:00
Hardy Pottinger
3292222e47 fix lint error in workflow-item-send-back.component.ts
(cherry picked from commit 518cc714f2)
2023-08-23 19:50:22 +00:00
Hardy Pottinger
36868c06f0 2437 Correct and clarify commented-out code in several custom components
- Correct the path in commented-out code in the custom theme's
  components
- Clarify that the workflow-item-sen-back.component.scss file is a stub
- It has no corresponding SCSS file in the base theme

(cherry picked from commit 0906234a29)
2023-08-23 19:50:22 +00:00
Tim Donohue
5853e49bd0 Update default configs to use https://demo.dspace.org/server/ 2023-08-22 16:44:10 -05:00
Tim Donohue
2fd53c7ad2 Replace mentions of demo7.dspace.org and api7.dspace.org with demo or sandbox 2023-08-22 16:38:00 -05:00
Tim Donohue
63345a335a Merge pull request #2428 from DSpace/backport-2409-to-dspace-7_x
[Port dspace-7_x] Bump word-wrap from 1.2.3 to 1.2.5
2023-08-09 10:07:14 -05:00
dependabot[bot]
bbb50f2858 Bump word-wrap from 1.2.3 to 1.2.5
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 2fec33e70a)
2023-08-08 21:42:41 +00:00
Tim Donohue
3e31c1eee3 Merge pull request #2427 from tdonohue/port_2048
[Port dspace-7_x] ProcessDetailComponent test improvement
2023-08-08 16:25:21 -05:00
Kristof De Langhe
cfcf93ecf8 104126: ProcessDetailComponent test improvement 2023-08-08 15:08:49 -05:00
Tim Donohue
74c2f3d9bb Merge pull request #2405 from alexandrevryghem/fix-collection-form-bugs_contribute-maintenance-7.6
[Port dspace-7_x] Fix minor collection form bugs
2023-08-04 12:48:34 -05:00
Tim Donohue
f22fcc7b3c Merge pull request #2420 from tdonohue/port_2388
[Port dspace-7_x] fix(i18n): add and update missing status strings
2023-08-04 12:25:44 -05:00
Mirko Scherf
c3b9a1d5c6 fix(i18n): add and update missing status strings
New strings for status filter entries:
search.filters.namedresourcetype.*
Refactored strings introduced with #2068 (refactor badged),
e.g. mydspace.status.archived -> mydspace.status.mydspaceArchived
2023-08-04 11:19:55 -05:00
Alan Orth
d072ae7027 Merge pull request #2419 from DSpace/backport-2378-to-dspace-7_x
[Port dspace-7_x] Show error message from the password validation response
2023-08-04 16:04:15 +03:00
milanmajchrak
f746d45ac1 Show error message from the error response
(cherry picked from commit e6546b4499)
2023-08-04 12:21:30 +00:00
Tim Donohue
1fd917dd4a Merge pull request #2418 from DSpace/backport-2344-to-dspace-7_x
[Port dspace-7_x] Catch and handle unsuccessful "convert rels to items" responses
2023-08-03 16:38:44 -05:00
Tim Donohue
99e349b91f Merge pull request #2392 from alexandrevryghem/fix-mathjax-displaying-twiced-in-ui_contribute-maintenance-7.6
[Port dspace-7_x] Fixed MathJax code being displayed twice by `dsMarkdown` pipe
2023-08-03 16:09:56 -05:00
Kim Shepherd
a7ed053d15 catch and handle unsuccessful "convert rels to items" responses
(cherry picked from commit a35b7d8356)
2023-08-03 20:03:27 +00:00
Tim Donohue
99c6dd1829 Merge pull request #2347 from alanorth/finnish-language-strings
src/assets/i18n: update Finnish language strings
2023-08-03 12:56:22 -05:00
Tim Donohue
0a48b09bd7 Merge pull request #2416 from tdonohue/port_of_2381
[Port dspace-7_x] refactor: rename aletr-type.ts to alert-type.ts
2023-08-03 12:37:18 -05:00
Mirko Scherf
0dc74165dc refactor: rename aletr-type.ts to alert-type.ts 2023-08-03 11:51:48 -05:00
Tim Donohue
9cbb634245 Merge pull request #2415 from DSpace/backport-2363-to-dspace-7_x
[Port dspace-7_x] Bump semver from 5.7.1 to 5.7.2
2023-08-02 15:55:32 -05:00
dependabot[bot]
7c379db7ee Bump semver from 5.7.1 to 5.7.2
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 0b0c60e38c)
2023-08-02 20:06:40 +00:00
Alexandre Vryghem
3dc73f9021 Properly handle AuthMethod subscription in LogInComponent 2023-08-02 21:25:58 +02:00
Alexandre Vryghem
94ceee9080 Merge remote-tracking branch 'templates/dspace-7.6' into fix-display-order-authentication-methods_contribute-7.6
# Conflicts:
#	src/app/shared/log-in/log-in.component.html
#	src/app/shared/log-in/methods/log-in-external-provider/log-in-external-provider.component.spec.ts
#	src/app/shared/log-in/methods/oidc/log-in-oidc.component.html
#	src/app/shared/log-in/methods/oidc/log-in-oidc.component.spec.ts
#	src/app/shared/log-in/methods/orcid/log-in-orcid.component.html
#	src/app/shared/log-in/methods/password/log-in-password.component.ts
#	src/app/shared/log-in/methods/shibboleth/log-in-shibboleth.component.html
#	src/app/shared/log-in/methods/shibboleth/log-in-shibboleth.component.spec.ts
2023-08-02 21:01:36 +02:00
Alexandre Vryghem
71cf66ecf4 Fix display order of authentication methods 2023-08-02 10:00:43 +02:00
Alan Orth
1b9656b135 src/assets/i18n: update Finnish language strings
Contributed by Reeta Kuukoski from the National Library of Finland.
2023-07-31 12:32:14 +03:00
Tim Donohue
85acdcb9c5 Merge pull request #2407 from DSpace/backport-2406-to-dspace-7_x
[Port dspace-7_x] Add GitHub action to automatically create a port PR (based on label) & minor bug fixes
2023-07-28 15:25:02 -05:00
Tim Donohue
867ae9c341 Minor update to label_merge_conflicts to ignore any errors (seem random at this time)
(cherry picked from commit d75d12b423)
2023-07-28 20:11:29 +00:00
Tim Donohue
4965bdee5f Add action to automatically create a port PR when specified
(cherry picked from commit 338b63ebb8)
2023-07-28 20:11:29 +00:00
Alexandre Vryghem
ebaccc055e Merge branch 'fix-collection-form-bugs_contribute-7.4' into fix-collection-form-bugs_contribute-7.6
# Conflicts:
#	src/app/access-control/epeople-registry/eperson-form/eperson-form.component.html
2023-07-28 00:14:58 +02:00
Alexandre Vryghem
273be5bd81 Merge remote-tracking branch 'contributions/fix-setStaleByHrefSubtring-not-emitting-after-all-requests-were-stale_contribute-7.4' into fix-setStaleByHrefSubtring-not-emitting-after-all-requests-were-stale_contribute-7.6
# Conflicts:
#	src/app/core/data/request.service.ts
2023-07-27 23:57:18 +02:00
Alexandre Vryghem
5062e46433 104312: Add missing query @Input() to ThemedDynamicLookupRelationExternalSourceTabComponent 2023-07-25 18:26:47 +02:00
Alexandre Vryghem
9b1d18bd32 Merge tag 'dspace-7.6' into w2p-104312_pass-query-to-external-search-tabs_contribute-7.6 2023-07-25 18:26:18 +02:00
Alexandre Vryghem
15656b03ce Fix mathjax code being displayed twice
This was due to sanitizeHtml rendering the mjx-assistive-mml tag as text. This tag is used by screen readers and therefor we should allow it to be rendered
2023-07-21 23:18:40 +02:00
Alexandre Vryghem
75ec046bba Hide the delete EPerson/Group buttons when the user can't delete the EPerson/Group 2023-07-21 18:34:42 +02:00
Alexandre Vryghem
998e1fac8d Fix spacing issues for EPerson form buttons 2023-07-21 18:34:42 +02:00
Alexandre Vryghem
9ac19d40fc Cleanup access-control components
- Use the same methods to retrieve the access-control urls
- Fix EPersonDataService.startEditingNewEPerson returning the incorrect link
2023-07-21 18:34:41 +02:00
Alexandre Vryghem
2a35180a1b Created separate pages for edit & create EPersons 2023-07-21 17:15:10 +02:00
Alexandre Vryghem
648925f3e1 104312: DsDynamicLookupRelationExternalSourceTabComponent should have the form value already filled in the search input 2023-07-19 14:04:34 +02:00
Tim Donohue
4f0e1d6de1 Merge pull request #2369 from tdonohue/port_2358_2359
Port recent GitHub Actions changes to dspace-7_x branch
2023-07-14 16:56:32 -05:00
Tim Donohue
1809f0585c Split docker images into separate jobs to run in parallel. Ensure 'main' codebase is tagged as 'latest' 2023-07-14 15:41:57 -05:00
Tim Donohue
a484379f69 Ensure codescan and label_merge_conflicts run on maintenance branches 2023-07-14 15:41:41 -05:00
Tim Donohue
7bf4da55cf Enable Pull Request Opened action to assign PRs to their creator 2023-07-14 15:41:26 -05:00
Alan Orth
a079ed729c Merge pull request #2354 from alanorth/request-copy-component-path
src/app: fix path to deny-request-copy component
2023-07-06 20:45:56 +03:00
Alan Orth
3a48ed390b src/app: fix path to deny-request-copy component
The themed-deny-request-copy.component erroneously includes the cus-
tom theme's deny-request-copy component instead of its own.

Closes: https://github.com/DSpace/dspace-angular/issues/2351
2023-07-06 20:41:52 +03:00
Alexandre Vryghem
cf77726866 Fix enter not submitting collection form correctly
Fixed it for communities, collections, ePersons & groups
2023-07-01 01:01:57 +02:00
Alexandre Vryghem
b2b1782cd8 Hide entity field in collection form when entities aren't initialized 2023-06-30 22:43:46 +02:00
Alexandre Vryghem
02a20c8862 103236: Added tests for setStaleByHrefSubstring 2023-06-30 17:01:25 +02:00
Art Lowel
ae6b183fae 103236: fix issue where setStaleByHrefSubtring wouldn't emit after all requests were stale 2023-06-30 16:56:15 +02:00
Tim Donohue
884aa07430 Update version tag for development of next release 2023-06-23 13:04:19 -05:00
Tim Donohue
404ccd9b0e Update version tag for release 2023-06-23 12:54:41 -05:00
Tim Donohue
990bde43ab Merge pull request #2336 from atmire/w2p-103005_variable-overwrite-fix_contribution
Fix background-color overwrite issue
2023-06-23 10:01:53 -05:00
Tim Donohue
db526a0c25 Merge pull request #2331 from tdonohue/ssr_redirect_301
Implement basic 301 Redirect for DSpace 6.x URLs when SSR is used.
2023-06-23 08:59:30 -05:00
Tim Donohue
9a5e26f640 Merge pull request #2334 from 4Science/fix-bistream-download-cache
fix for bitstreams are not visible to crawlers when caching is enabled
2023-06-23 08:56:02 -05:00
lotte
d4a59dd51c Merge branch 'w2p-103005_variable-overwrite-fix' 2023-06-23 12:07:22 +02:00
lotte
3d133f6166 103005: Fixed issue where bg colours couldn't be overwritten in themes 2023-06-23 11:50:05 +02:00
Giuseppe Digilio
163014306c [DURACOM-172] improve regex 2023-06-23 09:23:28 +02:00
Giuseppe Digilio
d9857a7a9a Merge branch 'main' into fix-bistream-download-cache 2023-06-23 09:16:17 +02:00
Tim Donohue
5331ff68db Merge pull request #2330 from doana/dynamic-scrollable-dropdown-accessibility
Add the ability to expand / collapse via keyboard
2023-06-22 15:23:33 -05:00
Tim Donohue
d4a5308d0c Refactor to use HardRedirectService. Update its redirect method to support optional statusCode 2023-06-22 13:37:14 -05:00
Giuseppe Digilio
6a58e49fb4 [DURACOM-172] add check to save only successful response into the SSR cache 2023-06-22 18:16:53 +02:00
Tim Donohue
661b4aef9d Merge pull request #2332 from 4Science/DURACOM-170
"Add Collection"  form loads
2023-06-22 11:10:39 -05:00
Alisa Ismailati
47e7eb1a4f [DURACOM-170] Fixed "add collection" behavior 2023-06-22 12:14:15 +02:00
Tim Donohue
0fe33eecd1 Implement basic 301 Redirect when SSR is used. 2023-06-21 15:36:59 -05:00
Adam Doan
275b057b40 Add the ability to expand / collapse via keyboard 2023-06-21 17:37:22 +00:00
Art Lowel
499bfe3154 Merge pull request #2277 from paulo-graca/bugfix/addressing-#2276
new project metadata representation component
2023-06-21 09:19:06 +02:00
Tim Donohue
5d39026eb7 Merge pull request #2245 from mwoodiupui/themeable-request-copy
Make some request-copy components themeable.
2023-06-20 16:27:45 -05:00
Tim Donohue
ee3e5ca14c Merge pull request #2316 from alanorth/item-count-style
src/app: adjust item count style
2023-06-20 16:13:26 -05:00
Tim Donohue
834893249c Merge pull request #2326 from 4Science/DURACOM-160
[DURACOM-160] Hide "Send feedback" link when CanSendFeedback is false
2023-06-20 15:50:59 -05:00
Alan Orth
07a8024daa src/app: adjust item count style
Minor adjustment to community and collection item counts. Instead of
using the Bootstrap `lead` class, which reduces weight but increases
size, we should use the same badge / pill style used in other counts
like on on the browse by pages.
2023-06-20 22:33:11 +03:00
Paulo Graça
5c10e473e9 Merge branch 'main' into bugfix/addressing-#2276 2023-06-20 17:07:13 +01:00
Paulo Graça
1919f976f4 adding support for DSONameService 2023-06-20 15:30:56 +01:00
Tim Donohue
2fa8ab5365 Merge pull request #2322 from alanorth/english-strings
src/assets/i18n: update English strings
2023-06-20 09:27:43 -05:00
Tim Donohue
157eedade4 Merge pull request #2288 from atmire/add-referrer-to-pageview-event-7.6.0-next
Add referrer to pageview event
2023-06-20 09:20:42 -05:00
Paulo Graça
f471957c4c adding support for DSONameService 2023-06-20 14:06:48 +01:00
Paulo Graça
72eaf35de1 adding support for DSONameService 2023-06-20 13:35:12 +01:00
Paulo Graça
e6fdc4597a change param name in typescript doc 2023-06-20 10:34:34 +01:00
Paulo Graça
130c3c9496 addressing styling issue 2023-06-20 10:33:03 +01:00
Paulo Graça
82d17d795f add support for dsoNameService 2023-06-20 10:24:53 +01:00
Paulo Graça
52dbb21339 include the project metadata representation component 2023-06-19 15:37:35 +01:00
Davide Negretti
4eb2297910 [DURACOM-160] Hide "Send feedback" link when CanSendFeedback is false 2023-06-19 13:24:10 +02:00
Paulo Graça
1caeecaa50 Merge branch 'main' into bugfix/addressing-#2276 2023-06-19 09:51:46 +01:00
Alan Orth
00aa0271f2 src/assets/i18n: update English strings
Re-word two messages for better English and consistency with other
similar strings.
2023-06-19 09:50:46 +03:00
Tim Donohue
471051dd59 Merge pull request #2319 from misilot/patch-1
Fix typo for the word Series
2023-06-16 16:36:52 -05:00
Tim Donohue
d728cc227d Merge pull request #2292 from rsaraivac/portuguese_pt-PT-message-keys
Portuguese (pt_PT) translation keys update
2023-06-16 16:13:30 -05:00
Tom Misilo
d266367070 Fix typo for the word Series 2023-06-16 15:54:30 -05:00
Mark H. Wood
c63001c205 Fix illogical templateUrl paths. Add missed DenyRequestCopyComponent. 2023-06-16 16:08:18 -04:00
Tim Donohue
d3d33536bf Merge pull request #2308 from 4Science/DURACOM-155
Edit section in sidebar menu: edit page of selected item / collection / community does not refresh
2023-06-16 14:34:27 -05:00
Tim Donohue
c903df80d8 Merge pull request #2297 from 4Science/DURACOM-152
Fixed read-only visibility for submission form fields
2023-06-16 14:08:47 -05:00
Ricardo Saraiva
022c6840f2 Merge branch 'main' into portuguese_pt-PT-message-keys 2023-06-16 17:58:36 +01:00
Ricardo Saraiva
adf8cc7bc5 Update pt-PT.json5
Incorporates some revised translations, adds and updates newly introduced translation keys.
2023-06-16 17:18:34 +01:00
Tim Donohue
5c8828f6b5 Merge pull request #2247 from 4Science/feature/CST-9636
feat: added bulk access control management
2023-06-16 10:48:24 -05:00
Paulo Graça
86b27de6e4 Merge branch 'main' into bugfix/addressing-#2276 2023-06-16 16:06:51 +01:00
Tim Donohue
e9b18d87fe Merge pull request #2311 from 4Science/DURACOM-157
Multiple uploaders in the same page don't work
2023-06-16 10:01:19 -05:00
Tim Donohue
3785729ae5 Merge pull request #2318 from saschaszott/patch-3
resolve German translation inconsistency in scopenote
2023-06-16 09:14:00 -05:00
Alisa Ismailati
42026b36d5 [DURACOM-152] refactored concatenated fields visibility 2023-06-16 15:31:45 +02:00
Sascha Szott
69726f6fa0 resolve German translation differences 2023-06-16 15:00:52 +02:00
Alisa Ismailati
d00ad0cd0e [DURACOM-152] Field visibility 2023-06-16 13:27:51 +02:00
Davide Negretti
4c6cae911b [DURACOM-157] Multiple uploaders in the same page don't work 2023-06-16 10:54:04 +02:00
Tim Donohue
91027094ed Merge pull request #2252 from alexandrevryghem/issue-1671_fix-relationships-not-updating-view-on-submission-form_contribute-main
Adding/removing relationships in the submission form does not update the view automatically
2023-06-15 11:47:04 -05:00
Tim Donohue
12f9023810 Merge pull request #2313 from 4Science/fix-duplicate-headers
[CST-5729] Fix duplicate links for download page
2023-06-15 10:47:39 -05:00
Giuseppe Digilio
47543b4237 [CST-5729] Fix duplicate links for download page 2023-06-15 17:18:00 +02:00
Alisa Ismailati
fda4ef77e4 [DURACOM-152] Section visibility read-only 2023-06-15 12:42:29 +02:00
Tim Donohue
7ebdcd3686 Merge pull request #2304 from 4Science/cache-response-headers
Add possibility to store response's headers into the SSR cache
2023-06-14 15:36:23 -05:00
Tim Donohue
0c9baf22f5 Merge pull request #2250 from damian-joz/1787-coll-comm-item-counts
Displaying item counts at Communities and Collections list view.
2023-06-14 14:08:23 -05:00
Tim Donohue
25ca13735b Merge pull request #2244 from mwoodiupui/reqitem-response
Make request-copy grant message an optional addition; main text is in backend.
2023-06-14 13:18:27 -05:00
Tim Donohue
327031cceb Merge pull request #2213 from atmire/w2p-101289_1578_primaryBitstream-edit-implementation
Primary bitstream toggle implementation
2023-06-14 11:45:17 -05:00
Giuseppe Digilio
2f06a7cb17 [CST-5729] Change in order to save header only if configured and existing 2023-06-14 18:26:55 +02:00
Mark H. Wood
2d716c7630 Remove test which is no longer valid. 2023-06-14 11:32:03 -04:00
Mark H. Wood
004645b5e4 Remove lint. 2023-06-14 11:32:00 -04:00
Mark H. Wood
93fcbe79aa Make grant message an optional addition; main text is in backend. 2023-06-14 11:30:59 -04:00
Giuseppe Digilio
6e6b775c20 Merge remote-tracking branch '4sciencebitbucket/feature/CST-9636' into feature/CST-9636 2023-06-14 15:03:04 +02:00
Enea Jahollari
e720c77388 Merge branch 'main' into feature/CST-9636
# Conflicts:
#	src/assets/i18n/en.json5
2023-06-14 13:55:19 +02:00
Alan Orth
9919abebce Merge pull request #2305 from alanorth/finnish-strings
src/assets: update fi.json5
2023-06-14 14:35:59 +03:00
Alisa Ismailati
ce517adf7d [DURACOM-155] lint fix 2023-06-14 13:18:33 +02:00
Alan Orth
134eac5f39 src/assets: update fi.json5
Add a few Finnish language UI strings.
2023-06-14 13:30:56 +03:00
kshepherd
de65530e72 Merge pull request #2306 from alanorth/lint-en.json5
src/assets/i18n/en.json5: lint
2023-06-14 11:26:11 +02:00
Alan Orth
adebc30d3b src/assets/i18n/en.json5: lint
Normalize whitespace in i18n/en.json5. This file should be clean, as
it is the "upstream" of all other language assets and produces a lot
of whitespace changes every time strings are merged.
2023-06-14 11:24:22 +03:00
Alisa Ismailati
3b93f5bd23 [DURACOM-155] small fix 2023-06-14 09:44:58 +02:00
Tim Donohue
c70e0464ed Merge pull request #2299 from alexandrevryghem/fix-browse-by-proxy-timeout_contribute-main
Fix Proxy Timeouts on browse by pages
2023-06-13 16:41:30 -05:00
damian
8bcceff085 Empty communities and collections items count are now shown. Show communities items count at the home page. 2023-06-13 19:57:30 +02:00
Giuseppe Digilio
ac9be25faf [CST-5729] check if header exists 2023-06-13 19:30:40 +02:00
Giuseppe Digilio
302f5a6076 Merge branch 'main' into cache-response-headers 2023-06-13 19:17:55 +02:00
Giuseppe Digilio
486aefebc7 [CST-5729] Add possibility to store response's headers into the SSR cache 2023-06-13 19:00:33 +02:00
Alisa Ismailati
ec8470de06 [DURACOM-155] 2023-06-13 18:41:11 +02:00
Tim Donohue
187702d52d Merge pull request #2230 from tdonohue/default_privacy
Add default privacy statement & end user agreement
2023-06-13 10:47:04 -05:00
Alisa Ismailati
ff85422bb3 [DURACOM-155] Edit item / collection / community in sidebar menu 2023-06-13 16:46:26 +02:00
Tim Donohue
685fbf630a Address feedback: Make links open in new window/tab. 2023-06-12 17:04:02 -05:00
Tim Donohue
c3854355fd Fix e2e test to check for new title prefix 2023-06-12 16:56:08 -05:00
Tim Donohue
de0d7bf33a Replace lorem ipsum with text donated by DSpaceDirect 2023-06-12 16:56:08 -05:00
Tim Donohue
48ea7df8b2 Merge pull request #2212 from enea4science/CST-7216
Import saf via URL
2023-06-12 13:05:39 -05:00
Tim Donohue
a3779622f0 Merge pull request #2301 from 4Science/signposting-url-fix
[CST-5729] fix issue with signposting endpoint url replace
2023-06-12 09:07:28 -05:00
Giuseppe Digilio
5d6edade22 [CST-5729] turn to use app config baseurl 2023-06-12 15:22:33 +02:00
Giuseppe Digilio
e85f9f2b25 [CST-5729] fix issue with signposting endpoint url replace 2023-06-12 14:40:21 +02:00
Alisa Ismailati
2c7cf18be5 Merge branch 'main' of https://bitbucket.org/4Science/dspace-angular into DURACOM-152 2023-06-12 11:52:10 +02:00
enea4science
58a3ec3972 Update orcid-sync-settings.component.ts 2023-06-12 09:50:26 +02:00
enea4science
9a74190bf4 Merge branch 'main' into feature/CST-9636 2023-06-12 09:47:35 +02:00
enea4science
155f3f9a12 Merge branch 'main' into CST-7216 2023-06-12 09:37:07 +02:00
Alexandre Vryghem
91b635787d Merge remote-tracking branch 'upstream/main' into fix-browse-by-proxy-timeout_contribute-main
# Conflicts:
#	src/app/browse-by/browse-by-guard.spec.ts
#	src/app/browse-by/browse-by-guard.ts
2023-06-11 22:08:18 +02:00
Alexandre Vryghem
b8d282ebe4 Fix proxy timeout error for browse by pages 2023-06-11 22:04:40 +02:00
Paulo Graça
404e2f8e02 Merge branch 'main' into bugfix/addressing-#2276 2023-06-10 00:36:19 +01:00
Tim Donohue
00e0028864 Merge pull request #2248 from 4Science/feature/CST-5729
Implement Signposting on angular side
2023-06-09 16:03:10 -05:00
Giuseppe Digilio
2fc3f2bbc3 Merge branch 'main' into feature/CST-5729 2023-06-09 19:25:07 +02:00
Giuseppe Digilio
96903d89de [CST-5729] fix signposting proxy url 2023-06-09 19:24:16 +02:00
damian
8cc96060ff Variable name change. 2023-06-09 16:44:29 +02:00
Yury Bondarenko
c4b2565373 Workaround: don't use form-global data for check
Note: we're balancing multiple bugs against eachother here, not ideal!
  - the diff doesn't catch removed Relationship fields; instead, form reload is triggered by a dspace.entity.type change
  - if we add the original `this.sectionMetadata.includes(key)` check, we filter out this change and the form fails to update
  - if we add `relation.*` fields to `this.sectionMetadata`, newly added Relationship entries are duplicated

As of this commit, the form _seems_ to work in a stable way, but these issues shoud really investigated in more detail.
2023-06-09 13:39:33 +02:00
lotte
95f33848f9 Merge remote-tracking branch 'origin/main' into w2p-101289_1578_primaryBitstream-edit-implementation 2023-06-09 12:14:48 +02:00
lotte
daf297b94b 101289: Removed unnecessary data services from primary bitstream service 2023-06-09 12:12:31 +02:00
Paulo Graça
ba6d3f363c Merge branch 'main' into bugfix/addressing-#2276 2023-06-09 11:02:26 +01:00
Tim Donohue
00d895b304 Merge pull request #2293 from 4Science/DURACOM-151
Delete EPerson from "Edit EPerson" form
2023-06-08 14:21:28 -05:00
lotte
9d2fed4186 101289: Fixed test issues 2023-06-08 16:42:25 +02:00
lotte
a936878c96 101289: tests 2023-06-08 16:02:33 +02:00
Art Lowel
c9324b0714 fix issue where iiif tests would fail 2023-06-08 15:44:30 +02:00
Giuseppe Digilio
706c49d04b Merge remote-tracking branch '4sciencebitbucket/feature/CST-9636' into feature/CST-9636 2023-06-08 15:23:17 +02:00
Giuseppe Digilio
d449108395 [CST-9636] revert changes to object-list.component 2023-06-08 15:23:02 +02:00
Enea Jahollari
84f4f017fb CST-9639: Fix error when modal closes 2023-06-08 14:52:29 +02:00
lotte
56cba82c2d 101289: intermediate commit for test issues 2023-06-08 14:16:04 +02:00
Giuseppe Digilio
45bf5a77e2 Merge branch 'main' into DURACOM-152 2023-06-08 13:17:51 +02:00
Giuseppe Digilio
b3b5b761db Merge branch 'main' into feature/CST-5729 2023-06-08 13:15:26 +02:00
Giuseppe Digilio
02bb7db119 [CST-5729] Fix issue with undefined link type 2023-06-08 13:15:02 +02:00
Enea Jahollari
16ff75c92e CST-9639: Fix calendar placement 2023-06-08 10:23:33 +02:00
Enea Jahollari
cdca1b5313 Merge branch 'main' into feature/CST-9636 2023-06-08 09:52:38 +02:00
Enea Jahollari
b44acd68ee CST-9639: Fix maxStartDate issue 2023-06-08 09:52:25 +02:00
Tim Donohue
ed6fe8c609 Merge pull request #2296 from atmire/w2p-101127_browse-by-controlled-vocabulary-7.6.0-next
Browse by Controlled Vocab on Community/Collection homepages
2023-06-07 16:43:30 -05:00
Mark H. Wood
50acff1b59 Empty the template of local content. 2023-06-07 12:22:37 -04:00
Alisa Ismailati
5331b43a62 [DURACOM-152] Fixed read-only visibility for submission form fields 2023-06-07 18:08:21 +02:00
Enea Jahollari
88b69a55eb Merge branch 'main' into feature/CST-9636 2023-06-07 17:29:27 +02:00
Enea Jahollari
12b3eb839b CST-9639: Added and fixed unit tests 2023-06-07 17:29:05 +02:00
Tim Donohue
3c871f90c0 Merge pull request #2234 from mspalti/mirador-config
Update of mirador configuration and webpack
2023-06-07 09:51:57 -05:00
Art Lowel
d69adab419 refactor primarybitstreams to work with DELETE, POST and PUT instead of PATCh 2023-06-07 16:22:57 +02:00
Enea Jahollari
9f78f6c5c1 Merge branch 'main' into feature/CST-9636
# Conflicts:
#	src/app/core/core.module.ts
2023-06-07 16:11:43 +02:00
Enea Jahollari
47e0314c9b CST-9639: Fixed error on control remove, fixed cancel button behavior, fixed bad state of access control tab on load, fixed translations, added jsdocs 2023-06-07 13:00:12 +02:00
Nona Luypaert
6b0318fc03 Merge branch 'main' into w2p-101127_browse-by-controlled-vocabulary-7.6.0-next 2023-06-07 11:07:12 +02:00
Nona Luypaert
9db595c232 Merge branch 'w2p-101127_browse-by-controlled-vocabulary' into w2p-101127_browse-by-controlled-vocabulary-7.6.0-next 2023-06-07 10:03:48 +02:00
Nona Luypaert
77a8fde646 101623: Fix Browse By Vocabulary on comcol page 2023-06-07 09:36:01 +02:00
Paulo Graça
a7f7cecdab Merge branch 'main' into bugfix/addressing-#2276 2023-06-07 08:34:33 +01:00
Paulo Graça
f6f68de6d1 Merge branch 'main' into portuguese_pt-PT-message-keys 2023-06-07 08:15:31 +01:00
Tim Donohue
829b111663 Merge pull request #2177 from alexandrevryghem/fix-metadata-fields-containing-dots_contribute-main
Added input validation for new metadata field submissions & fixed some other small bugs
2023-06-06 14:33:58 -05:00
Tim Donohue
e2b3f52fe4 Merge pull request #2228 from enea4science/feature/DURACOM-131
[DURACOM-131] Show output files in separate lines and a refresh spinner if status is running
2023-06-06 13:52:28 -05:00
Alexandre Vryghem
25e06fffe9 Merge remote-tracking branch 'alex/fix-metadata-fields-containing-dots_contribute-7.4' into fix-metadata-fields-containing-dots_contribute-main 2023-06-06 18:58:24 +02:00
Alexandre Vryghem
755451191c 100553: Updated form validation errors from metadata schema and field form 2023-06-06 18:27:07 +02:00
Giuseppe Digilio
d2dfd0b293 Merge branch 'main' into feature/CST-5729 2023-06-06 18:14:39 +02:00
Alisa Ismailati
454d869c53 Merge branch 'main' of https://bitbucket.org/4Science/dspace-angular into DURACOM-151 2023-06-06 18:09:21 +02:00
Alisa Ismailati
b1aa2f3550 [DURACOM-151] reverted setStaleByUUID method as it was 2023-06-06 16:57:17 +02:00
Enea Jahollari
3fdef20dc2 added unit testing 2023-06-06 15:54:57 +02:00
Alisa Ismailati
1b2d9829ed [DURACOM-151] unit test fix 2023-06-06 15:35:54 +02:00
Alisa Ismailati
3611f37563 [DURACOM-151] Fixed EPerson deletion 2023-06-06 14:42:49 +02:00
Enea Jahollari
dbccda4330 rollback change for orcid sync settings 2023-06-06 14:13:13 +02:00
Paulo Graça
7a19603f5c Merge branch 'main' into bugfix/addressing-#2276 2023-06-06 12:45:49 +01:00
Ricardo Saraiva
70b1717a3c Merge branch 'main' into portuguese_pt-PT-message-keys 2023-06-06 12:27:41 +01:00
Ricardo Saraiva
72be58aa2a Update pt-PT.json5 2023-06-06 11:50:35 +01:00
Ricardo Saraiva
3f343dbd60 Update pt-PT.json5 2023-06-06 11:29:47 +01:00
Art Lowel
8f536d31ef Merge remote-tracking branch 'upstream/main' into add-referrer-to-pageview-event-7.6.0-next 2023-06-06 10:43:30 +02:00
Tim Donohue
5af9793cdf Merge pull request #2253 from doana/orcid-settings-button-accessibility
ORCID registry queue button accessibility
2023-06-05 15:49:05 -05:00
Tim Donohue
1ba72f54c2 Merge pull request #2021 from atmire/default-configuration-fix
"default" search configuration fix
2023-06-05 15:37:29 -05:00
Tim Donohue
5dda1989b5 Merge pull request #2280 from atmire/w2p-102039_Multiple_Bitstream_deletion_endpoint
Fix multiple bitstream deletion not working
2023-06-05 15:36:02 -05:00
Tim Donohue
21c7f438ac Merge pull request #2215 from atmire/w2p-101127_browse-by-controlled-vocabulary-7.6.0-next
Browse by Controlled Vocabulary Page
2023-06-05 15:31:50 -05:00
Paulo Graça
2cfef082f1 Merge branch 'main' into bugfix/addressing-#2276 2023-06-05 15:45:35 +01:00
Ricardo Saraiva
2824469dc5 Update pt-PT.json5 2023-06-05 14:41:55 +01:00
Alan Orth
cdff2aba6c Merge pull request #2272 from alanorth/publisher-i18n-string
src/assets: add i18n string for publisher
2023-06-05 16:30:14 +03:00
Giuseppe Digilio
092608f6cb [CST-5729] Remove additional error message 2023-06-05 15:11:01 +02:00
Alan Orth
165bdf7797 src/assets: add i18n string for publisher
Add string for publisher in live import item preview.

Requires: https://github.com/DSpace/DSpace/pull/8866
2023-06-05 15:52:02 +03:00
Giuseppe Digilio
f52e95871a Merge branch 'main' into feature/CST-5729 2023-06-05 14:22:14 +02:00
Enea Jahollari
d99b98d140 Merge remote-tracking branch 'origin/main' into feature/CST-9636 2023-06-05 09:18:00 +02:00
Paulo Graça
58caa84153 Merge branch 'main' into bugfix/addressing-#2276 2023-06-04 09:31:58 +01:00
Nona Luypaert
9ca57e942a Merge branch 'main' into w2p-101127_browse-by-controlled-vocabulary-7.6.0-next
Conflicts:
	src/assets/i18n/en.json5
2023-06-03 00:07:37 +02:00
Tim Donohue
ef9fd36fe2 Merge pull request #2246 from doana/search-filter-accessibility
Add filter name to search filter button aria-label.
2023-06-02 17:02:21 -05:00
Tim Donohue
5a9e9fdd5a Merge pull request #2255 from doana/starts-with-text-missing-label
Add label to starts-with-text input field
2023-06-02 16:28:47 -05:00
Tim Donohue
e0f0b6935c Merge pull request #2274 from alanorth/fix-english-permission-string
src/assets/i18n: fix English permission string
2023-06-02 16:06:19 -05:00
Tim Donohue
acb9b24722 Merge pull request #2202 from mwoodiupui/themeable-section-upload-file
Themeable `SubmissionSectionUploadFileComponent`
2023-06-02 15:58:16 -05:00
Nona Luypaert
db8b9f13b6 Merge branch 'w2p-101127_browse-by-controlled-vocabulary' into w2p-101127_browse-by-controlled-vocabulary-7.6.0-next 2023-06-02 20:18:32 +02:00
Nona Luypaert
4cf69eb9c9 101623: Fix reset emit nog working for BrowseByTaxonomyPage 2023-06-02 20:16:13 +02:00
enea4science
df71391647 Merge branch 'main' into CST-7216 2023-06-02 15:33:50 +02:00
Enea Jahollari
81f7b5ae12 Merge remote-tracking branch 'upstream/main' into CST-7216 2023-06-02 15:32:57 +02:00
Enea Jahollari
ae269f64b6 Merge branch 'main' into feature/CST-9636
# Conflicts:
#	src/app/item-page/edit-item-page/edit-item-page.module.ts
#	src/app/item-page/edit-item-page/edit-item-page.routing.module.ts
2023-06-02 15:10:30 +02:00
Nona Luypaert
7135f8ab30 Merge branch 'w2p-101127_browse-by-controlled-vocabulary' into w2p-101127_browse-by-controlled-vocabulary-7.6.0-next
Conflicts:
	src/app/browse-by/browse-by-page.module.ts
	src/app/shared/form/form.module.ts
2023-06-02 14:31:52 +02:00
Nona Luypaert
9d08cac566 101623: Reset in Treeview also resets selectedItems + Provide TreeviewService in root 2023-06-02 14:15:46 +02:00
Alan Orth
da245b88b8 src/assets/i18n: fix English permission string
The current message is not correct English. Note, there seems to be
a mix of "don't" and "do not" language. Perhaps we should harmonize
that eventually.
2023-06-02 12:59:20 +03:00
enea4science
f16befb088 Merge branch 'main' into feature/DURACOM-131 2023-06-02 09:37:36 +02:00
Enea Jahollari
f09a26f019 Merge remote-tracking branch 'upstream/main' into feature/DURACOM-131 2023-06-02 09:34:23 +02:00
Mark H. Wood
10899aa22c Merge branch 'main' into themeable-section-upload-file 2023-06-01 16:36:09 -04:00
Tim Donohue
6ba8cbd49c Merge branch 'main' into starts-with-text-missing-label 2023-06-01 15:20:52 -05:00
Mark H. Wood
3a5d8022e5 Merge branch 'main' into themeable-request-copy 2023-06-01 13:58:07 -04:00
Mark H. Wood
dd548c20e9 Add blank custom versions to 'custom' theme. 2023-06-01 13:48:17 -04:00
Tim Donohue
37a323e94f Merge pull request #2231 from mspalti/date-browse-fix
Possible fix for browse-by-date links
2023-06-01 12:40:59 -05:00
Tim Donohue
be7938a21b Merge pull request #2036 from atmire/w2p-98422_Thumbnail-uploader_contribute-7.2
Adding themed components for EditBitstreamPageComponent and ItemStatusComponent
2023-06-01 11:53:46 -05:00
Tim Donohue
aa7409051b Merge pull request #2243 from 4Science/DURACOM-145
Handled collection step visibility on a submission form
2023-06-01 11:32:08 -05:00
Michael Spalti
8e450402af Removed unnecessary route navigation. 2023-06-01 09:30:38 -07:00
Michael Spalti
86e1333025 Possible fix for browse-by-date links 2023-06-01 09:30:38 -07:00
Mark H. Wood
97673471f7 Remove inherited input declarations. 2023-06-01 12:20:59 -04:00
Mark H. Wood
8e6268ff84 We want an empty template, since not yet used. 2023-06-01 12:16:29 -04:00
Giuseppe Digilio
81f3a5cce0 Merge branch 'main' into feature/CST-5729 2023-06-01 18:00:15 +02:00
Tim Donohue
828f2586b1 Merge pull request #2261 from tdonohue/fix_unsafe_links
Fix several "potentially unsafe external link" warnings
2023-06-01 10:57:41 -05:00
Tim Donohue
dd6051b645 Merge pull request #2287 from rsaraivac/portuguese_pt-PT-message-keys
Contribution to the Portuguese (pt-PT) translation of DSpace
2023-06-01 10:49:41 -05:00
Tim Donohue
6426f9e532 Merge pull request #2286 from alanorth/remove-webpack.js
Remove scripts/webpack.js
2023-06-01 10:49:07 -05:00
Kristof De Langhe
48896fdae2 Merge branch 'main' into w2p-98422_Thumbnail-uploader_contribute-7.2 2023-06-01 17:14:32 +02:00
Enea Jahollari
1ebe61028f Merge branch 'main' into feature/CST-9636 2023-06-01 17:01:24 +02:00
Enea Jahollari
5e4102cd21 update test file 2023-06-01 16:57:20 +02:00
Enea Jahollari
b35e27a44b disable tests 2023-06-01 16:57:13 +02:00
Enea Jahollari
72b089c0cd fix BulkAccessSettingsComponent test 2023-06-01 16:04:12 +02:00
Enea Jahollari
8b636f533b fix bitstream list item test 2023-06-01 15:41:52 +02:00
Enea Jahollari
c1dcebbd04 Fix: fix validation and translation
Show/hide the datepicker based on the value
2023-06-01 15:27:11 +02:00
Paulo Graça
3e7a3f250b Merge branch 'main' into portuguese_pt-PT-message-keys 2023-06-01 10:39:17 +01:00
Art Lowel
ee04589599 Merge branch 'add-referrer-to-pageview-event-7.4' into add-referrer-to-pageview-event-7.6.0-next 2023-06-01 11:01:05 +02:00
Art Lowel
f2cfab749e Merge branch 'add-referrer-to-pageview-event-7.2' into add-referrer-to-pageview-event-7.4 2023-06-01 11:00:53 +02:00
Art Lowel
42ba7924b9 Merge branch 'add-referrer-to-pageview-event-7.0' into add-referrer-to-pageview-event-7.2 2023-06-01 11:00:41 +02:00
Art Lowel
d1dff0553d fix lint error 2023-06-01 11:00:26 +02:00
Art Lowel
43e1e6d22b add noreferrer to license link 2023-06-01 10:56:44 +02:00
Giuseppe Digilio
a67c8906ee Merge branch 'main' into feature/CST-5729 2023-06-01 09:15:41 +02:00
Tim Donohue
37d9b5bfc2 Merge pull request #2269 from DSpace/dependabot/npm_and_yarn/socket.io-parser-4.2.3
Bump socket.io-parser from 4.2.2 to 4.2.3
2023-05-31 16:59:28 -05:00
rsaraivac
9c683b55e0 Merge branch 'main' into portuguese_pt-PT-message-keys 2023-05-31 21:15:04 +01:00
rsaraivac
c84db3ce3d Update pt-PT.json5 2023-05-31 20:34:21 +01:00
Tim Donohue
0968fe8bbc Merge pull request #2271 from kshepherd/item_status_page_config_fix
ItemStatus component should handle missing config gracefully
2023-05-31 14:28:37 -05:00
rsaraivac
29f283b35e Update pt-PT.json5 2023-05-31 20:11:38 +01:00
rsaraivac
6ad0f99ca4 Update pt-PT.json5 2023-05-31 20:06:12 +01:00
rsaraivac
d3d9a526fd Update pt-PT.json5 2023-05-31 19:29:57 +01:00
rsaraivac
bbfb8bec01 Update pt-PT.json5 2023-05-31 18:34:59 +01:00
Tim Donohue
8bdd2d293f Merge pull request #2135 from mwoodiupui/embargo-date
Don't allow the date picker to exceed the maximum start or end date for an access option
2023-05-31 11:53:53 -05:00
Alan Orth
6483eb2c30 Remove scripts/webpack.js
This is no longer used.

Fixes: https://github.com/DSpace/dspace-angular/issues/2285
2023-05-31 19:39:36 +03:00
Tim Donohue
38d7412569 Merge pull request #2284 from atmire/fix-issue-with-colons-in-ids
Fix issue where a colon in a uuid would get misinterpreted as a route param
2023-05-31 10:36:37 -05:00
rsaraivac
0f1b16cbeb Merge branch 'main' into portuguese_pt-PT-message-keys 2023-05-31 14:56:59 +01:00
Art Lowel
244608aa5c fix issue where a colon in a uuid would get misinterpreted as a route param 2023-05-31 12:11:15 +02:00
rsaraivac
fb1ff05757 Contribution to the Portuguese (pt-PT) translation of DSpace v7.5
Extended revision of the Portuguese (pt-PT) translation of DSpace v7.5. This version adds new message keys,  reordered the message keys accordingly to the authoritative master (en.json5) and adds missing or not found translation keys (mentioned in the last section of the file).
2023-05-30 22:09:59 +01:00
Art Lowel
15493e2f69 Merge branch 'add-referrer-to-pageview-event-7.4' into add-referrer-to-pageview-event-7.6.0-next 2023-05-30 17:48:29 +02:00
Art Lowel
ffdc7b32c5 Merge branch 'add-referrer-to-pageview-event-7.2' into add-referrer-to-pageview-event-7.4 2023-05-30 17:24:51 +02:00
Art Lowel
5723fcbdc0 Merge branch 'add-referrer-to-pageview-event-7.0' into add-referrer-to-pageview-event-7.2 2023-05-30 17:19:44 +02:00
Art Lowel
5b37101bb9 add the rel="noreferrer" attribute when target="_blank" 2023-05-30 17:17:54 +02:00
Art Lowel
3df0286ec8 fix an issue where the current page would be used instead of a third party referrer 2023-05-30 16:53:16 +02:00
Art Lowel
fcfdff7fbd ensure the rel="noopener" attribute is only set when target="_blank" and remove "noreferrer" in all cases 2023-05-30 16:53:12 +02:00
Art Lowel
4717d6f758 add referrer to pageview events 2023-05-30 16:39:50 +02:00
Art Lowel
2db6c96d57 Merge branch 'add-referrer-to-pageview-event-7.2' into add-referrer-to-pageview-event-7.4 2023-05-30 16:33:13 +02:00
Art Lowel
f8eb8e1cae Merge branch 'add-referrer-to-pageview-event-7.0' into add-referrer-to-pageview-event-7.2 2023-05-30 16:08:59 +02:00
Paulo Graça
2ff5b7370c updating project metatadata representation list html 2023-05-30 14:53:55 +01:00
Paulo Graça
f5e09c5f8d fixing angular test, I was using a legacy property 2023-05-30 14:24:56 +01:00
Nona Luypaert
23b5d52623 101623: Fix request being sent with uuid=undefined if not going to a DSO page 2023-05-30 14:50:25 +02:00
Nona Luypaert
97c90cfd9e Merge branch 'w2p-101127_browse-by-controlled-vocabulary' into w2p-101127_browse-by-controlled-vocabulary-7.6.0-next
Remove invalid _links in BrowseDefinition models
Make arrows smaller in on VocabularyTreeview template
2023-05-30 14:14:20 +02:00
Nona Luypaert
138fccf711 101623: Fix lint/tests after removing invalid links, Make arrows on Treeview smaller 2023-05-30 14:11:03 +02:00
Paulo Graça
d9ed91df05 new project metadata representation component 2023-05-30 11:46:59 +01:00
Alexandre Vryghem
fb66b5abd6 102039: Use patch to delete multiple bitstreams at once 2023-05-30 11:31:11 +02:00
Enea Jahollari
23eeee3d16 Fix alignment 2023-05-30 09:58:06 +02:00
Enea Jahollari
a525c6fe3e Fix sections alignment 2023-05-29 15:47:16 +02:00
Enea Jahollari
877af98c4b Make Reset and Execute buttons normal 2023-05-29 15:30:24 +02:00
Enea Jahollari
bd477765c0 Added labels and hide dates if disabled 2023-05-29 10:44:03 +02:00
Mark H. Wood
74a0820271 Correct test fixture to match unit-under-test requirements. 2023-05-26 13:13:03 -04:00
Giuseppe Digilio
ae4b68f1bb Merge branch 'main' into feature/CST-5729
# Conflicts:
#	src/app/bitstream-page/bitstream-download-page/bitstream-download-page.component.ts
2023-05-25 23:17:31 +02:00
Giuseppe Digilio
220b30bea7 [CST-5729] Address review feedback 2023-05-25 23:15:57 +02:00
Mark H. Wood
172f7e527f Merge remote-tracking branch 'upstream/main' into embargo-date 2023-05-25 14:57:25 -04:00
Tim Donohue
d2fa8cda6a Merge pull request #2200 from atmire/w2p-100414_Missing-search-result-statistics-PR
Missing search results statistics
2023-05-25 08:55:01 -05:00
lotte
d71c16879e Merge branch 'main' into w2p-101289_1578_primaryBitstream-edit-implementation 2023-05-25 14:36:39 +02:00
Nona Luypaert
85f95112b3 101127: Remove invalid links in BrowseDefinition models 2023-05-25 12:10:28 +02:00
Kim Shepherd
efaf1d47da item-status comp should handle missing config gracefully
if the "register identifier" config is missing, simply
return enabled=false rather than break the rest of the
page features from loading
2023-05-25 10:34:08 +12:00
Nona Luypaert
d38b16eb48 Merge remote-tracking branch 'upstream/main' into w2p-101127_browse-by-controlled-vocabulary-7.6.0-next
Conflicts:
	src/app/browse-by/browse-by-guard.spec.ts
	src/app/shared/object-list/metadata-representation-list-element/browse-link/browse-link-metadata-list-element.component.ts
	src/app/shared/object-list/metadata-representation-list-element/plain-text/plain-text-metadata-list-element.component.ts
2023-05-24 17:26:53 +02:00
Nona Luypaert
1d0df844c3 101623: Fixes after merge 2023-05-24 16:51:52 +02:00
Nona Luypaert
fad1a7ade4 Merge branch 'w2p-101127_browse-by-controlled-vocabulary' into w2p-101127_browse-by-controlled-vocabulary-7.6.0-next
Conflicts:
	src/app/browse-by/browse-by-routing.module.ts
	src/app/browse-by/browse-by.module.ts
	src/app/core/browse/browse-definition-data.service.ts
	src/app/core/core.module.ts
2023-05-24 16:35:37 +02:00
dependabot[bot]
e7b02778cf Bump socket.io-parser from 4.2.2 to 4.2.3
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.2...4.2.3)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-24 02:15:33 +00:00
Mark H. Wood
8a93bef98c Supply a customizable themed version. 2023-05-23 13:06:12 -04:00
Tim Donohue
9c780200b2 Merge pull request #2226 from 4Science/DURACOM-133
Supervised Order with OBSERVER permissions can only view the item
2023-05-23 11:46:45 -05:00
Nona Luypaert
78d5116cdb 101623: Add missing docs + Fix lint issues 2023-05-23 17:54:33 +02:00
Nona Luypaert
2f0f69710e 101623: Fix browse-related tests by replacing abstract class 2023-05-23 17:40:07 +02:00
Nona Luypaert
d9b0eebc18 101623: Remove hardcoded 'browse by srsc' menu option in MenuResolver 2023-05-23 17:08:00 +02:00
Nona Luypaert
aee76913aa 101623: Replace hardcoded vocabulary with BrowseDefinition in BrowseByTaxonomyPage 2023-05-23 17:05:00 +02:00
Nona Luypaert
d1c91b8bc2 101623: Override createAndSendGetRequest in BrowseDefinitionDataService 2023-05-23 17:02:10 +02:00
Enea Jahollari
7f450320b6 Fix circular dependency 2023-05-23 16:05:38 +02:00
Enea Jahollari
d7fe120245 Merge branch 'main' into feature/CST-9636
# Conflicts:
#	src/app/entity-groups/research-entities/item-list-elements/search-result-list-elements/person/person-search-result-list-element.component.ts
2023-05-23 15:51:46 +02:00
Nona Luypaert
f01c58e84d 101623: Fix BrowseResponseParsingService + Add tests for it 2023-05-23 14:13:05 +02:00
Pascal-Nicolas Becker
7a2b1b2068 Merge pull request #2266 from fapsi/patch-1
German translation for "browse.startsWith"
2023-05-23 14:10:56 +02:00
fapsi
1bc8111117 Merge branch 'main' into patch-1 2023-05-23 01:22:40 +02:00
Tim Donohue
8b1a2d0a0e Merge pull request #2232 from uniba-ub/fix2219
Correctly load choice ui form.other-information translation keys
2023-05-22 17:01:23 -05:00
fapsi
6af872bf9f Removed unnecessary trailing spaces
Fixing linting.
2023-05-22 23:46:33 +02:00
fapsi
2445a6bd8a German translation for "browse.startsWith"
Added missing German translation for "browse.startsWith".
2023-05-22 23:05:13 +02:00
Tim Donohue
d5198659a9 Merge pull request #2129 from alexandrevryghem/retrieve-name-with-dsonameservice-main
Use the DSONameService to display DSpaceObjects names
2023-05-22 15:55:47 -05:00
Giuseppe Digilio
2c3329b7c0 Merge remote-tracking branch '4sciencebitbucket/DURACOM-133' into DURACOM-133 2023-05-22 09:15:30 +02:00
Giuseppe Digilio
e12da0fd0e Merge branch 'main' into feature/CST-5729 2023-05-22 09:11:34 +02:00
Alisa Ismailati
d0ccb59424 [DURACOM-133] Removed unused variable 2023-05-22 09:11:15 +02:00
Giuseppe Digilio
f0f8f163fa Merge remote-tracking branch '4sciencebitbucket/DURACOM-145' into DURACOM-145 2023-05-22 09:01:17 +02:00
Gantner, Florian Klaus
47098ca4ca add missing form.other-information keys 2023-05-22 08:29:23 +02:00
Tim Donohue
edeea00c75 Fix several "potentially unsafe external link" warnings 2023-05-19 16:02:30 -05:00
Tim Donohue
5a5c7cc43b Merge pull request #2254 from DSpace/dependabot/npm_and_yarn/engine.io-6.4.2
Bump engine.io from 6.4.1 to 6.4.2
2023-05-19 15:52:32 -05:00
dependabot[bot]
5f72865e42 Bump engine.io from 6.4.1 to 6.4.2
Bumps [engine.io](https://github.com/socketio/engine.io) from 6.4.1 to 6.4.2.
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/engine.io/compare/6.4.1...6.4.2)

---
updated-dependencies:
- dependency-name: engine.io
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-19 19:46:45 +00:00
Mark H. Wood
055ed9ba6e Fix spec broken by signature change. 2023-05-19 14:00:21 -04:00
Mark H. Wood
d54754f78a Conform to expected ngOnChanges signature; tidy up. 2023-05-19 13:36:04 -04:00
Mark H. Wood
f466d0b67c Merge remote-tracking branch 'upstream/main' into themeable-section-upload-file 2023-05-19 13:31:05 -04:00
Tim Donohue
724f1fe4d3 Merge pull request #2260 from alexandrevryghem/fix-jasmine-matchers-not-properly-indexing
Fix jasmine Matchers functions not properly indexing in IntelliJ
2023-05-19 12:22:56 -05:00
Tim Donohue
8c52f2abed Merge pull request #2235 from alexandrevryghem/themed-thumbnail_component-main
Fixed `ngOnChanges` not working for themed components & decorator components + minor fixes
2023-05-19 11:57:13 -05:00
Giuseppe Digilio
2e6a1c21ea Merge remote-tracking branch '4sciencebitbucket/DURACOM-133' into DURACOM-133 2023-05-19 18:33:20 +02:00
Alisa Ismailati
aee6060fef Revert "[DURACOM-145] Fixed e2e failing tests"
This reverts commit b9c7391b1452e9a79d9c5615595b08cd7ac8b14c.
2023-05-19 18:31:52 +02:00
Alisa Ismailati
8e25a02fde [DURACOM-145] Fixed e2e failing tests 2023-05-19 18:31:52 +02:00
Alisa Ismailati
9ca04b4b63 [DURACOM-145] Handled collection step
on a submission form
2023-05-19 18:31:52 +02:00
Alisa Ismailati
3e202a67f1 [DURACOM-133] Remove isAdmin checks 2023-05-19 18:23:55 +02:00
Giuseppe Digilio
709764c8af [DURACOM-133] Fix import paths 2023-05-19 18:23:55 +02:00
Alisa Ismailati
c0d91da6e2 [DURACOM-133] Fixed failing test 2023-05-19 18:23:55 +02:00
Alisa Ismailati
6c8f816fb2 [DURACOM-133] Do not show edit/delete button
for observer
2023-05-19 18:23:55 +02:00
Alexandre Vryghem
99ea73f9f6 Fix jasmine Matchers functions not properly indexing 2023-05-19 17:49:21 +02:00
Nona Luypaert
bf31c76c88 101623: Add ValueListBrowseDefinition model + super NonHierarchicalBrowse class 2023-05-19 16:56:07 +02:00
Tim Donohue
e04dd9e183 Merge pull request #2256 from 4Science/fix_WorkspaceitemsDeletePageComponent_test
Fix test
2023-05-19 09:17:05 -05:00
Alexandre Vryghem
b878f28db6 Merge remote-tracking branch 'upstream/main' into retrieve-name-with-dsonameservice-main
# Conflicts:
#	src/app/workflowitems-edit-page/advanced-workflow-action/advanced-workflow-action-select-reviewer/reviewers-list/reviewers-list.component.ts
2023-05-19 15:00:24 +02:00
Alexandre Vryghem
af7d99a987 Merge branch 'retrieve-name-with-dsonameservice-7.4' into retrieve-name-with-dsonameservice-main 2023-05-19 14:59:40 +02:00
Alexandre Vryghem
11a86c3756 Fixed switch collection in submission form not working anymore 2023-05-19 14:59:23 +02:00
Alexandre Vryghem
8dd0b49e27 Merge branch 'fix-ngonchanges-not-working-for-themed-components_contribute-7.4' into fix-ngonchanges-not-working-for-themed-components_contribute-main 2023-05-19 14:02:29 +02:00
Alexandre Vryghem
0894ba0166 Merge branch 'fix-ngonchanges-not-working-for-themed-components_contribute-7.2' into fix-ngonchanges-not-working-for-themed-components_contribute-7.4
# Conflicts:
#	src/app/thumbnail/thumbnail.component.ts
2023-05-19 14:02:12 +02:00
Alexandre Vryghem
92f58f0e8a 101577: Fixed default thumbnail not working when thumbnail isn't defined 2023-05-19 14:01:35 +02:00
Alexandre Vryghem
053063d0f4 Merge remote-tracking branch 'upstream/main' into fix-ngonchanges-not-working-for-themed-components_contribute-main
# Conflicts:
#	src/app/shared/object-list/metadata-representation-list-element/metadata-representation-list-element.component.ts
#	src/app/shared/object-list/metadata-representation-list-element/plain-text/plain-text-metadata-list-element.component.html
#	src/app/shared/object-list/my-dspace-result-list-element/claimed-search-result/claimed-search-result-list-element.component.ts
#	src/app/shared/object-list/my-dspace-result-list-element/pool-search-result/pool-search-result-list-element.component.ts
#	src/app/shared/shared.module.ts
#	src/app/shared/theme-support/themed.component.ts
#	src/themes/custom/lazy-theme.module.ts
2023-05-19 13:36:41 +02:00
Alexandre Vryghem
98a5076366 101577: Fixed some SearchResultListElementComponents not rendering because of potential undefined dso 2023-05-19 13:21:38 +02:00
Alexandre Vryghem
190f245635 Merge tag 'dspace-7.4' into fix-ngonchanges-not-working-for-themed-components_contribute-7.4
# Conflicts:
#	src/app/admin/admin-search-page/admin-search-results/admin-search-result-grid-element/collection-search-result/collection-admin-search-result-grid-element.component.spec.ts
#	src/app/admin/admin-search-page/admin-search-results/admin-search-result-grid-element/community-search-result/community-admin-search-result-grid-element.component.spec.ts
#	src/app/shared/mydspace-actions/claimed-task/switcher/claimed-task-actions-loader.component.ts
#	src/app/shared/object-collection/shared/listable-object/listable-object-component-loader.component.ts
#	src/app/shared/object-grid/collection-grid-element/collection-grid-element.component.html
#	src/app/shared/object-grid/community-grid-element/community-grid-element.component.html
#	src/app/shared/object-grid/search-result-grid-element/collection-search-result/collection-search-result-grid-element.component.html
#	src/app/shared/object-grid/search-result-grid-element/community-search-result/community-search-result-grid-element.component.html
#	src/app/shared/object-grid/search-result-grid-element/item-search-result/item/item-search-result-grid-element.component.html
#	src/app/shared/theme-support/themed.component.ts
#	src/app/thumbnail/thumbnail.component.spec.ts
#	src/app/thumbnail/thumbnail.component.ts
#	src/themes/custom/lazy-theme.module.ts
2023-05-19 13:17:26 +02:00
Alexandre Vryghem
82a8da6028 101577: Fixed ClaimedTaskActionsLoaderComponent not updating its @rendersWorkflowTaskOption components ngOnChanges 2023-05-19 12:22:55 +02:00
Alexandre Vryghem
2ca91fd331 101577: Fixed MetadataRepresentationLoaderComponent not updating its @metadataRepresentationComponent components ngOnChanges 2023-05-19 12:22:55 +02:00
Alexandre Vryghem
a4a0482d88 101577: Fixed ListableObjectComponentLoaderComponent not updating its @listableObjectComponent components ngOnChanges 2023-05-19 12:22:43 +02:00
Giuseppe Digilio
e8f7a9e3a1 Merge branch 'main' into feature/CST-5729 2023-05-19 11:46:33 +02:00
Giuseppe Digilio
008dee60c1 Fix test 2023-05-18 23:21:45 +02:00
Giuseppe Digilio
0c6994ba14 Merge branch 'main' into fix_WorkspaceitemsDeletePageComponent_test 2023-05-18 23:13:18 +02:00
Tim Donohue
8218ed595a Merge pull request #2257 from tdonohue/fix_community_list_spec
Fix several specs/tests on `main`
2023-05-18 15:38:19 -05:00
Tim Donohue
12a561d0a0 Comment out problematic test in "workspaceitems-delete-page" component 2023-05-18 13:37:45 -05:00
Tim Donohue
ba2444768e Minor fix to spec after Angular 15 update 2023-05-18 13:14:37 -05:00
Giuseppe Digilio
ba8b27e611 Fix test 2023-05-18 19:03:37 +02:00
Giuseppe Digilio
d5dec7582a Merge branch 'main' into DURACOM-133 2023-05-18 18:30:00 +02:00
Giuseppe Digilio
7906770e8e Merge branch 'main' into feature/CST-5729 2023-05-18 18:29:06 +02:00
Adam Doan
30ae91b206 Merge branch 'main' into starts-with-text-missing-label 2023-05-18 10:09:46 -04:00
Tim Donohue
ba4d652806 Merge pull request #2204 from atmire/Angular-15-upgrade
Angular 15 upgrade
2023-05-18 08:48:58 -05:00
Adam Doan
f1378b870b Add label to starts-with-text input field 2023-05-18 13:40:48 +00:00
Alexandre Vryghem
10d5f3d0af 101577: Ensure renderComponentInstance is called in ngOnChanges if the component is not initialised yet 2023-05-18 15:02:14 +02:00
Alexandre Vryghem
0559e1ebc1 101577: Added changes parameter to the ThumbnailComponent's ngOnChanges 2023-05-18 15:02:14 +02:00
Alexandre Vryghem
30cbcbb7c8 101577: Added themeable ThumbnailComponent to custom theme 2023-05-18 15:02:14 +02:00
Alexandre Vryghem
8e4247c2ac 101577: Themed ThumbnailComponent 2023-05-18 15:01:46 +02:00
Alisa Ismailati
be83037739 Merge branch 'main' of https://bitbucket.org/4Science/dspace-angular into DURACOM-133 2023-05-18 11:34:34 +02:00
Alisa Ismailati
69a3a1ec08 [DURACOM-133] Remove isAdmin checks 2023-05-18 11:30:51 +02:00
Tim Donohue
698795299d Merge pull request #2199 from arvoConsultores/DS-8636
#8636  Request a Copy's "helpdesk" strategy requires authentication t…
2023-05-17 16:46:55 -05:00
Tim Donohue
4f4dbffde8 Merge pull request #2227 from 4Science/DURACOM-134
Administer workflow actions
2023-05-17 16:44:18 -05:00
Art Lowel
3d7e61f57f add a custom FindDataImpl for browsedefinitions 2023-05-17 18:31:46 +02:00
Adam Doan
0272f9a5a8 Merge branch 'DSpace:main' into orcid-settings-button-accessibility 2023-05-17 07:28:28 -04:00
damian
388c08b9a1 Archived items moved outside initial span element(fix for tests). Tests added. 2023-05-17 10:56:08 +02:00
Tim Donohue
e2c51710ea Merge pull request #2198 from uofmsean/fix-2197-authority-key-lookup
Fix #2197 authority key lookup
2023-05-16 16:54:54 -05:00
Adam Doan
bd1881fc9a Add accessible button names for ORCID queue action buttons 2023-05-16 18:54:17 +00:00
damian
da7cb11bcb Archived items moved outside initial span element(fix for tests) 2023-05-15 20:34:46 +02:00
Giuseppe Digilio
43d78c695c [CST-5729] Assign a default value 2023-05-15 17:11:45 +02:00
Giuseppe Digilio
1a95d0c571 Merge branch 'main' into feature/CST-5729 2023-05-15 17:03:29 +02:00
Giuseppe Digilio
10c6b03c40 [CST-5729] Fix lint 2023-05-15 16:58:20 +02:00
Giuseppe Digilio
a1b27a5fb3 [CST-5729] Revert unused changes 2023-05-15 16:34:02 +02:00
Giuseppe Digilio
c0efbbd07b Merge branch 'main' into feature/CST-5729 2023-05-15 16:27:54 +02:00
Giuseppe Digilio
78cf3e1bfc [CST-5729] Finalize signposting implementation 2023-05-15 16:27:38 +02:00
Tim Donohue
b93e0bf003 Merge pull request #2249 from 4Science/DURACOM-99
[DURACOM-99] Tests fixed
2023-05-15 09:22:46 -05:00
damian
536cb62cc0 Displaying item counts at Communities and Collections list view. 2023-05-15 16:09:17 +02:00
Enea Jahollari
b4340e0b91 [CST-9639] Fix lint issues 2023-05-15 15:39:39 +02:00
Enea Jahollari
691c6ff2d8 Merge branch 'main' into feature/CST-9636
# Conflicts:
#	src/app/core/shared/context.model.ts
2023-05-15 14:31:03 +02:00
Enea Jahollari
2fc2897a36 [CST-9639] Show warning only when replace is selected 2023-05-15 13:10:10 +02:00
Enea Jahollari
270e003328 [CST-9639] Disable Execute button if none is enabled and dont send field in payload if not enabled in form 2023-05-15 12:27:44 +02:00
Alexandre Vryghem
4be1b57db3 Merge remote-tracking branch 'upstream/main' into retrieve-name-with-dsonameservice-main
# Conflicts:
#	src/app/shared/object-detail/my-dspace-result-detail-element/claimed-task-search-result/claimed-task-search-result-detail-element.component.spec.ts
#	src/app/shared/object-detail/my-dspace-result-detail-element/claimed-task-search-result/claimed-task-search-result-detail-element.component.ts
#	src/app/shared/object-detail/my-dspace-result-detail-element/item-detail-preview/item-detail-preview.component.ts
#	src/app/shared/object-detail/my-dspace-result-detail-element/item-search-result/item-search-result-detail-element.component.spec.ts
#	src/app/shared/object-detail/my-dspace-result-detail-element/pool-search-result/pool-search-result-detail-element.component.spec.ts
#	src/app/shared/object-detail/my-dspace-result-detail-element/pool-search-result/pool-search-result-detail-element.component.ts
#	src/app/shared/object-detail/my-dspace-result-detail-element/workflow-item-search-result/workflow-item-search-result-detail-element.component.ts
#	src/app/shared/object-detail/my-dspace-result-detail-element/workspace-item-search-result/workspace-item-search-result-detail-element.component.ts
#	src/app/shared/object-grid/search-result-grid-element/collection-search-result/collection-search-result-grid-element.component.html
#	src/app/shared/object-grid/search-result-grid-element/community-search-result/community-search-result-grid-element.component.html
#	src/app/shared/subscriptions/subscription-modal/subscription-modal.component.html
#	src/app/shared/subscriptions/subscription-view/subscription-view.component.html
2023-05-13 13:42:19 +02:00
Davide Negretti
9f73f4ad2d [DURACOM-99] Tests fixed 2023-05-12 23:41:29 +02:00
Tim Donohue
21b61fc0e2 Merge pull request #1951 from 4Science/DURACOM-99
Italian language
2023-05-12 16:19:36 -05:00
Tim Donohue
d7372bcdf3 Merge pull request #2239 from alexandrevryghem/fix-community-page-sorting_contribute-main
Fixed community's sub-communities and collections sort
2023-05-12 15:01:06 -05:00
Giuseppe Digilio
8c8d3e71a8 Merge branch 'main' into feature/CST-5729 2023-05-12 19:53:24 +02:00
Giuseppe Digilio
93d9b87db1 [CST-5729] Finalize implementation 2023-05-12 19:52:47 +02:00
Davide Negretti
58bc42671c [DURACOM-99] Lint errors fixed 2023-05-12 18:46:03 +02:00
Tim Donohue
f276756c3a Merge pull request #2217 from 4Science/DURACOM-138
Parameter box, shown or not
2023-05-12 11:03:32 -05:00
Alexandre Vryghem
d4efd85cc5 Merge remote-tracking branch 'upstream/main' into issue-1671_fix-relationships-not-updating-view-on-submission-form_contribute-main 2023-05-12 17:52:37 +02:00
Alexandre Vryghem
b318d7281a 101654: Fixed relationship fields not being hidden when they are out of scope 2023-05-12 17:52:03 +02:00
Alexandre Vryghem
a6a10200d2 Merge remote-tracking branch 'templates/dspace-7.4' into issue-1671_fix-relationships-not-updating-view-on-submission-form_contribute-7.4
# Conflicts:
#	src/app/submission/sections/form/section-form.component.spec.ts
#	src/app/submission/sections/form/section-form.component.ts
2023-05-12 17:36:19 +02:00
Giuseppe Digilio
11c844d973 [CST-9636] Format date to be sent to the process 2023-05-12 17:24:10 +02:00
Tim Donohue
39d1fc235e Merge pull request #2068 from atmire/w2p-97184_theme-feedback_contribute-main
Refactor badges
2023-05-12 10:15:52 -05:00
Giuseppe Digilio
6ff80700f3 [CST-9636] Fix multiple uuid argument 2023-05-12 16:56:59 +02:00
Alban Imami
22fbcbebfa [CST-5729] Method to remove Link tags from Head when switched page 2023-05-12 16:01:19 +02:00
Sondissimo
d523e1e94a Merge branch 'main' into DURACOM-138 2023-05-12 15:44:25 +02:00
Sondissimo
0cf46d0ac6 DURACOM-138 the test for the new change, regarding the parameter box appearing or not, has been written, also fixed the errors that the console was outputting 2023-05-12 15:16:44 +02:00
Giuseppe Digilio
ee0b76cb72 [CST-9636] Fix argument to send to the process 2023-05-12 15:07:24 +02:00
Adam Doan
9a8dfc229f Add filter name to search filter button aria-label. 2023-05-12 13:04:43 +00:00
samuel
4abdea5f62 99221: Fix minor issues with Relationships in submission - hide disabled buttons 2023-05-12 14:51:51 +02:00
samuel
dff343f62e 96598: Test feedback pt. 3: submission - repair auto-refresh - repair tests 2023-05-12 14:51:40 +02:00
samuel
14fb379419 96598: Test feedback pt. 3: submission - repair auto-refresh 2023-05-12 14:51:26 +02:00
Alban Imami
6f4b0ad6b1 [CST-5729] fixed the id on the bitstream api request 2023-05-12 12:10:57 +02:00
Davide Negretti
84b63a443f [DURACOM-99] Updated Italian translations (2023-05-12) 2023-05-12 12:05:32 +02:00
LotteHofstede
6c7da1cc5d Merge branch 'main' into w2p-97184_theme-feedback_contribute-main 2023-05-12 10:45:16 +02:00
lotte
b4d2f063c6 97184: styleurl fix for themed badges component 2023-05-12 10:44:55 +02:00
Nona Luypaert
f3d4754d5b 101623: Add BrowseDefinitionModels to CoreModule, Fix FlatBrowseDefinition 2023-05-12 10:06:03 +02:00
Davide Negretti
d332296da8 [DURACOM-99] First italian translations (2022-11-04) 2023-05-12 10:00:56 +02:00
Davide Negretti
134a808fba [DURACOM-99] Italian support added 2023-05-12 10:00:56 +02:00
Giuseppe Digilio
377e27b305 [CST-9636] Fix lint 2023-05-12 09:25:47 +02:00
Nona Luypaert
67976299de 101623: Fixes for rendersBrowseBy, BrowseResponseParsingService, BrowseByRoutingModule 2023-05-12 08:12:04 +02:00
Tim Donohue
959f826d64 Merge pull request #2241 from doana/view-mode-switch-accessibility
View mode switch accessibility
2023-05-11 16:53:45 -05:00
Mark H. Wood
8e5c4a73dc Make some request-copy components themeable. 2023-05-11 13:55:53 -04:00
Alban Imami
bb50e2bbdc Merge branch 'feature/CST-5729' of https://bitbucket.org/4Science/dspace-angular into feature/CST-5729 2023-05-11 18:52:32 +02:00
Alban Imami
558f8f51fb [CST-5729] Implemented functionality to add Links in Response Headers on Item Page 2023-05-11 18:47:01 +02:00
Tim Donohue
84d8a61f83 Merge pull request #2229 from mwoodiupui/license-linebreaks
Enable line breaks in deposit license during submission.
2023-05-11 10:12:34 -05:00
Giuseppe Digilio
6808eec3a4 Merge branch 'main' into feature/CST-9636
# Conflicts:
#	src/app/item-page/edit-item-page/edit-item-page.module.ts
#	src/app/item-page/edit-item-page/edit-item-page.routing.module.ts
2023-05-11 15:30:31 +02:00
Giuseppe Digilio
fe8bbddac2 [CST-5729] Fix proxying for signposting 2023-05-11 15:05:35 +02:00
Enea Jahollari
a6897e9a6d [CST-9639] Validation, translations and style fixes 2023-05-11 15:01:12 +02:00
Adam Doan
bd9f70acc8 Update tests 2023-05-11 12:57:44 +00:00
Kristof De Langhe
ff1175cd6f Merge branch 'w2p-100414_Missing-search-result-statistics-7.4' into w2p-100414_Missing-search-result-statistics-PR 2023-05-11 14:10:29 +02:00
Kristof De Langhe
c306dfd309 100414: remove fdescribe 2023-05-11 14:10:20 +02:00
Kristof De Langhe
e6bc199932 Merge branch 'w2p-100414_Missing-search-result-statistics-7.4' into w2p-100414_Missing-search-result-statistics-PR 2023-05-11 14:09:29 +02:00
Kristof De Langhe
f5b7bea3ec 100414: Lint fixes 2023-05-11 14:08:05 +02:00
Kristof De Langhe
6675b61f81 100414: test cases 2023-05-11 13:57:52 +02:00
Kristof De Langhe
cc34e27c20 100414: test cases 2023-05-11 13:56:54 +02:00
Adam Doan
9ddd75dbdf Use more semantically appropriate elements and explicit names 2023-05-11 11:50:28 +00:00
Alban Imami
e8ff0fbf36 [CST-5729] implemented functionality to add link tags in head html section when on item page 2023-05-11 12:53:18 +02:00
Kristof De Langhe
b382a88c2f Merge branch 'w2p-100414_Missing-search-result-statistics-7.4' into w2p-100414_Missing-search-result-statistics-PR 2023-05-11 12:29:28 +02:00
Kristof De Langhe
540ce4d7c4 100414: Rename object to clickedObject 2023-05-11 12:29:07 +02:00
Kristof De Langhe
b1c7728a96 Merge branch 'w2p-100414_Missing-search-result-statistics-7.4' into w2p-100414_Missing-search-result-statistics-PR 2023-05-11 11:36:24 +02:00
Kristof De Langhe
0f0847c069 100414: Refactor SearchTrackerComponent to SearchComponent 2023-05-11 11:32:49 +02:00
Kristof De Langhe
fbacebb439 Merge branch 'w2p-100414_Missing-search-result-statistics-7.2' into w2p-100414_Missing-search-result-statistics-7.4 2023-05-11 11:26:49 +02:00
Kristof De Langhe
cf12fb22ee Merge branch 'w2p-100414_Missing-search-result-statistics-7.0' into w2p-100414_Missing-search-result-statistics-7.2 2023-05-11 11:25:04 +02:00
Kristof De Langhe
3221621e6c 100414: Missing search result statistics - renaming object to clickedObject 2023-05-11 11:17:19 +02:00
Giuseppe Digilio
f3aa2d47a6 [CST-9636] finalize implementation 2023-05-11 11:10:00 +02:00
Alexandre Vryghem
4449960c0d Merge remote-tracking branch 'upstream/main' into fix-community-page-sorting_contribute-main 2023-05-10 23:39:36 +02:00
Tim Donohue
c914b42de2 Merge pull request #2196 from atmire/w2p-101198_in-place-links_contribute-main
Replace in-place links with buttons
2023-05-10 13:42:46 -05:00
Giuseppe Digilio
64c0fff370 [CST-9636] WIP Create unit tests 2023-05-10 20:18:20 +02:00
Giuseppe Digilio
e31fc562c5 [CST-9636] WIP Create the access-control.module 2023-05-10 18:25:41 +02:00
Enea Jahollari
7b5b795954 [CST-9636] Added state transformer to file model, added tests for bulk access control service 2023-05-10 17:12:53 +02:00
Enea Jahollari
628732b932 [CST-9636] Show warning only when there are no controls and form is not disabled 2023-05-10 16:45:17 +02:00
Enea Jahollari
9da66a5cfd Merge remote-tracking branch 'origin/feature/CST-9636' into feature/CST-9636 2023-05-10 16:28:00 +02:00
Enea Jahollari
5f74446bf5 [CST-9636] Added jsdoc comments 2023-05-10 16:27:53 +02:00
Giuseppe Digilio
b279b97c37 [CST-9636] WIP Fix bulk-access-config-data.service 2023-05-10 16:23:27 +02:00
Enea Jahollari
4bf10c880a [CST-9636] Refactor access control array form to accept dropdown options 2023-05-10 16:02:01 +02:00
Giuseppe Digilio
5455c79563 [CST-9636] WIP add bulk-access-config-data.service 2023-05-10 15:53:00 +02:00
Giuseppe Digilio
079c79bb42 Merge branch 'feature/CST-9636' of bitbucket.org:4Science/dspace-angular into feature/CST-9636 2023-05-10 15:13:07 +02:00
Giuseppe Digilio
35d4561d53 [CST-9636] WIP improve bulk access page 2023-05-10 15:12:55 +02:00
Enea Jahollari
723e1e1278 [CST-9636] Make access control form container reusable 2023-05-10 15:11:44 +02:00
Enea Jahollari
52d72766ca [CST-9636] Reactor to use one component for all the access-control pages 2023-05-10 14:34:29 +02:00
Nona Luypaert
195ab41aac 101623: Themed BrowseByTaxonomyPageComponent 2023-05-10 13:39:57 +02:00
Nona Luypaert
8c6e3b0c1f 101623: Add new BrowseResponseParsingService and BrowseDefinitionRestRequest 2023-05-10 13:28:49 +02:00
Giuseppe Digilio
3924a82048 [CST-9636] Provide possibility to paginate a full list of elements 2023-05-10 13:08:08 +02:00
Nona Luypaert
c2f2cb5b3a 101623: Add HierarchicalBrowseDefinition model + base BrowseDefinition class 2023-05-10 11:32:18 +02:00
Giuseppe Digilio
581ed432f9 [CST-9636] Use show thumbnail flag for community and collection list elements 2023-05-10 11:09:41 +02:00
Nona Luypaert
c10e660e0b 101623: Refactor BrowseDefinition model/resource-type to FlatBrowseDefinition 2023-05-10 10:11:06 +02:00
Tim Donohue
d67cfaa278 Merge pull request #2236 from tdonohue/enable_vietnamese
Enable Vietnamese language pack
2023-05-09 17:08:10 -05:00
Tim Donohue
fbfe55db35 Enable Vietnamese language pack 2023-05-09 16:37:33 -05:00
Tim Donohue
6d531db20c Merge pull request #2210 from Zerosoul1990/Zerosoul1990/issue2172
Vietnamese translation!
2023-05-09 16:36:09 -05:00
Tim Donohue
7e3613fa9d Merge pull request #2220 from alexandrevryghem/fix-mobile-navbar-and-header-icon-css-variables
Fixed mobile navbar not expanding & use same css variable for all header icons
2023-05-09 14:37:48 -05:00
Giuseppe Digilio
06fef61f02 [CST-9636] Create page for bulk access 2023-05-09 18:39:04 +02:00
Giuseppe Digilio
cd1808d981 Merge branch 'feature/CST-9636' of bitbucket.org:4Science/dspace-angular into feature/CST-9636 2023-05-09 18:25:18 +02:00
Giuseppe Digilio
40cb6a18be [CST-9636] Add flag to show or not thumbnail along list element by component's input firstly 2023-05-09 18:25:05 +02:00
Alisa Ismailati
681ee6f816 [DURACOM-145] Handled collection step
on a submission form
2023-05-09 17:27:06 +02:00
Enea Jahollari
a088641e5c [CST-9636] Added select bitstreams modal and made it work 2023-05-09 16:41:40 +02:00
lotte
ed24204f89 101198: Made aria label i18n 2023-05-09 14:03:34 +02:00
Enea Jahollari
301863fb80 [CST-9636] Added translations and validations to item, community and collection access control 2023-05-09 12:42:08 +02:00
Kristof De Langhe
e9da5f0616 Merge remote-tracking branch 'atmire/Angular-15-upgrade' into w2p-101108_Angular-15-upgrade 2023-05-09 11:37:53 +02:00
Kristof De Langhe
2d326d1f46 101108: Fix SSR animation console error 2023-05-09 11:34:57 +02:00
Michael Spalti
508fa76e45 Updated comment. 2023-05-08 12:20:55 -07:00
Michael Spalti
77c19d9fb1 Updated mirador webpack configuration. 2023-05-08 11:54:40 -07:00
Tim Donohue
c233927c29 Merge pull request #2211 from enea4science/feature/8384-edit-item-curate
Fixes #8384: Added Curate tab in Edit Item page
2023-05-08 11:20:38 -05:00
Enea Jahollari
57eb6da97a fixup! Fix change detection issue 2023-05-08 14:57:20 +02:00
Gantner, Florian Klaus
9ab022c225 remove buggy translation object
fixes https://github.com/DSpace/dspace-angular/issues/2219 by removing the json object for key form.other-information which avoids to load subordinated translation keys
2023-05-08 09:17:13 +02:00
Alexandre Vryghem
74cd70d860 Fixed communities collection and sub-community sorting not working after page refresh 2023-05-07 23:36:14 +02:00
Alexandre Vryghem
548a5ccb79 Merge branch 'fix-metadata-fields-containing-dots_contribute-7.4' into fix-metadata-fields-containing-dots_contribute-main
# Conflicts:
#	src/app/item-page/edit-item-page/item-metadata/edit-in-place-field/edit-in-place-field.component.html
#	src/app/item-page/edit-item-page/item-metadata/edit-in-place-field/edit-in-place-field.component.ts
2023-05-06 12:54:25 +02:00
Alexandre Vryghem
091d0fccf7 100553: Explicitly request EditInPlaceFieldComponent's metadata field suggestions with the sort by fieldName,ASC 2023-05-06 03:55:08 +02:00
LotteHofstede
2e3dc97e51 Merge branch 'main' into w2p-101198_in-place-links_contribute-main 2023-05-05 10:04:26 +02:00
lotte
325d7cc9e8 Added aria label to navbar search button 2023-05-05 09:53:29 +02:00
Art Lowel
f44bdc9c77 fix an issue where the current page would be used instead of a third party referrer 2023-05-04 17:41:47 +02:00
LotteHofstede
8c08e5384a Merge branch 'main' into w2p-97184_theme-feedback_contribute-main 2023-05-04 15:50:43 +02:00
lotte
f4cedeb576 Renamed context in remaining places 2023-05-04 15:18:00 +02:00
lotte
f944fbba37 Applied feedback for context name and missing context 2023-05-04 14:38:10 +02:00
lotte
f159590187 Added line breaks for clarity 2023-05-04 14:23:23 +02:00
lotte
130b0fad76 Added doc for some of the contexts 2023-05-04 14:20:53 +02:00
lotte
9439a51c5d 101198: Fixed issue with header search bar 2023-05-04 11:29:52 +02:00
Mark H. Wood
c21ab0a86f Enable line breaks in deposit license during submission. 2023-05-03 17:13:06 -04:00
Enea Jahollari
efedd10d9c [DURACOM-131] Add check to run the refresh only on browser 2023-05-03 17:25:25 +02:00
Enea Jahollari
c066bc9d54 [DURACOM-131] Added automatic refresh every 5 seconds if the status is running 2023-05-03 17:22:20 +02:00
Enea Jahollari
89eb4e3cb2 [DURACOM-131] Show output files in separate lines 2023-05-03 15:29:12 +02:00
Alisa Ismailati
13662e336d Merge branch 'DURACOM-134' of https://bitbucket.org/4Science/dspace-angular into DURACOM-134 2023-05-03 11:11:15 +02:00
Alisa Ismailati
7b19ba7be2 [DURACOM-134] Fixes 2023-05-03 11:11:10 +02:00
Alisa Ismailati
78a81cbb4b Merge branch 'DURACOM-133' of https://bitbucket.org/4Science/dspace-angular into DURACOM-133 2023-05-03 10:26:52 +02:00
Alisa Ismailati
06f3b68048 [DURACOM-133] Fixed failing test 2023-05-03 10:26:48 +02:00
Enea Jahollari
3a45ecf578 [CST-9636] Added bulk access condition options service 2023-05-03 09:31:01 +02:00
Art Lowel
f19daf54cb Merge branch 'add-referrer-to-pageview-event-7.2' into add-referrer-to-pageview-event-7.4 2023-05-02 18:31:06 +02:00
Art Lowel
bd4dbcf9ad Merge branch 'add-referrer-to-pageview-event-7.0' into add-referrer-to-pageview-event-7.2 2023-05-02 18:16:32 +02:00
Art Lowel
5aaa4ef371 ensure the rel="noopener" attribute is only set when target="_blank" and remove "noreferrer" in all cases 2023-05-02 18:11:57 +02:00
Art Lowel
27d3c58d00 add referrer to pageview events 2023-05-02 17:09:55 +02:00
Giuseppe Digilio
983769cf59 [DURACOM-133] Fix import paths 2023-05-02 15:52:24 +02:00
Giuseppe Digilio
6b9f6bf767 [DURACOM-134] Fix import paths 2023-05-02 15:49:41 +02:00
Sondissimo
dc3120234d Merge branch 'main' into DURACOM-138 2023-05-02 11:27:37 +02:00
Alexandre Vryghem
c042a5cf1a Fixed mobile nav not opening/displaying correctly 2023-05-01 14:41:19 +02:00
Alexandre Vryghem
ef9c42804c Fixed --ds-header-icon-color & --ds-header-icon-color-hover not being applied to all header icons 2023-05-01 14:41:19 +02:00
Alisa Ismailati
2895cfe083 [DURACOM-134] Administer workflow actions fixed 2023-04-28 18:03:52 +02:00
Yury Bondarenko
d98e44185c Update JavaScript target version 2023-04-28 18:02:18 +02:00
Yury Bondarenko
a94f729faa Lock webpack version to 5.76.1
This is a strict requirement of `@angular-devkit/build-angular` 15.2.5

Specifying the version as `@^5.0.0` causes multiple versions to be installed side by side, which leads to build issues.
Adding this "exact version dependency" gets rid of the warning but does not change yarn.lock (because that same version was already being resolved)
2023-04-28 18:01:42 +02:00
Tim Donohue
5e27741483 Merge pull request #2183 from atmire/w2p-100302_Live-import-issues-7.5
Fix Live Import issues
2023-04-28 09:59:39 -05:00
Enea Jahollari
3647292b8f [CST-9636] Added unit tests and the logic to create file object from payload 2023-04-28 16:47:07 +02:00
Sondissimo
3d9100f2d1 DURACOM-138 Added a single line in the process-parameters.component.html, we now check if the parameters selector for the process contains at least 1 value, if not, the selector box is not shown. 2023-04-28 16:40:15 +02:00
Yana De Pauw
2a90214778 Add typedocs 2023-04-28 14:19:44 +02:00
Alban Imami
90a1f25ba9 Work for signposting 2023-04-27 16:51:41 +02:00
Alisa Ismailati
8ec5d11fcc [DURACOM-133] Do not show edit/delete button
for observer
2023-04-27 15:58:37 +02:00
Nona Luypaert
0a2cc98524 Merge branch 'w2p-101127_browse-by-controlled-vocabulary' into w2p-101127_browse-by-controlled-vocabulary-7.6.0-next
Conflicts:
	src/app/shared/form/vocabulary-treeview/vocabulary-treeview.component.spec.ts
2023-04-27 14:43:43 +02:00
Nona Luypaert
2a84c42531 101393: Fix VocabularyTreeview tests + Remove template comments 2023-04-27 14:37:13 +02:00
Art Lowel
a5c300aebd refactor mulitselect mode to use labels instead of buttons 2023-04-27 14:10:43 +02:00
Nona Luypaert
835eb73e0e Merge remote-tracking branch 'upstream/main' into w2p-101127_browse-by-controlled-vocabulary-7.6.0-next
Conflicts:
	src/app/browse-by/browse-by-routing.module.ts
	src/app/browse-by/browse-by.module.ts
2023-04-27 12:03:01 +02:00
Nona Luypaert
da7c980ab1 101393: Add 'Browse by Subject Category' link to 'All of DSpace' 2023-04-27 11:04:41 +02:00
Nona Luypaert
09f3dddde4 101393: Fix breadcrumbs on BrowseByTaxonomyPage 2023-04-27 10:52:51 +02:00
Enea Jahollari
b1d33c83a6 fixup! Added Curate tab in Edit Item page 2023-04-27 09:41:40 +02:00
Yury Bondarenko
fe1be27d49 Bump Node heap size in CI 2023-04-26 18:46:01 +02:00
Nona Luypaert
ea297d1296 101353: Add tests for BrowseByTaxonomyPageComponent 2023-04-26 18:40:38 +02:00
Nona Luypaert
bb242d99a6 101353: Fix VocabularyTreeview onSelect being called twice 2023-04-26 18:37:55 +02:00
Nona Luypaert
14b053b704 101353: Add deselect Output in VocabularyTreeview 2023-04-26 17:46:10 +02:00
Nona Luypaert
03bf4befab 101353: Fix issues in BrowseByTaxonomyPage and VocabularyTreeview 2023-04-26 16:50:48 +02:00
Alisa Ismailati
c89adf4f81 [DURACOM-134] send-back action fixed 2023-04-26 15:33:02 +02:00
lotte
3ee09834b1 101289: #1578 Changed primarybitstream field to primaryBitstreamUUID 2023-04-26 13:47:39 +02:00
Enea Jahollari
496853671e [CST-9636] Added access control components in community, item and collection edit page 2023-04-26 12:35:50 +02:00
Nona Luypaert
a80cae8fb5 101353: Add browse link + queryparams in BrowseByTaxonomyPage 2023-04-26 12:14:09 +02:00
tuanvu
b83c218bf1 Update 2023-04-26 16:35:44 +07:00
lotte
94f52721d4 101289: #1578 Removed border from primaryBitstream switch 2023-04-26 11:29:17 +02:00
tuanvu
0dbbe6cb79 Update error 2023-04-26 16:29:12 +07:00
tuanvu
53b883cb42 Internalization (i18n): Vietnamese translation!
Fixes #2172
2023-04-26 16:21:58 +07:00
Enea Jahollari
2e6b1cc4ef Added Curate tab in Edit Item page 2023-04-26 11:21:05 +02:00
tuanvu
702f9cd4db Update Lang file 2023-04-26 16:06:02 +07:00
Nona Luypaert
6e7a8a992c 101127: Add VocabularyTreeview to BrowseByTaxonomyPage 2023-04-26 10:57:33 +02:00
tuanvu
618f03c8ca Update Locale 2023-04-26 15:55:52 +07:00
lotte
222c220c56 101289: #1578 fixed redirection bug 2023-04-26 10:54:36 +02:00
tuanvu
08b271095f Internalization (i18n): Vietnamese translation! 2023-04-26 14:46:32 +07:00
Nona Luypaert
99dd9d2de9 101127: Take activeModal out of VocabularyTreeviewComponent 2023-04-25 17:55:20 +02:00
lotte
7008afd05f 1578: primaryBitstream implementation 2023-04-25 16:12:00 +02:00
Kristof De Langhe
18e7de81d9 101108: Removal of webpack devDependency to solve conflict with @angular-devkit/build-angular 2023-04-25 15:51:41 +02:00
Kristof De Langhe
6152b30425 Merge branch 'main' into w2p-101108_Angular-15-upgrade 2023-04-25 15:33:56 +02:00
enea4science
b6dc8a8579 Merge branch '4Science:main' into main 2023-04-25 14:51:35 +02:00
Kristof De Langhe
051b17e0e4 101108: Automatic npx npm-check-updates --interactive 2023-04-25 14:38:49 +02:00
Kristof De Langhe
36f6110e58 101108: Automatic ng update @nicky-lenaers/ngx-scroll-to 2023-04-25 11:35:41 +02:00
Kristof De Langhe
e037d87084 101108: Automatic ng update ngx-infinite-scroll 2023-04-25 11:24:11 +02:00
Kristof De Langhe
41a265f755 101108: Automatic ng update @angular/cdk@15 2023-04-25 10:38:18 +02:00
Kristof De Langhe
0ceeeaf33f 101108: Automatic ng update @angular/cdk@14 2023-04-25 10:35:40 +02:00
Kristof De Langhe
d6da065068 101108: Automatic ng update ngx-pagination 2023-04-24 11:54:35 +02:00
Kristof De Langhe
ee4da3f541 101108: Automatic ng update @ngx-translate/core 2023-04-24 10:34:49 +02:00
Kristof De Langhe
1ba642719d 101108: Automatic ng update ng-mocks 2023-04-24 10:31:37 +02:00
Mark H. Wood
6adc9a1742 Make theme-able. 2023-04-21 09:55:18 -04:00
Mark H. Wood
4f83eaa53d Tidy up interface declarations. 2023-04-21 09:47:18 -04:00
Nona Luypaert
7f7ed17d6e 101127: Add multiSelect tests in VocabularyTreeviewComponent 2023-04-21 09:11:28 +02:00
Alexandre Vryghem
e0fb0e14a3 Show N/A when submitter has been removed 2023-04-20 17:47:23 +02:00
Adán Román Ruiz
b1605e095a Merge branch 'main' into DS-8636 2023-04-20 13:30:41 +02:00
aroman-arvo
9de002120d #8636 Request a Copy's "helpdesk" strategy requires authentication to respond 2023-04-20 11:12:37 +02:00
LotteHofstede
cc86ac5086 Merge branch 'main' into w2p-97184_theme-feedback_contribute-main 2023-04-20 10:47:04 +02:00
Kristof De Langhe
41e4e87061 100414: Add entities to allowed object route 2023-04-20 10:13:55 +02:00
lotte
1b9a85bde7 Merge branch 'main' into w2p-101198_in-place-links_contribute-main 2023-04-20 09:36:45 +02:00
uofmsean
b5f85c207c Merge branch 'main' into fix-2197-authority-key-lookup 2023-04-19 17:25:54 -05:00
Sean Kalynuk
73b2c0b29f Fix #2197 authority key lookup
Avoid an authority key lookup when it starts with "will be generated::"
2023-04-19 16:44:04 -05:00
Alexandre Vryghem
e0c3a22466 Merge remote-tracking branch 'origin/main' into retrieve-name-with-dsonameservice-main
# Conflicts:
#	src/app/item-page/media-viewer/media-viewer-video/media-viewer-video.component.ts
2023-04-19 23:35:35 +02:00
Tim Donohue
4847fc6f7a Merge pull request #2156 from alexandrevryghem/fix-enabling-video-mediaviewer-without-image-mediaviewer-main
Made it possible to enable video viewer without also enabling image viewer
2023-04-19 16:21:02 -05:00
Tim Donohue
cefe1bfda3 Merge pull request #2187 from mspalti/shibboleth-refresh
Shibboleth page update after authentication
2023-04-19 16:08:31 -05:00
Tim Donohue
d9f6386b11 Merge pull request #2164 from alexandrevryghem/fixed-default-input-values-not-working_contribute-main
Fixed some themeable component default values not being overridable
2023-04-19 16:06:59 -05:00
Michael W Spalti
b1f3b785e1 Added typedoc and minor test update 2023-04-19 11:39:59 -07:00
Michael Spalti
e336660cdd lint fix 2023-04-19 11:39:59 -07:00
Michael Spalti
d8ee1f55f1 closing auth check subscription 2023-04-19 11:39:59 -07:00
Michael Spalti
0bf095a1d9 removed unused import 2023-04-19 11:39:59 -07:00
Michael Spalti
4c2a7a10c7 updated auth-cookie check 2023-04-19 11:39:59 -07:00
Michael Spalti
290a89909e Added check for external auth and page refresh 2023-04-19 11:39:59 -07:00
Tim Donohue
ade9533f4c Merge pull request #2194 from tdonohue/fix_item_request
Add missing export for ItemRequest module
2023-04-19 11:55:15 -05:00
lotte
559691be0e Merge branch 'main' into w2p-101198_in-place-links_contribute-main 2023-04-19 15:51:32 +02:00
lotte
43d5bf372b 101198: in place links replaced with buttons 2023-04-19 15:50:00 +02:00
Tim Donohue
3e02f22f47 Add missing export for ItemRequest module 2023-04-18 11:20:20 -05:00
Alexandre Vryghem
fc7997d8b8 100479: Removed the default input values to make it possible to override them in themes 2023-04-17 23:50:15 +02:00
Tim Donohue
8c8fad75fa Merge pull request #2193 from tdonohue/update_actions
Split Codecov GitHub action to separate job & add retries. Update other actions.
2023-04-17 16:49:15 -05:00
Tim Donohue
8ce1552bb1 Merge pull request #2186 from vlguerrero/spanish-translation-contribution
Update es.json5
2023-04-17 16:24:12 -05:00
Alexandre Vryghem
7b27251cf2 Merge remote-tracking branch 'upstream/main' into fixed-default-input-values-not-working_contribute-main
# Conflicts:
#	src/app/shared/search/themed-search.component.ts
2023-04-17 23:14:57 +02:00
Tim Donohue
88ba37e527 Fix warnings in action summary. Use new Yarn cache syntax. Update Cypress and remove unnecessary headless flag. 2023-04-17 16:02:02 -05:00
Alexandre Vryghem
80b90524b6 100479: Removed the default input values to make it possible to override them in themes 2023-04-17 22:49:22 +02:00
Alexandre Vryghem
38df774c9c Merge remote-tracking branch 'templates/dspace-7.4' into fixed-default-input-values-not-working_contribute-7.4 2023-04-17 22:48:54 +02:00
Tim Donohue
fef1ba9663 Update to latest version of actions 2023-04-17 15:07:09 -05:00
Tim Donohue
187cdd7ae2 Split Codecov upload into a separate job. Make it auto-retry up to five times 2023-04-17 15:06:51 -05:00
Nona Luypaert
f0d0cb5930 101127: Fix all tests related to VocabularyTreeview 2023-04-17 16:27:58 +02:00
Nona Luypaert
7a876c0276 101127: Refactor VocabularyTreeView to add multiSelect & checkboxes 2023-04-17 15:35:27 +02:00
Nona Luypaert
3da2b3c0ef 101127: Put modal from VocabularyTreeview in VocabularyTreeviewModal 2023-04-17 10:13:14 +02:00
Alexandre Vryghem
1752b1afd4 100479: Removed the default input values to make it possible to override them in themes 2023-04-17 00:15:24 +02:00
Alexandre Vryghem
d6147e5236 Fixed default @Input() values not working for themed components 2023-04-17 00:08:48 +02:00
Tim Donohue
3fcb1138e2 Merge pull request #2146 from amgciadev/fix-1702-b
Fix #1702 - Move item collection with inheritPolicies support
2023-04-14 14:50:29 -05:00
Nona Luypaert
f4efe00671 101127: Create BrowseByTaxonomyPageComponent 2023-04-14 19:41:41 +02:00
Tim Donohue
548ccf8b90 Merge pull request #2162 from TexasDigitalLibrary/DS-8668
DS-8668: adds check for HTTP 413 status code when importing an SAF file
2023-04-14 11:43:20 -05:00
Tim Donohue
e986f10e21 Merge pull request #2144 from atmire/fix-dso-edit-menu-dropdowns
Fix DSO edit menu dropdowns
2023-04-13 16:47:33 -05:00
Tim Donohue
a8515faa90 Merge pull request #2190 from tdonohue/solr_dir_fix
Fix Docker solr configset directories
2023-04-13 15:02:05 -05:00
Tim Donohue
f73fbc270f Fix solr configset directories 2023-04-13 14:16:33 -05:00
lotte
8136826c6d Added missing typedoc 2023-04-13 16:12:49 +02:00
lotte
17782b80cd Merge branch 'main' into w2p-97184_theme-feedback_contribute-main 2023-04-13 13:11:58 +02:00
Tim Donohue
d972036736 Merge pull request #2184 from TexasDigitalLibrary/DS-2077
DS-2077: removes external Google font
2023-04-12 16:57:49 -05:00
Tim Donohue
d8f367ce9c Merge pull request #2189 from tdonohue/docker_cleanup
Minor docker / compose updates based on recent changes to backend
2023-04-12 16:50:07 -05:00
Tim Donohue
b7bd6ef709 Merge pull request #2110 from atmire/add-json5-eslint-support
Added i18n ESLint support
2023-04-12 15:07:59 -05:00
Tim Donohue
113703ff6b Ensure default Dockerfile starts in dev mode & has appropriate memory allocated. Enhance comments in -dist.yml 2023-04-12 11:42:37 -05:00
Kristof De Langhe
4ed6ccebff 101108: Angular 15 upgrade - test build & run fixes 2023-04-12 17:47:40 +02:00
Kristof De Langhe
84f1fcbb35 101108: Angular 15 upgrade - resolve fix 2023-04-12 17:29:54 +02:00
Tim Donohue
72fad0a6c9 Update/Enhance Docker README with latest info 2023-04-12 09:53:45 -05:00
Tim Donohue
0f22978b2e Sync changes from Dspace/DSpace#8679 to dspace-angular docker scripts 2023-04-12 09:52:48 -05:00
Kristof De Langhe
5761698a0d 101108: Automatic ng update @angular-devkit/build-angular@15 2023-04-12 12:25:10 +02:00
Kristof De Langhe
585ef37243 101108: install fixes 2023-04-12 12:17:15 +02:00
Kristof De Langhe
6d855caa33 101108: Automatic ng update @ngrx/router-store@15 2023-04-12 12:07:38 +02:00
Kristof De Langhe
83acd1f4b4 101108: Automatic ng update @nguniversal/express-engine@15 2023-04-12 12:04:32 +02:00
Kristof De Langhe
29fe2ef954 101108: Automatic ng update @nguniversal/express-engine@14 2023-04-12 12:02:31 +02:00
Kristof De Langhe
d705de1b4f 101108: Automatic ng update ngx-ui-switch@14 2023-04-12 11:58:10 +02:00
Kristof De Langhe
6deba31828 101108: Automatic ng update @ngtools/webpack@15 2023-04-12 11:42:16 +02:00
Kristof De Langhe
8c3ec98db3 101108: Automatic ng update @angular-eslint/schematics@15 2023-04-12 11:40:05 +02:00
Kristof De Langhe
0327f1d856 101108: Automatic ng update @nguniversal/builders@15 2023-04-12 11:37:25 +02:00
Kristof De Langhe
2eb91add4d 101108: Automatic ng update @angular/core@15 @angular/cli@15 2023-04-12 11:34:26 +02:00
Kristof De Langhe
643e75a838 101108: Angular 14 upgrade - build fixes #1 2023-04-11 17:50:50 +02:00
Kristof De Langhe
59681ea54d 101108: Automatic ng update @angular-devkit/build-angular@14 2023-04-11 17:05:23 +02:00
Kristof De Langhe
4c10721e3a 101108: Automatic ng update @angular/cli@14 2023-04-11 16:43:04 +02:00
Kristof De Langhe
5fb237d905 101108: Automatic ng update @nguniversal/builders@14 2023-04-11 16:28:29 +02:00
Kristof De Langhe
859ffb5cdc 101108: Automatic ng update @angular-devkit/build-angular@14 2023-04-11 16:23:18 +02:00
Kristof De Langhe
d21ce38011 101108: Automatic ng update @angular/core@14 2023-04-11 16:18:20 +02:00
Tim Donohue
4e7cad9e17 Merge pull request #2137 from mark-cooper/dspace-angular-dist
Build & publish dspace/dspace-angular imgs with -dist suffix
2023-04-07 12:02:30 -05:00
Mark Cooper
7410141d3f Build & publish dspace/dspace-angular imgs with -dist suffix 2023-04-06 16:46:08 -07:00
Leonardo Guerrero
05d73abbe2 Update es.json5 2023-04-05 11:35:23 -05:00
Kristof De Langhe
b829335ba5 100414: Missing search_result statistics fix 2023-04-05 17:49:29 +02:00
Tim Donohue
1ba3a0572b Merge pull request #2185 from tdonohue/minor_cypress_updates
Minor cypress updates & stabilize e2e tests
2023-04-05 08:37:57 -05:00
Alexandre Vryghem
93ac1957c5 Merge branch 'fix-enabling-video-mediaviewer-without-image-mediaviewer-7.2' into fix-enabling-video-mediaviewer-without-image-mediaviewer-main
# Conflicts:
#	src/app/item-page/media-viewer/media-viewer.component.html
2023-04-04 22:11:26 +02:00
Alexandre Vryghem
4469918640 Show ThumbnailComponent as fallback instead of a MediaViewerImageComponent placeholder when only one of the mediaviewers options is enabled 2023-04-04 22:05:09 +02:00
Tim Donohue
ff5ccf30ee Minor update to latest Cypress 2023-04-04 14:08:34 -05:00
Tim Donohue
fb45f5f807 Remove flakey check for success alert box. Unnecessary for this test, and sometimes randomly fails (if alert box closes before it can be clicked closed) 2023-04-04 14:07:22 -05:00
Tim Donohue
a1f4d7d7b6 Merge pull request #2176 from pilasou/pilasou-translations-fr
Small updates to french translations
2023-04-04 12:07:33 -05:00
nwoodward
dc6fa35483 remove unused import 2023-04-04 12:04:32 -05:00
nwoodward
a3034dd5f8 remove external Google font 2023-04-04 12:02:20 -05:00
Yana De Pauw
59b417d3f4 Merge remote-tracking branch 'upstream/main' into w2p-100302_Live-import-issues-7.5 2023-04-04 11:09:01 +02:00
Alexandre Vryghem
afbd16d38d Merge remote-tracking branch 'upstream/main' into add-json5-eslint-support
# Conflicts:
#	src/assets/i18n/fi.json5
#	src/assets/i18n/fr.json5
2023-04-04 00:08:48 +02:00
Tim Donohue
afc147507c Merge pull request #2133 from alexandrevryghem/fix-missing-hints-and-required-attributes-main
Fix missing hints and error messages for input-type `list` & `tag`
2023-04-03 16:31:36 -05:00
Yana De Pauw
4ab9f7086b Merge branch 'w2p-100302_Live-import-issues' into w2p-100302_Live-import-issues-7.5 2023-04-03 17:55:37 +02:00
Yana De Pauw
3590582832 100302: Change error check to hasFailed 2023-04-03 17:48:30 +02:00
Alexandre Vryghem
751ce12f97 Merge branch 'fix-metadata-fields-containing-dots_contribute-7.4' into fix-metadata-fields-containing-dots_contribute-main 2023-04-03 14:46:23 +02:00
Alexandre Vryghem
24e6cdd3ec 100553: Removed possibility to updated schema name, element and qualifier 2023-04-03 14:33:52 +02:00
Alexandre Vryghem
f301be3eb2 Merge remote-tracking branch 'upstream/main' into retrieve-name-with-dsonameservice-main
# Conflicts:
#	src/app/browse-by/browse-by-date-page/browse-by-date-page.component.ts
2023-04-01 21:08:27 +02:00
Tim Donohue
6892489156 Merge pull request #2143 from CrisGuzmanS/issues/2140
disabled the posibility to change the collection for workflow items to prevent errors
2023-03-30 16:50:07 -05:00
Tim Donohue
8740eaf218 Merge pull request #2171 from mspalti/browse-start-year
Added upper limit to browse by date (year)
2023-03-30 15:12:24 -05:00
Michael Spalti
521b7d4db8 updated value param check 2023-03-30 11:09:02 -07:00
Michael Spalti
24cc3fb76e reverted browse-by-metadata change 2023-03-30 11:09:02 -07:00
Michael Spalti
5b33c49ccc Added upper limit to browse by date 2023-03-30 11:09:02 -07:00
Cristian Emanuelle Guzmán Suárez
bb8775a8f0 Update workflowitems-edit-page-routing.module.ts
avoiding trailing-space
2023-03-30 12:02:42 -06:00
Cristian Emanuelle Guzmán Suárez
0ffdda26dc Update workflowitems-edit-page-routing.module.ts
small change to re run test
2023-03-30 11:16:28 -06:00
cris
b5881a0ae9 modifying behavior of collectionModifiable 2023-03-30 16:51:08 +00:00
Cristian Emanuelle Guzmán Suárez
7fbec71002 Merge branch 'DSpace:main' into issues/2140 2023-03-30 10:16:42 -06:00
Pierre Lasou
0fbcf84125 Small updates to french translations
Adding corrections suggested in the following PR review: https://github.com/DSpace/dspace-angular/pull/2154
2023-03-30 11:50:16 -04:00
Alexandre Vryghem
9cc158230f Merge remote-tracking branch 'upstream/main' into fix-metadata-fields-containing-dots_contribute-main
# Conflicts:
#	src/app/item-page/edit-item-page/item-metadata/edit-in-place-field/edit-in-place-field.component.html
#	src/app/item-page/edit-item-page/item-metadata/edit-in-place-field/edit-in-place-field.component.spec.ts
#	src/app/item-page/edit-item-page/item-metadata/edit-in-place-field/edit-in-place-field.component.ts
2023-03-30 17:49:39 +02:00
Alexandre Vryghem
792a614631 100553: Set the maximum amount of metadata fields shown on EditInPlaceFieldComponent back to 10 2023-03-30 17:35:55 +02:00
Alexandre Vryghem
b00a0f5be9 100553: Added extra regex validation to prevent users from adding namespaces, elements and qualifiers with spaces
Minor fixes:
- Metadata Registry's name field was not being emptied after successful submission
- The first input from both forms both had the red error border after clearing the fields
2023-03-30 17:35:55 +02:00
Tim Donohue
1ddeeed081 Merge pull request #2127 from tdonohue/update_cypress_12
Upgrade to Cypress 12 for e2e tests
2023-03-30 10:22:06 -05:00
Yana De Pauw
057b54a667 Merge branch 'w2p-100302_Live-import-issues' into w2p-100302_Live-import-issues-7.5 2023-03-30 17:05:07 +02:00
Yana De Pauw
6c5ae4972e 100302: Add an error to prevent piping or subscribing to undefined when no href is present 2023-03-30 16:53:10 +02:00
Enea Jahollari
af9b4a292e Fix error message when updating ORCID settings 2023-03-30 12:28:48 +02:00
Alexandre Vryghem
690554d103 Merge remote-tracking branch 'upstream/main' into fix-enabling-video-mediaviewer-without-image-mediaviewer-main
# Conflicts:
#	src/app/item-page/simple/item-types/publication/publication.component.html
#	src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html
2023-03-29 10:12:16 +02:00
Tim Donohue
81087d3a2c Merge pull request #2154 from pilasou/pilasou-translations-fr
Update to fixe french labels for System-wide alert
2023-03-28 16:51:12 -05:00
Tim Donohue
f04f73edfa Merge pull request #2149 from alexandrevryghem/media-viewer-thumbnail-width_contribute-main
Media viewer thumbnails don't take viewport width into account
2023-03-28 16:20:20 -05:00
Tim Donohue
4ff68da423 Merge pull request #2166 from reetagithub/main
Update en.json5
2023-03-28 10:09:11 -05:00
Yana De Pauw
b86c467a1f Merge branch 'w2p-100302_Live-import-issues' into w2p-100302_Live-import-issues-7.5 2023-03-28 14:40:43 +02:00
Yana De Pauw
9f6616a5ce 100302: Add support to check if a request has a cached value 2023-03-28 14:38:44 +02:00
reetagithub
26f9c7e40f Update fi.json5
Harmonized some translations and translated the few new translations.
2023-03-28 12:44:34 +03:00
reetagithub
a2aa436c1d Update en.json5
Two typos corrected.
2023-03-28 10:24:01 +03:00
Yana De Pauw
3851884225 Merge remote-tracking branch 'upstream/main' into w2p-100302_Live-import-issues-7.5 2023-03-27 17:23:36 +02:00
Yana De Pauw
153a53f118 100302: Fix issues with live import 2023-03-27 16:31:26 +02:00
Alexandre Vryghem
918493ecb3 Merge branch 'fix-enabling-video-mediaviewer-without-image-mediaviewer-7.2' into fix-enabling-video-mediaviewer-without-image-mediaviewer-main 2023-03-26 01:04:19 +01:00
Alexandre Vryghem
43dd508b10 Fix placeholder not being shown for items with not THUMBNAIL bitstreams 2023-03-26 01:04:02 +01:00
Alexandre Vryghem
e14760a29b Merge remote-tracking branch 'upstream/main' into retrieve-name-with-dsonameservice-main
# Conflicts:
#	src/app/item-page/media-viewer/media-viewer-video/media-viewer-video.component.ts
2023-03-24 23:26:30 +01:00
Alexandre Vryghem
0c47298194 Merge remote-tracking branch 'upstream/main' into add-json5-eslint-support
# Conflicts:
#	src/assets/i18n/hu.json5
2023-03-24 21:22:31 +01:00
Pierre Lasou
46a73e9c1b Fixing minor syntax problems
Added missing commas and missing "//" characters.
2023-03-24 14:15:07 -04:00
nwoodward
3a7ab491bf updated message to reflect only one file 2023-03-24 08:53:55 -05:00
nwoodward
b2a9c4f456 handle http status code 413 from the backend when an SAF file is larger than the limit 2023-03-24 08:48:19 -05:00
Alexandre Vryghem
a49c8cad99 Merge remote-tracking branch 'upstream/main' into fix-enabling-video-mediaviewer-without-image-mediaviewer-main
# Conflicts:
#	src/app/item-page/media-viewer/media-viewer-video/media-viewer-video.component.ts
#	src/app/item-page/media-viewer/media-viewer.component.html
#	src/app/item-page/simple/item-types/publication/publication.component.html
#	src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html
2023-03-24 00:46:29 +01:00
Alexandre Vryghem
ebfef74adb Merge remote-tracking branch 'upstream/main' into media-viewer-thumbnail-width_contribute-main
# Conflicts:
#	src/app/item-page/simple/item-types/publication/publication.component.html
#	src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html
2023-03-24 00:18:33 +01:00
Tim Donohue
d0ccec9d0e Merge pull request #2126 from atmire/ensure-cookie-language-is-valid-main
Ensure cookie language is valid
2023-03-23 16:37:30 -05:00
Tim Donohue
943e1b4eef Merge pull request #2151 from alexandrevryghem/atmire-contributions-march-2023
New themed components
2023-03-23 15:12:18 -05:00
Tim Donohue
3588643731 Merge pull request #2142 from akoscomp/main
Update hu language file with dspace7.5 strings
2023-03-23 14:48:49 -05:00
Tim Donohue
ee705f0ccf Merge pull request #2130 from amanbudgujar/virsoftech-angular
EPerson creation page changed
2023-03-23 14:38:37 -05:00
Tim Donohue
b4042e712d Merge pull request #2148 from DSpace/dependabot/npm_and_yarn/webpack-5.76.0
Bump webpack from 5.75.0 to 5.76.0
2023-03-23 14:09:39 -05:00
Tim Donohue
80c3416214 Merge pull request #2139 from CrisGuzmanS/issues/2128
browse-by-metadata-page works correctly on numeric 'value' param
2023-03-23 11:43:25 -05:00
Enea Jahollari
081e44521a Merge branch 'main' into CST-7216 2023-03-23 12:01:27 +01:00
Enea Jahollari
b31fdf0be6 [CST-7216] Imported UploadModule in AdminModule to fix build error 2023-03-23 11:59:50 +01:00
Alexandre Vryghem
2f336ff8de Merge branch 'w2p-99465_themed-MediaViewerCompoent_contribute-7.2' into atmire-contributions-march-2023 2023-03-21 10:03:55 +01:00
Alexandre Vryghem
e426c1a4ef Fixed MediaViewerVideoComponent 2023-03-21 10:02:43 +01:00
Alexandre Vryghem
83444fc9c2 Merge remote-tracking branch 'upstream/main' into fix-enabling-video-mediaviewer-without-image-mediaviewer-7.2
# Conflicts:
#	src/app/item-page/media-viewer/media-viewer-video/media-viewer-video.component.html
#	src/app/item-page/media-viewer/media-viewer-video/media-viewer-video.component.ts
2023-03-19 23:37:35 +01:00
Alexandre Vryghem
aa4d56e2cf Made it possible to only enable video media viewer
Also:
- Filtered out non-supported media file types from the mediaViewers mediaList
- Fixed thumbnails not displaying with 0 ORIGINAL bitstreams
2023-03-19 21:22:57 +01:00
Pierre Lasou
58df43b852 Update to fixe french labels for System-wide alert
Add translations for the System wide alert feature as well other various missing parameters.
2023-03-17 15:02:07 -04:00
Alexandre Vryghem
5011ec672c Merge branch 'fix-rss-button-not-showing' into atmire-contributions-march-2023 2023-03-17 17:30:48 +01:00
Alexandre Vryghem
56d60820a5 96384: Fix RSS component sometimes not displaying when loaded to fast 2023-03-17 17:00:12 +01:00
Alexandre Vryghem
2d48c6369b Merge remote-tracking branch 'upstream/main' into retrieve-name-with-dsonameservice-main 2023-03-16 00:30:49 +01:00
Alexandre Vryghem
3b5829160b Merge branch 'retrieve-name-with-dsonameservice-7.4' into retrieve-name-with-dsonameservice-main 2023-03-16 00:26:55 +01:00
Alexandre Vryghem
2030b29ddc Fix scope name not being displayed after a page refresh & code cleanup 2023-03-16 00:26:11 +01:00
Alexandre Vryghem
21431f8111 Merge remote-tracking branch 'contributions/w2p-99464_add-missing-end-user-agreement-guards_contribute-7.2' 2023-03-15 17:37:52 +01:00
Alexandre Vryghem
4f87bab78c Merge remote-tracking branch 'alex/w2p-99465_themed-MediaViewerCompoent_contribute-7.2'
# Conflicts:
#	src/themes/custom/lazy-theme.module.ts
2023-03-15 17:22:50 +01:00
Alexandre Vryghem
daca70e6cb Merge remote-tracking branch 'atmire/issue-1833_entity-title-refactor_themed-ItemPageTitleFieldComponent-7.2'
# Conflicts:
#	src/app/entity-groups/journal-entities/item-pages/journal-issue/journal-issue.component.html
#	src/app/entity-groups/journal-entities/item-pages/journal-volume/journal-volume.component.html
#	src/app/entity-groups/journal-entities/item-pages/journal/journal.component.html
#	src/app/entity-groups/research-entities/item-pages/org-unit/org-unit.component.html
#	src/app/entity-groups/research-entities/item-pages/person/person.component.html
#	src/app/entity-groups/research-entities/item-pages/project/project.component.html
#	src/app/item-page/full/full-item-page.component.html
#	src/app/item-page/simple/item-types/publication/publication.component.html
#	src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html
#	src/app/shared/shared.module.ts
#	src/themes/custom/lazy-theme.module.ts
2023-03-15 17:15:05 +01:00
cris
385b72862e lint issues solved 2023-03-15 16:00:07 +00:00
Alexandre Vryghem
06f95da018 Merge remote-tracking branch 'alex/w2p-100079_themed-feedback-form-component_contribute-7.2'
# Conflicts:
#	src/themes/custom/lazy-theme.module.ts
2023-03-15 16:55:21 +01:00
Alexandre Vryghem
f1d675bbe2 Merge remote-tracking branch 'upstream/main' into media-viewer-thumbnail-width_contribute-main 2023-03-15 14:31:35 +01:00
Alexandre Vryghem
d60e358766 Fix media viewer thumbnails exceeding max width 2023-03-15 14:15:04 +01:00
dependabot[bot]
be484b1249 Bump webpack from 5.75.0 to 5.76.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 22:48:34 +00:00
Alexandre Vryghem
b63fa5f375 Themed MediaViewerVideoComponent 2023-03-14 14:26:51 +01:00
Alexandre Vryghem
f4e95946dc Themed MediaViewerImageComponent 2023-03-14 14:26:39 +01:00
Alexandre Vryghem
faec78a12e Themed MediaViewerComponent 2023-03-14 14:26:18 +01:00
Agustina Martinez
50d36231aa Add support to send inheritPolicies flag when moving item collection 2023-03-13 16:17:31 +00:00
cris
ebd8cbaaae avoid unnecesary assignment to this.value 2023-03-13 00:13:20 +00:00
cris
e4657b7d51 whitespace differences hiddne 2023-03-12 23:21:22 +00:00
Cristian Emanuelle Guzmán Suárez
a6bad9f142 Merge branch 'main' into issues/2128 2023-03-12 17:36:05 -06:00
cris
6983b40136 if data does not exist the undefined error is avoid 2023-03-12 21:13:17 +00:00
cris
12518dcc86 if collectionModiable does not exists is set as null 2023-03-12 20:49:01 +00:00
cris
22da2f7160 avoiding lint issues 2023-03-12 19:49:30 +00:00
cris
762bdafe5e Merge branch 'issues/2140' of https://github.com/CrisGuzmanS/dspace-angular into issues/2140 2023-03-12 19:39:41 +00:00
cris
f561ff8f35 collectionModifiable can be null 2023-03-12 19:39:26 +00:00
Cristian Emanuelle Guzmán Suárez
787c99bcde Merge branch 'DSpace:main' into issues/2140 2023-03-12 13:21:32 -06:00
Tim Donohue
694fa39a6e Merge pull request #2141 from CrisGuzmanS/issues/2044
pageSize applied in Recent Submissions
2023-03-10 12:55:05 -06:00
Tim Donohue
673d056554 Merge pull request #2132 from md1222/edit-bitstream
Fixed: Clear metadata if value has not set. Reference issue no #1612
2023-03-10 12:13:10 -06:00
Tim Donohue
42097b7802 Merge pull request #2083 from atmire/atmire-contributions-alex-7.5
New themed components
2023-03-10 12:02:49 -06:00
Tim Donohue
2326a2596f Merge pull request #2109 from vlguerrero/spanish-translation-contribution
Spanish translation contribution
2023-03-10 11:46:50 -06:00
Yury Bondarenko
7fb9c8a38a Fix DSO edit menu dropdowns 2023-03-10 11:36:40 +01:00
cris
1c2d96ce43 solving lint issues 2023-03-10 03:39:03 +00:00
cris
1ca8529440 collection is not modifiable in workflowitem section 2023-03-10 03:22:47 +00:00
cris
6e77140591 avoiding trailing space 2023-03-09 21:12:29 +00:00
cris
6493b62e6a adding sortConfig 2023-03-09 21:00:36 +00:00
akoscomp
22686d52da Update hu language file with dspace7.5 strings
Improve translationo
2023-03-09 21:31:47 +02:00
cris
9d1991eec1 pageSize applied in Recent Submissions 2023-03-09 18:39:13 +00:00
cris
293692f1d2 fixing lint issues 2023-03-09 15:45:55 +00:00
cris
e2cf97f8c1 browse-by-metadata-page works correctly on numeric 'value' param 2023-03-09 04:38:59 +00:00
Tim Donohue
6d1b9f3fa4 Ensure all SSR caching is disabled in CI environment 2023-03-07 16:38:25 -06:00
Tim Donohue
61ace6f831 Bug fix: generateViewEvent() requires Solr to commit stats immediately. 2023-03-07 15:02:31 -06:00
Tim Donohue
371bd072b3 Add generateViewEvent() util to generate stats in e2e tests. Refactored xsrf.interceptor.ts to move constants to a separate file so they can be reused in e2e tests easily. 2023-03-06 16:13:43 -06:00
Alexandre Vryghem
72dbb0fdef Themed FeedbackFormComponent 2023-03-06 22:09:34 +01:00
Mark H. Wood
1e7ede015b Don't allow the date picker to exceed the maximum start or end date for an access option. 2023-03-06 11:19:49 -05:00
Alexandre Vryghem
441eac2bf4 Merge remote-tracking branch 'upstream/main' into fix-missing-hints-and-required-attributes-main
# Conflicts:
#	src/app/shared/form/builder/ds-dynamic-form-ui/ds-dynamic-form-control-container.component.ts
#	src/app/shared/form/builder/ds-dynamic-form-ui/models/list/dynamic-list-checkbox-group.model.ts
2023-03-05 17:57:27 +01:00
Alexandre Vryghem
7720f38364 Fixed hints & required error messages for input-type list
- Added mapping for required & hint properties
- Set the required type on the checkbox group instead of on each checkbox individually
2023-03-05 14:30:04 +01:00
Lucky
c72ab68b65 Merge branch 'main' into edit-bitstream 2023-03-04 15:01:10 +05:30
Asif Mustaque
f2ecef8499 A tiny indentation fix 2023-03-04 12:29:08 +05:30
Alexandre Vryghem
79cb51b2c1 Fix hints not being displayed for dynamic array fields 2023-03-03 21:59:06 +01:00
Tim Donohue
48e95e262d Fix lint warnings by switching + to concat() 2023-03-03 12:53:27 -06:00
Tim Donohue
d38ba9cf0e Make statistics tests more stable by waiting on page to fully load 2023-03-03 12:53:27 -06:00
Tim Donohue
aa7c644e6a Minor configuration cleanup for Cypress 2023-03-03 10:49:06 -06:00
Tim Donohue
934c23a550 Fix accessibility issue where restricted objects have no name in statistics table 2023-03-03 10:49:06 -06:00
Tim Donohue
1ae3c183d4 Minor test cleanup after upgrade 2023-03-03 10:49:06 -06:00
Asif Mustaque
c9d261e68b Fix for issue #1612
Removes metadata field entry dc.description from the bitstream's metadata

Co-Authored-By: Aman Budgujar <amanbudgujar@gmail.com>
2023-03-03 18:57:24 +05:30
Aman Budgujar
3a2123f569 Changes associated with #2026
While creating a new EPerson -
* Reset password button is not displayed.
* Submit button label changed from 'Save' to 'Create'.
2023-03-03 10:56:29 +05:30
Aman Budgujar
7d0891f9f6 Revert "Changes associated with #2026"
This reverts commit 0090088cb3.
2023-03-03 10:48:34 +05:30
Alexandre Vryghem
83155062cf Merge remote-tracking branch 'upstream/main' into retrieve-name-with-dsonameservice-7.4
# Conflicts:
#	src/app/access-control/epeople-registry/epeople-registry.component.html
#	src/app/access-control/epeople-registry/eperson-form/eperson-form.component.ts
#	src/app/access-control/group-registry/group-form/group-form.component.spec.ts
#	src/app/access-control/group-registry/group-form/group-form.component.ts
#	src/app/access-control/group-registry/group-form/members-list/members-list.component.html
#	src/app/access-control/group-registry/group-form/members-list/members-list.component.ts
#	src/app/collection-page/edit-item-template-page/edit-item-template-page.component.html
#	src/app/item-page/full/field-components/file-section/full-file-section.component.ts
#	src/app/item-page/media-viewer/media-viewer-video/media-viewer-video.component.ts
#	src/app/item-page/simple/field-components/file-section/file-section.component.html
#	src/app/item-page/simple/field-components/file-section/file-section.component.ts
#	src/app/item-page/versions/item-versions.component.ts
#	src/app/shared/auth-nav-menu/user-menu/user-menu.component.html
#	src/app/shared/auth-nav-menu/user-menu/user-menu.component.ts
#	src/app/shared/object-collection/shared/mydspace-item-submitter/item-submitter.component.html
2023-03-02 22:13:05 +01:00
Alexandre Vryghem
2513f91a1a Use DSONameService to display DSpaceObjects names 2023-03-02 19:40:36 +01:00
Aman Budgujar
5c27dca3d7 Revert "CSS changed for login-container #1952"
This reverts commit feb2d09d5a.
2023-03-02 18:51:39 +05:30
Aman Budgujar
0090088cb3 Changes associated with #2026
While creating a new EPerson -
* Reset password button is not displayed.
* Submit button label changed from 'Save' to 'Create'.
2023-03-02 18:47:59 +05:30
Aman Budgujar
4cf1feef07 Merge branch 'main' of https://github.com/amanbudgujar/dspace-angular 2023-03-02 18:18:52 +05:30
Tim Donohue
599e8a777e Update to latest cypress, cypress-axe and axe-core 2023-03-01 16:49:01 -06:00
Tim Donohue
f5d18edd06 Fix circulary dependency in our Cypress support code. 2023-03-01 16:39:35 -06:00
Tim Donohue
376788ea2e Automated upgrade to Cypress 12. 2023-03-01 16:39:31 -06:00
Tim Donohue
1d58910d70 Merge pull request #2085 from CrisGuzmanS/ul-and-li-in-dropdwon-collection-in-submissions-form
ID 469871. List or list item is not marked up properly.
2023-03-01 16:03:12 -06:00
Tim Donohue
eaa54dfcaf Merge pull request #2092 from CrisGuzmanS/issues/1186-470750
Buttons have same name but different actions.
2023-03-01 14:14:54 -06:00
Alexandre Vryghem
b8496df6aa Added missing EndUserAgreementCurrentUserGuard guards 2023-03-01 17:02:38 +01:00
cris
e80e56d78b erro fixed when dropdwon is closed 2023-03-01 03:31:31 +00:00
Cristian Emanuelle Guzmán Suárez
1ed3b9244f Merge branch 'DSpace:main' into ul-and-li-in-dropdwon-collection-in-submissions-form 2023-02-28 20:47:36 -06:00
Tim Donohue
00c5636c88 Merge pull request #2007 from arvoConsultores/DS-8408
In Advanced Search, list collections alphabetically
2023-02-28 16:58:14 -06:00
Tim Donohue
8264872f38 Merge pull request #2084 from CrisGuzmanS/role-in-tabs
ul and li replaced to role list and listitem
2023-02-28 16:28:11 -06:00
Cristian Emanuelle Guzmán Suárez
a2bd3be23f submission.workflow.generic.delete-help sentence make sense. 2023-02-28 16:24:13 -06:00
Alexandre Vryghem
019ef75804 Initialised EventEmitter submitSearch in ThemedSearchFormComponent 2023-02-28 23:05:19 +01:00
Tim Donohue
8bb73b3188 Merge pull request #2111 from atmire/fix-tests-upstream
Fix false positive tests caused by `fixture.debugElement.query().toBeDefined()` & `toBeUndefined()`
2023-02-28 15:04:25 -06:00
Tim Donohue
8d867a7a93 Merge pull request #2121 from CrisGuzmanS/issues/2089
avoiding drag and drop in put for multiple select option
2023-02-28 12:41:06 -06:00
Tim Donohue
d7977aba97 Merge pull request #2122 from atmire/atmire-css-contributions-main
Minor CSS fixes
2023-02-27 16:55:51 -06:00
Tim Donohue
07ee16aa8d Merge pull request #2113 from CrisGuzmanS/issues/1998
avoiding error when user unselect a filter option
2023-02-27 16:40:30 -06:00
Tim Donohue
e9f4d4574a Merge pull request #2117 from atmire/w2p-99615_misc-community-bug-fixes_contribute-main
Fixed UI issues #2087 and #2088
2023-02-27 16:00:52 -06:00
Alexandre Vryghem
d79dcbae73 94481: Themed ItemPageTitleFieldComponent 2023-02-27 17:25:08 +01:00
Alexandre Vryghem
ed998f41ce Merge remote-tracking branch 'upstream/main' into ensure-cookie-language-is-valid-7.2 2023-02-26 21:49:51 +01:00
Alexandre Vryghem
92f5c6f427 Do not use disabled or non-existing languages from language cookie 2023-02-26 21:39:10 +01:00
Alexandre Vryghem
200e95a390 Fix vertical alignment of text & buttons in tables 2023-02-26 00:53:26 +01:00
Alexandre Vryghem
1b46303539 Merge branch 'atmire-css-contributions-7.2' into atmire-css-contributions-main
# Conflicts:
#	src/app/admin/admin-registries/metadata-schema/metadata-schema.component.html
#	src/app/shared/log-in/log-in.component.html
2023-02-26 00:52:04 +01:00
cris
ec3f7736d4 avoiding drag and drop in put for multiple select option 2023-02-24 16:19:41 +00:00
Alexandre Vryghem
5398c06242 Fix alignment of input fields on metadata registry when only one input field has error 2023-02-24 01:19:28 +01:00
Alexandre Vryghem
af23a3a8e3 Fixed css issues of LogInComponent where text would overflow 2023-02-24 01:19:08 +01:00
lotte
e3fe80013c Merge branch 'w2p-99615_misc-community-bug-fixes_contribute-7.4' into w2p-99615_misc-community-bug-fixes_contribute-main 2023-02-23 15:55:20 +01:00
lotte
0a4f027129 99615: Fixed #2087 and #2088 2023-02-23 15:44:18 +01:00
lotte
d2871ea8a0 Solved test issues 2023-02-23 14:39:34 +01:00
lotte
ab78df2e68 Fixes after merge 2023-02-23 11:08:23 +01:00
lotte
c1a1d1a20e Merge branch 'w2p-99521_themed-top-level-communities-component_contribute-main' into w2p-97184_theme-feedback_contribute-main 2023-02-23 11:07:29 +01:00
Lucky
feb2d09d5a CSS changed for login-container #1952 2023-02-23 13:59:05 +05:30
lotte
55fcab1700 Merge branch 'w2p-99521_themed-top-level-communities-component_contribute-7.4' into w2p-99521_themed-top-level-communities-component_contribute-main 2023-02-22 16:14:25 +01:00
lotte
efe1d1085a Moved TopLevelCommunityComponent to Eager module 2023-02-22 16:12:40 +01:00
lotte
1c12977347 Merge branch 'w2p-99521_themed-top-level-communities-component_contribute-7.2' into w2p-99521_themed-top-level-communities-component_contribute-7.4 2023-02-22 16:08:36 +01:00
lotte
eff5f1b81a 99521: themed TopLevelCommunitiesComponent 2023-02-22 15:59:29 +01:00
Alexandre Vryghem
5e726f8916 Made private constructor arguments protected to be accessible in themed components 2023-02-22 14:28:15 +01:00
Alexandre Vryghem
64dd2e6344 Merge remote-tracking branch 'templates/w2p-91874_Authority-control_contribute-7.2' into atmire-contributions-alex-7.5
# Conflicts:
#	src/app/shared/form/form.module.ts
#	src/app/shared/shared.module.ts
#	src/themes/custom/lazy-theme.module.ts
2023-02-22 13:52:38 +01:00
Alexandre Vryghem
74ca23ec83 Merge branch 'w2p-98661_themed-FullFileSectionComponent-contribute-7.2' into atmire-contributions-alex-7.5
# Conflicts:
#	src/app/item-page/full/full-item-page.component.html
#	src/app/item-page/item-page.module.ts
#	src/themes/custom/lazy-theme.module.ts
2023-02-22 13:29:44 +01:00
cris
17afdfa34b avoiding error when user unselect a filter option 2023-02-21 22:44:45 +00:00
Alexandre Vryghem
553002406f Merge branch 'fix-tests-7.4' into fix-tests-upstream 2023-02-19 01:06:21 +01:00
Alexandre Vryghem
4f14d66400 Fixed lint issues 2023-02-19 01:04:25 +01:00
Alexandre Vryghem
b13f7cdf64 Merge remote-tracking branch 'upstream/main' into fix-tests-upstream 2023-02-19 00:49:30 +01:00
Alexandre Vryghem
f063b15fb4 Merge remote-tracking branch 'templates/w2p-97755_fix-spy-created-after-component_contribute-7.2' into fix-tests-upstream
# Conflicts:
#	src/app/admin/admin-sidebar/admin-sidebar.component.spec.ts
2023-02-19 00:48:24 +01:00
Alexandre Vryghem
718db3466d Fixed false positive tests caused by fixture.debugElement.query().toBeDefined() 2023-02-19 00:23:19 +01:00
Alexandre Vryghem
3c2f3d071f Fixed *.json5 linting issues 2023-02-18 19:52:39 +01:00
Alexandre Vryghem
5ccfeccb42 Added ESLint validation for *.json5 files 2023-02-18 19:48:48 +01:00
Alexandre Vryghem
008e089e62 Merge remote-tracking branch 'upstream/main' into atmire-contributions-alex-7.5
# Conflicts:
#	src/app/item-page/item-page.module.ts
#	src/app/shared/search/themed-search.component.ts
#	src/app/shared/shared.module.ts
#	src/themes/custom/eager-theme.module.ts
#	src/themes/custom/lazy-theme.module.ts
2023-02-18 13:19:08 +01:00
Leonardo Guerrero
7844a939ca Arranges after personal review 2023-02-17 22:27:49 -05:00
Leonardo Guerrero
9e03faac54 Fix some typo mistakes 2023-02-17 22:10:46 -05:00
Leonardo Guerrero
6078ca9e8a update es.json5 2023-02-17 21:57:49 -05:00
Tim Donohue
bbec2fd038 Update version tag for development of next release 2023-02-17 10:48:04 -06:00
Tim Donohue
d1ec9897b1 Update version tag for release 2023-02-17 10:35:32 -06:00
Sufiyan Shaikh
98da08ead0 [CST-7216] Design fixes and parameter changed 2023-02-17 12:08:22 +01:00
Sufiyan Shaikh
e47b42bc89 [CST-7216] Angular: Import saf via URL 2023-02-17 12:07:52 +01:00
Tim Donohue
1ea7c61315 Merge pull request #2107 from tdonohue/fix_8670
Fix issue with admin reset password functionality
2023-02-16 16:03:13 -06:00
Tim Donohue
02cc3b77f3 Merge pull request #2102 from CrisGuzmanS/2101
Fix for "No option appears for Bundle when the user is loading a bitstream of an item"
2023-02-16 14:22:53 -06:00
Tim Donohue
92f2196135 Fix param to send user the forgot password email 2023-02-16 14:09:35 -06:00
cris
4c819ea665 Merge branch '2101' of https://github.com/CrisGuzmanS/dspace-angular into 2101 2023-02-16 17:12:19 +00:00
cris
3a2225679a avoiding console.log errors 2023-02-16 17:11:17 +00:00
Giuseppe Digilio
0733e2766d [CST-8952] Fix issue with admin reset password functionality 2023-02-16 17:53:47 +01:00
Cristian Emanuelle Guzmán Suárez
0915afac14 Merge branch 'DSpace:main' into 2101 2023-02-15 16:30:13 -06:00
cris
bf22eb5582 suggestionOption.name displayed 2023-02-15 22:14:31 +00:00
Tim Donohue
49bec1b046 Merge pull request #2098 from saschaszott/german-translation-fixes
German translation fixes in security form
2023-02-15 15:14:17 -06:00
Sascha Szott
e5e6639d21 added comma to default translation 2023-02-15 20:05:59 +01:00
Sascha Szott
26705a5cf7 fixed missing comma 2023-02-15 20:05:59 +01:00
Sascha Szott
3ed9ae2d3e remove minimum passwort length value from translated messages 2023-02-15 20:05:59 +01:00
Sascha Szott
028d4192bb translation fixes in security form 2023-02-15 20:05:59 +01:00
Tim Donohue
e48b675bd4 Merge pull request #2100 from 4Science/CST-8935-fix-edit-bitstream-form
Fix issue with missing matcher providers
2023-02-15 12:31:06 -06:00
aroman-arvo
938bf33ad2 DS-8404 - fix config param name 2023-02-15 19:20:20 +01:00
Giuseppe Digilio
b676c1ab79 [CST-8935] Fix issue with missing matcher providers 2023-02-15 18:43:49 +01:00
Tim Donohue
8f410eb66b Merge pull request #2097 from alanorth/2096-item-submission-form
src/assets/i18n: Improve English strings for file upload
2023-02-15 10:33:22 -06:00
Alan Orth
d810cbcc8f src/assets/i18n: Improve English strings for file upload
Simple improvement to the wording in the file upload section of the
item submission form. Also add a period at the end of the string.

Fixes: #2096
2023-02-15 11:36:56 +03:00
Tim Donohue
5fb7f4da60 Merge pull request #2093 from 4Science/CST-8914-export-button
Add flag to show/hide csv export button
2023-02-14 12:34:53 -06:00
Tim Donohue
21b0374290 Merge pull request #2075 from atmire/w2p-98855_themeable-file-download-link_contribute-main
Pass `ng-content` to themed child components
2023-02-14 12:33:54 -06:00
Tim Donohue
368c1ea93f Merge pull request #2019 from 4Science/CST-7755
Supervision orders user interface
2023-02-14 11:11:50 -06:00
Tim Donohue
5ba0997bbd Merge pull request #2042 from atmire/poc-keepalive-during-ssr
Keep SSL sessions alive during SSR
2023-02-14 09:06:25 -06:00
Tim Donohue
2ee818543a Merge pull request #2091 from tdonohue/fix_2090
Fix for "cannot read properties of undefined" error for Withdrawn Items
2023-02-14 09:06:01 -06:00
Giuseppe Digilio
0f25f9f18f [CST-8914] Add flag to show/hide csv export button 2023-02-14 11:24:08 +01:00
cris
1d00b431ac aria-label added to edit, view and delete button 2023-02-14 03:18:28 +00:00
Tim Donohue
da4e1a85cb Fix for "cannot read properties of undefined" error 2023-02-13 16:21:46 -06:00
Giuseppe Digilio
6a0c1a978c Merge branch 'main' into CST-7755-refactoring
# Conflicts:
#	src/app/core/core.module.ts
#	src/app/shared/shared.module.ts
2023-02-13 21:36:30 +01:00
Giuseppe Digilio
75ebacf90e [CST-7755] Complete refactoring 2023-02-13 21:34:45 +01:00
aroman-arvo
9a2b885501 DS-8498: ling fixes 2023-02-13 19:38:32 +01:00
aroman-arvo
742922dba0 DS-8408: Test cases and some fixes or comcol ordering 2023-02-13 19:32:47 +01:00
Tim Donohue
6cb6737256 Merge pull request #2061 from CrisGuzmanS/collection-in-workflow-tasks
Collection in workflow tasks
2023-02-13 10:20:42 -06:00
Tim Donohue
bd428d7c85 Merge pull request #2017 from 4Science/CST-7757
Manage Subscriptions interface
2023-02-13 09:51:55 -06:00
Davide Negretti
078bdd287f [CST-7757] Fix delete message 2023-02-13 15:45:56 +01:00
aroman-arvo
0121e6d895 DS-8408 - more lint problems 2023-02-13 12:34:13 +01:00
aroman-arvo
e2668cdf97 DS-8408 - lint errors 2023-02-13 12:22:07 +01:00
aroman-arvo
b015f682b4 Merge remote-tracking branch 'github/main' into DS-8408 2023-02-13 11:31:03 +01:00
Giuseppe Digilio
363136027e [CST-7755] WIP revert changes on list components 2023-02-13 11:30:17 +01:00
aroman-arvo
eeda26e122 8408 - sort ordering is parametrized and used only when no text query is send. 2023-02-13 10:42:56 +01:00
Giuseppe Digilio
cf0db54011 Merge branch 'main' into CST-7755-refactoring
# Conflicts:
#	src/app/shared/shared.module.ts
2023-02-13 10:09:17 +01:00
Alexandre Vryghem
a6be9204e6 Merge remote-tracking branch 'upstream/main' into w2p-98855_themeable-file-download-link_contribute-main
# Conflicts:
#	src/themes/custom/eager-theme.module.ts
2023-02-12 23:22:00 +01:00
cris
c74ef49797 fixed issue in browser console 2023-02-11 17:13:52 +00:00
cris
ff09bec795 Merge branch 'collection-in-workflow-tasks' of https://github.com/CrisGuzmanS/dspace-angular into collection-in-workflow-tasks 2023-02-11 16:09:15 +00:00
Cristian Emanuelle Guzmán Suárez
c749746129 Merge branch 'DSpace:main' into collection-in-workflow-tasks 2023-02-11 10:08:59 -06:00
cris
875eea05f0 Merge branch 'main' of https://github.com/CrisGuzmanS/dspace-angular into collection-in-workflow-tasks 2023-02-11 16:08:30 +00:00
Davide Negretti
851fe7869e [CST-7757] Missing label 2023-02-11 03:29:17 +01:00
Davide Negretti
d65c12ae04 Merge branch 'main-gh4s' into CST-7757
# Conflicts:
#	src/app/collection-page/collection-page.component.html
#	src/app/community-page/community-page.component.html
#	src/app/core/core.module.ts
#	src/app/core/data/feature-authorization/feature-id.ts
#	src/app/shared/shared.module.ts
2023-02-11 03:17:44 +01:00
Tim Donohue
a3e99b6a11 Merge pull request #2039 from atmire/w2p-98211_advanced-workflow-actions-main
Advanced workflow actions - framework & workflows `scoreReview` and `selectSingleReviewer`
2023-02-10 13:40:31 -06:00
Marie Verdonck
53cb013b81 Merge branch 'main' into w2p-98211_advanced-workflow-actions-main
# Conflicts:
#	src/app/shared/shared.module.ts
2023-02-10 19:57:25 +01:00
Giuseppe Digilio
7a9f4efa95 Merge branch 'main' into CST-7755-refactoring
# Conflicts:
#	src/app/core/core.module.ts
#	src/app/shared/shared.module.ts
2023-02-10 19:52:55 +01:00
Giuseppe Digilio
d82526af8a [CST-7755] WIP refactoring 2023-02-10 19:47:20 +01:00
Tim Donohue
f2f49a6ef2 Merge pull request #2073 from DSpace/dependabot/npm_and_yarn/http-cache-semantics-4.1.1
Bump http-cache-semantics from 4.1.0 to 4.1.1
2023-02-10 12:24:41 -06:00
dependabot[bot]
8ddcd42d04 Bump http-cache-semantics from 4.1.0 to 4.1.1
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-10 18:14:15 +00:00
Tim Donohue
e8a7bf2314 Merge pull request #2079 from atmire/w2p-97732_feature-context-help-service
Remove unnecessary subscriptions
2023-02-10 11:04:56 -06:00
Alexandre Vryghem
1d69e1581a 97755: Call spy before component is created 2023-02-10 18:00:42 +01:00
Tim Donohue
fae586bc44 Merge pull request #2078 from atmire/restore-csr-fallback
Let the production server "serve for direct CSR" if SSR is disabled or fails
2023-02-10 10:51:24 -06:00
Tim Donohue
f886d3de77 Merge pull request #2018 from 4Science/CST-7217
Improve facet badges alignment
2023-02-10 10:11:25 -06:00
Alexandre Vryghem
164af61417 Merge branch 'w2p-98211_advanced-workflow-actions-7.2' into w2p-98211_advanced-workflow-actions-main 2023-02-10 16:57:55 +01:00
Alexandre Vryghem
dce84dbe70 99053: Save queryParams in init to prevent them being overwritten 2023-02-10 16:53:02 +01:00
Tim Donohue
9246e5ef06 Merge pull request #1852 from atmire/w2p-94390_replace-dso-page-edit-buttons-with-a-menu
Replace dso page edit buttons with a menu
2023-02-10 09:49:32 -06:00
Alexandre Vryghem
63c5b2ca9a Merge branch 'w2p-98211_advanced-workflow-actions-7.2' into w2p-98211_advanced-workflow-actions-main 2023-02-10 15:55:09 +01:00
Alexandre Vryghem
356962a571 99053: Pass all queryParameters to advanced workflow pages by default 2023-02-10 15:52:51 +01:00
Tim Donohue
46f6037a0c Merge pull request #1740 from the-library-code/TLC-249_show_identifiers_7x
Show Identifiers section
2023-02-10 06:51:44 -06:00
Alexandre Vryghem
9af7bb7bc6 Merge branch 'w2p-98211_advanced-workflow-actions-7.2' into w2p-98211_advanced-workflow-actions-main
# Conflicts:
#	src/app/shared/testing/active-router.stub.ts
2023-02-10 13:42:25 +01:00
Alexandre Vryghem
f0ceb645c7 99053: Passed previousSearchQuery to AdvancedWorkflowActionSelectReviewerComponent 2023-02-10 13:41:51 +01:00
Alexandre Vryghem
67c6684320 Merge remote-tracking branch 'atmire/w2p-98211_advanced-workflow-actions-7.2' into w2p-98211_advanced-workflow-actions-main
# Conflicts:
#	src/app/shared/testing/active-router.stub.ts
#	src/app/workflowitems-edit-page/advanced-workflow-action/advanced-workflow-action-select-reviewer/advanced-workflow-action-select-reviewer.component.ts
2023-02-10 13:37:19 +01:00
Alexandre Vryghem
99f9f592a0 99053: Passed previousSearchQuery to AdvancedWorkflowActionSelectReviewerComponent 2023-02-10 13:24:00 +01:00
Alexandre Vryghem
19d0975df5 99053: Fixed encoded parameters being encoded twice in WorkflowItemActionPageComponent.previousPage() 2023-02-10 12:21:33 +01:00
Yana De Pauw
131eaef469 Merge remote-tracking branch 'upstream/main' into w2p-94390_replace-dso-page-edit-buttons-with-a-menu 2023-02-10 12:05:21 +01:00
Yury Bondarenko
59d8ba5d7e Merge remote-tracking branch 'origin/main' into restore-csr-fallback 2023-02-10 11:53:31 +01:00
Tim Donohue
f2624fdf86 Merge pull request #2025 from atmire/w2p-97425_System-wide-alerts
System-wide alerts
2023-02-09 17:10:56 -06:00
Pascal-Nicolas Becker
86dd622da5 Merge pull request #2072 from amgciadev/2071
Fixes DSpace/dspace-angular#2071
2023-02-09 22:55:37 +01:00
cris
e1beb61525 ul and li in dropdwon collection in submissions form 2023-02-09 21:44:02 +00:00
Agustina Martinez
f00b8738ad Merge branch 'main' into 2071 2023-02-09 21:08:11 +00:00
cris
e4e973bbef ul and li replaced to role list and listitem 2023-02-09 20:53:28 +00:00
Tim Donohue
e0488fa4a3 Merge pull request #2033 from tdonohue/improve_caching
Add Caching of SSR public pages. Update default Cache-Control HTTP header
2023-02-09 14:49:59 -06:00
Alexandre Vryghem
0ec4e08e4b Merge branch 'w2p-98211_advanced-workflow-actions-7.2' into w2p-98211_advanced-workflow-actions-main
# Conflicts:
#	yarn.lock
2023-02-09 17:19:59 +01:00
Alexandre Vryghem
ac06f30950 99053: Removed ngx-bootstrap dependency 2023-02-09 17:19:07 +01:00
Tim Donohue
9e11d69a8a Fix bug where allowStale couldn't be disabled 2023-02-09 08:48:50 -06:00
Yury Bondarenko
9f9864be79 Merge remote-tracking branch 'origin/main' into poc-keepalive-during-ssr 2023-02-09 15:41:20 +01:00
corrado lombardi
52cd98a7d3 [CST-7755] lint fix 2023-02-09 15:39:13 +01:00
corrado lombardi
800d3a9001 [CST-7755] added cancel button to modal and updated message returned when a supervision order already exists 2023-02-09 15:31:03 +01:00
Yury Bondarenko
1e20551d2a Keep SSL sessions alive between xhr2 requests 2023-02-09 15:08:56 +01:00
Yana De Pauw
81c786af5c Merge remote-tracking branch 'upstream/main' into w2p-94390_replace-dso-page-edit-buttons-with-a-menu 2023-02-09 14:25:10 +01:00
Davide Negretti
516b91f520 [CST-7757] Hide delete info for new subscriptions and fix issue with unavailable items 2023-02-09 12:06:15 +01:00
Yana De Pauw
0076edd026 Merge remote-tracking branch 'upstream/main' into w2p-97425_System-wide-alerts 2023-02-09 11:57:25 +01:00
Giuseppe Digilio
0755e300e8 [CST-7217] Add margins to better align badge 2023-02-09 11:41:14 +01:00
lotte
458fe3c680 Merge remote-tracking branch 'origin/main' into w2p-97184_theme-feedback_contribute-main 2023-02-09 11:23:33 +01:00
Giuseppe Digilio
54fc97206c Merge branch 'main' into CST-7217 2023-02-09 11:19:35 +01:00
Alexandre Vryghem
7edc1c1036 Merge branch 'w2p-94688_added-themeable-search-form-component' into atmire-contributions-alex-7.5 2023-02-08 23:04:52 +01:00
Alexandre Vryghem
b1077dad31 Merge remote-tracking branch 'templates/w2p-97729_themed-ItemAlertsComponent_contribute-7.4' into atmire-contributions-alex-7.5
# Conflicts:
#	src/app/item-page/alerts/themed-item-alerts.component.ts
#	src/app/shared/shared.module.ts
#	src/themes/custom/lazy-theme.module.ts
2023-02-08 22:56:08 +01:00
Alexandre Vryghem
b3c65f59a4 97281: Added ItemSearchResultListElementComponent & PublicationSidebarSearchListElementComponent to custom theme 2023-02-08 21:33:06 +01:00
Alexandre Vryghem
e8dda89f19 Merge remote-tracking branch 'templates/w2p-98819_themed-starts-with-components_contribute-7.0' into atmire-contributions-alex-7.5
# Conflicts:
#	src/themes/custom/entry-components.ts
#	src/themes/custom/lazy-theme.module.ts
2023-02-08 21:29:20 +01:00
Alexandre Vryghem
827aa1f045 Merge remote-tracking branch 'atmire/w2p-98891_pass-default-query-to-search_contribute-7.2' into atmire-contributions-alex-7.5
# Conflicts:
#	src/app/shared/search/search.component.ts
2023-02-08 21:22:22 +01:00
Davide Negretti
27f541ef84 [CST-7757] modal fixes 2023-02-08 19:56:54 +01:00
Davide Negretti
325d78dded [CST-7757] modal fixes 2023-02-08 19:38:42 +01:00
Davide Negretti
c8e7ac3e8c [CST-7757] subscription modal tests 2023-02-08 18:26:37 +01:00
Tim Donohue
8acf7c565b Merge pull request #2016 from atmire/w2p-97298_issue-3281_self-register-issue-main
Self register domain restriction
2023-02-08 10:56:19 -06:00
Tim Donohue
94f90f5c1d Merge pull request #2076 from atmire/w2p-99039_XSRFTokenGetRequest
XSRF Token to ServerAuthRequestService
2023-02-08 10:44:33 -06:00
Alexandre Vryghem
8f62fc2fa9 Merge branch 'w2p-98855_themeable-file-download-link_contribute-7.4' into w2p-98855_themeable-file-download-link_contribute-main
# Conflicts:
#	src/app/shared/theme-support/themed.component.ts
2023-02-08 15:40:27 +01:00
Alexandre Vryghem
04d0621b4a Fixed default @Input() values not working for themed components 2023-02-08 15:21:07 +01:00
Alexandre Vryghem
b4acb5cbed Fixed text (without HTML tags) not being passed to child components 2023-02-08 15:07:02 +01:00
Davide Negretti
6bfcc25502 [CST-7757] subscriptions data service tests 2023-02-08 13:08:39 +01:00
Koen Pauwels
ad870829d2 97732 Remove unnecessary subscriptions 2023-02-08 11:13:03 +01:00
Alexandre Vryghem
d2dec2b79a Merge remote-tracking branch 'atmire/w2p-97298_issue-3281_self-register-issue-7.2' into w2p-97298_issue-3281_self-register-issue-main
# Conflicts:
#	src/app/register-email-form/register-email-form.component.spec.ts
2023-02-08 10:21:31 +01:00
Alexandre Vryghem
5d2f63ff65 99053: Added test to check that the TYPE_REQUEST_FORGOT doesn't use the authentication-password.domain.valid 2023-02-08 10:17:36 +01:00
Tim Donohue
bee893dd12 Merge pull request #2063 from CrisGuzmanS/issue/1190-1
aria-selected added to Item Edit "Status" Tab. Fixed ID: 470076
2023-02-07 16:56:41 -06:00
Tim Donohue
b87ea9a875 Merge pull request #1972 from the-library-code/TLC-380_browse_links_in_item_pages_PR
Browse links and "by regex" links in item display (Angular)
2023-02-07 14:18:44 -06:00
Nathan Buckingham
9435f1c4a7 Add done() to async tests 2023-02-07 13:59:57 -05:00
Tim Donohue
c099bc468d Add "debug" config and "allowStale" configs 2023-02-07 12:22:32 -06:00
Nathan Buckingham
369ffac39e Merge branch 'main' into w2p-99039_XSRFTokenGetRequest 2023-02-07 11:59:46 -05:00
Nathan Buckingham
ce6324a569 Fix lint and test issues 2023-02-07 11:50:42 -05:00
Yury Bondarenko
88cb397dc9 Fix direct CSR
By moving from environment.ts to config.yml we made it so the environment is _not_ up to date with the server configuration when main.js is first loaded.
Because of this the app behaved as if CSR always happened _after_ SSR, effectively breaking direct CSR.

Here the "criterion" for SSR/non-SSR HTML is changed from the related configuration property to the presence of Angular Universal transfer state.

This means we can correctly determine when to bootstrap the app for direct CSR, and it's' now "safe" to just send index.html by itself.
2023-02-07 15:25:20 +01:00
Art Lowel
06de559974 Retrieve the XSRF token first, and set it as both the XSRF header and cookie 2023-02-07 14:49:22 +01:00
Alexandre Vryghem
9deb7cbb60 Merge remote-tracking branch 'atmire/w2p-98211_advanced-workflow-actions-7.2' into w2p-98211_advanced-workflow-actions-main
# Conflicts:
#	src/app/my-dspace-page/my-dspace-search.module.ts
#	src/app/shared/mydspace-actions/claimed-task/claimed-task-actions.component.html
#	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
#	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
#	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
#	src/app/shared/object-list/my-dspace-result-list-element/claimed-search-result/claimed-declined-search-result/claimed-declined-search-result-list-element.component.spec.ts
2023-02-07 10:33:28 +01:00
Kim Shepherd
129342435f [TLC-249] Further test fixes 2023-02-07 17:48:06 +13:00
Kim Shepherd
8346232444 [TLC-249] Fix import typo (from merge conflict) 2023-02-07 17:22:59 +13:00
Kim Shepherd
08096e6829 [TLC-249] Lint 2023-02-07 17:12:02 +13:00
Kim Shepherd
76407866c0 [TLC-249] Update item status button logic to avoid nested subs 2023-02-07 17:05:21 +13:00
Kim Shepherd
e65bb88e23 [TLC-249] Attempting art's sub fix (doesn't work) 2023-02-07 17:05:21 +13:00
Kim Shepherd
639fe69c5f [TLC-380] Refactor to use new endpoints, better naming 2023-02-07 17:05:21 +13:00
Kim Shepherd
0a69560a8c [TLC-380] Refactor to use new endpoints, better naming 2023-02-07 17:05:21 +13:00
Kim Shepherd
e86f0d3d13 [TLC-380] WIP trying new routing / create flow 2023-02-07 17:05:21 +13:00
Kim Shepherd
ce84c3fe36 [TLC-380] Renaming, changes as per review feedback 2023-02-07 17:05:20 +13:00
Kim Shepherd
b779509bf0 [TLC-249] Identifier mock data updated in unit test 2023-02-07 17:03:49 +13:00
Kim Shepherd
b5c6e7f1b7 [TLC-249] Identifier mock data updated in unit test 2023-02-07 17:03:49 +13:00
Kim Shepherd
9471aa9897 [TLC-249] Update en.json5 with DOI status labels 2023-02-07 17:03:49 +13:00
Kim Shepherd
d6f458863f [TLC-249] Improve model of identifier data in workspace section 2023-02-07 17:03:49 +13:00
Kim Shepherd
39fb61ca85 [TLC-249] Lint fixes (imports, quotes) 2023-02-07 17:03:49 +13:00
Kim Shepherd
52a3776027 [TLC-249] Addressing review feedback #2
Update WorkspaceitemSectionIdentifiersObject model to include a
display types string array, so identifier types can be included or excluded
from the step as needed.

Update section template to work with the above new data

As per todonohue's feedback on 2022-01-18
2023-02-07 17:03:49 +13:00
Kim Shepherd
838cde4841 [TLC-249] Addressing review feedback
Adding comments and tidying some comments, imports
Expect text for status not integer
Send a 'type' parameter with a DOI registration
Rename item-status.register to registerDOI

As per todonohue's feedback on 2022-01-18
2023-02-07 17:03:49 +13:00
Kim Shepherd
d0b5fc257a [TLC-249] Update spec test for new config form data service 2023-02-07 17:03:49 +13:00
Kim Shepherd
21c9ef4ea2 [TLC-249] Ensure identifier data model mapped to type 2023-02-07 17:03:48 +13:00
Kim Shepherd
7795f92234 [TLC-249] Update data service usage since rebasing 2023-02-07 17:03:48 +13:00
Kim Shepherd
ed5ab710a3 [TLC-249] Update data service usage since rebasing 2023-02-07 17:03:48 +13:00
Kim Shepherd
8d70e1788b [TLC-249] Lint fixes 2023-02-07 17:03:48 +13:00
Kim Shepherd
e0c0d3c8e0 [TLC-337] Unit tests for register DOI component 2023-02-07 17:03:48 +13:00
Kim Shepherd
87bbe50732 [TLC-249] Linting 2023-02-07 17:03:48 +13:00
Kim Shepherd
5f6e20eaa4 [TLC-249] Register DOI operation and button in item status page 2023-02-07 17:03:47 +13:00
Kim Shepherd
a7586ca07a [TLC-249] LGTM unused import fixes 2023-02-07 17:01:39 +13:00
Kim Shepherd
0ab12d5ab5 [TLC-249] Lint fixes 2023-02-07 17:01:39 +13:00
Kim Shepherd
16fbc8e339 [TLC-249] Remove CRIS7 visibility refs from component, i18n 2023-02-07 17:01:39 +13:00
Kim Shepherd
0082d71658 [TLC-249] Show Identifier Step angular 7.x 2023-02-07 17:01:39 +13:00
Kim Shepherd
e8a53da766 [TLC-380] Fix item page field test to supply router 2023-02-07 15:30:14 +13:00
Kim Shepherd
ca6f799ee5 [TLC-380] Lint fixes on spec test 2023-02-07 15:30:14 +13:00
Kim Shepherd
7934118823 [TLC-380] Template link fixes, spec test fixes
Correct use of routerLink and queryParams
Removed unused method from browse service, specs
New spec tests for MetadataRepresentationListElementComponent
2023-02-07 15:30:14 +13:00
Kim Shepherd
5aab1af5f7 [TLC-380] Lint fixes 2023-02-07 15:30:14 +13:00
Kim Shepherd
63af2e079c [TLC-380] Refactor metadata rep list comp after rebase 2023-02-07 15:30:14 +13:00
Kim Shepherd
d86e8ed0a8 [TLC-380] Template link, spec test, doc fixup as per review 2023-02-07 15:30:14 +13:00
Kim Shepherd
6883b8c782 [TLC-380] Lint fixes for mock browse def service 2023-02-07 15:30:14 +13:00
Kim Shepherd
72afd0cafd [TLC-380] Simplify / strip browse service from components 2023-02-07 15:30:14 +13:00
Kim Shepherd
bf9041f25f [TLC-380] Fix mock service to return proper payload 2023-02-07 15:30:14 +13:00
Kim Shepherd
6ead2f0a7d [TLC-249] Lint fixes 2023-02-07 15:30:14 +13:00
Kim Shepherd
58673ed9ab [TLC-249] Lint fixes 2023-02-07 15:30:14 +13:00
Kim Shepherd
bdda84f884 [TLC-249] Larger refactor to field, item components for browse links 2023-02-07 15:30:14 +13:00
Kim Shepherd
2b1b2ef4cb [TLC-249] Fix circular dependency in browse services 2023-02-07 15:30:14 +13:00
Kim Shepherd
5ad635fb5a [TLC-380] Refactor browse links to use new /browses endpoint 2023-02-07 15:30:14 +13:00
Kim Shepherd
b80545642f [TLC-380] further browse link unit test fixes (waitForAsync) 2023-02-07 15:30:14 +13:00
Kim Shepherd
bc73032e45 [TLC-380] lint fix 2023-02-07 15:30:14 +13:00
Kim Shepherd
e74b77840c [TLC-380] Unit test (provider injection) fixes
(resolved conflict jan 16)
2023-02-07 15:30:14 +13:00
Kim Shepherd
4b5b438968 [TLC-380] Lint fixes 2023-02-07 15:30:14 +13:00
Kim Shepherd
3c48df6fe5 [TLC-380] Lint fixes 2023-02-07 15:30:14 +13:00
Kim Shepherd
928157f994 [TLC-380] Support browse links and regex links in metadata display
(resolved conflicts jan 2023)
2023-02-07 15:30:14 +13:00
Alexandre Vryghem
4cc98ae7be 99053: Added missing documentation 2023-02-06 22:53:50 +01:00
Marie Verdonck
014169ea37 Merge branch 'main' into w2p-97298_issue-3281_self-register-issue-main 2023-02-06 22:33:23 +01:00
Alexandre Vryghem
1b4bdba52d 99053: Fixed AdvancedWorkflowActionRatingComponent's rating from validation 2023-02-06 21:57:25 +01:00
Alexandre Vryghem
615c74288e 99053: Added DeclinedTask search result banner 2023-02-06 19:08:13 +01:00
Alexandre Vryghem
34e970827e 99053: Invalidate cache by default when performing the WorkflowItemActionPageComponent action 2023-02-06 18:47:15 +01:00
Tim Donohue
430b43581a Merge pull request #2074 from 4Science/CST-7221-var
[CST-7221] Opaque search bar
2023-02-06 10:04:19 -06:00
Alexandre Vryghem
ae5625458c Merge remote-tracking branch 'atmire/w2p-97298_issue-3281_self-register-issue-7.2' into w2p-97298_issue-3281_self-register-issue-main
# Conflicts:
#	src/app/register-email-form/register-email-form.component.spec.ts
2023-02-06 16:58:30 +01:00
Alexandre Vryghem
6864ffb385 97298: Added form validator tests for restricted domains 2023-02-06 16:56:45 +01:00
corrado lombardi
67d401cc77 [CST-7755] updated PR to latest REST changes 2023-02-06 16:53:37 +01:00
Alexandre Vryghem
590297e307 Merge remote-tracking branch 'atmire/w2p-97298_issue-3281_self-register-issue-7.2' into w2p-97298_issue-3281_self-register-issue-main
# Conflicts:
#	src/app/register-email-form/register-email-form.component.spec.ts
#	src/app/register-email-form/register-email-form.component.ts
2023-02-06 16:27:10 +01:00
corrado lombardi
aaf8f25fe5 Merge branch 'main' into CST-7755
# Conflicts:
#	src/app/shared/shared.module.ts
2023-02-06 15:30:07 +01:00
Davide Negretti
7a46e6d93c [CST-7757] Labels renamed 2023-02-06 11:40:13 +01:00
Davide Negretti
eae7b0d768 [CST-7757] Minor fixes 2023-02-06 11:40:13 +01:00
Alexandre Vryghem
a4e70baf97 Merge remote-tracking branch 'upstream/main' into w2p-98855_themeable-file-download-link_contribute-main
# Conflicts:
#	src/app/shared/shared.module.ts
#	src/app/shared/theme-support/themed.component.ts
#	src/themes/custom/eager-theme.module.ts
2023-02-06 11:09:19 +01:00
Davide Negretti
cbfddc68e6 Merge branch 'main-gh4s' into CST-7757
# Conflicts:
#	src/app/core/data/feature-authorization/feature-id.ts
2023-02-06 11:02:50 +01:00
Yana De Pauw
d56497edfa Merge remote-tracking branch 'upstream/main' into w2p-94390_replace-dso-page-edit-buttons-with-a-menu 2023-02-06 11:00:55 +01:00
Davide Negretti
3bf5b9fd0b [CST-7221] Opaque search bar 2023-02-06 10:37:16 +01:00
Alexandre Vryghem
da1a20096b 98855: Remove temp themed ng-content container
This is problematic when ng-content is provided but it's not used
2023-02-06 10:27:04 +01:00
Davide Negretti
0dfb37d154 [CST-7757] Show object name 2023-02-06 10:24:08 +01:00
Davide Negretti
0f8d2d7b16 [CST-7757] D-W-M fixed 2023-02-06 10:23:44 +01:00
Davide Negretti
a4d94b0399 [CST-7757] Response parameters fixed; submit button disabled if frequency is missing 2023-02-06 10:23:32 +01:00
Davide Negretti
b1011edb3d [CST-7757] Remove subscription button from item pages 2023-02-06 10:23:24 +01:00
cris
03c2ecc24f Merge branch 'collection-in-workflow-tasks' of https://github.com/CrisGuzmanS/dspace-angular into collection-in-workflow-tasks 2023-02-04 21:29:45 +00:00
cris
ac7b5f841e collection is displayed below the submitter 2023-02-04 21:28:49 +00:00
cris
17841ed049 Merge branch 'main' of https://github.com/CrisGuzmanS/dspace-angular into collection-in-workflow-tasks 2023-02-04 19:03:22 +00:00
Cristian Emanuelle Guzmán Suárez
c9bf355237 Merge branch 'DSpace:main' into collection-in-workflow-tasks 2023-02-04 13:02:39 -06:00
Nathan Buckingham
6d99f51d78 Add test for xsrf and change to Post so xsrf is tested for validity 2023-02-03 15:45:44 -05:00
Tim Donohue
a150c64e2f Fix test configuration 2023-02-03 13:28:35 -06:00
Tim Donohue
bae63111e7 Refactor to two caches. One for bots and one for anonymous users 2023-02-03 12:59:13 -06:00
Alexandre Vryghem
22fbed760e 98863: Prevent retrieval of the domains on TYPE_REQUEST_FORGOT form & fixed error message when no emails are set 2023-02-03 18:21:06 +01:00
Agustina Martinez
e92c2209e9 Update recent-item-list.component.ts
Update PaginatedSearchOptions to only retrieve items
2023-02-02 23:39:50 +00:00
Nathan Buckingham
34c07fd904 w2p-99039 Add xsrf token to createShortLivedToken get request 2023-02-02 17:51:30 -05:00
Cristian Emanuelle Guzmán Suárez
b26d5fa13d adding role for ul and li
i have added roles for ul and li (tablist and tab)
2023-02-02 15:19:11 -06:00
Tim Donohue
36085e4854 Avoid caching a page twice in a row 2023-02-02 15:09:31 -06:00
Tim Donohue
048e5b012d Rename enableCache() to initCache() to make code easier to understand 2023-02-02 15:09:31 -06:00
Tim Donohue
f9810493c3 Remove unused import 2023-02-02 15:09:31 -06:00
Tim Donohue
2a7aa2b5c1 Updates to defaults of cache.control setting and enhanced comments 2023-02-02 15:09:31 -06:00
Tim Donohue
ee0ebebf14 Add missing test configs 2023-02-02 15:09:31 -06:00
Tim Donohue
0d4cf5e468 Update SSR caching to only work when unauthenticated. Enhance config comments 2023-02-02 15:09:31 -06:00
Tim Donohue
b0696a404d Add SSR caching via lru-cache. Update Cache-Control header to 1 week, but tell browsers not to cache index.html 2023-02-02 15:09:31 -06:00
Tim Donohue
485bb840ce Merge pull request #2028 from atmire/edit-metadata-redesign-PR
Edit metadata redesign
2023-02-02 15:06:58 -06:00
Yana De Pauw
bb7eef2631 Fix typo 2023-02-02 17:58:55 +01:00
Tim Donohue
e576551ff3 Merge pull request #2030 from atmire/w2p-97732_feature-context-help-service
Context help tooltips
2023-02-02 10:39:27 -06:00
Tim Donohue
0e6a6ce666 Merge pull request #1999 from atmire/w2p-97183_fix-user-authorization-issues-with-admin-sidebar
Fix user authorization issues with admin sidebar
2023-02-02 10:35:10 -06:00
Giuseppe Digilio
24fa3b1271 Merge branch 'CST-7217' of github.com:4Science/dspace-angular into CST-7217 2023-02-02 17:32:42 +01:00
Giuseppe Digilio
25dc0ab239 [CST-7217] Use short number pipe and fix badge alignment 2023-02-02 17:31:27 +01:00
Yana De Pauw
b4b927e2d8 Merge remote-tracking branch 'upstream/main' into w2p-97425_System-wide-alerts 2023-02-02 17:14:19 +01:00
Alexandre Vryghem
581afbbbb6 99053: Hide return to pool button for second step of SelectSingleReviewer 2023-02-02 17:13:56 +01:00
Alexandre Vryghem
bd152dc074 99053: Fixed previous page not always returning the correct value
- Fixed previousPage not correctly redirecting to urls with queryParams
- Fixed previousPage returning to wrong page because of ReviewersListComponent
2023-02-02 17:12:56 +01:00
Yana De Pauw
3763e43000 Remove flex-wrap 2023-02-02 17:09:07 +01:00
Yana De Pauw
36e10f87b3 97425: Fix minor issues 2023-02-02 16:22:59 +01:00
Giuseppe Digilio
29b9bb048d [CST-7217] Implement short number pipe 2023-02-02 15:54:04 +01:00
lotte
3faf244259 Merge branch 'main' into w2p-97184_theme-feedback_contribute-main 2023-02-02 14:35:13 +01:00
Yura Bondarenko
b3060707dd Make ThemedComponent reproject slots to wrapped component 2023-02-02 12:04:57 +01:00
Giuseppe Digilio
078ce10922 Merge branch 'main' into CST-7217 2023-02-02 11:53:32 +01:00
Kristof De Langhe
d5d9b40c32 Merge branch 'edit-metadata-redesign-7.4' into edit-metadata-redesign-PR 2023-02-02 11:45:07 +01:00
Kristof De Langhe
e880062cfd 97742: Add missing export 2023-02-02 11:44:55 +01:00
Kristof De Langhe
90a3e85fce Merge branch 'main' into edit-metadata-redesign-PR 2023-02-02 10:57:50 +01:00
Kristof De Langhe
aece5930cc Merge branch 'edit-metadata-redesign-7.4' into edit-metadata-redesign-PR 2023-02-02 10:57:20 +01:00
Kristof De Langhe
ff455b57ea Merge branch 'w2p-97075_Edit-metadata-redesign' into edit-metadata-redesign-7.4 2023-02-02 10:56:27 +01:00
Tim Donohue
34ee3cfdee Merge pull request #2062 from CrisGuzmanS/issue/1190
fixed ID 470077. Purpose of the link is not clear in context
2023-02-01 16:54:42 -06:00
Tim Donohue
99ba1d394d Merge pull request #2053 from toniprieto/trad-ca
Catalan translation
2023-02-01 16:14:32 -06:00
Tim Donohue
1c1804f6df Merge pull request #2052 from toniprieto/trad-es
Update spanish translation
2023-02-01 16:05:19 -06:00
Alexandre Vryghem
80670855ff 98855: Added themeable FileDownloadLinkComponent to custom theme 2023-02-01 16:44:43 +01:00
Alexandre Vryghem
4fb914b51c 98855: Themed FileDownloadLinkComponent 2023-02-01 16:44:43 +01:00
Tim Donohue
ce096496eb Merge pull request #2065 from atmire/single-page-of-bitstreams-for-citation-pdf-url-tag
Only check 1 page of bitstreams when generating the citation_pdf_url tag
2023-01-31 14:34:21 -06:00
Art Lowel
4eb00d67c5 only check the first page of bitstreams when generating the citation_pdf_url meta tag 2023-01-31 18:36:20 +01:00
Alexandre Vryghem
c6ecc0cbd4 98891: DsDynamicLookupRelationSearchTabComponent should have the form value already filled in the search input 2023-01-31 15:51:55 +01:00
Alexandre Vryghem
fbeaec1a54 98891: Make it possible to provide query to SearchComponent 2023-01-31 15:16:44 +01:00
Kristof De Langhe
47f05bf11d 97742: Feedback 2023-01-27 - Table roles and aria attributes + additional feedback changes 2023-01-31 13:33:29 +01:00
Yana De Pauw
38063d617e 97425: Implement feedback 2023-01-31 13:06:03 +01:00
Mykhaylo
b09de30272 [CST-7757] renamed param 2023-01-31 10:20:19 +01:00
cris
14dfd6d9b8 aria-selected added to item edit tab 2023-01-30 21:44:38 +00:00
Cristian Emanuelle Guzmán Suárez
fbc384deec Merge branch 'DSpace:main' into issue/1190 2023-01-30 15:03:24 -06:00
Tim Donohue
933a4aee26 Merge pull request #2049 from 4Science/CST-8165
CST-8165 show logo when browsing collections
2023-01-30 14:50:45 -06:00
cris
471744679a Merge branch 'main' of https://github.com/CrisGuzmanS/dspace-angular into issue/1190 2023-01-30 19:31:57 +00:00
cris
53dfca0056 fixed issue #1190 with id 470077 2023-01-30 19:31:54 +00:00
Tim Donohue
99885e5187 Merge pull request #2060 from CrisGuzmanS/space-in-spanish-version
adding space in es.json5 for pagination.showing.label
2023-01-30 09:02:39 -06:00
cris
7574f828ba adding space in es.json5 for pagination.showing.detail 2023-01-28 18:23:33 +00:00
cris
328b16c1e4 formatting issues fixed 2023-01-28 17:58:51 +00:00
cris
8eab0f743f The collection is displayed in the workflow task 2023-01-28 17:48:39 +00:00
Tim Donohue
480370b8ed Merge pull request #2054 from DSpace/dependabot/npm_and_yarn/ua-parser-js-0.7.33
Bump ua-parser-js from 0.7.32 to 0.7.33
2023-01-27 16:31:53 -06:00
Koen Pauwels
ac5a359b1d Merge branch 'feature-context-help-7.4' into w2p-97732_feature-context-help-service 2023-01-27 13:32:55 +01:00
Koen Pauwels
1e85e1d88b 97732 Fix header search icon hover color 2023-01-27 12:30:42 +01:00
Koen Pauwels
2fb3f6e62f Merge branch 'feature-context-help-7.2' into feature-context-help-7.4 2023-01-27 12:12:10 +01:00
Koen Pauwels
bceca43580 97732 Context help toggle button only appears when there is at least one element with a tooltip on the page 2023-01-27 11:59:24 +01:00
Koen Pauwels
e717e610f9 97732 Header buttons now behave consistently on hover 2023-01-27 11:03:18 +01:00
Marie Verdonck
81d21e25c2 98863: IT fix 2023-01-26 16:13:21 +01:00
Marie Verdonck
1ea1f7eaa0 Merge branch 'w2p-97298_issue-3281_self-register-issue-7.2' into w2p-97298_issue-3281_self-register-issue-main
# Conflicts:
#	src/app/register-email-form/register-email-form.component.ts
2023-01-26 15:42:04 +01:00
Yana De Pauw
b4273fa734 97425: Implement feedback 2023-01-26 15:41:45 +01:00
Marie Verdonck
31d86eeb8c 98863: Domain validator fix + error message 2023-01-26 15:18:50 +01:00
Alexandre Vryghem
d3832326a5 Merge remote-tracking branch 'atmire/w2p-97298_issue-3281_self-register-issue-7.2' into w2p-97298_issue-3281_self-register-issue-main
# Conflicts:
#	src/app/register-email-form/register-email-form.component.ts
#	src/assets/i18n/en.json5
2023-01-26 10:31:40 +01:00
Alexandre Vryghem
0d7a030960 98863: Fixed typo and added domain name validation on input field 2023-01-26 10:30:24 +01:00
Tim Donohue
b29dd6d24f Merge pull request #2037 from atmire/fully-qualified-sitemap-urls-7.5-next
Add support for fully qualified sitemap urls
2023-01-25 14:27:30 -06:00
Marie Verdonck
b0d5fc5c0c Merge branch 'w2p-97298_issue-3281_self-register-issue-7.2' into w2p-97298_issue-3281_self-register-issue-main
# Conflicts:
#	src/app/register-email-form/register-email-form.component.ts
2023-01-25 17:08:01 +01:00
Marie Verdonck
66c6872b00 97061: type request param name change to avoid confusion with rest object type & non valid email domain error code changed 2023-01-25 16:02:37 +01:00
lotte
3a6c2a4a8d Ran lint fixes 2023-01-25 09:30:50 +01:00
lotte
0a889f67b6 Merge branch 'w2p-97184_theme-feedback_contribute-7.4' into w2p-97184_theme-feedback_contribute-main 2023-01-25 09:13:05 +01:00
lotte
7cedb9415f Merge branch 'w2p-97184_theme-feedback_contribute-7.2' into w2p-97184_theme-feedback_contribute-7.4 2023-01-25 09:12:48 +01:00
lotte
c294ddf565 Fixed issue with detail page badges 2023-01-25 09:11:46 +01:00
lotte
2ff7ea43cf Fixed import issue 2023-01-25 09:10:26 +01:00
lotte
99e83b3e70 Merge branch 'w2p-97184_theme-feedback_contribute-7.4' into w2p-97184_theme-feedback_contribute-main 2023-01-24 18:18:35 +01:00
lotte
3a2f15d1ef Fixed issues with badges and moved access status into ds-badges 2023-01-24 18:13:50 +01:00
dependabot[bot]
a8f5457a2f Bump ua-parser-js from 0.7.32 to 0.7.33
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.32 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.32...0.7.33)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-24 15:40:12 +00:00
Kristof De Langhe
1f7d7618d5 Merge branch 'main' into edit-metadata-redesign-PR 2023-01-24 16:18:46 +01:00
Tim Donohue
d91b876bf6 Merge pull request #1995 from mspalti/item-back-button
Back to results button in item view
2023-01-24 09:14:00 -06:00
Kristof De Langhe
c2909de99e Merge branch 'main' into edit-metadata-redesign-PR 2023-01-24 15:59:19 +01:00
Kristof De Langhe
d6342ca393 Merge branch 'edit-metadata-redesign-7.4' into edit-metadata-redesign-PR 2023-01-24 15:29:57 +01:00
Kristof De Langhe
c8d03bc336 Merge branch 'w2p-97075_Edit-metadata-redesign' into edit-metadata-redesign-7.4 2023-01-24 15:29:33 +01:00
Kristof De Langhe
018c74def4 97742: Disable drag & bigger textarea on metadata edit 2023-01-24 15:28:57 +01:00
lotte
36b4d08779 Put accidentally moved components back 2023-01-24 14:23:48 +01:00
lotte
666ffda1df Fixed merge issue 2023-01-24 13:48:04 +01:00
lotte
eccd67d131 Merge branch 'w2p-97184_theme-feedback_contribute-7.2' into w2p-97184_theme-feedback_contribute-7.4 2023-01-24 13:47:35 +01:00
lotte
a475fa10be Fixed more tests and imports 2023-01-24 13:28:02 +01:00
Yana De Pauw
715d3ae014 Fix issues with module changes 2023-01-24 11:24:13 +01:00
Yana De Pauw
45248b4ee8 Merge remote-tracking branch 'upstream/main' into w2p-97425_System-wide-alerts 2023-01-24 10:25:58 +01:00
lotte
906c26bbe4 Revert "Made ListableObjectComponentLoaderComponent themeable"
This reverts commit a4679ca7
2023-01-24 09:51:33 +01:00
lotte
1f2897664a Fixing tests 2023-01-24 09:30:45 +01:00
lotte
d7b38b2a78 Fixed issues with new badges 2023-01-24 08:24:37 +01:00
Michael Spalti
db9a6e4a86 Minor comment update. 2023-01-23 11:04:19 -08:00
Michael Spalti
3ca8ce5098 Added regex property to item component 2023-01-23 10:59:27 -08:00
Alexandre Vryghem
d49ae535a1 98819: Added StartsWithDateComponent & StartsWithTextComponent to custom folder 2023-01-23 18:24:14 +01:00
Yana De Pauw
54ef5b8c3b 97425: Fix issue when no previous alert is present 2023-01-23 17:25:49 +01:00
lotte
69342e7f69 Merge branch 'w2p-97184_theme-feedback_contribute-7.2' into w2p-97184_theme-feedback_contribute-7.4 2023-01-23 16:58:52 +01:00
lotte
85562679a2 Refactored item list badges 2023-01-23 16:54:16 +01:00
Yana De Pauw
3e8cb4f3d9 97425: Implement feedback 2023-01-23 16:48:47 +01:00
lotte
a27a27905f Merge branch 'w2p-97184_theme-feedback_contribute-7.4' into w2p-97184_theme-feedback_contribute-main 2023-01-23 13:48:47 +01:00
lotte
4682507b25 Fixed in/outputs that changed for themed components 2023-01-23 13:48:30 +01:00
lotte
7ac4fbc387 Merge branch 'w2p-97184_theme-feedback_contribute-7.2' into w2p-97184_theme-feedback_contribute-7.4 2023-01-23 13:32:39 +01:00
lotte
ff98a9bcd8 Fixed ThemedListableObjectComponentLoader 2023-01-23 13:32:25 +01:00
lotte
7abcea1d03 Merge branch 'w2p-97184_theme-feedback_contribute-7.4' into w2p-97184_theme-feedback_contribute-main 2023-01-23 12:54:14 +01:00
lotte
ab0ff30886 Merge branch 'main' into w2p-97184_theme-feedback_contribute-main 2023-01-23 12:48:37 +01:00
lotte
5351ba6c55 Merge branch 'dspace-7.4' into w2p-97184_theme-feedback_contribute-7.4 2023-01-23 12:46:38 +01:00
lotte
a4679ca7e5 Made ListableObjectComponentLoaderComponent themeable 2023-01-23 12:33:01 +01:00
lotte
6114337660 Split up process module to be importable 2023-01-23 12:16:05 +01:00
Michael W Spalti
1b33936ee5 Label as input parameter to button component 2023-01-21 16:37:57 -08:00
Michael W Spalti
924c67ea5f lint fix 2023-01-21 14:01:17 -08:00
Michael W Spalti
67531ea48c Updated test and custom theme module. 2023-01-21 13:51:13 -08:00
Michael W Spalti
52163b30b8 Added component to custom theme's lazy-theme.module 2023-01-21 13:23:17 -08:00
Michael W Spalti
c87964cc29 Changed module exports; fixes intermittent build failure. 2023-01-21 12:49:58 -08:00
Michael W Spalti
886b59b5e6 lint fix 2023-01-21 12:02:47 -08:00
Michael W Spalti
1efb0b908f Merge branch 'item-back-button' of https://github.com/mspalti/dspace-angular into item-back-button 2023-01-21 11:57:41 -08:00
Michael W Spalti
fbeba91d7f Defining back logic in parent 2023-01-21 11:54:40 -08:00
Michael Spalti
44d88aca9a Merge branch 'main' into item-back-button 2023-01-21 04:42:09 -08:00
Michael Spalti
4f476adbc1 Updated themed component. 2023-01-21 04:39:11 -08:00
Toni Prieto
6dc4f58dec Update es.json5 2023-01-21 12:59:17 +01:00
Toni Prieto
f6a95e692f Enable Catalan language 2023-01-21 12:52:49 +01:00
Toni Prieto
636b4f8a29 Catalan translation 2023-01-21 12:52:43 +01:00
Michael Spalti
ec73f1c1a6 Merge branch 'main' into item-back-button 2023-01-20 16:28:57 -08:00
Michael Spalti
6e052af1f0 moved view logic back to ItemComponent 2023-01-20 16:11:56 -08:00
Tim Donohue
d0aa6cedd7 Merge pull request #2032 from mspalti/fix-login-menu
Ignore IP authentication method in login component.
2023-01-20 16:13:03 -06:00
Tim Donohue
a8a35d1645 Merge pull request #2040 from atmire/Duplicate-GA-page-view-fix
Fix duplicate GA page_view events
2023-01-20 16:00:16 -06:00
Michael Spalti
00bf90d8ea lint fix 2023-01-20 11:52:17 -08:00
Michael Spalti
549735795b Merge branch 'main' into item-back-button 2023-01-20 11:35:40 -08:00
Michael Spalti
f8d0dab747 fixed issue with browse back button 2023-01-20 11:34:26 -08:00
Koen Pauwels
40de69dfec 97732 ContextHelpToggleComponent: added typedoc and removed unnecessary dependency 2023-01-20 14:33:00 +01:00
Kristof De Langhe
853d4e4d3c 97287: Test fix 2023-01-19 17:48:01 +01:00
Alexandre Vryghem
660a6dbd56 98661: Created themeable FullFileSectionComponent 2023-01-19 15:33:18 +01:00
Giuseppe Digilio
366907a9c4 Merge remote-tracking branch 'origin/main' into CST-7755
# Conflicts:
#	src/assets/i18n/en.json5
2023-01-19 13:03:48 +01:00
Andrea Barbasso
d852ca0816 CST-8165 show logo when browsing collections 2023-01-19 12:07:45 +01:00
Alexandre Vryghem
7ef40cceda Merge branch 'w2p-98211_advanced-workflow-actions-7.2' into w2p-98211_advanced-workflow-actions-main
# Conflicts:
#	src/app/workflowitems-edit-page/advanced-workflow-action/advanced-workflow-action-select-reviewer/reviewers-list/reviewers-list.component.spec.ts
#	src/app/workflowitems-edit-page/advanced-workflow-action/advanced-workflow-actions-loader/advanced-workflow-actions-loader.component.spec.ts
2023-01-18 21:00:14 +01:00
Tim Donohue
112e93e4bf Merge pull request #2013 from 4Science/CST-7694
Group description edit
2023-01-18 13:27:51 -06:00
Tim Donohue
c7aff004b6 Merge pull request #1988 from atmire/issue-815-controlled-vocabulary-hierarchical-facets-7.4
Issue 815 controlled vocabulary hierarchical facets 7.4
2023-01-18 11:48:44 -06:00
Alexandre Vryghem
940c6281a2 98535: Added missing tests to the new advanced workflow components 2023-01-18 17:27:19 +01:00
Alexandre Vryghem
8844b1b2c3 Merge remote-tracking branch 'upstream/main' into w2p-98211_advanced-workflow-actions-main
# Conflicts:
#	src/app/shared/shared.module.ts
2023-01-18 13:54:31 +01:00
Alexandre Vryghem
a36b57661f Merge branch 'w2p-98211_advanced-workflow-actions-7.2' into w2p-98211_advanced-workflow-actions-main
# Conflicts:
#	src/app/core/core.module.ts
#	src/app/workflowitems-edit-page/advanced-workflow-action/advanced-workflow-action-select-reviewer/reviewers-list/reviewers-list.component.spec.ts
2023-01-18 13:52:25 +01:00
Alexandre Vryghem
572f5ac4c5 98535: Added missing tests to the new advanced workflow components 2023-01-18 13:45:04 +01:00
Alexandre Vryghem
fe61bb7b6b 98535: Cleaned up code & added documentation 2023-01-18 12:27:06 +01:00
kshepherd
105e4b6c13 Merge pull request #2045 from atmire/clean-angular-cli-cache-7.4
Add a yarn clean script for the .angular/cache folder
2023-01-18 10:35:10 +13:00
Art Lowel
ace396a31f add yarn clean script for the .angular/cache folder 2023-01-17 17:23:29 +01:00
Koen Pauwels
f13b67e8ad 97732 Fix linter issues 2023-01-16 18:11:40 +01:00
Koen Pauwels
711e2e1e7c 97732 Fix linter issues 2023-01-16 18:07:39 +01:00
Koen Pauwels
2ff8664b0f 97732 Fix linter issues 2023-01-16 17:56:09 +01:00
Koen Pauwels
bbdb964923 Merge remote-tracking branch 'dspace/main' into w2p-97732_feature-context-help-service 2023-01-16 15:58:05 +01:00
Koen Pauwels
e5cc565327 97732 Fix flaky test for ContextHelpToggleComponent 2023-01-16 14:27:56 +01:00
Koen Pauwels
950952383c 97732 Fix flaky test for ContextHelpToggleComponent 2023-01-16 14:14:02 +01:00
Koen Pauwels
b38e1e0367 97732 Fix flaky test for ContextHelpToggleComponent 2023-01-16 14:13:01 +01:00
aroman-arvo
6523b02913 DS-8408: Edit item is ordered by relevance 2023-01-16 13:09:05 +01:00
Koen Pauwels
98f8aaf30c Merge branch 'feature-context-help-7.4' into w2p-97732_feature-context-help-service 2023-01-16 12:24:29 +01:00
Koen Pauwels
fd080c2366 Merge branch 'feature-context-help-7.2' into feature-context-help-7.4 2023-01-16 12:24:05 +01:00
Koen Pauwels
bed14c6b06 97732 ContextHelpWrapper: changed tooltip link color 2023-01-16 12:23:12 +01:00
Koen Pauwels
12dd605706 Merge branch 'feature-context-help-7.2' into feature-context-help-7.4 2023-01-16 11:39:10 +01:00
Koen Pauwels
04f4d74ed0 Merge branch 'feature-context-help-7.4' into w2p-97732_feature-context-help-service 2023-01-16 11:38:05 +01:00
Koen Pauwels
0cdf4b9c3e Merge branch 'feature-context-help-7.2' into feature-context-help-7.4 2023-01-16 11:11:33 +01:00
Koen Pauwels
7812eecb53 97732 Fix linter issues 2023-01-16 11:07:47 +01:00
Koen Pauwels
f170d751c9 Merge branch 'feature-context-help-7.4' into w2p-97732_feature-context-help-service 2023-01-16 10:37:53 +01:00
Koen Pauwels
674fb24115 Merge branch 'feature-context-help-7.2' into feature-context-help-7.4 2023-01-16 10:26:00 +01:00
Giuseppe Digilio
5a71b0cfac Merge branch 'main' into CST-7755 2023-01-16 10:13:46 +01:00
Giuseppe Digilio
28351f2ac7 [CST-7757] Fix merge with main 2023-01-16 09:55:56 +01:00
Jens Vannerum
e40cd20287 97049: Disable the vocabulary by default 2023-01-16 09:55:52 +01:00
Adán Román Ruiz
4e0a0a0105 Merge branch 'DSpace:main' into DS-8408 2023-01-16 09:54:22 +01:00
Koen Pauwels
bcbfafcb32 97732 Context help button now disabled when there are no tooltips available on the page 2023-01-16 09:36:57 +01:00
Giuseppe Digilio
1cc03f4b86 Merge branch 'main' into CST-7757
# Conflicts:
#	src/app/shared/shared.module.ts
2023-01-16 09:19:01 +01:00
Giuseppe
5aa9d3d29d Merge branch 'main' into CST-7217 2023-01-16 09:06:07 +01:00
Michael W Spalti
624e059a4c Merge branch 'main' into fix-login-menu 2023-01-13 12:12:55 -08:00
Michael W Spalti
055787ee55 Merge branch 'main' into item-back-button 2023-01-13 10:17:03 -08:00
Koen Pauwels
6bee69bc3f 97732 Completed ContextHelpWrapper tests 2023-01-13 15:45:54 +01:00
Yana De Pauw
e2087ad952 Fix merge issues 2023-01-13 14:35:40 +01:00
Yana De Pauw
419cb947d9 Merge remote-tracking branch 'upstream/main' into w2p-94390_replace-dso-page-edit-buttons-with-a-menu 2023-01-13 14:35:35 +01:00
Koen Pauwels
84c8b7690a 97732 ContextHelpToggleComponent tests 2023-01-13 14:05:33 +01:00
Koen Pauwels
f7787d74bc 97732 Tests for ContextHelpService 2023-01-13 12:28:41 +01:00
Jens Vannerum
e0cadec2c2 97049: Group keys together 2023-01-13 12:14:43 +01:00
jensvannerum
065d816b3d Merge branch 'main' into issue-815-controlled-vocabulary-hierarchical-facets-7.4 2023-01-13 11:33:04 +01:00
Michael Spalti
99ada45288 removed unused property 2023-01-12 18:46:57 -08:00
Michael Spalti
0fe9665026 removed code repetition 2023-01-12 18:42:59 -08:00
Tim Donohue
7a82b08ba7 Merge pull request #1949 from 4Science/CST-7392
Login menu refactoring
2023-01-12 14:51:40 -06:00
Tim Donohue
ee560d297a Merge pull request #2006 from mwoodiupui/2005
Catch and report errors from non-JSON responses to authentication requests.
2023-01-12 10:32:17 -06:00
Kristof De Langhe
9b9d9518c5 Merge branch 'main' into w2p-97287_Duplicate-GA-page-view-fix 2023-01-12 17:06:19 +01:00
Kristof De Langhe
1062dc4341 97287: Remove unused import 2023-01-12 17:06:15 +01:00
Kristof De Langhe
953213ac4f Merge branch 'main' into edit-metadata-redesign-PR 2023-01-12 17:02:09 +01:00
Davide Negretti
0dd6333e05 [CST-7392] [DSC-773] login menu refactoring 2023-01-12 15:52:22 +01:00
Sufiyan Shaikh
4d2522a69a [CST-7755] Build Failded Fixed 2023-01-12 19:00:44 +05:30
corrado lombardi
697407a71c Merge branch 'CST-7755' of github.com:4Science/dspace-angular into CST-7755 2023-01-12 12:35:56 +01:00
corrado lombardi
c9ad080c04 Merge branch 'main' into CST-7755
# Conflicts:
#	src/app/shared/object-list/search-result-list-element/item-search-result/item-types/item/item-search-result-list-element.component.spec.ts
#	src/app/shared/shared.module.ts
2023-01-12 12:26:45 +01:00
Tim Donohue
793bed30bc Merge pull request #1973 from 4Science/CST-7604
Restored highlighting of title in search results
2023-01-11 16:36:46 -06:00
Michael Spalti
65af3973ba fixed lint error 2023-01-11 12:03:19 -08:00
Alexandre Vryghem
f1bc30c695 Merge branch 'w2p-98211_advanced-workflow-actions-7.2' into w2p-98211_advanced-workflow-actions-main 2023-01-11 20:53:50 +01:00
Michael Spalti
357525e68a Ignore IP authentication method in login component.
lint fix

using enum

Simplified assignment.
2023-01-11 11:53:39 -08:00
Marie Verdonck
bd2135bcd2 98376: scoreReview workflow - slight refactor REST changes 2023-01-11 20:52:52 +01:00
Alexandre Vryghem
6acbb7ec0e Merge branch 'w2p-98211_advanced-workflow-actions-7.2' into w2p-98211_advanced-workflow-actions-main
# Conflicts:
#	src/app/access-control/access-control.module.ts
#	src/app/access-control/group-registry/group-form/eperson-list/eperson-list.component.spec.ts
#	src/app/access-control/group-registry/group-form/eperson-list/eperson-list.component.ts
#	src/app/access-control/group-registry/group-form/members-list/members-list.component.ts
#	src/assets/i18n/en.json5
2023-01-11 20:40:40 +01:00
Alexandre Vryghem
11b6ec9a9e 98376: Replaced EPersonListComponent with MembersListComponent & display error for empty reviewers list 2023-01-11 20:28:54 +01:00
Tim Donohue
bbdef724e8 Merge pull request #2038 from tdonohue/datacite_i18n_key
Add DataCite to i18n list of sources
2023-01-11 13:13:30 -06:00
Tim Donohue
6396e6a585 Add DataCite to i18n list of sources 2023-01-11 12:33:26 -06:00
Adán Román Ruiz
f790d29355 Merge branch 'main' into DS-8408 2023-01-11 19:13:54 +01:00
Alexandre Vryghem
cd0019eb8a Merge branch 'main-upstream' into w2p-98211_advanced-workflow-actions 2023-01-11 18:24:30 +01:00
Art Lowel
266931f55f Merge remote-tracking branch 'upstream/main' into fully-qualified-sitemap-urls-7.5-next 2023-01-11 17:51:58 +01:00
Art Lowel
5c77f500dc Merge tag 'dspace-7.4' into fully-qualified-sitemap-urls-7.4 2023-01-11 17:39:22 +01:00
lotte
bcb27f666a replace ds-search-sidebar with ds-themed-search-sidebar 2023-01-11 15:14:19 +01:00
Kristof De Langhe
35a9e7cdc9 Merge remote-tracking branch 'dspace/main' into w2p-98422_Thumbnail-uploader_contribute-7.2 2023-01-11 15:03:27 +01:00
Kristof De Langhe
4ba64fdfcc 98422: Remove unused import 2023-01-11 14:55:16 +01:00
Kristof De Langhe
de7fcb30da 98422: Themed component import fixes 2023-01-11 14:49:21 +01:00
lotte
cb982d6552 Made SearchSidebarComponent themeable 2023-01-11 14:46:37 +01:00
Kristof De Langhe
c3d71cbdd6 98422: Themed ItemStatusComponent and EditBitstreamPageComponent 2023-01-11 14:18:20 +01:00
Alexandre Vryghem
7cee2aac6f 98376: Added rating button to ratingreviewaction claimed task and created page 2023-01-11 12:40:54 +01:00
lotte
7926277acd added new input to ThemedSearchFiltersComponent 2023-01-11 11:24:42 +01:00
lotte
e135b014be Merge branch 'main' into w2p-97184_theme-feedback_contribute-7.2 2023-01-11 10:56:11 +01:00
lotte
9fdac08c67 removed unnecessary text in html file 2023-01-11 10:53:32 +01:00
lotte
9979d8664d Made SearchFiltersComponent themeable 2023-01-11 10:27:30 +01:00
corrado lombardi
fec3f0909f Merge remote-tracking branch 'origin/CST-7604' into CST-7604 2023-01-11 08:51:45 +01:00
Tim Donohue
6e53117d4b Merge pull request #2020 from DSpace/dependabot/npm_and_yarn/json5-2.2.2
Bump json5 from 2.2.1 to 2.2.2
2023-01-10 16:58:35 -06:00
Tim Donohue
0d149a3ae4 Merge pull request #2029 from atmire/Fix-breadcrumb-css-issue
Fix breadcrumb css issue
2023-01-10 16:20:21 -06:00
Nikunj Sharma
5660e7dc70 [CST-7604] test cases update 2023-01-11 02:46:20 +05:30
Tim Donohue
6c63af33d8 Merge pull request #1967 from yingjin/DA-8586
Add captioning support for video/audio files
2023-01-10 13:17:13 -06:00
Tim Donohue
2fbfdd0483 Merge pull request #2031 from ybnd/fix-klaro-i18n
Fix Klaro i18n messages
2023-01-10 12:04:16 -06:00
Giuseppe Digilio
736c92cd8d Merge branch 'main' into CST-7755 2023-01-10 18:48:33 +01:00
Tim Donohue
1cb1e31a59 Merge pull request #2022 from atmire/w2p-96252_Reduce-main-bundle-size_Reorganize-shared-module-pt2
Reorganize shared module to reduce main bundle size - part 2
2023-01-10 11:45:48 -06:00
Alexandre Vryghem
ef9373baec 98376: Fixed collection-roles page for collections with single workflowGroup 2023-01-10 17:56:32 +01:00
Alexandre Vryghem
36891ef3bf 98204: Edit collection assign roles tab breaks when no workflow groups 2023-01-10 16:40:37 +01:00
corrado lombardi
99f8a314df Merge remote-tracking branch 'origin/CST-7604' into CST-7604 2023-01-10 15:28:50 +01:00
Nikunj Sharma
b7b2803f6e [CST-7604] added hithighlight for person and orgunit 2023-01-10 19:56:32 +05:30
Nikunj Sharma
f9f3ad32c7 [CST-7604] added hithighlight for person and orgunit 2023-01-10 19:37:06 +05:30
Alexandre Vryghem
b351053489 98344: Fixed workflow id passed to backend instead of claimed task id 2023-01-10 14:10:44 +01:00
Nikunj Sharma
fc2c7c5e69 Merge remote-tracking branch 'origin/main' into CST-7604 2023-01-10 16:24:04 +05:30
Alexandre Vryghem
f4a303f808 98344: Added decline task simple workflow step 2023-01-09 23:20:14 +01:00
Alexandre Vryghem
5a5884dd1a 98344: Implemented the Select reviewers advanced step 2023-01-09 22:01:33 +01:00
Alexandre Vryghem
a03a150015 98211: Added tests 2023-01-09 22:01:33 +01:00
Koen Pauwels
cad4f74173 Moved tests from ContextHelpDirective to ContextHelpWrapperComponent and added more tests 2023-01-09 17:15:07 +01:00
Yury Bondarenko
463bcb40e9 Remove stray console.log 2023-01-09 16:47:24 +01:00
Yury Bondarenko
a7a6d1b27a Fix Klaro i18n issue
Caused by a merge mistake in https://github.com/DSpace/dspace-angular/pull/1975
2023-01-09 16:47:05 +01:00
Kristof De Langhe
1c11b9813c 97287: Fix GA page-view requests 2023-01-09 15:59:48 +01:00
Koen Pauwels
365b0208d9 Tests for ContextHelpDirective 2023-01-09 11:37:29 +01:00
Alexandre Vryghem
1a8320c4f7 98211: Added ModifyItemOverviewComponent & confirm action button to AdvancedWorkflowActionSelectReviewerComponent 2023-01-06 16:50:52 +01:00
Alexandre Vryghem
947658dd08 98211: Created advanced workflow task pages 2023-01-06 16:50:52 +01:00
Koen Pauwels
72fb37f4c5 Merge remote-tracking branch 'dspace/main' into w2p-97732_feature-context-help-service 2023-01-06 11:38:40 +01:00
Koen Pauwels
0676b5aebb Merge tag 'dspace-7.4' into feature-context-help-7.4 2023-01-06 11:13:41 +01:00
Yana De Pauw
827ab4d49e Yarn lock change 2023-01-06 10:07:23 +01:00
Yana De Pauw
3daec441f2 Merge remote-tracking branch 'upstream/main' into w2p-97425_System-wide-alerts 2023-01-06 10:04:35 +01:00
yingjin
9627ebb13b Merge branch 'DSpace:main' into DA-8586 2023-01-05 16:41:47 -06:00
Ying Jin
68a3c8a4b2 change typo from minetype to mimetype 2023-01-05 16:31:42 -06:00
Tim Donohue
95b8dc3c11 Merge pull request #1923 from 4Science/CST-6171
Customizability of theme colours
2023-01-05 15:00:41 -06:00
Koen Pauwels
8850f005b4 97732 Fixed button hover color issue in header 2023-01-05 15:05:42 +01:00
Koen Pauwels
84c053575f 97732 Some example tooltips for the edit group page 2023-01-05 15:05:42 +01:00
Koen Pauwels
5a1e57408f 97732 Fixed some display issues 2023-01-05 15:05:42 +01:00
Koen Pauwels
920e36ecf2 97732 Fixed bug where ContextHelpWrapperComponent subscriptions would not properly be initialized if the application launches with help icons hidden by default 2023-01-05 15:05:42 +01:00
Koen Pauwels
e16a3edf78 97732 ContextHelpToggleComponent added 2023-01-05 15:05:42 +01:00
Koen Pauwels
5ba45cb0fa 97732 Context help service, changes to directive and component 2023-01-05 15:05:42 +01:00
Koen Pauwels
c156e1ca6f 97732 Context help model, actions and reducer 2023-01-05 15:05:42 +01:00
Koen Pauwels
10bf18fe29 97399 WIP: Tests for ContextHelpDirective 2023-01-05 15:05:32 +01:00
Kristof De Langhe
5da65b3c79 97742: Revert accidental dspace-angular version 2023-01-05 13:42:25 +01:00
Yana De Pauw
6fb4cce104 Merge remote-tracking branch 'upstream/main' into Fix-breadcrumb-css-issue 2023-01-05 13:37:43 +01:00
Yana De Pauw
e5082ffa1f Remove unneeded important 2023-01-05 13:30:28 +01:00
Yana De Pauw
594f8eaa77 Fix breadcrumb color css 2023-01-05 13:18:36 +01:00
Kristof De Langhe
8cbf3511bb 97742: Lint fixes 2023-01-05 13:13:40 +01:00
Kristof De Langhe
9af8b17f81 Merge branch 'edit-metadata-redesign-7.4' into edit-metadata-redesign-PR 2023-01-05 13:07:39 +01:00
Kristof De Langhe
9f61109e83 97742: Lint fix 2023-01-05 13:07:31 +01:00
Kristof De Langhe
57f10fa9eb v1.22.19 2023-01-05 11:47:53 +01:00
Kristof De Langhe
21eae60abb Merge branch 'main' into edit-metadata-redesign-PR 2023-01-05 11:40:10 +01:00
Kristof De Langhe
30eba0bdef 97742: Themed DsoEditMetadataComponent 2023-01-05 11:37:46 +01:00
Alexandre Vryghem
0fb9970734 98211: Added button to my workflow task page 2023-01-04 22:48:45 +01:00
Alexandre Vryghem
1cf0f97121 98211: Added advanced workflow models 2023-01-04 22:25:03 +01:00
Kristof De Langhe
124469209a 97742: Post merge test & build fixes 2023-01-04 17:51:34 +01:00
Kristof De Langhe
82e604650e Merge branch 'w2p-97075_Edit-metadata-redesign' into edit-metadata-redesign-7.4 2023-01-04 17:18:53 +01:00
Kristof De Langhe
ceb6ea3672 93747: Fixed and improved ArrayMoveChangeAnalyzer 2023-01-04 14:29:48 +01:00
Yury Bondarenko
76108e57b3 Merge remote-tracking branch 'origin/main' into w2p-96252_Reduce-main-bundle-size_Reorganize-shared-module-pt2 2023-01-04 12:26:08 +01:00
Kristof De Langhe
c4de31ec4d 97742: Removing old item-metadata component & adding support for itemtemplate dso-edit-metadata 2023-01-04 11:55:37 +01:00
Sufiyan Shaikh
81696dfd04 [CST-7755] Modified the changes related to the reload the object and authorization 2023-01-04 13:12:57 +05:30
Yury Bondarenko
f6db75f4f8 96252: Remove unneeded imports from SharedModule
These are no longer required in SharedModule, so we can remove them from main.js
2023-01-03 17:05:36 +01:00
Yury Bondarenko
67616a5d52 96252: Remove unused sidebar filter components 2023-01-03 17:03:46 +01:00
Yury Bondarenko
1c7108e928 96252: Move MyDSpace components out of SharedModule
Also move ds-metadata-field-wrapper to SharedModule so it can be reused in detail view without importing ItemSharedModule
2023-01-03 17:03:42 +01:00
Yury Bondarenko
935e9a4690 96252: Move Bitstream page components out of SharedModule 2023-01-03 17:03:32 +01:00
Yury Bondarenko
661ed72c11 96252: Move Item page components out of SharedModule 2023-01-03 17:03:19 +01:00
Nikunj Sharma
4645d4baa4 Merge remote-tracking branch 'origin/main' into CST-7604 2023-01-03 21:22:22 +05:30
Kristof De Langhe
533d833225 93747: Test cases 2023-01-03 16:16:11 +01:00
Kristof De Langhe
9d3769103d 93747: Test cases 2023-01-02 17:44:58 +01:00
Yana De Pauw
3fd4be9929 Merge remote-tracking branch 'upstream/main' into default-configuration-fix 2023-01-02 16:01:01 +01:00
Jens Vannerum
3e09653f0b 97049: Nest before each statements 2023-01-02 14:38:20 +01:00
dependabot[bot]
9b6ba906d6 Bump json5 from 2.2.1 to 2.2.2
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-02 12:50:21 +00:00
Jens Vannerum
6012c66d1c 97049: fix tests 2023-01-02 13:48:50 +01:00
Kristof De Langhe
6773ad967b 93747: Feedback 2022-12-21 - fixing move patch 2023-01-02 13:17:41 +01:00
Jens Vannerum
ec89addf17 97049: Missing provided service after merge 2023-01-02 12:14:33 +01:00
Kristof De Langhe
d4c30044f7 93747: DsoEditMetadataForm test cases 2023-01-02 11:29:44 +01:00
Jens Vannerum
befdc56fca Merge remote-tracking branch 'dspaceMain/main' into issue-815-controlled-vocabulary-hierarchical-facets-7.4 2023-01-02 10:15:18 +01:00
corrado lombardi
69390a7172 [CST-7755] Updated label and made other workspace items option available to controllers 2022-12-30 16:05:39 +01:00
Giuseppe Digilio
ed6d06c7ae [CST-7217] Apply fix also for selected facets 2022-12-30 10:30:28 +01:00
Giuseppe Digilio
928431284f [CST-7217] Improve fix 2022-12-30 10:12:15 +01:00
Giuseppe Digilio
17b8bee824 Merged main into CST-7217 2022-12-30 08:48:34 +00:00
Giuseppe Digilio
710b11655d [CST-7757] Rename type property to subscriptionType 2022-12-29 18:46:19 +01:00
Sufiyan Shaikh
2069bc20a2 [CST-7755] merge with latest main branch 2022-12-29 18:20:19 +05:30
Sufiyan Shaikh
09781c9057 [CST-7755] LYRASIS: Supervisor orders (Angular) 2022-12-29 18:16:54 +05:30
Marie Verdonck
b273b7a137 Merge branch 'w2p-97298_issue-3281_self-register-issue-7.2' into w2p-97298_issue-3281_self-register-issue-main
# Conflicts:
#	src/app/core/data/eperson-registration.service.spec.ts
#	src/app/core/data/eperson-registration.service.ts
#	src/app/register-email-form/register-email-form.component.spec.ts
#	src/app/register-email-form/register-email-form.component.ts
2022-12-29 13:16:30 +01:00
Giuseppe Digilio
90a9238895 [CST-7757] fix pagination 2022-12-28 16:23:08 +01:00
Giuseppe Digilio
27d5097f4b [CST-7757] Add subscribe button to all dso pages 2022-12-28 16:22:17 +01:00
Marie Verdonck
31b17731f2 97298: #3281 Self-register - test fixes 2022-12-28 16:13:27 +01:00
Giuseppe Digilio
88eefc6b79 [CST-7757] fix tests 2022-12-28 15:29:13 +01:00
Marie Verdonck
e4ce91fa73 97298: #3281 Self-register - type request query param 2022-12-28 11:57:48 +01:00
Giuseppe Digilio
88e191e961 [CST-7757] Fix lint errors 2022-12-28 11:28:18 +01:00
Giuseppe Digilio
72a42b0a6e [CST-7757] Refactoring code 2022-12-27 20:10:47 +01:00
Giuseppe Digilio
af0b7e72b4 Merge branch 'main' into CST-7757
# Conflicts:
#	src/app/shared/shared.module.ts
2022-12-27 09:42:28 +01:00
Davide Negretti
a6cd39c906 [CST-7757] Subscriptions porting (wip) 2022-12-23 18:25:04 +01:00
corrado lombardi
3ed4d50e18 Merge branch 'main' into CST-7694 2022-12-23 14:47:14 +01:00
Marie Verdonck
bf826fa105 Merge remote-tracking branch 'origin/main' into w2p-97298_issue-3281_self-register-issue-main 2022-12-23 14:27:50 +01:00
Davide Negretti
3ab552ed38 [CST-7757] Subscriptions porting (wip) 2022-12-23 14:06:28 +01:00
Davide Negretti
f15ca85afd [CST-7757] Subscriptions porting (wip) 2022-12-23 13:26:04 +01:00
Yana De Pauw
b6218494e5 97425: Fix countdown timer intial display and remove rounded banner corner 2022-12-23 12:15:35 +01:00
Yana De Pauw
37ec888b0a 97425: Create "System Wide Alerts" feature 2022-12-23 10:51:53 +01:00
Rezart Vata
b775cd5ab0 [CST-7757] Subscriptions porting (wip) 2022-12-22 17:11:18 +01:00
Michael Spalti
6a1f81280b Finished removing results button from shared.module 2022-12-21 12:54:31 -08:00
Michael Spalti
10841aac90 Merge branch 'main' into item-back-button 2022-12-21 12:34:39 -08:00
Michael Spalti
e963629d53 Renamed directory. 2022-12-21 12:29:09 -08:00
Michael Spalti
09e31e758d New modules for back button and browse-by 2022-12-21 12:02:56 -08:00
Tim Donohue
fd37c725e5 Merge pull request #2008 from tdonohue/enable_polish
Enable Polish language by default
2022-12-21 11:33:42 -06:00
Tim Donohue
43fc7986bf Enable Polish language by default 2022-12-21 10:11:31 -06:00
Tim Donohue
bee32d6634 Merge pull request #2001 from michdyk/DS1931---Polish-Translation
Ds1931   polish translation
2022-12-21 10:09:22 -06:00
Alexandre Vryghem
2451bbbd34 97729: Themed ItemAlertsComponent 2022-12-21 14:48:14 +01:00
Michał Dykas
3df9d24d88 Update pl.json5
Removing CRIS references
2022-12-21 11:44:23 +01:00
Adan Roman
d6402fbaf8 DS-8408 - Unused dependency 2022-12-21 08:31:42 +01:00
Michael Spalti
35bb0fb802 Removed back() function 2022-12-20 14:34:07 -08:00
Michael Spalti
73a9e0b0bb Apply shared button component to browse-by. 2022-12-20 13:46:59 -08:00
Adan Roman
c2b56c1fa4 DS-8408 - In Advanced Search, list collections alphabetically 2022-12-20 17:23:03 +01:00
Tim Donohue
63a07c759f Merge pull request #2003 from mark-cooper/textarea-spellcheck
Enable / disable spellcheck for textarea inputs via config
2022-12-20 10:06:33 -06:00
Tim Donohue
61f2383c6e Merge pull request #1976 from 4Science/main_1950_DURACOM-101
Common Extendend Regex format for submission-forms
2022-12-20 09:40:00 -06:00
Joost
4f960231da lint fixes 2022-12-20 15:57:54 +01:00
Joost
cbf6f24d87 lint fixes 2022-12-20 15:50:31 +01:00
Joost
fd5da5e1a3 Merge branch 'w2p-97298_issue-3281_self-register-issue-7.2' into w2p-97298_issue-3281_self-register-issue-main 2022-12-20 15:47:49 +01:00
Joost
c4f9bc4b1a lint fixes 2022-12-20 15:45:51 +01:00
Adan Roman
8949e7cc27 DS-8408 - In Advanced Search, list collections alphabetically 2022-12-20 15:42:56 +01:00
Joost
8b71ad6735 [task 97198] fix merge mistakes 2022-12-20 15:36:15 +01:00
Joost
05fa88fc32 Merge branch 'w2p-97298_issue-3281_self-register-issue-7.2' into w2p-97298_issue-3281_self-register-issue-main 2022-12-20 15:17:53 +01:00
Joost
3f7bdb284f [task 97298] displaying mail domains only on register 2022-12-20 15:01:53 +01:00
Joost
3690dceb75 [task 97298] sending the type for registration 2022-12-20 14:54:54 +01:00
Vincenzo Mecca
8f91e146de [1950][DURACOM-101] JSDoc and regex validation tests 2022-12-20 10:23:19 +01:00
Michael Spalti
c28f165923 Node 18 spec fix 2022-12-19 15:21:29 -08:00
Michael Spalti
d34cea1215 Fixed module. 2022-12-19 13:01:53 -08:00
Michael Spalti
7eb446a84f Merge branch 'main' into item-back-button 2022-12-19 12:54:59 -08:00
Tim Donohue
fa2dc72f33 Merge pull request #1987 from mspalti/relation-submisssion-thumb
Fix for related item thumbnail images.
2022-12-19 14:46:31 -06:00
Michael Spalti
d029e80495 Convert to themed, shared component 2022-12-19 12:32:53 -08:00
Tim Donohue
701290efe6 Merge pull request #1993 from atmire/w2p-97265_fix-statistics-menu-order-7.4
Fix statistics option position in header on different DSO pages
2022-12-19 11:54:24 -06:00
Koen Pauwels
c158fd18c9 97399 Documentation 2022-12-19 17:05:26 +01:00
Joost
8f6db1f6a0 lint fixes 2022-12-19 16:43:02 +01:00
Koen Pauwels
1ae18ec9f7 97399 Added support for links in tooltips 2022-12-19 14:55:55 +01:00
Yana De Pauw
f766c0020f Fix lint issue 2022-12-19 14:49:32 +01:00
Tim Donohue
f1dfd0ce8a Merge pull request #1992 from atmire/theme-name-as-data-attr-7.5-next
Make it easier to know which theme is being used for a component
2022-12-16 16:56:09 -06:00
Tim Donohue
34e60df6e0 Merge pull request #1981 from atmire/w2p-96121_server-side-language-headers
Server side language headers
2022-12-16 16:45:59 -06:00
Mark H. Wood
2afc835b7f Catch and report errors from non-JSON responses. 2022-12-16 17:17:55 -05:00
Tim Donohue
95f0976175 Merge pull request #1942 from atmire/w2p-96062_theme-external-source-entry-import-modal-component
make the ExternalSourceEntryImportModalComponent themeable by default
2022-12-16 11:29:57 -06:00
Tim Donohue
7b1a8f8cf7 Merge pull request #1939 from atmire/w2p-96062_theme-collection-dropdown-component
Make the CollectionDropdownComponent themeable
2022-12-16 10:57:19 -06:00
Koen Pauwels
28a127ca0e 97399 Improvements to ContextHelpDirective and ContextHelpWrapperComponent 2022-12-16 16:50:17 +01:00
Nikunj Sharma
247e61ce2b [CST-7604] fixed as per tom comment to highlight Journal, Project, OrgUnit or Person) or is a Community or Collection 2022-12-16 20:27:00 +05:30
Kristof De Langhe
bf9612e967 93747: Edit metadata redesign - drag to reorder pt2 2022-12-16 15:08:32 +01:00
Koen Pauwels
a40d93a941 97399 Implemented basic working tooltip on top level community list 2022-12-16 11:41:09 +01:00
jensvannerum
62378a5d95 Merge branch 'main' into issue-815-controlled-vocabulary-hierarchical-facets-7.4 2022-12-16 11:13:38 +01:00
Mark Cooper
9771d756b6 Enable / disable spellcheck for textarea inputs via config 2022-12-15 15:46:03 -08:00
Ying Jin
2fea10aced add/remove comments 2022-12-15 17:18:22 -06:00
yingjin
5c1101c13e Merge branch 'DSpace:main' into DA-8586 2022-12-15 17:17:07 -06:00
Tim Donohue
ffc5ecb100 Merge pull request #2002 from tdonohue/fix_docker_arm64_build
Fix Docker arm64 build
2022-12-15 16:37:08 -06:00
Julian Timal
ea275aff34 Use full community, collection and item names in breadcrumb navigation (#1957)
* Add ngTooTip and property botton in ToolTip

modify the breadcumbs html file to show the full name on mouseover

* fixed in test of breadcumbs

* Suggestion last breadcumb

* Fix alignment (as it was before)

Co-authored-by: Tim Donohue <tim.donohue@lyrasis.org>
2022-12-15 16:23:08 -06:00
Tim Donohue
e0679d4ba6 Ensure all necessary build tools exist in image 2022-12-15 16:03:10 -06:00
Tim Donohue
ed593d5786 Merge pull request #2000 from tdonohue/update_latest_angular13
Update to latest Angular 13 & Remove unused dependencies
2022-12-15 11:02:42 -06:00
Jens Vannerum
f2972d7d34 Merge remote-tracking branch 'dspace-main/main' into w2p-96062_theme-collection-dropdown-component
# Conflicts:
#	src/app/shared/shared.module.ts
2022-12-15 17:58:28 +01:00
Jens Vannerum
efd3600a47 Merge remote-tracking branch 'dspace-main/main' into w2p-96062_theme-external-source-entry-import-modal-component
# Conflicts:
#	src/app/shared/form/form.module.ts
2022-12-15 17:43:34 +01:00
Kristof De Langhe
64d96453c3 93747: Edit metadata redesign - drag to reorder pt1 2022-12-15 17:25:23 +01:00
Michał Dykas
4dcc082ec0 Update config.example.yml
Enabling Polish language
2022-12-14 16:00:22 +01:00
Kristof De Langhe
43d9e3f958 93746: Feedback 2022-12-14 - missing types & tooltip width 2022-12-14 16:00:10 +01:00
Michał Dykas
9f0f7c4f29 Update pl.json5
Full Polish translation
2022-12-14 15:57:30 +01:00
Jens Vannerum
07fe4f261f 97049: Attempt to fix aSync test 2022-12-14 11:52:00 +01:00
Jens Vannerum
b04c8025dc 97049: Attempt to fix aSync test 2022-12-14 11:35:19 +01:00
Yana De Pauw
95ed5087d3 Merge branch 'default-configuration-fix-7.2' into default-configuration-fix 2022-12-13 16:07:35 +01:00
Jens Vannerum
c2ef6893d3 97049: fix lint issue after merge 2022-12-13 15:12:28 +01:00
Jens Vannerum
04e5510c6b 97049: fix wrong import after merge 2022-12-13 15:01:56 +01:00
Kristof De Langhe
50f7211947 93746: Edit metadata redesign - Virtual metadata 2022-12-13 14:38:53 +01:00
Jens Vannerum
83505cdce6 Merge remote-tracking branch 'dspaceMain/main' into issue-815-controlled-vocabulary-hierarchical-facets-7.4
# Conflicts:
#	src/app/shared/form/vocabulary-treeview/vocabulary-treeview.component.ts
2022-12-13 13:08:38 +01:00
Joost
7917f61210 typo fix 2022-12-13 11:12:16 +01:00
Joost
03fe9a3ab9 typo fix 2022-12-13 11:11:42 +01:00
Joost
fd0a8c64c0 Merge branch 'main' into w2p-97298_issue-3281_self-register-issue-main 2022-12-13 11:11:19 +01:00
Joost
e0deed785e [task 97298] error message for not correct domain in registration mail 2022-12-12 17:27:54 +01:00
Tim Donohue
85c8722f7d Fix accessibility issue with empty <th> by switching to a <td> 2022-12-12 10:19:42 -06:00
Kristof De Langhe
454bfd2f9f 97075: Feedback 2022-12-09 - debounce on language input 2022-12-12 16:32:13 +01:00
Kristof De Langhe
1ca217e748 97075: Feedback 2022-12-09 - splitting into multiple components 2022-12-12 16:28:01 +01:00
Kristof De Langhe
3c9623a2b0 97075: Feedback 2022-12-09 - improvements 2022-12-12 13:26:45 +01:00
Yana De Pauw
cceea734b3 97248: Remove hardcoded 'default' configuration 2022-12-12 11:43:56 +01:00
Jens Vannerum
1af1d511d0 97049: Lint issue 2022-12-12 11:23:19 +01:00
Jens Vannerum
105308cdf8 97049: Fixing inconsistent tests 2022-12-12 11:18:31 +01:00
Koen Pauwels
e31781b5d0 97183 Fix linter issue, again 2022-12-12 10:07:00 +01:00
Koen Pauwels
69bd324da5 97183 Fix linter issue 2022-12-12 10:01:04 +01:00
Tim Donohue
3b6d37b006 Update to latest nodemon. Tested with yarn start:dev 2022-12-09 16:47:03 -06:00
Tim Donohue
24087290dd Update eslint-plugin-jsdoc for Node 18 compatibility 2022-12-09 16:07:18 -06:00
Tim Donohue
bec474b083 Remove unused dev dependencies. Update @nguniversal/builders to latest v13 2022-12-09 16:05:48 -06:00
Tim Donohue
1238caa906 Fixes for SASS 1.33. Update Bootstrap & FortAwesome to support 2022-12-09 16:05:48 -06:00
Tim Donohue
904171752f Cleanup of dependency versions 2022-12-09 16:05:48 -06:00
Tim Donohue
57f299df2b Remove unused dependencies 2022-12-09 16:05:48 -06:00
Tim Donohue
4d126bf558 yarn upgrade everything 2022-12-09 16:05:44 -06:00
Tim Donohue
3217402c09 Upgrade to latest Angular 13, Sass 1.33.0, etc. 2022-12-09 16:04:58 -06:00
Tim Donohue
4915f10b0e Merge pull request #1946 from mwoodiupui/1865
Support Node v18
2022-12-09 14:10:15 -06:00
Tim Donohue
70d2d20f06 Update Dockerfile to use Node 18 2022-12-09 12:14:57 -06:00
Tim Donohue
19a6ae840c Merge pull request #1975 from atmire/w2p-96252_Reduce-main-bundle-size_Reorganize-shared-module
Reorganize shared module to reduce main bundle size
2022-12-09 11:32:55 -06:00
Koen Pauwels
742b68b706 97183 Minor fixes (code review) 2022-12-09 14:52:41 +01:00
Tim Donohue
492344e6bd Spin up UI and REST on 127.0.0.1 2022-12-08 16:04:54 -06:00
Art Lowel
ee6ab3e3b2 Merge pull request #1984 from tdonohue/fix_1983
Fix email validation regex to use email validation regex from HTML5 specs
2022-12-08 19:29:59 +01:00
Jens Vannerum
9cde4c119e 97049: Fixing inconsistent tests 2022-12-08 17:52:49 +01:00
Jens Vannerum
a642a02663 Merge remote-tracking branch 'dspaceMain/main' into issue-815-controlled-vocabulary-hierarchical-facets-7.4
# Conflicts:
#	config/config.example.yml
#	src/assets/i18n/en.json5
2022-12-08 17:08:52 +01:00
Yury Bondarenko
2ffd732a40 Merge remote-tracking branch 'origin/main' into w2p-96252_Reduce-main-bundle-size_Reorganize-shared-module_REBASE-ON-7.4 2022-12-08 16:19:41 +01:00
Yury Bondarenko
95d5a2ff74 96252: Make Klaro lazy-loaded 2022-12-08 16:15:50 +01:00
Yury Bondarenko
d0c74ed49f 96252: Clean up SharedModule & CoreModule 2022-12-08 16:12:30 +01:00
Yury Bondarenko
9e731909ae 96252: Move menu support code to MenuModule 2022-12-08 16:12:27 +01:00
Yury Bondarenko
db3e8f9246 96252: Extract upload-specific code from SharedModule 2022-12-08 16:12:24 +01:00
Yury Bondarenko
3739fa4121 96252: Move dynamic forms out of AppModule 2022-12-08 16:12:20 +01:00
Yury Bondarenko
8341882b0f 96252: Extract form-specific code from SharedModule 2022-12-08 16:12:14 +01:00
Kristof De Langhe
c24e904c66 97075: Edit metadata - reset reinstatable on value delete 2022-12-08 11:08:15 +01:00
Kristof De Langhe
86164f743e 97075: Edit metadata - Reset reinstatable on change 2022-12-08 11:05:11 +01:00
Michael Spalti
9fefe064bf Added some space below the button. 2022-12-07 13:45:54 -08:00
Tim Donohue
23279017ca Merge pull request #1977 from 4Science/CST-7693
[CST-7693] Missing Translations added
2022-12-07 15:09:01 -06:00
Tim Donohue
cc80da9989 Merge pull request #1955 from arvoConsultores/DS-1774
The number of bitstreams on item pages are now configurable
2022-12-07 14:49:20 -06:00
Tim Donohue
599a5fdca0 Correct comment text 2022-12-07 14:46:28 -06:00
Michael Spalti
6684c2ea0c Merge branch 'main' into item-back-button 2022-12-07 12:25:28 -08:00
Michael Spalti
f378d53d4c Item back button and tests. 2022-12-07 12:22:23 -08:00
Tim Donohue
74b27e4166 Merge pull request #1994 from tdonohue/enable_ukrainian
Enable Ukrainian by default
2022-12-07 12:08:03 -06:00
Tim Donohue
f1d19fb53a Merge pull request #1986 from DSpace/dependabot/npm_and_yarn/decode-uri-component-0.2.2
Bump decode-uri-component from 0.2.0 to 0.2.2
2022-12-07 12:06:02 -06:00
Tim Donohue
6467c21a55 Enable Ukrainian by default 2022-12-07 11:33:14 -06:00
Tim Donohue
8fef157255 Merge pull request #1940 from AndrukhivAndriy/main
Add: Ukrainian translation
2022-12-07 11:32:17 -06:00
Tim Donohue
66820dd264 Merge pull request #1936 from atmire/w2p-95335_created-ListableNotificationObjectComponent_contribute-7.2
Created `ListableNotificationObject`
2022-12-07 10:44:34 -06:00
Joost
f81d416daf [task 97298][wip] showing domains for which registration can be done 2022-12-07 17:28:36 +01:00
Yana De Pauw
e99ec671d0 Merge branch 'dso-edit-menu-fixes' into w2p-94390_replace-dso-page-edit-buttons-with-a-menu 2022-12-07 09:48:58 +01:00
Yana De Pauw
475745b134 Remove old test fix 2022-12-07 09:48:21 +01:00
Tim Donohue
d26dd04066 Merge pull request #1962 from DSpace/dependabot/npm_and_yarn/socket.io-parser-3.3.3
Bump socket.io-parser from 3.3.2 to 3.3.3
2022-12-06 13:46:21 -06:00
dependabot[bot]
66ac508027 Bump socket.io-parser from 3.3.2 to 3.3.3
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 18:46:07 +00:00
Tim Donohue
b10c1c5421 Merge pull request #1989 from tdonohue/enable_github_codeql
Update to use GitHub CodeQL for code scanning (Angular UI)
2022-12-06 12:10:00 -06:00
Tim Donohue
3f9884eb24 Update to use GitHub CodeQL for code scanning 2022-12-06 11:28:08 -06:00
Tim Donohue
e127bde4cc Merge pull request #1991 from tdonohue/add_contributing_docs
Add CONTRIBUTING docs and resync with PR template
2022-12-06 11:09:35 -06:00
Jens Vannerum
26d4be6101 Merge branch 'w2p-97265_fix-statistics-menu-order' into w2p-97265_fix-statistics-menu-order-7.4 2022-12-06 18:04:16 +01:00
Art Lowel
7ede96b25c Merge branch 'main' into theme-name-as-data-attr-7.2 2022-12-06 17:58:46 +01:00
Art Lowel
31d660536f add data attribute to show which theme is being used for a component 2022-12-06 17:58:06 +01:00
Jens Vannerum
fcdc4b2b63 97265: Fix statistics header bug 2022-12-06 17:55:23 +01:00
Tim Donohue
23c4034cfb Add CONTRIBUTING docs and resync with PR template 2022-12-06 10:44:19 -06:00
Yana De Pauw
d3d0d19b81 Merge branch 'dso-edit-menu-fixes' into w2p-94390_replace-dso-page-edit-buttons-with-a-menu 2022-12-06 16:26:54 +01:00
Yana De Pauw
d185630faa Fix issue with onClick models in dso edit menus 2022-12-06 16:20:21 +01:00
Koen Pauwels
92c7922fbe 97183 Fixed linting issues 2022-12-06 15:59:01 +01:00
Koen Pauwels
4f20d200ca 97183 Tests for MenuService.isMenuVisibleWithVisibleSections 2022-12-06 15:45:46 +01:00
Koen Pauwels
fa87b1d94e 97183 MenuResolver tests for regular user 2022-12-06 14:33:04 +01:00
Koen Pauwels
68bac1f400 97183 Hide sidebar items w/o appropriate permissions.
See https://github.com/DSpace/dspace-angular/issues/1643

Sidebar now omits "New" and/or "Edit" options in the sidebar if the user does
not have permissions to respectively create new Items or edit Items.

If this results in an empty sidebar, the sidebar is hidden in its entirety.
2022-12-06 11:30:46 +01:00
Michael Spalti
b0e4daee04 Merge branch 'main' into relation-submisssion-thumb 2022-12-05 09:51:17 -08:00
jensvannerum
c97ab80d93 Merge branch 'main' into issue-815-controlled-vocabulary-hierarchical-facets-7.4 2022-12-05 15:21:43 +01:00
Jens Vannerum
acbff2e6b4 97049: Minor refactor // adding docs 2022-12-05 15:13:13 +01:00
Jens Vannerum
569e34f869 lint fixes 2022-12-05 11:32:05 +01:00
Jens Vannerum
744b406745 Alter tests for themed modal 2022-12-05 11:20:09 +01:00
Jens Vannerum
eb15368197 97049: Clean up strings 2022-12-05 09:58:38 +01:00
Jens Vannerum
7916dada1b Theme external-source-entry-import-modal.component 2022-12-05 09:40:46 +01:00
Jens Vannerum
fb82d22509 Merge branch 'create-reference-to-themed-comp' into w2p-96062_theme-external-source-entry-import-modal-component 2022-12-05 09:18:51 +01:00
Jens Vannerum
6c0459e590 Merge remote-tracking branch 'dspace-main/main' into create-reference-to-themed-comp 2022-12-05 09:11:44 +01:00
Jens Vannerum
73aa164f0f Add missing import 2022-12-05 09:11:17 +01:00
Michael Spalti
e8dacfff1d Removed style. 2022-12-04 20:02:04 -08:00
Michael Spalti
652e941e59 Updated spec. 2022-12-03 14:04:58 -08:00
Michael Spalti
422d72e001 Fix for related item thumbnail images. 2022-12-03 13:36:52 -08:00
dependabot[bot]
7a6b835ea8 Bump decode-uri-component from 0.2.0 to 0.2.2
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-03 04:00:44 +00:00
Tim Donohue
39aee1dbb9 Merge pull request #1937 from pilasou/main
Addition of missing params
2022-12-02 12:27:20 -06:00
Tim Donohue
1215a7ee7a Fix email validation regex to use HTML5 provided regex 2022-12-02 10:08:45 -06:00
Mark H. Wood
20faa40f22 More name resolution repairs. 2022-12-02 09:24:30 -05:00
Alexandre Vryghem
6e54acddc6 97065: Check if indexableObject exists 2022-12-02 14:52:21 +01:00
Mark H. Wood
2ef78741cc Name resolution changed in Node 18 -- avoid it. 2022-12-02 08:47:01 -05:00
Jens Vannerum
099debf666 97049: Resolve lint issues 2022-12-02 14:11:41 +01:00
Jens Vannerum
aac8fea225 97049: Fix constructor issue + rework test for new functionality 2022-12-02 13:43:22 +01:00
Alexandre Vryghem
a0c3ca57d4 97065: Make the error clickable and resend request if it failed 2022-12-02 10:59:15 +01:00
Jens Vannerum
d04ac74c6f Merge remote-tracking branch 'dspaceMain/main' into issue-815-controlled-vocabulary-hierarchical-facets-7.2
# Conflicts:
#	src/app/shared/search/search-filters/search-filter/search-hierarchy-filter/search-hierarchy-filter.component.spec.ts
#	src/app/shared/search/search-filters/search-filter/search-hierarchy-filter/search-hierarchy-filter.component.ts
#	src/app/shared/vocabulary-treeview/vocabulary-treeview.component.ts
#	src/assets/i18n/en.json5
#	src/config/app-config.interface.ts
#	src/config/default-app-config.ts
#	src/environments/environment.test.ts
2022-12-02 10:45:11 +01:00
Alexandre Vryghem
4ba5eba556 95335: Display error message when DSOSelectorComponent can't successfully retrieve the next page of DSOs 2022-12-02 10:19:38 +01:00
Jens Vannerum
6ed762a8ac 97049: alter tests 2022-12-01 17:12:14 +01:00
Jens Vannerum
dd3a528c48 97049: Remove accidental focused describe 2022-12-01 16:52:50 +01:00
Jens Vannerum
472c2a1dd1 97049: Remove client structure 2022-12-01 15:34:41 +01:00
Jens Vannerum
85ccfc6ea7 97049: Remove client structure 2022-12-01 15:30:30 +01:00
Art Lowel
be0b54e058 change sitemap entries in robots.txt to absolute urls 2022-12-01 15:08:58 +01:00
Jens Vannerum
edc73d3585 97049: Refactor how to obtain vocabularies for filter (configurable) 2022-12-01 15:01:11 +01:00
Kristof De Langhe
532a59006f 97075: Edit-metadata redesign messages + JSDocs 2022-12-01 14:33:23 +01:00
Jens Vannerum
4afa5181a6 refac 2022-12-01 13:34:56 +01:00
Kristof De Langhe
6be343cccf 97075: Margin fixes + metadata field autofocus and validation 2022-12-01 13:07:19 +01:00
Alexandre Vryghem
ba15b28c7c 94688: Added themeable template of SearchFormComponent 2022-12-01 10:28:15 +01:00
Alexandre Vryghem
e96954cf60 94688: Added ThemedSearchFormComponent 2022-12-01 10:27:10 +01:00
Samuel
3b7d962671 taskid 85843 Add a tree to browse hierarchical facets on the search page - feedback 2022-12-01 10:08:28 +01:00
Samuel
2fab841562 taskid 85843 Add a tree to browse hierarchical facets on the search page - i18n updates 2022-12-01 10:08:18 +01:00
Samuel
bc3ab46e8e taskid 85843 Add a tree to browse hierarchical facets on the search page - fix import issue 2022-12-01 10:07:42 +01:00
Samuel
d5578accea taskid 85843 Add a tree to browse hierarchical facets on the search page 2022-12-01 10:07:41 +01:00
Samuel
9ff1a6a642 taskid 85843 Add a tree to browse hierarchical facets on the search page - overrides 2022-12-01 10:03:25 +01:00
Tim Donohue
7d39f5de83 Merge pull request #1965 from LisAtUP/main
Update el.json5
2022-11-30 16:25:33 -06:00
Kristof De Langhe
105f6cb954 97075: Edit metadata redesign pt2 2022-11-30 17:49:19 +01:00
Koen Pauwels
627da93e23 97183 Workaround: reorder admin sidebar sections
The issue described at https://github.com/DSpace/dspace-angular/issues/1643 was
no longer reproducible: The menu component ultimately retrieves menu section
information from the store, but in the `MenuComponent#ngOnInit` method, this
information is piped through `distinctUntilChanged(compareArraysUsingIds())`,
which discards an update that sets these menu elements to be visible.

The behavior of this pipe is probably incorrect, but a proper fix is out of
scope for the current task. For now, we work around the problem by adding
top-level menu sections _after_ their children while initializing the menu
section store, which side-steps this issue.
2022-11-30 15:25:36 +01:00
Kristof De Langhe
92f94c39b2 97075: Edit metadata redesign 2022-11-29 18:02:13 +01:00
Alexandre Vryghem
9eb4a7e22e 95335: Removed duplicate i18n key 2022-11-29 17:20:35 +01:00
Vincenzo Mecca
6e2279d155 [1950][DURACOM-101] Fixed linting 2022-11-28 11:25:50 +01:00
Vincenzo Mecca
0dd30fe98a Merge remote-tracking branch 'github/main' into main_1950_DURACOM-101 2022-11-28 11:03:09 +01:00
Nikunj Sharma
e7607da0a2 [CST-7694] fixed group edit issue for non permanent group 2022-11-24 14:17:50 +05:30
Sufiyan Shaikh
9a695fedc7 [CST-7693] Missing Translations added 2022-11-23 20:33:11 +05:30
Nikunj Sharma
1ee3114432 [CST-7604] fixed text highlight on search page 2022-11-18 18:09:26 +05:30
Nikunj Sharma
7d58a1eb0a [CST-7604] fixed text highlight on search page 2022-11-18 16:03:33 +05:30
Yury Bondarenko
f16e18fa63 Fix breaking import 2022-11-18 11:08:43 +01:00
Yury Bondarenko
7caacdb20a Merge remote-tracking branch 'origin/main' into w2p-94390_replace-dso-page-edit-buttons-with-a-menu 2022-11-18 10:05:15 +01:00
Yana De Pauw
4b0b6983a0 94391: Remove unused import 2022-11-17 16:50:30 +02:00
Yana De Pauw
4d297cfe9b 94391: Add aria labels and titles to the buttons 2022-11-17 16:33:19 +02:00
Mark H. Wood
7690d36e4b Update Node versions with which to test. 2022-11-17 09:06:34 -05:00
Mark H. Wood
fd43adea75 Check in updated yarn lockfile (newbie error). 2022-11-17 09:06:34 -05:00
Mark H. Wood
84cb8fe09d Make 'yarn install' succeed.
Make 'yarn install' succeed.
2022-11-17 09:06:33 -05:00
Ying Jin
e6065b7504 add captioning support for video/audio files 2022-11-16 10:34:00 -06:00
LisAtUP
68ecf48151 Update el.json5 2022-11-11 12:20:30 +02:00
Davide Negretti
c151cf340e Merge branch 'main' into CST-6171 2022-11-10 17:41:00 +01:00
Arvo Consultores y Tecnología. S.L
dff01bc3e7 Merge branch 'main' into DS-1774 2022-11-08 17:00:03 +01:00
Tim Donohue
89447a6c32 Merge pull request #1927 from tdonohue/no_unused_imports
Turn on no-unused-imports rule and remove all unused imports
2022-11-08 09:27:26 -06:00
Tim Donohue
cc86ba539f Turn on no-unused-imports rule and remove all unused imports 2022-11-08 08:55:37 -06:00
Tim Donohue
340cc0aa3f Merge pull request #1898 from tdonohue/upgrade_latest_cypress_9
E2E test stabilization, and upgrade to latest Cypress v9 and axe-core
2022-11-08 08:54:52 -06:00
Sergio Fernández Celorio
f7e78dccd1 Use the same property for both item pages 2022-11-07 19:27:54 +00:00
Pierre Lasou
6c226be7e8 Changes to fr.json5
New commit to include changes after review of commit 3bf13c0961
2022-11-07 13:31:45 -05:00
Sergio Fernández Celorio
1e523382d0 Fix lint error 2022-11-07 16:50:46 +01:00
Sergio Fernández Celorio
87a211ca66 Tests fixed 2022-11-07 12:20:00 +01:00
Sergio Fernández Celorio
2ed8f8bad8 Numbre of bitstreams in item page is now configurable 2022-11-04 10:40:29 +00:00
Vincenzo Mecca
9e843e36fa [1950] [DURACOM-101] Regex validator improved
feat:
  - New regexp to validate pattern used for regex validation;
2022-11-04 10:43:16 +01:00
Tim Donohue
f659e81aa9 Merge pull request #1948 from tdonohue/update_actions
Update to the latest version of all GitHub actions
2022-11-03 16:00:09 -05:00
Tim Donohue
6d1d446c0d Update to the latest version of all GitHub actions 2022-11-03 15:03:47 -05:00
Tim Donohue
749e1a7ad3 Merge pull request #1934 from TexasDigitalLibrary/DS-1905
DS-1905: fixes route function to match default value of websvc.opensearch.svccontext
2022-11-03 15:03:05 -05:00
Tim Donohue
b092d0b118 Merge pull request #1945 from 4Science/DSC-807-MAIN
Fix Health section labels
2022-11-03 14:20:54 -05:00
Tim Donohue
94d38efabc Merge pull request #1947 from 4Science/CST-7376
Test cases of date.util.spec.ts fixed
2022-11-03 14:19:01 -05:00
Tim Donohue
1e6a01397a Merge pull request #1930 from toniprieto/improve-cc-selector
Fix for Creative Commons jurisdiction chosen is ignored
2022-11-03 11:07:40 -05:00
Giuseppe Digilio
da6da6209b [CST-7376] fix lint error 2022-11-03 15:46:36 +01:00
Giuseppe Digilio
5c2c60db8b [CST-7376] fix issue with timezone within the test class 2022-11-03 15:08:16 +01:00
Sufiyan Shaikh
98ea3ebbff [DSC-807-MAIN] Aggiornare labels nella sezione Health della demo 2022-11-03 15:33:49 +05:30
Toni Prieto
9c05a116a8 Fix use case with cc.license.jurisdiction key commented out 2022-11-02 18:28:24 +01:00
nwoodward
63011bc41d removed sorting parameters from RSSComponent 2022-11-02 10:53:04 -05:00
nwoodward
2235072bea changed path in tests to match default value for websvc.opensearch.svccontext 2022-11-02 10:53:04 -05:00
nwoodward
434e0cb907 fix function to match default value of websvc.opensearch.svccontext 2022-11-02 10:53:04 -05:00
jensvannerum
7500ea898d Merge branch 'main' into w2p-96062_theme-collection-dropdown-component 2022-11-02 13:00:19 +01:00
Jens Vannerum
c6fd55baf4 96062: Alter test to match themed component 2022-11-02 12:55:21 +01:00
AndrukhivAndriy
46f1080720 Add: Ukrainian translation 2022-11-01 03:00:45 -07:00
Nikunj Sharma
43df05fe35 [CST-7217]applied css for facet break 2022-11-01 15:04:03 +05:30
Tim Donohue
dc4b4ffe4d Merge pull request #1933 from TexasDigitalLibrary/DSpace-8298
DS-8298: fixes issue where the lastHarvested and message fields were reversed
2022-10-31 14:14:22 -05:00
Jens Vannerum
02499f8019 96062: Theme the ExternalSourceEntryImportModalComponent 2022-10-31 19:42:07 +01:00
Tim Donohue
95a848aaf7 Merge pull request #1919 from atmire/w2p-95648_issue-1900_facet-prefix-values-not-escaped_latest
Search in sidebar/facet don't escape special characters
2022-10-31 12:38:10 -05:00
Tim Donohue
830503206a Merge pull request #1912 from atmire/Listable-object-decorator-refactor
Listable-object decorator refactor
2022-10-31 12:05:38 -05:00
Tim Donohue
e50c278497 Merge pull request #1938 from tdonohue/harden_github_workflows
GitHub Workflows security hardening (for dspace-angular)
2022-10-31 11:10:07 -05:00
Tim Donohue
8e87266900 Merge pull request #1916 from myrza1/patch-1
Kazakh Translations
2022-10-31 11:09:00 -05:00
Tim Donohue
d2d74a3759 Merge pull request #1878 from yingjin/DA-1767
Add IDs and pagination gear to Bitstream Formats
2022-10-31 10:53:50 -05:00
Jens Vannerum
70fe46aeed 96062: Theme the CollectionDropdownComponent 2022-10-31 16:34:25 +01:00
Tim Donohue
d0bcf5efcc Harden workflows by limiting default permissions 2022-10-31 10:33:38 -05:00
Tim Donohue
41e694507e Merge pull request #1902 from 4Science/CST-7119
Fix issues with user menu on different screen sizes
2022-10-31 10:25:34 -05:00
Ying Jin
2d72a22810 remove unused code 2022-10-30 23:30:51 -05:00
yingjin
56db9d8639 Merge branch 'DSpace:main' into DA-1767 2022-10-30 20:43:29 -05:00
myrza1
a545a1b5ed Update kk.json5
fixed by yarn json5 --validate
2022-10-30 00:50:00 +06:00
Tim Donohue
c876055855 Merge pull request #1925 from atmire/w2p-96078_Fix-span-linebreak-issue
Minor fixes related to line breaks & Markdown in metadata fields
2022-10-28 15:12:24 -05:00
Tim Donohue
2b666a12a4 Merge pull request #1910 from lucaszc/patch-4
Update pt-BR to replace ficheiro (pt-PT)
2022-10-28 14:56:34 -05:00
Tim Donohue
eec581e0b3 Merge pull request #1877 from yingjin/DA-1766
Add IDs to Metadata Schema page
2022-10-28 12:58:55 -05:00
Alexandre Vryghem
bd4f1f3c70 96433: Fixed issue where ExpandableNavbarSectionComponent was not loaded fast enough 2022-10-28 16:57:21 +02:00
Tim Donohue
fb05b7c701 Ensure label_merge_conflicts never runs on forks 2022-10-28 09:53:33 -05:00
Tim Donohue
e7e049c531 Bug fix to label_merge_conflicts GitHub action 2022-10-28 09:40:30 -05:00
Tim Donohue
f782ee921c Cherry-pick https://github.com/DSpace/DSpace/pull/8552 to dspace-angular 2022-10-28 09:30:11 -05:00
Pierre Lasou
3bf13c0961 Addition of missing parameters
Adding missing params and their french translations for : licence approval, SHERPA,  external sources and processes.
2022-10-28 09:54:40 -04:00
Tim Donohue
3334191755 Merge pull request #1908 from tdonohue/no_wildcard_imports
Shrink size of Klaro & ban wildcard imports.
2022-10-28 08:47:48 -05:00
Tim Donohue
6ceefb4977 Remove usages of url-parse per feedback 2022-10-27 16:19:51 -05:00
Tim Donohue
35171dbd48 Switch to Klaro without translation files. Update Klaro & add missing translation keys to i18n. 2022-10-27 16:02:28 -05:00
Tim Donohue
d66fdf42b1 Add lint rule banning wildcard imports. Fix existing ones where possible. 2022-10-27 16:02:24 -05:00
Tim Donohue
ea00bda9e3 Merge pull request #1903 from tdonohue/momentjs_to_date-fns
Replace Moment.js with date-fns
2022-10-27 15:57:33 -05:00
Tim Donohue
0d2be94cbd Minor refactor to use hasNoValue() 2022-10-27 15:12:53 -05:00
Tim Donohue
81814bf31c Merge branch 'main' into momentjs_to_date-fns 2022-10-27 15:08:27 -05:00
Tim Donohue
142dcf5624 Merge pull request #1929 from atmire/w2p-96252_Reduce-main-bundle-size-part1
Various tweaks to reduce main bundle size
2022-10-27 15:06:53 -05:00
Tim Donohue
11154d21be Upgrade to latest axe-core for accessibility checks in e2e tests 2022-10-27 14:16:48 -05:00
Tim Donohue
14bafd61fe Stabilize random authentication errors in e2e tests by using login form at all times. 2022-10-27 14:16:48 -05:00
Tim Donohue
2e486cf684 Update to latest Cypress v9 2022-10-27 14:16:48 -05:00
nwoodward
448f6a7eeb fixes issue where the lastHarvested and message fields were reversed 2022-10-27 13:28:58 -05:00
Alexandre Vryghem
bf35d71ce6 Merge remote-tracking branch 'upstream/main' into w2p-95335_created-ListableNotificationObjectComponent_contribute-7.2
# Conflicts:
#	src/app/shared/shared.module.ts
#	src/assets/i18n/en.json5
2022-10-27 18:56:32 +02:00
Yury Bondarenko
190c2e4673 Merge remote-tracking branch 'origin/main' into w2p-96252_Reduce-main-bundle-size-part1 2022-10-27 18:44:41 +02:00
Alexandre Vryghem
6f47e0a79c 95335: ListableNotificationObjectComponent not taking up all the space AFTER UPDATE 2022-10-27 18:36:01 +02:00
yingjin
3cb4d6a40b Merge branch 'DSpace:main' into DA-1766 2022-10-27 10:34:32 -05:00
yingjin
8948c73c52 Merge branch 'DSpace:main' into DA-1767 2022-10-27 10:34:17 -05:00
Ying Jin
ec99d2dca8 fix lint issue 2022-10-26 13:58:16 -05:00
Toni Prieto
97e5101390 Merge branch 'main' into improve-cc-selector 2022-10-26 12:18:49 +02:00
Toni Prieto
8a07bb64db Correct lint errors 2022-10-26 10:04:28 +02:00
Ying Jin
b92d423566 Merge branch 'DA-1766' of https://github.com/yingjin/dspace-angular into DA-1766 2022-10-25 21:37:15 -05:00
Ying Jin
296bf0e4d9 update test 2022-10-25 21:36:56 -05:00
Ying Jin
d117cdae07 change pagination to default and update test 2022-10-25 21:17:57 -05:00
kshepherd
0395480ab8 Merge pull request #1928 from hutattedonmyarm/type-bind-for-checkbox-groups
Fix missing type-bind relations for checkbox group
2022-10-26 11:38:30 +13:00
Toni Prieto
7e62e372a8 Fix for Creative Commons jurisdiction chosen is ignored 2022-10-25 22:19:12 +02:00
Yury Bondarenko
bde841918c 96252: Transform .json5 to .json in Webpack
This allows us to get rid of the json5 dependency in the main bundle and reduces the size of the i18n files we serve a bit
2022-10-25 21:01:21 +02:00
Yury Bondarenko
47ae04986d 96252: Make existing lodash imports tree-shakeable 2022-10-25 17:25:34 +02:00
Yury Bondarenko
be43fcb47f 96252: Enforce tree-shakeable lodash imports in ESLint 2022-10-25 17:25:29 +02:00
Yury Bondarenko
674a4829ce 96252: Even more lazy dsMarkdown 2022-10-25 17:25:25 +02:00
Yana De Pauw
5333db17f5 Merge remote-tracking branch 'upstream/main' into w2p-96121_server-side-language-headers 2022-10-25 14:30:06 +02:00
Max Nuding
727ed4a3d7 Fix missing type-bind relations for checkbox group
Checkbox groups were always displayed, because they did not include the type-bind relations. This commit adds the missing property
2022-10-25 12:21:33 +02:00
yingjin
4157f4e9e1 Merge branch 'DSpace:main' into DA-1766 2022-10-24 16:00:03 -05:00
yingjin
80bcf90df3 Merge branch 'DSpace:main' into DA-1767 2022-10-24 15:59:41 -05:00
Tim Donohue
1c8d538100 Merge pull request #1893 from the-library-code/1892_dynamic_contact_type_bind_fix
[#1892] Apply type-bind properly to concat fields that are not dynamic arrays
2022-10-24 12:16:20 -05:00
Yana De Pauw
e1753294d4 96121: Fix server side language headers 2022-10-24 17:48:31 +02:00
Tim Donohue
5b69bb1cc4 Update action to add issues to new triage board 2022-10-21 16:49:17 -05:00
Kristof De Langhe
1dc65472c9 Merge branch 'main' into w2p-89676_Listable-object-decorator-refactor-main 2022-10-21 15:54:20 +02:00
Kristof De Langhe
a06ff35f0a 89676: listable-object decorator match finding refactoring 2022-10-21 15:51:30 +02:00
Davide Negretti
f109e97a0c [CST-6171] Semantic color scheme 2022-10-21 12:50:59 +02:00
Davide Negretti
a69f61e4f3 [CST-6171] Item status type badge colors 2022-10-21 12:50:51 +02:00
Davide Negretti
b62a4f6c53 [CST-6171] Navbar border 2022-10-21 01:38:26 +02:00
Tim Donohue
5ac9d56185 Merge pull request #1922 from dsteelma-umd/1920_fix-data-service.decorator.spec.ts-intermittent-failures
Issue 1920 - "data-service.decorator.spec.ts" tests fails intermittently
2022-10-20 13:45:50 -05:00
David P. Steelman
edbf1f847b Issue 1920 - "data-service.decorator.spec.ts" tests fails intermittently
Replaced the timestamp (intended to produce unique "testType" instances)
with UUID, because intermittent failures are occurring when tests
are running quickly enough that the "new Data().getTime()" function
is returning the same timestamp for multiple tests.
2022-10-20 11:49:02 -04:00
Alexandre Vryghem
9923a71586 95335: Fixed ListableNotificationObjectComponent not taking up all the space 2022-10-20 14:24:18 +02:00
Yury Bondarenko
6918239395 Don't use .preserve-line-breaks for Markdown content
The Markdown parser generates HTML with headings, paragraphs, ... for each bit of text.
This results in extra vertical spacing if we use `white-space: pre-line`
2022-10-20 13:04:03 +02:00
Alexandre Vryghem
d832fa3fea Merge branch 'main-upstream' into w2p-95648_issue-1900_facet-prefix-values-not-escaped_7.0 2022-10-19 21:15:54 +02:00
Alexandre Vryghem
595c3175d3 95915: Added spec test 2022-10-19 21:07:15 +02:00
Yana De Pauw
8204481466 96078: Support enableMarkdown in generic item page field component 2022-10-19 10:41:57 +02:00
Tim Donohue
658eabf395 Merge pull request #1853 from atmire/w2p-94233_use-css-vars-in-CSSVariableService
Use CSS variables in TypeScript
2022-10-18 15:03:45 -05:00
Tim Donohue
82f1e1b704 Merge pull request #1909 from tony/patch-1
chore(README): fix typo
2022-10-18 09:02:33 -05:00
Lucas Zinato Carraro
39e7fb3588 Update pt-BR to replace ficheiro (pt-PT)
Ficheiro is used only in pt-PT in pt-BR is used arquivo
2022-10-18 08:39:51 -03:00
Yana De Pauw
c659e730bc 96078: Fix space in metadata value span and fix comma separator 2022-10-18 12:11:09 +02:00
Tony Narlock
d031942d1e chore(README): fix typo 2022-10-17 18:53:38 -05:00
Tim Donohue
674de4a68a Merge pull request #1895 from lucaszc/patch-2
Fix button translation ...
2022-10-17 15:32:30 -05:00
Tim Donohue
0d55169716 Merge pull request #1896 from lucaszc/patch-3
Add missing translations in version 7.4 pt-BR
2022-10-17 15:13:07 -05:00
Davide Negretti
dd4d709d9c [CST-7119] Fixes 2022-10-17 11:22:07 +02:00
Tim Donohue
3e77850949 Fixes to imports 2022-10-14 13:33:09 -05:00
Tim Donohue
f61d466810 Remove unused import 2022-10-14 13:15:54 -05:00
Tim Donohue
502d4bbdb1 Remove momentjs and ngx-moment in favor of date-fns. Minor refactor to support this swap 2022-10-14 12:49:05 -05:00
Sufiyan Shaikh
c75f5f7c81 [CST-7119] User menu fixes and improvements 2022-10-14 18:39:41 +02:00
Tim Donohue
3eca2b323e Bug fix to initial test 2022-10-14 11:18:11 -05:00
Tim Donohue
f5cbe54348 Add data.util.spec.ts which all pass when using moment.js 2022-10-14 11:09:54 -05:00
Marie Verdonck
ff1ea804c9 95648: Issue 1900 - URl encode/escape prefix value in facets endpoint 2022-10-13 14:02:40 +02:00
Lucas Zinato Carraro
519e031e6a Fix missing { 2022-10-12 12:06:03 -03:00
Lucas Zinato Carraro
603c60f368 Add missing translations in version 7.4 pt-BR
Add missing keywords, and correct translations in pt-BR
2022-10-12 11:38:18 -03:00
lucaszc
4bb11cbadf Fix button translation ... 2022-10-12 11:29:27 -03:00
Kristof De Langhe
3c9a5e8c55 Merge tag 'dspace-7.4' into w2p-94390_replace-dso-page-edit-buttons-with-a-menu 2022-10-11 15:11:16 +02:00
Kristof De Langhe
964371066a 95632: Refactor orcid/claim person buttons to dso-menu-resolver 2022-10-11 15:10:22 +02:00
Kim Shepherd
4021b847a6 [#1892] Apply type-bind to concat fields that are not dynamic arrays 2022-10-11 11:37:28 +13:00
Alexandre Vryghem
efdd6acfff 95335: Created ListableNotificationObjectComponent 2022-10-07 12:09:30 +02:00
Tim Donohue
273c754370 Update version tag for development of next release 2022-10-06 14:53:19 -05:00
Tim Donohue
ca864379c8 Update version tag 2022-10-06 14:11:47 -05:00
Tim Donohue
a2cb60adeb Merge pull request #1888 from tdonohue/fix_examples
Sync config.example.yml with default-app-config for 7.4
2022-10-06 13:48:50 -05:00
Tim Donohue
cebf2df4d2 Sync config.example.yml with default-app-config for 7.4 2022-10-06 12:20:37 -05:00
Tim Donohue
5728f35f46 Merge pull request #1885 from mspalti/entity-thumbnail
Removed thumbnails from relationship modal
2022-10-06 08:56:05 -05:00
Tim Donohue
1d4f2edfdb Merge pull request #1886 from atmire/fix-1882
Fix dual notification when deleting bitstreamformats
2022-10-06 08:49:08 -05:00
Michael W Spalti
e572e4f41e Updated comment. 2022-10-06 02:27:24 -07:00
Art Lowel
f5deb88c5f fix an issue where deleting bitstreamformats would show both an error and a success notification 2022-10-06 10:29:20 +02:00
Michael W Spalti
8d30788f05 Updated test. 2022-10-05 15:08:42 -07:00
Michael W Spalti
acc32bf77d Hiding thumbnail in modal. 2022-10-05 14:50:25 -07:00
Tim Donohue
8ffc32540a Merge pull request #1884 from lucaszc/patch-1
Misspellings corrections in pt-BR
2022-10-05 14:06:20 -05:00
Tim Donohue
4c20ab8de3 Merge pull request #1881 from atmire/fix-1879
Fix issue when deleting a member from a group
2022-10-05 14:01:32 -05:00
lucaszc
8cc144cb73 Misspellings corrections in pt-BR
Misspellings  corrections in portuguese brazil
2022-10-05 14:54:51 -03:00
Art Lowel
c55c15b6f6 fix issue where deleting a member from a group would cause an infinite re-request loop 2022-10-05 18:27:09 +02:00
Tim Donohue
417c4dee12 Merge pull request #1869 from lucaszc/patch-1
Some translations for pt-BR
2022-10-04 15:06:33 -05:00
Tim Donohue
ba75051117 Merge pull request #1845 from 4Science/CST-6876
Search/MyDSpace fixes
2022-10-04 14:41:30 -05:00
Giuseppe Digilio
c47405cfe1 [CST-6876] Fix issue for which submitter disappear when workflow state were changed 2022-10-04 20:35:14 +02:00
Tim Donohue
8e5ef54f97 Merge pull request #1818 from 4Science/CST-6782-refactor
New users might be registered in a massive way by a robot
2022-10-04 09:53:15 -05:00
Davide Negretti
3b7a830ffe [CST-6782] Hide cookie settings when verification is disabled 2022-10-04 15:37:04 +02:00
Giuseppe Digilio
d8c8a43da4 [CST-6876] Refactoring workflow actions components in order to pass item and workflowitem objects down from paren search element component to children 2022-10-04 14:47:07 +02:00
lucaszc
f72f6a3166 Update pt-BR.json5
Add missing translations ..
2022-10-04 06:51:52 -03:00
Ying Jin
a97f08cd72 merge 2022-10-03 20:49:24 -05:00
Ying Jin
3076f67b70 merge 2022-10-03 20:37:53 -05:00
Ying Jin
5132acc55e merge 2022-10-03 20:34:52 -05:00
lucaszc
a94877ad5a Correcting, missing comma in line 62
Correct missing comma in line 62
2022-10-03 19:45:27 -03:00
Tim Donohue
9305705ab6 Merge pull request #1828 from FelixNicol/Virtual-metadatas-visibility-workflow-not-updated
Fix for PR#1822 - Adjusted two equality checks for scope type which always return false.
2022-10-03 17:15:26 -05:00
lucaszc
7b8371dc87 Merge branch 'main' into patch-1 2022-10-03 16:26:09 -03:00
lucaszc
c2376b6fc7 Update pt-BR.json5
Merge changes from #1866 and add more translations to pt-BR
2022-10-03 14:58:42 -03:00
Tim Donohue
60c317c020 Merge pull request #1876 from atmire/fix-z-index-issue-in-item-list-selects
Fix z-index issue with thumbnails in item list checkboxes
2022-10-03 11:22:13 -05:00
Davide Negretti
2e4b96b2dd [CST-6782] Disable registration button if cookies haven't been accepted 2022-10-03 17:41:38 +02:00
Giuseppe Digilio
ec375fb910 [CST-6876] move delay in the search-facet-filter.component 2022-10-03 17:37:54 +02:00
Davide Negretti
8f66f1fe8f Merge branch 'main-gh4s' into CST-6782-refactor 2022-10-03 17:35:26 +02:00
Davide Negretti
89cdad42d2 [CST-6782] Hide missing cookie alert when verification is not enabled 2022-10-03 17:34:00 +02:00
Giuseppe Digilio
076fa3e1af Merge remote-tracking branch 'origin/main' into CST-6876
# Conflicts:
#	src/app/shared/search/search.component.ts
2022-10-03 17:29:39 +02:00
Tim Donohue
458df454eb Merge pull request #1812 from atmire/w2p-94301_Empty-required-name-input-not-displaying-error-message-after-saving
Fix error validation for required `name` fields in submission
2022-10-03 10:25:20 -05:00
Art Lowel
967f531eb5 fix issue where the padding of a thumbnail in list view would prevent the checkbox from being clickable 2022-10-03 17:08:58 +02:00
Tim Donohue
445255e92d Merge pull request #1858 from abhishekd2t/main
Hindi Translation
2022-10-03 10:06:10 -05:00
Tim Donohue
789a1471b0 Merge pull request #1825 from atmire/w2p-94060_Issue-1720_MyDSpace-support-entities
MyDSpace support for entity type specific list views
2022-10-03 09:58:35 -05:00
lotte
d064c26eec 94060: reverted e2e test changes 2022-10-03 14:45:24 +02:00
lotte
738aa9f098 Merge remote-tracking branch 'origin/main' into w2p-94060_Issue-1720_MyDSpace-support-entities 2022-10-03 14:43:24 +02:00
Giuseppe Digilio
f16dcc7942 [CST-6876] Refactoring in order to remove nested subscriptions 2022-10-03 14:07:59 +02:00
lotte
84bdfb8306 94060: Encoded embedded slash forward to prevent cypress glob issues 2022-10-03 11:26:02 +02:00
Giuseppe Digilio
ac36cc20dc [CST-6876] Refactoring in order to remove nested subscriptions 2022-10-03 10:58:51 +02:00
Giuseppe Digilio
bbdaa253aa [CST-6876] Fix missing page size 2022-10-03 10:48:28 +02:00
Abhishek Raval
3b0577be2f Merge branch 'main' into main 2022-10-01 14:53:54 +05:30
Abhishek Raval
b96502583a Update default-app-config.ts 2022-10-01 14:48:50 +05:30
Abhishek Raval
2bb4c71ddd Updated hi.json5 file
Removed all the next line in hindi translation for same key, I.E. 20, 21 lines.
2022-10-01 11:57:46 +05:30
Abhishek Raval
f3cf13a040 Update config.example.yml 2022-10-01 11:06:41 +05:30
Tim Donohue
b26da8991a Merge pull request #1864 from pilasou/main
Adding missing language parameters in french translations file (fr.json5)
2022-09-30 16:59:16 -05:00
Tim Donohue
0ef8dccac8 Merge pull request #1827 from 4Science/CST-6685
Create new batch export/import page to/from ZIP
2022-09-30 14:08:04 -05:00
Tim Donohue
e1b21e2dc6 Merge pull request #1866 from danilofjr/patch-1
pt-BR translation contribution
2022-09-30 11:52:15 -05:00
Tim Donohue
1779b1f9f3 Merge pull request #1872 from atmire/w2p-93963-Add_support_for_line_breaks_markdown_and_mathjax_in_metadata
repair tests bis
2022-09-30 11:51:35 -05:00
lotte
fb9ed87f95 Merge remote-tracking branch 'atmire/w2p-93963-Add_support_for_line_breaks_markdown_and_mathjax_in_metadata' into w2p-94060_Issue-1720_MyDSpace-support-entities 2022-09-30 17:29:24 +02:00
Tim Donohue
e24f0e3fa5 Merge pull request #1873 from atmire/Fix-EPerson-delete-infinite-loop
Fix infinite loop when deleting an EPerson
2022-09-30 10:25:26 -05:00
lotte
3b653880b9 Merge branch 'w2p-93963-Add_support_for_line_breaks_markdown_and_mathjax_in_metadata' of https://github.com/atmire/dspace-angular into w2p-93963-Add_support_for_line_breaks_markdown_and_mathjax_in_metadata 2022-09-30 17:11:28 +02:00
lotte
e2e122b4ee 93963: Fixed tests in main 2022-09-30 17:08:47 +02:00
Samuel Cambien
8a6ff75560 repair tests bis 2022-09-30 17:06:11 +02:00
Tim Donohue
bf08244e93 Merge pull request #1838 from atmire/w2p-94474_clarify-process-state
Clarify that submission page may be closed while REST processes uploads
2022-09-30 09:44:18 -05:00
Danilo Felicio Jr
c20853d2fe Update pt-BR.json5 2022-09-30 11:21:37 -03:00
Samuel Cambien
80500e716d repair tests bis 2022-09-30 16:10:15 +02:00
Danilo Felicio Jr
fad23560b0 Update pt-BR.json5 2022-09-30 11:07:05 -03:00
Art Lowel
50cb219045 fix issue where the group overview page would throw an error after deleting a group 2022-09-30 15:53:27 +02:00
Yury Bondarenko
379d78eaa2 Fix infinite loop when deleting an EPerson
The reset() call is no longer needed in this case, since invalidation on delete is handled within the data service
We still need this method to properly update the page after creating a new EPerson
2022-09-30 14:38:31 +02:00
Giuseppe Digilio
c352ac440c [CST-6876] Fix LGTM alert 2022-09-30 14:35:47 +02:00
lotte
7a52b69573 94060: hopefully fix cypress tests 2022-09-30 13:38:30 +02:00
Giuseppe Digilio
a384a462eb [CST-6876] Fix issue with filter values request for which pagination was sent twice 2022-09-30 12:57:55 +02:00
Yana De Pauw
be8a3d278c Merge remote-tracking branch 'upstream/main' into w2p-94390_replace-dso-page-edit-buttons-with-a-menu 2022-09-30 12:31:21 +02:00
Yana De Pauw
0be6809a3d Merge branch 'w2p-94390_replace-dso-page-edit-buttons-with-a-menu_7.2' into w2p-94390_replace-dso-page-edit-buttons-with-a-menu 2022-09-30 12:12:02 +02:00
Yana De Pauw
2f3d619c8c 94391: Add support for com/col browse pages 2022-09-30 12:06:21 +02:00
Ying Jin
310726a3c4 fix DSpace #1766 Display all the fields for a Metadata Schema in one page and include IDs 2022-09-29 21:01:51 -05:00
Ying Jin
802b0e7204 fix DSpace#1767 Display all bitstream formats on one page and include IDs 2022-09-29 20:21:21 -05:00
Davide Negretti
88d5f02df2 Merge branch 'main-gh4s' into CST-6782-refactor
# Conflicts:
#	src/app/shared/cookies/browser-klaro.service.spec.ts
#	src/app/shared/shared.module.ts
2022-09-29 22:15:28 +02:00
Davide Negretti
c69934aab6 [CST-6782] Fix 2022-09-29 22:07:15 +02:00
Tim Donohue
6f9d31034c Merge pull request #1851 from atmire/w2p-93963-Add_support_for_line_breaks_markdown_and_mathjax_in_metadata
Add support for line breaks markdown and mathjax in metadata
2022-09-29 14:28:20 -05:00
lucaszc
262fac3dd0 Some translations for pt-BR
Some translations for pt-BR language
2022-09-29 14:50:59 -03:00
Yury Bondarenko
a370f42996 94301: Rename hideRequiredHint to hideErrorMessages for clarity 2022-09-29 17:55:15 +02:00
Yury Bondarenko
d12aa01eec 94301: Limit error propagation to concat groups 2022-09-29 17:55:15 +02:00
Tim Donohue
1370363a54 Merge pull request #1826 from 4Science/CST-6753_GA4
Update Google Analytics to version 4
2022-09-29 09:47:52 -05:00
Tim Donohue
6fa9eb8d0a Merge pull request #1842 from the-library-code/PRs/AdditionalThemedComponents
additional themed components
2022-09-29 09:42:17 -05:00
Peter Wolfersberger
d73c163443 emptied non-empty browse-by-date-page.component.html in custom theme 2022-09-29 15:53:17 +02:00
Nikunj Sharma
0025567daf Merge remote-tracking branch 'origin/main' into CST-6685 2022-09-29 19:16:08 +05:30
Nikunj Sharma
fadcd2e0c6 [CST-6685] removed -a option 2022-09-29 19:13:39 +05:30
lotte
9f1749e1ee 94060: Fixed issue where thumbnails wouldn't be shown if linkType is linkType.None 2022-09-29 15:36:45 +02:00
Peter Wolfersberger
4371698a6e Created empty template files for browse-by-title-page.component and browse-by-date-page.component in custom theme 2022-09-29 15:24:26 +02:00
Tim Donohue
7b42446c11 Merge pull request #1861 from the-library-code/PRs/FixedHeader768px
Workaround missing navbar @768px for dspace and custom templates
2022-09-29 08:24:01 -05:00
Tim Donohue
6972a384a2 Merge pull request #1868 from tdonohue/fix_1867
Fixes Community "Assign Roles" page
2022-09-29 08:23:01 -05:00
lotte
7acc8c888e 94060: Added thumbnail embed for submission object search results and added offset to status badge for mydspace results 2022-09-29 15:16:28 +02:00
Giuseppe Digilio
a6d29f5a23 [CST-6876] Replace deprecated createComponent method and improve code 2022-09-29 15:06:30 +02:00
Giuseppe Digilio
7f30e92782 [CST-6876] Fix issue with invalid request done when the claimed/pool task changed its status due to a performed action 2022-09-29 15:05:18 +02:00
Samuel Cambien
e3351eb739 repair DefaultAppConfig 2022-09-29 12:58:20 +02:00
Samuel Cambien
2af9984ace repair tests 2022-09-29 12:58:07 +02:00
Peter Wolfersberger
81830bb797 Fixed comma in lazy-theme.module.ts 2022-09-29 11:48:59 +02:00
Peter Wolfersberger
5e54422daf fixed redundant / in pathname of themed component 2022-09-29 10:49:42 +02:00
Kim Shepherd
133f35cb42 [TLC-372] Wait for async before testing obj lists in some tests
Browse by, obj list and other related components were
themed in this PR and added to lazy theme module.
2022-09-29 10:49:42 +02:00
Peter Wolfersberger
8805ac33fc Fixed commented out references to html and scss component files 2022-09-29 10:49:42 +02:00
Peter Wolfersberger
7c194ff700 made search-navbar-component themeable 2022-09-29 10:49:42 +02:00
Peter Wolfersberger
3799ed28c1 Made browse-by-metadata-page.component, browse-by-title-page.component, browse-by-date-page.component themeable
and fixed a forgotten "implements OnDestroy" in browse-by-metadata-page.component.ts
2022-09-29 10:49:42 +02:00
Peter Wolfersberger
f5316b5805 Made community-list-element.component and collection-list-element.component themeable. 2022-09-29 10:49:42 +02:00
Peter Wolfersberger
48c3fd24ed Themed object-list.component. 2022-09-29 10:49:42 +02:00
Peter Wolfersberger
24943b9b09 Added already themed comcol-page-browse-by.component to custom theme. 2022-09-29 10:49:42 +02:00
Peter Wolfersberger
b0d1a74128 Made comcol-page-handle-component themeable 2022-09-29 10:49:02 +02:00
Tim Donohue
c7029ed8f6 Merge pull request #1847 from mspalti/iiif-multi-fix
Bug fix for multiple IIIF image property
2022-09-28 17:02:29 -05:00
Tim Donohue
fbe35e14dd Merge pull request #1863 from 4Science/CST-6932
Registration page password validation
2022-09-28 16:43:53 -05:00
Tim Donohue
0235cc2fe8 Update community-roles.component to align with collection-roles 2022-09-28 13:30:42 -05:00
Yury Bondarenko
de28af8b51 Remove unused imports 2022-09-28 20:25:47 +02:00
Danilo Felicio Jr
30f0622810 pt-BR translation contribution
Fully translated til line 538 and other small corrections
2022-09-28 14:41:38 -03:00
Yury Bondarenko
9dc7b3490f Merge branch 'w2p-94390_replace-dso-page-edit-buttons-with-a-menu_7.2' into w2p-94390_replace-dso-page-edit-buttons-with-a-menu 2022-09-28 19:05:48 +02:00
Yury Bondarenko
785e4085fc 94389: Fix icon alignment & dropdown styles 2022-09-28 18:38:11 +02:00
Yana De Pauw
4489b3417c 94391: intermittent commit 2022-09-28 18:29:26 +02:00
Michael W Spalti
42bb39d097 Missing semicolon. 2022-09-28 09:18:03 -07:00
Michael W Spalti
60bcfe8cf5 Correction in the image count method. 2022-09-28 09:11:03 -07:00
Jens Vannerum
8bcbf02ed1 94474: Strings after merge 2022-09-28 18:06:52 +02:00
Jens Vannerum
63cedc0386 Merge branch 'main' into w2p-94474_clarify-process-state
# Conflicts:
#	src/assets/i18n/pt-BR.json5
#	src/assets/i18n/sv.json5
2022-09-28 18:05:02 +02:00
Tim Donohue
695ce3ab9e Merge pull request #1850 from atmire/use-x-forwarded-for-redirect
Use values from x-forwarded headers in getOrigin server side
2022-09-28 10:31:16 -05:00
Tim Donohue
77c38ad573 Merge pull request #1846 from atmire/w2p-94273_Track-dependencies-in-order-to-invalidate-them-when-an-object-is-invalidated
Track dependencies in order to invalidate them when an object is invalidated
2022-09-28 10:05:37 -05:00
Tim Donohue
7064014623 Merge pull request #1832 from atmire/w2p-89685_themed-search-settings-component
make search-settings.component themed
2022-09-28 10:04:47 -05:00
Tim Donohue
389ae85c55 Merge pull request #1823 from nibou230/dd-submission-1765
After drag & drop: Redirect the user and remove the notification
2022-09-28 08:31:15 -05:00
Yury Bondarenko
d98a261985 Add typedocs & fix copy/paste errors 2022-09-28 14:38:16 +02:00
Giuseppe Digilio
171ac62beb [CST-6753] Maintain compatibility with version 3 2022-09-28 13:30:22 +02:00
Art Lowel
941e71a75b add useProxies config to support x-forwarded headers in express 2022-09-28 13:10:46 +02:00
Art Lowel
241816e836 use location.replace to ensure the browser can track the redirect in its history 2022-09-28 11:58:27 +02:00
Giuseppe Digilio
750c6032bd [CST-6876] fix error when submitter is empty 2022-09-28 11:49:21 +02:00
Giuseppe Digilio
aa53e2fff6 [CST-6685] fix label 2022-09-28 09:54:25 +02:00
Jens Vannerum
27af7fad94 Merge branch 'main' into w2p-89685_themed-search-settings-component
# Conflicts:
#	src/themes/custom/lazy-theme.module.ts
2022-09-28 08:21:12 +02:00
Tim Donohue
1d13fd3f35 Merge pull request #1857 from joao-uefrom/main
Updated the Brazilian Portuguese translation.
2022-09-27 17:31:33 -05:00
Tim Donohue
ad13a396e6 Merge pull request #1860 from atmire/Fix-recent-submissions-list-thumbnails
Fix recent submissions list thumbnails
2022-09-27 16:53:29 -05:00
myrza1
3abfbf3f11 Update kk.json5
Finish translates
2022-09-28 03:47:16 +06:00
Giuseppe Digilio
f3f89b3dc1 [CST-6753] track Google Analytics statistic only if user accepts cookie consents 2022-09-27 21:47:15 +02:00
Pierre Lasou
f1888f718c Changes to 2 french translations
2 changes that override those of a previous commit fa20e9e5c0
2022-09-27 14:35:09 -04:00
Tim Donohue
0e23e850b7 Merge pull request #1804 from 4Science/CST-6153
Ask current password to user when setting a new password
2022-09-27 13:08:43 -05:00
Nicolas Boulay
9140fb6106 Remove unused translations 2022-09-27 13:40:12 -04:00
Nicolas Boulay
6cd01ec471 Add missing documentation 2022-09-27 13:40:12 -04:00
Nicolas Boulay
e9a8526b1b Redirect the user and remove the notification 2022-09-27 13:40:12 -04:00
Yury Bondarenko
7771cff5c8 93963: Use sanitize-html instead of isomorphic-dompurifier 2022-09-27 17:41:09 +02:00
Samuel Cambien
42608c6b09 Revert "93963: Use sanitize-html instead of isomorphic-dompurifier"
This reverts commit a789cb0960e966d19d86dfc67f274c6b1751ec32.
2022-09-27 17:41:09 +02:00
Samuel Cambien
8800b1e0e8 move configs, add extra documentation 2022-09-27 17:40:58 +02:00
Nikunj Sharma
98ee0751ec [CST-6685] added new batch export functionality 2022-09-27 20:19:50 +05:30
Giuseppe Digilio
e9a87a607a Merge remote-tracking branch 'origin/main' into CST-6753_GA4 2022-09-27 16:33:56 +02:00
Giuseppe Digilio
73c81ea924 Merge remote-tracking branch 'origin/main' into CST-6876
# Conflicts:
#	src/app/shared/object-list/my-dspace-result-list-element/claimed-search-result/claimed-search-result-list-element.component.spec.ts
#	src/app/shared/object-list/my-dspace-result-list-element/claimed-search-result/claimed-search-result-list-element.component.ts
#	src/app/shared/object-list/my-dspace-result-list-element/pool-search-result/pool-search-result-list-element.component.spec.ts
#	src/app/shared/object-list/my-dspace-result-list-element/pool-search-result/pool-search-result-list-element.component.ts
2022-09-27 16:24:24 +02:00
Yana De Pauw
6a932ec6ac 94390: Remove unused import 2022-09-27 16:21:56 +02:00
Yana De Pauw
6671bb3eb0 Merge remote-tracking branch 'upstream/main' into w2p-94390_replace-dso-page-edit-buttons-with-a-menu 2022-09-27 15:57:18 +02:00
Peter Wolfersberger
fc624a406f Workaround missing navbar @768px for dspace and custom templates
The treatment of the breakpoints is inconsistent. md is defined as
768px<=md<992px.
The statement
@media screen and (max-width: map-get($grid-breakpoints, md)) {}
,which is in some instances used at the moment for referencing break intervals BELOW md includes the lower md border which should be excluded.
The sass mixin
@include media-breakpoint-down($name) {}
or function
breakpoint-max($name)
for some unknown reason don't work, so this is a workaround.
2022-09-27 15:19:00 +02:00
lotte
1355fb1d35 94060: fixed tests 2022-09-27 14:27:18 +02:00
lotte
d1ca092897 Merge remote-tracking branch 'origin/main' into w2p-94060_Issue-1720_MyDSpace-support-entities 2022-09-27 14:26:58 +02:00
Yury Bondarenko
396bbd4f31 Fix default image logic in ds-thumbnail 2022-09-27 13:00:44 +02:00
Yury Bondarenko
05d1554740 Ensure entity list objects are used on the home page 2022-09-27 13:00:44 +02:00
Yury Bondarenko
6b0513aba1 Fix thumbnail placeholder font scaling in ds-recent-item-list 2022-09-27 13:00:44 +02:00
Sufiyan Shaikh
a011c300aa [CST-6932] behavior on the registration page should be the same as the behavior on the change password page 2022-09-27 13:23:13 +05:30
Nikunj Sharma
b89640e4d2 [CST-6685] removed value param with --add 2022-09-26 23:58:03 +05:30
Nikunj Sharma
e9b83f3b0d Merge remote-tracking branch 'origin/main' into CST-6685 2022-09-26 22:01:55 +05:30
Samuel Cambien
0824fff6ef Merge branch 'main' into w2p-93963-Add_support_for_line_breaks_markdown_and_mathjax_in_metadata
# Conflicts:
#	src/app/shared/shared.module.ts
2022-09-26 17:10:02 +02:00
Davide Negretti
614ce4aa83 Merge branch 'main-ghds' into CST-6782-refactor
# Conflicts:
#	src/app/shared/shared.module.ts
2022-09-26 15:46:08 +02:00
Davide Negretti
2f13beac7c [CST-6782] JSdoc fixed 2022-09-26 15:44:38 +02:00
Davide Negretti
ab3b05b950 [CST-6782] JSdoc fixed; buildCaptchaUrl refactored; import cleanup 2022-09-26 15:43:47 +02:00
Davide Negretti
7ad68530ea [CST-6782] JSdoc fixed; buildCaptchaUrl refactored; import cleanup 2022-09-26 15:40:24 +02:00
Abhishek Raval
9f43c1d0b9 Update hi.json5 2022-09-26 17:33:17 +05:30
myrza1
9aca40cc33 Update kk.json5
submission.import-external.preview.title.Project төменнен жоғары тоқтадым
2022-09-26 02:23:48 +06:00
João Fernandes
5e5e04cb1b Updated the Brazilian Portuguese translation. 2022-09-25 11:57:53 -03:00
reetagithub
064dae2581 Swedish translation file modified (#1837)
* Update en.json5

Corrected typos ("changed discarded/outdated" -> "changes...")

* Update fi.json5

Reformatted three keys with term 'views', previously it was translated to 'lataus', now 'katselu' which is a more accurate word.

* Update fi.json5

A better translation to key mydspace.title

* Update sv.json5

Removed lines starting "// TODO" to make it easier to detect possible  additions of new keys

* Update sv.json5

Removed unnecessary "// TODO..." lines, small typo corrections and harmonizing used terms (e.g. 'browse', 'mydspace')
2022-09-23 15:36:53 -05:00
Tim Donohue
a6ee2b8aa3 Merge pull request #1839 from atmire/issue-1833_entity-title-refactor-main
Full item page of entities missing title/name
2022-09-23 15:09:03 -05:00
Tim Donohue
994c9b3985 Merge pull request #1694 from atmire/w2p-92282_Fix-missing-auth-tokens-when-retrieving-Bitstreams
Support restricted thumbnails
2022-09-23 14:03:07 -05:00
Alexandre Vryghem
dc54990977 Merge branch 'main-upstream' into issue-1833_entity-title-refactor-main 2022-09-23 20:49:06 +02:00
Samuel Cambien
d46ab3b932 Merge branch 'main' into w2p-93963-Add_support_for_line_breaks_markdown_and_mathjax_in_metadata 2022-09-23 18:33:13 +02:00
Yury Bondarenko
7a89f416f9 Merge remote-tracking branch 'origin/main' into w2p-92282_Fix-missing-auth-tokens-when-retrieving-Bitstreams 2022-09-23 17:57:39 +02:00
Tim Donohue
9c93a8ad86 Merge pull request #1844 from dsteelma-umd/1843_standard-bundles-config-fix
Issue 1843 - Fix default bundles example in config.example.yml
2022-09-23 10:31:57 -05:00
Tim Donohue
3834d170e9 Merge pull request #1780 from mspalti/collection-thumbnail-embed
Show thumbnails in result lists
2022-09-23 10:11:53 -05:00
Tim Donohue
37ac449cb3 Merge pull request #1848 from atmire/w2p-94485_Fix-regressions
Regression fixes
2022-09-23 09:39:09 -05:00
Samuel Cambien
f5ff72372c issue #1404, issue #1762, issue #1763 Add support for line breaks, markdown and mathjax in metadata - add sanitize-html types to devdependencies for documentation 2022-09-23 14:16:45 +02:00
Samuel Cambien
f57fb3923a issue #1404, issue #1762, issue #1763 Add support for line breaks, markdown and mathjax in metadata - fix lint issues 2022-09-23 13:53:53 +02:00
Samuel Cambien
b345b27c0f Merge branch 'main' into w2p-93963-Add_support_for_line_breaks_markdown_and_mathjax_in_metadata
# Conflicts:
#	package.json
#	src/app/shared/shared.module.ts
#	src/app/shared/truncatable/truncatable-part/truncatable-part.component.html
#	src/config/app-config.interface.ts
#	src/config/default-app-config.ts
#	src/environments/environment.test.ts
#	src/styles/_global-styles.scss
#	yarn.lock
2022-09-23 13:48:37 +02:00
Samuel Cambien
2f71dc358b issue #1404, issue #1762, issue #1763 Add support for line breaks, markdown and mathjax in metadata 2022-09-23 13:37:11 +02:00
Nikunj Sharma
5b1e0d3e0d CST-6685 updated changes 2022-09-23 16:16:22 +05:30
Davide Negretti
11eacc10f7 [CST-6782] Fix klaro configuration 2022-09-23 12:46:16 +02:00
Giuseppe Digilio
9de6f38ea6 [CST-6153] fix merge 2022-09-23 10:37:52 +02:00
Giuseppe Digilio
0222fb0061 Merge remote-tracking branch 'origin/main' into CST-6153
# Conflicts:
#	src/app/profile-page/profile-page-security-form/profile-page-security-form.component.ts
#	src/assets/i18n/en.json5
2022-09-23 10:35:28 +02:00
Davide Negretti
711982d423 [CST-6782] fixes after merge 2022-09-23 10:32:50 +02:00
Giuseppe Digilio
b022a93128 Merge remote-tracking branch 'origin/main' into CST-6685 2022-09-23 10:27:51 +02:00
Davide Negretti
5d37efdfc0 Merge branch 'main-ghds' into CST-6782-refactor
# Conflicts:
#	src/assets/i18n/en.json5
2022-09-23 10:22:00 +02:00
Michael Spalti
a269817fe3 Added platform detection for placeholder classes. 2022-09-22 16:57:28 -07:00
myrza1
738a85ffc9 Update kk.json5
Update part 1
2022-09-23 05:23:30 +06:00
Tim Donohue
001d6dc20a Merge pull request #1748 from mspalti/new-themes
New theme-able components
2022-09-22 12:02:10 -05:00
Art Lowel
af98247195 add check to ensure document.styleSheets is defined 2022-09-22 18:18:42 +02:00
lotte
f761924963 94233: removed empty file 2022-09-22 17:16:35 +02:00
lotte
97bceffb02 94233: Fixed lint issue 2022-09-22 17:14:55 +02:00
lotte
d68f38e848 94233: Fixed tests 2022-09-22 17:07:09 +02:00
lotte
08577f5f17 Merge branch 'main' into w2p-94233_use-css-vars-in-CSSVariableService 2022-09-22 16:50:52 +02:00
Yana De Pauw
b7c1e76b7f 94390: Remove fdescribe 2022-09-22 16:10:43 +02:00
Yana De Pauw
7f91f50e63 Merge remote-tracking branch 'upstream/main' into w2p-94390_replace-dso-page-edit-buttons-with-a-menu 2022-09-22 16:08:53 +02:00
Tim Donohue
edd193a51e Merge pull request #1813 from atmire/w2p-94207_Fix-resource-policy-cache-issues
Fix ResourcePolicy cache issues
2022-09-22 08:50:26 -05:00
Tim Donohue
f0fd196ba9 Merge pull request #1776 from 4Science/CST-6110
Make password minimum requirements stronger
2022-09-22 08:48:19 -05:00
Tim Donohue
e1b9368166 Merge pull request #1808 from atmire/PR-1548-fix-group-page-lists
Fix group page lists in PR #1548
2022-09-22 08:46:47 -05:00
Yury Bondarenko
3717c661ca Fix button layout in ds-resource-policies 2022-09-22 12:29:13 +02:00
Yana De Pauw
a92060c45a 94390: Add comment to array flattening 2022-09-22 12:15:34 +02:00
Tim Donohue
f01db3e984 Merge pull request #1821 from atmire/SearchEvents-bugfix
Search events bug-fix
2022-09-21 16:52:22 -05:00
Michael Spalti
cc3f570da7 Updated comments. 2022-09-21 12:16:22 -07:00
Michael Spalti
d4107e3f9a Initial update for multiple bundle check. 2022-09-21 12:13:10 -07:00
Yury Bondarenko
68def61f20 Test invalidation of dependent requests 2022-09-21 19:20:49 +02:00
Yury Bondarenko
551365a0a8 Merge remote-tracking branch 'atmire/w2p-94207_Fix-resource-policy-cache-issues' into w2p-94273_Track-dependencies-in-order-to-invalidate-them-when-an-object-is-invalidated 2022-09-21 19:18:22 +02:00
Michael Spalti
fbcaaf5a10 Merge branch 'main' into collection-thumbnail-embed 2022-09-21 10:11:55 -07:00
Tim Donohue
c76bae78d4 Merge pull request #1771 from mwoodiupui/browse-pagesize
Make the size of a browse result page configurable.
2022-09-21 11:22:46 -05:00
Yury Bondarenko
891c9165d7 Improve thumbnail loading animation
- Minimize content shift by leaving space around the animation (same as the placeholder)
- Replace animation with more compact spinner to prevent wrapping when the thumbnail is very narrow
2022-09-21 18:20:30 +02:00
Tim Donohue
8d6222807e Merge pull request #1841 from 4Science/DS-4415
Add label for the citation page curation task
2022-09-21 11:19:03 -05:00
Giuseppe Digilio
2642ed35b7 [CST-6153] Use new params name 2022-09-21 17:47:58 +02:00
Tim Donohue
f599e80190 Merge pull request #1835 from toniprieto/cc-section-not-loading
Creative Commons selector is not loading
2022-09-21 10:25:56 -05:00
Giuseppe Digilio
ab77e66be7 [CST-6494] Fix issue for which sometimes claimed and pool task weren't shown when a filter is applied 2022-09-21 17:16:10 +02:00
Yana De Pauw
96ba1c9319 94390: Implement feedback 2022-09-21 16:16:56 +02:00
Yana De Pauw
878db5be75 94390: Replace DSO page edit buttons with a menu 2022-09-21 16:16:44 +02:00
Mark H. Wood
7f696b24d6 Add to example configuration. 2022-09-21 08:21:54 -04:00
David P. Steelman
dda15e998a Issue 1843 - Fix default bundles example in config.example.yml
Provides the correct YAML configuration for configuring
the default bundles configuration.
2022-09-21 07:54:51 -04:00
Nikunj Sharma
53b5d27eea CST-6110 removed key i18 not used 2022-09-21 16:39:58 +05:30
Nikunj Sharma
a1bab693e5 Merge remote-tracking branch 'origin/main' into CST-6110 2022-09-21 16:13:53 +05:30
Giuseppe Digilio
9e779cf235 Merge branch 'main' into CST-6876 2022-09-21 12:40:25 +02:00
Kristof De Langhe
85194c1487 Merge branch 'main' into w2p-94310_SearchEvents-bugfix-main 2022-09-21 10:17:04 +02:00
Giuseppe Digilio
f2a6b8208f remove console.log 2022-09-21 09:54:49 +02:00
Giuseppe Digilio
e072cdf75b [CST-6494] Update filter values when a workflow action is dispatched 2022-09-21 09:54:10 +02:00
Giuseppe Digilio
6d3f3cad2f [CST-6876] Retrieve filter list in parent search.component 2022-09-21 09:41:30 +02:00
Michael Spalti
5a815da5f2 Updated comments. 2022-09-20 17:17:15 -07:00
Michael Spalti
4d43a34cb3 Revised pageSize input to override the value provided via configuration. 2022-09-20 17:08:57 -07:00
Michael Spalti
1ebaa65161 Fixed path for collection list. 2022-09-20 16:22:31 -07:00
Michael Spalti
e752ef74fb Merge branch 'main' into new-themes 2022-09-20 15:19:54 -07:00
Andrea Bollini
4be09885a2 Add label for the citation page curation task 2022-09-21 00:02:30 +02:00
Michael Spalti
76416fffa3 Merge branch 'main' into collection-thumbnail-embed 2022-09-20 11:25:00 -07:00
Tim Donohue
0f1b9bb817 Merge pull request #1803 from mark-cooper/browse-comm-lists-configurable
Make no. of communities per pagination / expansion configurable
2022-09-20 13:11:03 -05:00
Yury Bondarenko
b9ac08eba3 94485: Fix selectors for themed error pages 2022-09-20 16:25:08 +02:00
Yury Bondarenko
594b6d61c3 94485: Use relative path for theme CSS
This bug was originally fixed in #1642 but reintroduced in #1805
2022-09-20 16:25:08 +02:00
Yury Bondarenko
c844423fc3 94485: Fix initialization deadlock when backend is unavailable
When the REST server can't be found, `getEndpoint` errors out, no request gets sent, which causes `fetchRequest` to never emit.

Because of this the `checkTokenCookie$` effect would get deadlocked and initialization would never complete.
2022-09-20 16:15:13 +02:00
Jens Vannerum
bf5a8daa78 string changes after merge 2022-09-20 12:48:27 +02:00
Jens Vannerum
9371c0b3b7 Merge branch 'main' into w2p-94474_clarify-process-state
# Conflicts:
#	src/assets/i18n/de.json5
#	src/assets/i18n/es.json5
#	src/assets/i18n/lv.json5
#	src/assets/i18n/tr.json5
2022-09-20 12:42:54 +02:00
Jens Vannerum
81d3b1708f 94474: Clarify processing message 2022-09-20 12:40:42 +02:00
Giuseppe Digilio
5099d0b18a [CST-6153] Show i18n message instead of server error response 2022-09-20 11:41:09 +02:00
Giuseppe Digilio
f787491af4 [CST-6153] Fix issue with forgot password page 2022-09-20 11:33:37 +02:00
Alexandre Vryghem
87d9c28acc Merge branch 'main-upstream' into issue-1833_entity-title-refactor-main 2022-09-20 09:51:09 +02:00
Toni Prieto
86364ad375 Add test for SubmissionCcLicenseDataService 2022-09-20 09:28:16 +02:00
Mark Cooper
086bd4723b Resolve feedback
Inject environment rather than importing it
Redo the configuration for better consistency across pages
2022-09-19 15:14:07 -07:00
Mark Cooper
3e803e8411 Make no. of communities per pagination / expansion configurable
Adds new config settings for no. of communities to display on the
home page & community-list page.

Resolves #1749, resolves #1750
2022-09-19 14:29:50 -07:00
Mark H. Wood
043b92fbc7 Make sure pagination is initialized in derived classes. 2022-09-19 13:17:04 -04:00
Alexandre Vryghem
20ff386c6e 94481: Fixed tests 2022-09-19 19:07:13 +02:00
Toni Prieto
ed611c5716 Implement findAll function of SubmissionCcLicenseDataService 2022-09-19 18:49:30 +02:00
Mark H. Wood
5bdf911fc7 Specs must provide APP_CONFIG now. 2022-09-19 12:25:22 -04:00
Alexandre Vryghem
a4b9a6da1d 94481: Use DSONameService in all other remaining place where dc.title, person.familyName, person.givenName or organization.legalName is used 2022-09-19 18:24:34 +02:00
Alexandre Vryghem
80a1eed63c 94481: Replaced title on all single item pages 2022-09-19 18:24:34 +02:00
Giuseppe Digilio
4ca5571a2b [CST-6110] Remove check for password length 2022-09-19 18:09:05 +02:00
Mark H. Wood
bc1e49c783 Fix @Injectable/@Component conflict 2022-09-19 11:36:52 -04:00
Alexandre Vryghem
e4229e3993 94481: Use DSONameService to determine the title for the Item page 2022-09-19 17:14:57 +02:00
Tim Donohue
31167a3ce4 Merge pull request #1819 from kostisalex/feature/greek_support_in_frontend
Greek support for frontend
2022-09-19 10:05:40 -05:00
Giuseppe Digilio
ee46594b5b Merge remote-tracking branch 'origin/main' into CST-6110 2022-09-19 16:26:37 +02:00
Vincenzo Mecca
4484c3ebbc [CST-6782] Fixed failing tests 2022-09-19 16:26:31 +02:00
Giuseppe Digilio
ab745983aa Merge branch 'main' into CST-6153 2022-09-19 15:43:16 +02:00
Giuseppe Digilio
79f65f1d99 Merge branch 'main' into CST-6753_GA4 2022-09-19 15:39:59 +02:00
Giuseppe Digilio
34beb7d8da Merge branch 'main' into CST-6685 2022-09-19 15:33:02 +02:00
Kostis Alexandris
cd83ba4275 Merge pull request #1 from kstamatis/feature/greek_support_in_frontend
fix greek translations
2022-09-19 16:14:32 +03:00
Kostas Stamatis
4a30295df8 fix greek translations 2022-09-19 16:09:25 +03:00
Jens Vannerum
f84e4d6146 89685: Resolve wrong directory 2022-09-19 12:37:46 +02:00
Davide Negretti
36b8b8b61b Merge branch 'main-gh4s' into CST-6782-refactor
# Conflicts:
#	src/app/shared/cookies/browser-klaro.service.spec.ts
#	src/app/shared/cookies/browser-klaro.service.ts
2022-09-19 12:21:57 +02:00
Jens Vannerum
a17ee028df make search-settings.component themed 2022-09-19 11:56:04 +02:00
Jens Vannerum
898f23a997 Merge branch 'main' into w2p-89685_themed-search-settings-component
# Conflicts:
#	src/app/shared/search/search.module.ts
#	src/themes/custom/lazy-theme.module.ts
2022-09-19 11:20:51 +02:00
Jens Vannerum
dd2317699a make search-settings.component themed 2022-09-19 10:11:40 +02:00
Abhishek Raval
f87b83ad82 Add files via upload 2022-09-18 20:12:35 +05:30
Michael Spalti
d2d6554e26 Second-level browse thumbnails fixed. 2022-09-17 10:51:45 -07:00
Michael Spalti
eb48b1b204 Bug fix for browse. 2022-09-17 10:18:10 -07:00
Michael Spalti
41d1f5383f Added thumbnail property to browse entry model. 2022-09-16 17:33:20 -07:00
Tim Donohue
5e9bbbe06a Merge branch 'main' into feature/greek_support_in_frontend 2022-09-16 16:05:32 -05:00
Tim Donohue
927dfdad1c Merge pull request #1831 from tdonohue/enable_kazakh
Enable Kazakh translation by default
2022-09-16 16:04:01 -05:00
Kostis Alexandris
e1d3832d64 Remove double quotes 2022-09-16 23:38:17 +03:00
Tim Donohue
44c4f993f7 Enable Kazakh translation by default 2022-09-16 14:52:47 -05:00
Tim Donohue
f3d43b5745 Merge pull request #1297 from myrza1/patch-1
Kazakh Translation
2022-09-16 14:51:49 -05:00
Michael Spalti
cfff05b1da Minor style tweak 2022-09-16 12:43:05 -07:00
Tim Donohue
2a35329efa Merge pull request #1816 from 4Science/CST-6565
Cookie consent shows analytics usage also when GA is disabled
2022-09-16 14:33:20 -05:00
Michael Spalti
231b7e2c2e Added thumbnail followLinks for ds-edit-relationship-list 2022-09-16 12:27:16 -07:00
Yury Bondarenko
8d36de27d1 94207: Update DeleteDate to use buildFromRequestUUIDAndAwait 2022-09-16 20:56:42 +02:00
Yury Bondarenko
faaaad6bfb Merge remote-tracking branch 'atmire/PR-1548-fix-group-page-lists' into w2p-94207_Fix-resource-policy-cache-issues 2022-09-16 20:56:26 +02:00
Michael Spalti
4b62fb2db4 Added display:block for ds-listable-component-loader back into related-items scss; fixes veritcal spacing issue. 2022-09-16 10:26:15 -07:00
Michael Spalti
ccfa1410c2 Added embedThumbnail to FindListOptions. 2022-09-16 10:07:00 -07:00
lotte
ce67003f26 94233: fixed tests after CSSVariableService changes 2022-09-16 16:23:11 +02:00
Tim Donohue
06f3f8d31c Merge pull request #1814 from atmire/issue_1795_issue_1778_fix_config_issues
Repair config issues
2022-09-16 09:15:34 -05:00
lotte
89ba24fc1c 94233: applied feedback for css variables 2022-09-16 12:40:04 +02:00
Michael Spalti
7b47c22531 Minor css change 2022-09-16 02:18:47 -07:00
Yury Bondarenko
7de56a4f14 Fix unused import, remove resurrected data.service.ts 2022-09-16 10:44:43 +02:00
Yury Bondarenko
87a7baa2e8 Merge remote-tracking branch 'origin/main' into PR-1548-fix-group-page-lists 2022-09-16 10:33:58 +02:00
Vincenzo Mecca
16523c3c90 [#1816][CST-6565] Clearified expectation of test 2022-09-16 10:27:40 +02:00
Vincenzo Mecca
3cc4b96ff4 [#1816][CST-6565] Cleaned and Refactored specs 2022-09-16 10:08:13 +02:00
Tim Donohue
a2f8a5ccfa Merge pull request #1824 from atmire/w2p-94242_Add-optional-NavigationExtras-argument-to-PaginationService-methods
Add an optional `NavigationExtras` argument to `PaginationService.updateRoute`
2022-09-15 16:48:16 -05:00
myrza1
7c5887654a Іздеу нәтижелері қосылды 2022-09-16 03:08:45 +06:00
myrza1
85d44ad3d4 Update kk.json5
synced from last english
2022-09-16 02:58:25 +06:00
myrza1
4a573eb981 Delete kz.json5
deleted
2022-09-16 02:47:51 +06:00
Mark H. Wood
900dd31351 Get the environment by injection, as suggested. 2022-09-15 16:46:25 -04:00
myrza1
16b3cb8008 renamed to kk and added some translates 2022-09-16 02:21:01 +06:00
Michael Spalti
75da8ca10d Fixed tests after merge. 2022-09-15 13:20:33 -07:00
Michael Spalti
7047f9ccef Fixed merge issue. 2022-09-15 12:40:35 -07:00
Michael Spalti
c2da87e617 Merge branch 'main' into collection-thumbnail-embed 2022-09-15 12:31:46 -07:00
myrza1
3d5951eeb9 Merge branch 'DSpace:main' into patch-1 2022-09-16 00:56:53 +06:00
Michael Spalti
516300f3e5 Fixed a couple lint errors. 2022-09-15 11:52:13 -07:00
Félix Jolin-Nicol
fcae738db6 Fix for PR#1822 - Fix is in section-form-component.ts. Adjusted two equality checks for scope type which always returned false. 2022-09-15 14:48:57 -04:00
Tim Donohue
a13f4ee3b9 Merge pull request #1791 from atmire/w2p-93803_Refactor-DataServices-to-use-Composition
Refactor data services to use composition
2022-09-15 13:40:07 -05:00
Michael Spalti
46ecf287a4 Thumbnails fixed for relationships and added styling. 2022-09-15 11:40:00 -07:00
Tim Donohue
3665071dea Merge pull request #1820 from tdonohue/fix_test_to_read_all_data
Ensure `yarn test:rest` reads all JSON data, not just first chunk
2022-09-15 13:30:16 -05:00
Tim Donohue
bb31e1d25c Merge pull request #1801 from GauravD2t/main
Displaying Recent Submissions on the homepage
2022-09-15 13:27:12 -05:00
Davide Negretti
04c0690e8d Merge branch 'main-gh4s' into CST-6782-refactor 2022-09-15 15:41:30 +02:00
Yury Bondarenko
b2d34f0dad Merge remote-tracking branch 'atmire/PR-1548-fix-group-page-lists' into w2p-94207_Fix-resource-policy-cache-issues 2022-09-15 14:58:14 +02:00
Giuseppe Digilio
1df41deb8f [CST-6753] Remove unused occurrences of GoogleAnalytics 2022-09-15 14:36:09 +02:00
Giuseppe Digilio
70c6eac88d [CST-6753] Change google-analytics.service in order to use GoogleTagManager instead of GoogleAnalytics 2022-09-15 14:30:59 +02:00
Kostis Alexandris
1677349fbb More messages 2022-09-15 15:10:06 +03:00
Davide Negretti
70f2625d15 [UXP-10] e2e test fix 2022-09-15 13:57:06 +02:00
lotte
7cbac04072 Merge branch 'main' into w2p-94060_Issue-1720_MyDSpace-support-entities 2022-09-15 13:39:49 +02:00
Kostis Alexandris
aae3c217c5 More messages 2022-09-15 14:00:15 +03:00
Yury Bondarenko
6e5fe96696 94242: Add optional NavigationExtras to PaginationService.updateRoute 2022-09-15 11:50:50 +02:00
Kristof De Langhe
0f6fdceb45 Merge branch 'main' into w2p-93889_Invalidate-EPerson-when-their-group-change 2022-09-15 11:48:12 +02:00
Davide Negretti
183653112e [UXP-10] e2e test fixed 2022-09-15 10:40:59 +02:00
Michael Spalti
abe19b12bb Related entity thumbnails. 2022-09-14 16:33:25 -07:00
Kostis Alexandris
6360f89aac Refine messages 2022-09-15 00:08:43 +03:00
Michael Spalti
84ad250de6 New and updated tests.
Unused import.
2022-09-14 11:25:01 -07:00
Kostis Alexandris
c49d2f17a8 Refine messages 2022-09-14 21:20:22 +03:00
Kostis Alexandris
8953a3c50b Accepting @kstamatis comments 2022-09-14 20:41:34 +03:00
Vincenzo Mecca
59ce1a9950 [#1816][CST-6565] Refactored methods & Tests
Test:
    - New tests for the use case of filtering analytics configuration;
    - Enhanced initialization of service with new google analytics service mock.
2022-09-14 16:03:02 +02:00
Kostis Alexandris
a46098112e More changes 2022-09-14 15:17:49 +03:00
Kostis Alexandris
e7447071b1 More changes 2022-09-14 15:10:47 +03:00
Kostis Alexandris
cad4d1f101 More changes 2022-09-14 14:54:04 +03:00
Yury Bondarenko
c517ed0dfa 93803: Fix broken SearchDataImpl
I'd originally removed this `...linksToFollow` but it's actually required here because it's used when constructing the RemoteData

Added cypress/downloads to .gitignore because I'd accidentally committed a downloads.html file after running e2e tests locally
2022-09-14 10:48:15 +02:00
Art Lowel
7ca434b7bb change version to 7.4.0-next 2022-09-14 09:30:15 +02:00
Yury Bondarenko
919b406260 93803: Make ProcessDataService implement DeleteData 2022-09-14 09:00:08 +02:00
gaurav
ac2922e59d no recent submissions should be displayed if pageSize is 0 and changing the configuration structure 2022-09-14 11:35:29 +05:30
Michael Spalti
4fff311fe4 Ah those sneaky unused imports. 2022-09-13 14:59:55 -07:00
Michael Spalti
78358a4067 Multiple updates. 2022-09-13 14:26:37 -07:00
Tim Donohue
6d361beb88 Merge pull request #1815 from atmire/w2p-94322_fix-theme-matching-using-handles
94322: Fix theme matching using handles
2022-09-13 09:48:30 -05:00
Art Lowel
c94e5d0709 add startup message with version number 2022-09-13 16:39:58 +02:00
Samuel Cambien
59f9534418 issue #1778 repair yarn start:dev and yarn run serve 2022-09-13 16:39:31 +02:00
Samuel Cambien
44489fa4e0 repair #1795 Default settings in config/config.yml are ignored 2022-09-13 16:38:52 +02:00
Tim Donohue
916d7fc13d Merge pull request #1805 from atmire/w2p-92900_Admin_options_dont_appear_after_Shibboleth_authentication_PR
Admin options don't appear after Shibboleth authentication
2022-09-13 09:24:10 -05:00
Yury Bondarenko
cc697041eb Remove unused variable 2022-09-13 14:23:14 +02:00
Nikunj Sharma
c1498424f3 CST-6685 changes for import batch 2022-09-13 16:18:32 +05:30
lotte
ac094aa623 94233: added typedoc 2022-09-13 12:22:55 +02:00
Michael Spalti
db79d46a76 Unused import. 2022-09-12 13:13:56 -07:00
Tim Donohue
335d613df7 Ensure all data is read, not just first chunk 2022-09-12 12:53:03 -05:00
lotte
f70fc7b87a 94233: use actual CSS variables in theme 2022-09-12 17:42:37 +02:00
Yury Bondarenko
147c7180d0 93219: Add (more) reusable functions to test DataService composition
Data services that implement *Data interfaces should include the appropriate test functions in their specs.
These go over all methods in the interface & check that they're "wired up" correctly.

See e.g. the change in ExternalSourceDataService for an issue that is easy to miss but was highlighted by these new tests
2022-09-12 17:37:54 +02:00
Yury Bondarenko
8b4dbbad55 93219: Simplify DataService feature interfaces
Get rid of optional methods
- createPatchFromCache is useful -> make required
- leave getFindAllHref and getSearchByHref out & use implementation directly or refactor usages
2022-09-12 17:34:25 +02:00
Kostis Alexandris
6907e6a517 Changes in view and item buttons 2022-09-12 15:36:31 +03:00
Yury Bondarenko
c32e4ad7c7 93803: Add tests for create, search & put 2022-09-12 14:15:28 +02:00
Kostis Alexandris
a29a7f5883 Greek support for frontend 2022-09-12 15:02:03 +03:00
Yury Bondarenko
abc9bbeae3 Revert "93803: Update DataService constructor signatures"
This reverts commit a6fb4a6303.
2022-09-12 12:29:04 +02:00
Michael Spalti
7f9c34f08e A bit of padding for the placeholder. 2022-09-11 16:09:39 -07:00
Michael Spalti
989d243c8e Pooled task thumb and unused imports. 2022-09-11 14:49:02 -07:00
Michael Spalti
b692fa5924 Added thumbs to mydspace and enviroment component injection. 2022-09-11 13:27:20 -07:00
Michael Spalti
06a68ece9d Added anchors for entity-type thumbs. 2022-09-09 14:53:56 -07:00
Michael Spalti
8ff9f81247 Minor comment update to configs. 2022-09-09 14:28:52 -07:00
Michael Spalti
aad0085d61 Fixed wayward css class. 2022-09-09 14:20:50 -07:00
Michael Spalti
9218c0545f Added specs. 2022-09-09 13:44:25 -07:00
Michael Spalti
ccb4c0794c Updated configuration. 2022-09-09 10:34:17 -07:00
Michael Spalti
580986adae Updates to thumbnail and placeholder fonts 2022-09-09 10:14:43 -07:00
Davide Negretti
b02826d24d [UXP-10] Removed unused import 2022-09-09 18:51:58 +02:00
Davide Negretti
ac34a7893b Merge branch 'main-ghds' into CST-6782-refactor 2022-09-09 18:36:08 +02:00
Davide Negretti
e57970349d [UXP-10] Test fixed 2022-09-09 18:22:54 +02:00
Davide Negretti
89a7320823 [UXP-10] Refactoring - Disable button fix 2022-09-09 17:45:46 +02:00
Davide Negretti
6dfc5ef2f5 [UXP-10] Handle captcha expiration 2022-09-09 17:04:01 +02:00
Yury Bondarenko
13d33d802f Fix admin search grid element specs 2022-09-09 17:03:02 +02:00
Davide Negretti
8af725e76f [UXP-10] Refactoring WIP 2022-09-09 16:32:23 +02:00
Yana De Pauw
06e34355c3 Merge remote-tracking branch 'upstream/main' into w2p-94322_fix-theme-matching-using-handles 2022-09-09 14:44:48 +02:00
Davide Negretti
895e44a25f [UXP-10] Disable button - Error handling - Notifications 2022-09-09 13:19:07 +02:00
Davide Negretti
97a12cae47 [UXP-10] Notify unaccepted cookies - Fixes 2022-09-08 20:06:36 +02:00
Yury Bondarenko
293ba8408e 94273: Make isAuthorized depend on the target object
This ensures that a successful ItemDataService.setWithdrawn call invalidates all related authorizations
2022-09-08 19:54:00 +02:00
Yury Bondarenko
7c13db2f89 94273: Invalidate object on successful patch 2022-09-08 19:54:00 +02:00
Yury Bondarenko
d40f163c49 94273: Implement dependencies between requests
When an object is invalidated, its dependent requests are invalidated as well
2022-09-08 19:54:00 +02:00
Giuseppe Digilio
acfd01e774 Merge branch 'main' into CST-6153 2022-09-08 18:02:03 +02:00
Yury Bondarenko
2ac0bcdc98 Merge remote-tracking branch 'origin/main' into w2p-92900_Admin_options_dont_appear_after_Shibboleth_authentication_PR 2022-09-08 17:53:04 +02:00
Giuseppe Digilio
18dda8c44e Merge branch 'CST-6565' of bitbucket.org:4Science/dspace-angular into CST-6565
 Conflicts:
	src/app/shared/cookies/browser-klaro.service.ts
2022-09-08 17:24:45 +02:00
Giuseppe Digilio
606663dd76 [CST-6565] fix lint 2022-09-08 17:21:57 +02:00
Vincenzo Mecca
4f2f70f851 [CST-6565] Fixed linting 2022-09-08 17:20:45 +02:00
Davide Negretti
05784bfec6 [UXP-10] Fix remove Recaptcha from klaro config 2022-09-08 17:14:14 +02:00
Davide Negretti
0b7cf23e3f [UXP-10] Fix onInit script 2022-09-08 16:52:43 +02:00
Vincenzo Mecca
032a276494 [CST-6565] Fixed configuration loading
ref:
    - refactored property loading and mapping
    - refactored klaro initialisation
fix:
    - now initialisation waits for google-analytics api keys.
2022-09-08 16:42:10 +02:00
Kristof De Langhe
4ddc4b7541 Merge branch 'main' into w2p-94310_SearchEvents-bugfix-main 2022-09-08 15:41:54 +02:00
Tim Donohue
e7dc5f8d14 Merge pull request #1797 from tdonohue/fix_line_endings
Force all code to use LF line endings in .gitattibutes
2022-09-08 08:35:59 -05:00
Kristof De Langhe
24189c4ce0 94310: Track search with service method instead of tracking component 2022-09-08 14:53:22 +02:00
Yury Bondarenko
8622e4c059 Fix LGTM alerts 2022-09-08 13:07:36 +02:00
Giuseppe Digilio
877659a7c8 Merge branch 'main' into CST-6565
# Conflicts:
#	src/app/shared/cookies/browser-klaro.service.ts
2022-09-08 12:12:31 +02:00
Yury Bondarenko
f8404c540e 94207: Extract 'wait for invalidation' pattern into a new method 2022-09-08 12:10:44 +02:00
Michael Spalti
9e14985fc5 Work on columns 2022-09-07 10:47:37 -07:00
Michael Spalti
2c63245050 Unused import. 2022-09-07 10:47:37 -07:00
Michael Spalti
37e79ddc69 Updated example config. 2022-09-07 10:47:37 -07:00
Michael Spalti
d01bfe2cb1 Added global config for list thumbnails 2022-09-07 10:47:37 -07:00
Michael Spalti
56c8c8c370 Initial work on browse with thumbs. 2022-09-07 10:47:37 -07:00
Tim Donohue
aafe3543d8 Merge pull request #1759 from 4Science/CST-6035_external-provider-query-error
External provider query error
2022-09-07 12:13:56 -05:00
Davide Negretti
db6c8f00a8 [UXP-10] Fix headers 2022-09-07 19:01:54 +02:00
Tim Donohue
cd1d409577 Merge pull request #1792 from atmire/w2p-93914_delete-process
Add delete process functionality
2022-09-07 11:29:55 -05:00
Yura Bondarenko
744bcae3f2 94031: Hide error messages of concat field inputs
Hint/error is shown at the group level, shouldn't be repeated in the inner inputs
2022-09-07 18:20:13 +02:00
Yura Bondarenko
5a0ad41bfd 94301: Trickle down errors to concat field inputs
When a concat group is marked as invalid ~ server error, its fields should also be marked as invalid
2022-09-07 18:19:35 +02:00
Yura Bondarenko
d88352f513 94031: Fix findById for concat fields
As far as I can tell the suffix is never used with a numeric part, causing this branch to always miss concat group fields
2022-09-07 18:18:34 +02:00
Davide Negretti
05ec096ec9 Merge branch 'main-gh4s' into CST-6782-refactor
# Conflicts:
#	src/app/app.component.ts
2022-09-07 18:09:35 +02:00
Davide Negretti
b6d6091c87 [UXP-10] Code refactoring 2022-09-07 18:02:23 +02:00
Tim Donohue
e523583f1f Merge pull request #1779 from mwoodiupui/themeable-dialogs
Make create, edit community/collection/item dialogs theme-able.
2022-09-07 10:36:47 -05:00
Tim Donohue
e5165c151c Merge pull request #1741 from atmire/w2p-93219_Consolidate-all-initialization-in-a-single-Service_PR
Consolidate all initialization in a single Service
2022-09-07 09:25:51 -05:00
Yana De Pauw
28fff891d2 94322: Fix theme matching using handles 2022-09-07 15:34:16 +02:00
Yura Bondarenko
527fb134b9 Merge branch 'main' into w2p-92282_Fix-missing-auth-tokens-when-retrieving-Bitstreams 2022-09-07 09:48:19 +02:00
Mark H. Wood
ba2f173199 Address review: add missing templates, commented references to them, reference original templates by default. 2022-09-06 13:56:04 -04:00
lotte
8ca4da47da Merge branch 'w2p-94060_Issue-1720_MyDSpace-support-entities_7.2' into w2p-94060_Issue-1720_MyDSpace-support-entities 2022-09-06 15:34:54 +02:00
lotte
d89020a712 Merge branch 'w2p-94060_Issue-1720_MyDSpace-support-entities_7.0' into w2p-94060_Issue-1720_MyDSpace-support-entities_7.2 2022-09-06 15:34:14 +02:00
lotte
f15440ca5a 94060: Fixed test issues 2022-09-06 15:33:56 +02:00
lotte
d463ea5893 Merge branch 'w2p-94060_Issue-1720_MyDSpace-support-entities_7.2' into w2p-94060_Issue-1720_MyDSpace-support-entities 2022-09-06 14:17:33 +02:00
Nikunj Sharma
66380857c9 CST-6153 updated lint error 2022-09-06 17:02:25 +05:30
Nikunj Sharma
77d0600453 Merge remote-tracking branch 'origin/main' into CST-6153 2022-09-06 16:50:43 +05:30
lotte
66b5398d91 Merge branch 'w2p-94060_Issue-1720_MyDSpace-support-entities_7.0' into w2p-94060_Issue-1720_MyDSpace-support-entities_7.2 2022-09-06 10:11:49 +02:00
lotte
3c5fe8e098 94060: added fallback titles for person and orgunit list elements 2022-09-06 10:11:23 +02:00
Yura Bondarenko
a6fb4a6303 93803: Update DataService constructor signatures
Override linkPath/responseMsToLive/constructIdEndpoint
  - in class body for inheritable classes (for clarity: it's the first thing you'd read, variable name is right there)
  - in constructor for composable classes
    * wrapped services must be 'synchronized' with their wrapper
    * moved these overrides up in the argument list for emphasis (implementing a new composable feature? first thing is to use the same endpoint!)
2022-09-05 12:30:41 +02:00
Yura Bondarenko
38203490c7 93803: Add missing docstrings 2022-09-05 11:37:57 +02:00
Mark H. Wood
236216b556 Document that setting will be rounded to one of the settings options. 2022-09-02 16:20:51 -04:00
Mark H. Wood
e6f363a0f6 Merge remote-tracking branch 'upstream/main' into browse-pagesize 2022-09-02 15:23:50 -04:00
Mark H. Wood
1f1b04e88f Fix lint issues, incorrect selector copied from local code. 2022-09-02 12:04:01 -04:00
Mark H. Wood
9f609a2966 Add themed components to shared module and 'custom' theme. 2022-09-02 11:53:10 -04:00
Nikunj Sharma
458a721c08 CST-6110 updated password messages 2022-09-02 18:00:14 +05:30
Yura Bondarenko
030b1c33db 94207: Extract RP entries into a separate component 2022-09-02 13:49:32 +02:00
Yura Bondarenko
47b9b09139 94207: Fix ResourcePolicyService.updateTarget
Follow "await invalidation" pattern ~ DataService.deleteByHref
2022-09-02 13:49:32 +02:00
Yura Bondarenko
a8cf6df03f Merge branch 'w2p-93889_Invalidate-EPerson-when-their-group-change' into w2p-94207_Fix-resource-policy-cache-issues 2022-09-02 11:36:49 +02:00
Sufiyan Shaikh
b72b37a647 [UXP-10] remove configuration fixed 2022-09-02 14:43:59 +05:30
Sufiyan Shaikh
6d1d7c3611 [UXP-10] property check fixed 2022-09-02 14:43:43 +05:30
Sufiyan Shaikh
bcc747dc3e [UXP-10] klaro cookies permission and test cases 2022-09-02 14:42:28 +05:30
Sufiyan Shaikh
e295dccc8a [UXP-10] dynamic recaptcha versions and modes 2022-09-02 14:41:40 +05:30
Sufiyan Shaikh
fcad492a25 [UXP-10] token passing in header 2022-09-02 14:39:08 +05:30
Sufiyan Shaikh
2ef701a231 remove site key from environment 2022-09-02 14:38:27 +05:30
Sufiyan Shaikh
0953806865 script insert and test cases with dynamic site key 2022-09-02 14:38:08 +05:30
Sufiyan Shaikh
4906516359 [UXP-10] typdocs and tests 2022-09-02 14:34:28 +05:30
Sufiyan Shaikh
0783cd5cb6 [UXP-10] compacting code 2022-09-02 14:34:20 +05:30
Sufiyan Shaikh
a3eb544422 [UXP-10] Review fixes 2022-09-02 14:34:12 +05:30
Sufiyan Shaikh
2532e37010 [UXP-10] Test cases 2022-09-02 14:34:03 +05:30
Sufiyan Shaikh
50e849dd44 [UXP-10] reCAPTCHA angular component 2022-09-02 14:33:17 +05:30
Yura Bondarenko
77eb6c1807 Remove unused imports 2022-09-02 10:11:05 +02:00
Nikunj Sharma
38c1214117 Merge remote-tracking branch 'origin/main' into CST-6110 2022-09-02 13:17:59 +05:30
Tim Donohue
342a712513 Merge pull request #1790 from arvoConsultores/main
Spanish translation updated
2022-09-01 13:47:35 -05:00
lotte
1c3c275209 Merge branch 'w2p-94060_Issue-1720_MyDSpace-support-entities_7.2' into w2p-94060_Issue-1720_MyDSpace-support-entities 2022-09-01 19:19:10 +02:00
lotte
9ba2807b43 Merge branch 'w2p-94060_Issue-1720_MyDSpace-support-entities_7.0' into w2p-94060_Issue-1720_MyDSpace-support-entities_7.2 2022-09-01 19:06:42 +02:00
lotte
72e5909b71 94060: MyDSpace Workflow/Workspace item display as correct entity types 2022-09-01 19:02:19 +02:00
Art Lowel
95e8346228 Merge remote-tracking branch 'atmire-github/w2p-93219_Consolidate-all-initialization-in-a-single-Service_PR' into w2p-93889_Invalidate-EPerson-when-their-group-change 2022-09-01 15:03:21 +02:00
Kristof De Langhe
ac8688ea79 94072: test cases 2022-09-01 12:02:20 +02:00
Tim Donohue
eee0d72345 Merge pull request #1786 from hardyoyo/enable-responsive-font-sizes
Enable responsive font sizes
2022-08-31 16:34:54 -05:00
Kristof De Langhe
18c208f6a4 94072: Group page list issue fixes 2022-08-31 18:02:36 +02:00
gaurav
0840bfd8ce bug resolve 2022-08-31 17:20:17 +05:30
gaurav
bcc71ce2e1 Trailing spaces remove 2022-08-31 12:44:47 +05:30
gaurav
01daf93d01 Displaying Recent Submissions on the homepage 2022-08-31 11:14:43 +05:30
corrad82
310237d30f [CST-6035] updated test description and used example.com domain in test urls 2022-08-30 12:00:27 +02:00
corrad82
e9894c91aa Merge remote-tracking branch 'origin/main' into CST-6035_external-provider-query-error 2022-08-30 11:41:04 +02:00
Nikunj Sharma
c4a163e169 Merge remote-tracking branch 'origin/main' into CST-6153 2022-08-30 14:15:55 +05:30
Pierre Lasou
fa20e9e5c0 Adding missing language parameters 2022-08-26 13:34:27 -04:00
Tim Donohue
b891ae0237 End-of-line normalization for some files 2022-08-26 11:36:51 -05:00
Tim Donohue
795870d712 Update gitattributes to force LF line endings for code 2022-08-26 11:35:44 -05:00
Art Lowel
154d66f1e8 remove unused imports 2022-08-26 11:25:07 +02:00
Yura Bondarenko
ed9570e7cc Merge remote-tracking branch 'origin/main' into w2p-92900_Admin_options_dont_appear_after_Shibboleth_authentication_PR 2022-08-25 18:32:59 +02:00
Yura Bondarenko
f154318855 Merge remote-tracking branch 'atmire/w2p-93219_Consolidate-all-initialization-in-a-single-Service_PR' into w2p-92900_Admin_options_dont_appear_after_Shibboleth_authentication_PR 2022-08-25 18:32:47 +02:00
Tim Donohue
c1f6993144 Merge pull request #1777 from atmire/w2p-93665_fix-pagintion-in-metadata-browse-links
Fix pagination in metadata browse links
2022-08-25 11:22:04 -05:00
Yura Bondarenko
c5d3776df7 93492: Fix SSR dodging pinned admin sidebar
On the server, @slideSidebarPadding always resolved to 'expanded' because slideSidebarOver did not emit true
This resulted in the SSR HTML leaving space for the expanded sidebar.

Also got rid of the sliding animation as it would always play, even when replacing SSR HTML where the sidebar was already visible.
2022-08-25 18:05:13 +02:00
lotte
317c615b30 Fixed lgtm issue 2022-08-25 17:12:57 +02:00
Yana De Pauw
72852dd031 Fix test 2022-08-25 17:05:34 +02:00
Yura Bondarenko
ee26084d6a Fix unused imports 2022-08-25 15:53:13 +02:00
Yura Bondarenko
a77b1da804 92900: Patch start:dev CLI arguments through to ng serve 2022-08-25 15:44:27 +02:00
Yana De Pauw
d5605e43d4 Merge remote-tracking branch 'upstream/main' into w2p-93914_delete-process 2022-08-25 15:34:00 +02:00
Yana De Pauw
ca341e53b4 Close modal on process delete success 2022-08-25 15:33:23 +02:00
Yura Bondarenko
db169251df 92900: Update docs & specs for AuthRequestService 2022-08-25 14:03:59 +02:00
Yura Bondarenko
e464c0f8c7 92900: Move duplicate code to new InitService method 2022-08-25 14:03:58 +02:00
Sergio Fernández Celorio
528c4c31ea Spanish translation updated 2022-08-25 11:41:24 +00:00
Yura Bondarenko
fbaab69121 93803: Ensure data services are called *DataService 2022-08-25 10:28:45 +02:00
Yura Bondarenko
05b131edb9 93803: Rename findAllByHref to findListByHref
To avoid confusion with FindAllData:
- findAll is a "feature" to retrieve all resources from the endpoint itself ~ a plain GET
- findAllByHref is retrieves lists of resources in general
2022-08-25 10:28:45 +02:00
Yura Bondarenko
ad316f7316 93803: Resolve circular dependency
src/app/core/cache/builders/build-decorators.ts > src/app/core/data/base/hal-data-service.interface.ts > src/app/core/data/paginated-list.model.ts
2022-08-25 10:28:44 +02:00
Yura Bondarenko
a76555c518 93803: Stricter typing for dataService decorator & LinkService
The initial idea was to type dataService decorator strictly to BaseDataService.
However, HrefOnlyDataService should not expose methods other than findByHref & findAllByHref, but must still work with LinkService.

To address this we introduce HALDataService: an interface with the minimal requirements for a data service to work with HAL links
- dataService decorator can only decorate a class that implements HALDataService
- services retrieved from DATA_SERVICE_FACTORY should therefore work in LinkService
2022-08-24 19:03:19 +02:00
Yura Bondarenko
cd4ed018dd 93803: Remove legacy DataService class 2022-08-24 19:03:19 +02:00
Yura Bondarenko
42a2c3c7e2 93803: Refactor existing data services 2022-08-24 19:03:19 +02:00
Yura Bondarenko
8f4b3b58fb 93803: Make data services composable
Data services should extend BaseDataService (or IdentifiableDataService) for low-level functionality and optionally wrap "data service feature" classes for
- create
- findAll
- patch / update
- put
- delete
2022-08-24 19:03:18 +02:00
Tim Donohue
9a5a7c1306 Merge pull request #1788 from tdonohue/enable_swedish
Enable Swedish language
2022-08-24 11:37:48 -05:00
Tim Donohue
cb4620e536 Enable Swedish language 2022-08-24 10:42:37 -05:00
Urban Andersson
bd4190d4fc Swedish language file for DSpace 7 (#1673)
* Added Swedish language file

* Small fix

* Added translations

* Added translations

* More translations

* Translations

* Translations

* Translations

* Translations

* Translations

* Translations

* More Swedish translations

* Corrections to Swedish translations

* Corrections to Swedish translations

* Minor language fixes

* Minor changes to Swedish translation

* Restored tr.json5
2022-08-24 10:39:06 -05:00
Tim Donohue
282d0a770d Merge pull request #1768 from atmire/w2p-93882_Moved-3rd-party-css-imports-to-seperate-file
Moved 3rd party css imports to separate file
2022-08-24 10:21:03 -05:00
Hardy Pottinger
50828e9c06 Enable responsive font sizes
- adds enable-responsive-font-sizes toggle to the main bootstrap
  variables scss file
- [docs available](https://getbootstrap.com/docs/4.4/content/typography/#responsive-font-sizes)
2022-08-23 15:17:40 -05:00
Art Lowel
4b20b0cb81 force initservices to wait until authentication is no longer blocking 2022-08-23 17:50:46 +02:00
Sufiyan Shaikh
cacce82b0a [CST-6565] check fixed 2022-08-22 17:03:55 +05:30
Sufiyan Shaikh
53dcd48e98 [CST-6565] path and check fixes 2022-08-22 15:28:55 +05:30
Mark H. Wood
b2feadc290 Satisfy lint. 2022-08-19 16:47:10 -04:00
Mark H. Wood
5ed369d097 Make create, edit community/collection/item dialogs theme-able. 2022-08-19 16:23:20 -04:00
Tim Donohue
ca4f2cc5c0 Merge pull request #1756 from atmire/Admin-export-all-fields
Add admin option to export all fields in the metadata export
2022-08-19 13:10:48 -05:00
lotte
78598dc1b5 93665: Fixed lint issue 2022-08-19 11:15:37 +02:00
lotte
606995881f 93665: fixes for post 7.2 and updated back button for browse by pages 2022-08-19 11:05:08 +02:00
Yana De Pauw
f8e1db4987 93914: Add the ability to delete processes 2022-08-18 14:04:59 +02:00
corrado lombardi
8c40ed42da [CST-6110] fix lint error 2022-08-18 09:33:39 +02:00
Tim Donohue
d9facf5fb7 Merge pull request #1773 from tdonohue/fix_gendered_lang
Remove/replace gendered language in code comments
2022-08-17 14:55:18 -05:00
Tim Donohue
35614d1473 Replace gendered language with generic equivalent 2022-08-17 14:12:33 -05:00
Alexandre Vryghem
d7fc14aba3 93889: Fixed issue with DataService.deleteByHref where the success response would not be emitted if it were set to stale first 2022-08-17 16:09:14 +02:00
Alexandre Vryghem
762f8930b7 93889: Invalidate EPerson when their Groups change and groups when a subgroup is added 2022-08-17 16:04:51 +02:00
Nikunj Sharma
904c6168a8 CST-6110 changes for robust error message changed and clear message on paasword update 2022-08-17 13:39:09 +05:30
Mark H. Wood
7a3284f6bc Make the size of a browse result page configurable. 2022-08-16 16:32:38 -04:00
Nikunj Sharma
14dfba8118 Merge remote-tracking branch 'origin/main' into CST-6110 2022-08-16 17:53:08 +05:30
Alexandre Vryghem
c602a22f6c 93882: Move 3rd party css imports to separate file 2022-08-16 10:42:57 +02:00
lotte
27bb45b1bd Merge branch 'w2p-93665_fix-pagintion-in-metadata-browse-links-7.2' into w2p-93665_fix-pagintion-in-metadata-browse-links 2022-08-12 11:55:04 +02:00
lotte
092b3d862a 93665: fixed pagination in metadata browse links 2022-08-12 11:35:30 +02:00
Yana De Pauw
17ab269e25 Remove console log 2022-08-11 09:43:19 +02:00
corrado lombardi
a2e8b2a61c CST-6035 updated test 2022-08-10 18:49:01 +02:00
nikunj59
967f4a99b9 CST-6035 handled import query error 2022-08-10 17:18:08 +02:00
Tim Donohue
f6d2014bf4 Merge pull request #1751 from DSpace/dependabot/npm_and_yarn/moment-2.29.4
Bump moment from 2.29.2 to 2.29.4
2022-08-09 13:18:47 -05:00
Tim Donohue
5342d0921d Merge pull request #1715 from atmire/w2p-92701_issue-1506-gdpr-privacy-config
Option to disable gdpr / privacy statements
2022-08-09 09:40:59 -05:00
Yura Bondarenko
ba7ecf432b Add TypeDocs to ThemeService 2022-08-09 16:04:29 +02:00
Yura Bondarenko
4870d818f6 Fix license header 2022-08-09 15:47:19 +02:00
Sufiyan Shaikh
8dc356a658 Merge branch 'main' of bitbucket.org:4Science/dspace-angular into CST-6565 2022-08-09 15:20:00 +05:30
Sufiyan Shaikh
bf48971047 [CST-6565] LYRASIS7: Cookie consent shows analytics usage also when GA is disabled 2022-08-09 15:10:59 +05:30
Yana De Pauw
9e67b7f7a5 93657: Add admin option to export all fields in the metadata export 2022-08-09 11:25:32 +02:00
Nikunj Sharma
2d7b5768bf CST-6153 changes for challange sign update 2022-08-09 13:25:03 +05:30
Tim Donohue
2e59e1e775 Merge pull request #1742 from yingjin/DS-1730
fix missing space between author names MyDspace our submissions #1730
2022-08-08 16:05:59 -05:00
dependabot[bot]
ed0204ab9c Bump moment from 2.29.2 to 2.29.4
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-08 15:56:19 +00:00
Tim Donohue
0bc31fc48e Merge pull request #1734 from DSpace/dependabot/npm_and_yarn/terser-4.8.1
Bump terser from 4.8.0 to 4.8.1
2022-08-08 10:55:46 -05:00
Nikunj Sharma
f203f27e53 Merge remote-tracking branch 'origin/main' into CST-6153 2022-08-08 14:03:32 +05:30
Jens Vannerum
4dcf6a345a 92701: Fix privacy string for klaro and add documentation 2022-08-05 13:12:52 +02:00
Michael Spalti
f4c0f79288 Lint errors. 2022-08-04 12:10:45 -07:00
Michael Spalti
2ac8d4140f Html template updated. 2022-08-04 11:24:15 -07:00
Michael Spalti
7afa4dcd8d New themable components 2022-08-04 11:21:14 -07:00
Jens Vannerum
f2e977c402 92701: Redirect / dead link fixes 2022-08-03 15:15:45 +02:00
Ying Jin
3d5f7bb061 fix missing space between author names MyDspace our submissions #1730 2022-07-31 17:25:53 -05:00
Yura Bondarenko
250043fde8 Fix LGTM issues 2022-07-29 16:58:11 +02:00
Yura Bondarenko
4403555c29 Merge remote-tracking branch 'origin/main' into w2p-93219_Consolidate-all-initialization-in-a-single-Service 2022-07-29 16:42:21 +02:00
Yura Bondarenko
ca87f09625 Update specs 2022-07-29 15:51:23 +02:00
Tim Donohue
bfbe38974b Merge pull request #1724 from atmire/w2p-93011_Fix-researcher-profile-cache-issue
Fix researcher profile cache issue
2022-07-28 10:03:31 -05:00
Tim Donohue
f80e72df9a Merge pull request #1708 from toniprieto/translate-accept-license-step
Make label and error messages for license-step accept-checkbox translatable
2022-07-27 15:54:53 -05:00
Tim Donohue
6b36412f6c Merge pull request #1674 from atmire/w2p-91272_Add-themed-components-to-upstream-branch
Add more themed components
2022-07-27 13:53:29 -05:00
Yura Bondarenko
67b4cce25d 92319: Move Klaro & GA steps to BrowserInitService 2022-07-26 09:51:59 +02:00
Alexandre Vryghem
c7a88f99d6 Center expandable navbar section in header 2022-07-26 00:34:19 +02:00
Tim Donohue
4da017a0ee Merge pull request #1735 from saschaszott/german-translations
fixed minor typo in German translation
2022-07-22 09:45:42 -05:00
Yura Bondarenko
5ff80a8a02 93219: Fold DSpaceTransferState into InitService 2022-07-22 14:25:22 +02:00
Yura Bondarenko
bdc004f64d 93219: Move theme/route subscriptions from AppComponent to ThemeService 2022-07-22 14:25:22 +02:00
Yura Bondarenko
5cb737c7f2 93219: Move general initialization from AppComponent to InitService 2022-07-22 14:25:22 +02:00
Yura Bondarenko
372cddfd5e 93219: Support Router in InitService
For Router to work properly, APP_BASE_HREF must be resolved _before_ the APP_INITIALIZER factory is called (otherwise Angular will attempt to initialize APP_BASE_HREF too soon)
To fix this we add a pre-initialization hook to APP_CONFIG so BrowserInitService can resolve it before APP_INITIALIZER
2022-07-22 14:25:22 +02:00
Sascha Szott
7b48e7c91f fixed typo 2022-07-21 12:02:07 +02:00
dependabot[bot]
577a92bc6b Bump terser from 4.8.0 to 4.8.1
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 02:25:52 +00:00
Yura Bondarenko
39c2aa85ec 93219: Move APP_INITIALIZER logic into InitService 2022-07-18 15:58:07 +02:00
lotte
0ef2be6693 Merge branch 'make-collections-item-page-input_contribute-7.2' into w2p-91272_Add-themed-components-to-upstream-branch 2022-07-15 11:42:00 +02:00
lotte
e9372395f4 make collections on item page into an input 2022-07-15 11:41:38 +02:00
Tim Donohue
ea67a15784 Merge pull request #1709 from ybnd/Filter-webpack-warnings
Filter webpack warnings
2022-07-13 16:21:56 -05:00
Tim Donohue
13266ecf42 Merge pull request #1718 from Ianvdl/main
Rewrite English wording for the "Forgot password" page
2022-07-13 16:15:29 -05:00
Tim Donohue
0d582e5160 Merge pull request #1689 from pilasou/main
New french translations for some parameters.
2022-07-13 16:14:59 -05:00
Yura Bondarenko
517aee0e8c 93011: Make sure invalidateByHref doesn't track cache state 2022-07-11 18:41:53 +02:00
Yura Bondarenko
5013890b35 93011: Add test for invalidateByHref cache state tracking
This test is expected to fail and is be fixed in the next commit.

Currently, invalidateByHref calls keep tracking the cache and may cause objects to be invalidated a second time as soon as the cache is updated.

Practical example:
  1. DELETE request
      → object is invalidated
  2. POST request related to the same object
      → UUID of pending request is added to the object's cache entry
      → gets picked up by the previous invalidateByHref call
      → the request is set to stale even before it's completed
2022-07-11 18:40:41 +02:00
myrza1
2d9e5b43ac Update kz.json5
added title prefix
2022-07-11 15:07:43 +06:00
myrza1
612f8f25da Update kz.json5
changed paginations
2022-07-08 01:46:52 +06:00
Pierre Lasou
02f309756d Remove parameter from en.json5
Remove parameter "bitstream-request-a-copy.legal.warning" suggested in previous commit (72832e5e12) as development to include it on the request a copy page has not been made.
2022-07-04 13:33:24 -04:00
Pierre Lasou
e0e9450f93 Removing parameter in fr.json5
Remove parameter bitstream-request-a-copy.legal.warning suggested in previous commit (977dbb38ef) as development to include it on the request a copy page has not been made.
2022-07-04 13:30:55 -04:00
Pierre Lasou
4a4578474a Update of fr.json5 after review comments
Following conversation with @mhvezina (https://github.com/DSpace/dspace-angular/pull/1689#issuecomment-1167372663), I removed all initially suggested french translation of "MyDSpace".
2022-07-04 12:20:50 -04:00
Alexandre Vryghem
0c1015dd58 Merge branch 'main' into w2p-91272_Add-themed-components-to-upstream-branch 2022-07-04 14:25:57 +02:00
Tim Donohue
fae355a713 Merge pull request #1717 from tdonohue/fix_1714
Cleanup descriptions in comments of example config to clarify "ui" and "rest" sections
2022-07-01 16:07:15 -05:00
ivdl
7ab5354ab8 Rewrite English wording for the "Forgot password" page 2022-07-01 22:23:49 +02:00
Tim Donohue
df00137c55 Cleanup descriptions in comments of example config 2022-07-01 11:55:10 -05:00
Pierre Lasou
72832e5e12 New parameter for request a copy
Addition of a new language parameter to be used in the request a copy page to warm the user that he/she is about to ask for a restricted document and its use is for private use only.
2022-06-30 13:40:40 -04:00
Pierre Lasou
977dbb38ef Update fr.json5 2022-06-30 13:35:28 -04:00
Pierre Lasou
4290e54b02 Merge branch 'DSpace:main' into main 2022-06-30 13:24:17 -04:00
nikunj59
10bbb01a44 CST-6153 added error msg for required field of security form 2022-06-30 16:36:34 +05:30
nikunj59
993bb54cfd Merge remote-tracking branch 'origin/main' into CST-6153 2022-06-29 16:55:43 +05:30
Tim Donohue
fd356d4ca7 Copying updates from DSpace/DSpace#8382 2022-06-28 09:48:35 -05:00
Yura Bondarenko
222a12bbba Make RegisterEmailComponent themeable 2022-06-28 11:19:04 +02:00
Yura Bondarenko
7b4716c439 Filter Webpack warnings 2022-06-28 10:55:12 +02:00
nikunj59
36560e0e65 CST-6153 added test case 2022-06-27 20:24:46 +05:30
Jens Vannerum
1b5c801d06 92701: Disable user agreement feature 2022-06-27 16:24:16 +02:00
Jens Vannerum
900354112a Merge branch 'main' into w2p-92701_issue-1506-gdpr-privacy-config
# Conflicts:
#	src/app/info/info-routing.module.ts
#	src/config/app-config.interface.ts
#	src/config/default-app-config.ts
#	src/environments/environment.test.ts
2022-06-27 14:58:25 +02:00
Jens Vannerum
4de5ab0f56 92701: Disable user agreement feature 2022-06-27 13:47:19 +02:00
Toni Prieto
5ee4c6b61b Make label and error messages for license-step accept-checkbox translatable 2022-06-26 17:00:08 +02:00
nikunj59
bde52ba4b4 Merge remote-tracking branch 'origin/main' into CST-6153 2022-06-24 20:25:47 +05:30
Tim Donohue
b9d3855c74 Merge pull request #1703 from tdonohue/comcol_handle_display
Add spacing before handle on comcol pages
2022-06-24 09:51:21 -05:00
Tim Donohue
9bf0320b16 Merge pull request #1707 from atmire/fix-1705
Fix curation tasks started from the edit community or collection page
2022-06-24 09:48:38 -05:00
Art Lowel
b55e4327a8 fix issue where curation tasks wouldn't work for collections and communities because the handle was in the wrong format 2022-06-24 16:03:54 +02:00
nikunj59
9e2a682a51 CST-6153 changes for current password field introduce 2022-06-24 19:26:30 +05:30
Tim Donohue
377ac3ab84 Add spacing before handle on comcol pages 2022-06-23 14:54:12 -05:00
Tim Donohue
e0109b947c Merge pull request #1701 from saschaszott/german-translations
added missing German translations; fixed typos
2022-06-23 11:31:14 -05:00
Tim Donohue
f4c6284c23 Merge pull request #1698 from 4Science/CST-6174-access-conditions-fix
Submission item/bitstream access conditions fixes
2022-06-23 11:24:20 -05:00
Sascha Szott
79c97c94a2 fixed submission.workflow.generic.delete-help 2022-06-23 17:05:32 +02:00
Sascha Szott
cfca5c8ca1 fixed admin.registries.schema.fields.table.delete 2022-06-23 16:56:43 +02:00
Sascha Szott
5a7ba93e50 added browse.title.page 2022-06-23 14:46:40 +02:00
Sascha Szott
78f4096ab4 removed prefix "DSpace Angular ::" in various translation keys; use repository.title.* instead 2022-06-23 14:25:50 +02:00
Sascha Szott
f2b1d11fb2 added translation key communityList.breadcrumbs 2022-06-23 14:15:41 +02:00
Giuseppe Digilio
0aa14bcddd [CST-6174] Set maxStartDate/maxEndDate when building form models 2022-06-23 12:24:16 +02:00
Giuseppe Digilio
2a20b0c989 [CST-6174] Add test to check maxStartDate and maxEndDate 2022-06-23 12:04:33 +02:00
Sascha Szott
1168616f80 fixed typo in german translation 2022-06-23 11:43:57 +02:00
Sascha Szott
f9c6f5f5b6 added translation keys submission.general.info.* 2022-06-23 11:36:21 +02:00
Sascha Szott
146bbd8042 translation harmonization 2022-06-23 10:49:26 +02:00
Sascha Szott
395b2762b5 added submission.edit.breadcrumbs 2022-06-23 10:47:32 +02:00
Sascha Szott
5e15eb07f7 fixed typo in community.create.sub-head 2022-06-23 10:40:33 +02:00
Sascha Szott
9b93e9c2a4 Merge branch 'DSpace:main' into german-translations 2022-06-23 10:37:51 +02:00
Tim Donohue
f589b2f8de Merge pull request #1646 from tdonohue/update_node_in_ci
Update CI process to use Node 14 & 16
2022-06-22 15:45:42 -05:00
Tim Donohue
f37f32b4ab Drop Node 12 which is EOL. CI Build on 14 and 16 2022-06-22 15:13:35 -05:00
Tim Donohue
f649a82c3c Merge pull request #1691 from 4Science/CST-6056
fix for filter suggestion issue and bitstream description issue
2022-06-22 10:46:05 -05:00
Tim Donohue
815788bc4c Merge pull request #1699 from atmire/add-default-basehref-to-angular-json
Add the default baseHref value to angular.json
2022-06-22 10:29:13 -05:00
Art Lowel
f2f8f0929c Add the default baseHref value to angular.json 2022-06-22 16:05:03 +02:00
Giuseppe Digilio
8c14822eef [CST-6174] Fix issue with item access condition which doesn't consider the maxStartDate/maxEndDate 2022-06-22 15:46:30 +02:00
Giuseppe Digilio
5d130156e8 [CST-6174] Fix issue with bitstream access condition edit form when maxStartDate/maxEndDate are missing 2022-06-22 15:43:23 +02:00
Tim Donohue
12000d7b97 Merge pull request #1676 from tdonohue/fix_1675
Fixes Collection Mapper by ensuring UI sends a valid sort option
2022-06-22 08:37:53 -05:00
Tim Donohue
0475a9e22a Merge pull request #1626 from 4Science/CST-5339
Orcid queue
2022-06-22 08:34:45 -05:00
nikunj59
17a89387f2 CST-6110 changes for robust password error 2022-06-22 13:26:08 +05:30
nikunj59
20975a2274 Merge remote-tracking branch 'origin/main' into CST-6110 2022-06-22 12:17:46 +05:30
Tim Donohue
f3e4fb9901 Fix defaults in Pagination Service 2022-06-21 16:24:04 -05:00
Tim Donohue
f942eced3a Ensure a valid sort is specified 2022-06-21 14:45:56 -05:00
Tim Donohue
eb662fc156 Merge pull request #1630 from mspalti/mirador-search-passthrough
Fixes search passthrough to Mirador
2022-06-21 14:35:48 -05:00
nikunj59
0a73875d17 CST-6110 changes for robust password error 2022-06-21 21:42:33 +05:30
Giuseppe Digilio
20314d4620 [CST-6056] Fix issue with authority suggestion by adding the filter query in the input suggestion object 2022-06-21 13:37:42 +02:00
Luca Giamminonni
7724db530b [CST-5339] Added ORCID label 2022-06-21 11:32:09 +02:00
Luca Giamminonni
555d98f700 [CST-5339] Improved project synchronization 2022-06-20 19:05:57 +02:00
Giuseppe Digilio
ac41e7b3d6 [CST-6056] use onClick method on clickSuggestion for authority filter 2022-06-20 18:32:28 +02:00
Giuseppe Digilio
6abef91094 [CST-6056] use authority operator for authority facet 2022-06-20 18:21:55 +02:00
Luca Giamminonni
ac677d52d7 [CST-5339] Various improvements 2022-06-20 15:27:32 +02:00
Michael Spalti
c56cded549 Merge branch 'main' into mirador-search-passthrough 2022-06-17 15:04:02 -07:00
Yura Bondarenko
922e57c90f Merge remote-tracking branch 'origin/main' into w2p-92282_Fix-missing-auth-tokens-when-retrieving-Bitstreams 2022-06-17 15:47:23 +02:00
Yura Bondarenko
e15da9b76b 92282: Support restricted thumbnails 2022-06-17 15:45:02 +02:00
Luca Giamminonni
c62f72789d Merge remote-tracking branch '4Science-bitbucket/main' into CST-5339 2022-06-17 13:29:30 +02:00
benbosman
26ed23d1b6 Merge pull request #1624 from atmire/feature-relationship-versioning
Feature: Entity / relationship versioning
2022-06-17 11:48:09 +02:00
Bruno Roemers
84f362fe21 Merge branch 'main' into feature-relationship-versioning 2022-06-17 10:17:56 +02:00
Tim Donohue
f13401266e Merge pull request #1443 from atmire/w2p-85451_export-search-results-as-csv
Add a button to export search results as CSV
2022-06-16 13:33:30 -05:00
Giuseppe Digilio
fe85a596ff [CST-5339] include OrcidAuthService in core.module 2022-06-16 19:06:30 +02:00
Giuseppe Digilio
b1683e1424 [CST-5339] revert unintentional commit 2022-06-16 19:04:20 +02:00
Giuseppe Digilio
144451ea26 Merge branch 'CST-5339' of github.com:4Science/dspace-angular into CST-5339 2022-06-16 19:01:04 +02:00
Giuseppe Digilio
2bf5e70b87 Merge remote-tracking branch 'origin/main' into CST-5339 2022-06-16 19:00:38 +02:00
Tim Donohue
baa55b2595 Merge pull request #1618 from 4Science/CST-5668
Orcid settings page
2022-06-16 11:35:03 -05:00
Tim Donohue
0e9dff41ad Merge pull request #1688 from ybnd/Fix-show-more-collapse-icon-label-spacing
Truncatable toggle: spacing between icon & label as margin instead of whitespace
2022-06-16 10:06:15 -05:00
Luca Giamminonni
edcbdabd52 [CST-5339] Added invalid country label for orcid synchronization 2022-06-16 16:02:24 +02:00
Giuseppe Digilio
5eb6355858 [CST-5339] Make action color as primary 2022-06-16 15:44:18 +02:00
Giuseppe Digilio
63356aa127 [CST-5339] Refactoring orcid services by adding OrcidAuthService 2022-06-16 15:02:26 +02:00
Yana De Pauw
aa7da8608a Merge remote-tracking branch 'upstream/main' into w2p-85451_export-search-results-as-csv 2022-06-16 09:51:50 +02:00
Giuseppe Digilio
83ded46e83 Merge remote-tracking branch 'origin/main' into CST-6056 2022-06-16 09:14:51 +02:00
Giuseppe Digilio
4755b15db1 Merge remote-tracking branch 'origin/CST-5668' into CST-5339 2022-06-16 09:13:57 +02:00
Giuseppe Digilio
9a9010f146 Merge remote-tracking branch 'origin/main' into CST-5668 2022-06-16 09:13:01 +02:00
Giuseppe Digilio
793169dd31 [CST-5339] Fix queue refresh after preferences are changed 2022-06-15 18:54:30 +02:00
Giuseppe Digilio
d1c012407a Merge remote-tracking branch 'origin/CST-5668' into CST-5339
# Conflicts:
#	src/app/item-page/orcid-page/orcid-page.component.html
2022-06-15 18:25:32 +02:00
Tim Donohue
ab6e2b87f8 Merge pull request #1692 from tdonohue/fix_e2e_docker_backend
Fix continuous integration e2e backend failures
2022-06-15 11:01:18 -05:00
Tim Donohue
da45ff2d83 Ensure CI docker backend always runs DB migrations, even when out of order. 2022-06-15 10:26:13 -05:00
Giuseppe Digilio
9bcd92efae [CST-6056] optimize fix to issue with filter suggestion 2022-06-15 15:08:16 +02:00
Davide Negretti
d3ba1d2926 [CST-5339] Rename ORCID service; add findById and findAllByHref 2022-06-15 12:42:02 +02:00
Davide Negretti
2c82893e72 Merge branch 'CST-5668' into CST-5339
# Conflicts:
#	src/app/item-page/orcid-page/orcid-page.component.html
2022-06-15 11:18:46 +02:00
Giuseppe Digilio
82748c5ac9 [CST-5668] fix cache issue when settings are updated 2022-06-15 09:28:12 +02:00
Pierre Lasou
3979c51e61 New french translations for some parameters.
Proposition for new translations of the following terms: Workspace, Workflow, Workflow task and MyDSpace.
2022-06-14 17:43:56 -04:00
Davide Negretti
8eca0d93e4 [CST-5339] fdescribe removed 2022-06-14 23:14:10 +02:00
Davide Negretti
781fa08d1e Merge branch 'main-gh' into CST-5339 2022-06-14 19:00:52 +02:00
Davide Negretti
3adf846786 [CST-5339] Pass item as input - Tests 2022-06-14 19:00:02 +02:00
Giuseppe Digilio
94281fd60e [CST-5668] fix issue with cards margin with small window 2022-06-14 18:21:33 +02:00
Davide Negretti
adcef89c29 [CST-5339] Tests (WIP) 2022-06-14 18:21:06 +02:00
Giuseppe Digilio
09be33582b [CST-5668] Remove outer box 2022-06-14 18:01:22 +02:00
Giuseppe Digilio
eda4797034 [CST-5668] Implement orcid linking by redirect on front-end 2022-06-14 17:51:37 +02:00
Giuseppe Digilio
a0ea69aafa [CST-5668] use orcid icon as button 2022-06-14 17:48:53 +02:00
Davide Negretti
851855fc2a [CST-5339] Tests (WIP) 2022-06-14 17:44:57 +02:00
Davide Negretti
d779521dc9 [CST-5339] Lint errors 2022-06-14 12:31:20 +02:00
Davide Negretti
383703a4d6 [CST-5339] Lint errors 2022-06-14 12:29:38 +02:00
Davide Negretti
9850174fa2 [CST-5339] ORCID registry queue table reformatted 2022-06-14 12:15:15 +02:00
nikunj59
f39283cae5 CST-6051 changes description tool tip and truncate text 2022-06-14 14:56:41 +05:30
Bruno Roemers
d063c42f6d Merge branch 'feature-relationship-versioning-7.2' into feature-relationship-versioning 2022-06-14 11:14:35 +02:00
Bruno Roemers
2750931e92 92187: Fix linting errors 2022-06-14 10:22:29 +02:00
Giuseppe Digilio
3a4d7708a9 [CST-5668] Fix layout 2022-06-14 10:05:50 +02:00
Giuseppe Digilio
03af265ac4 [CST-5668] Fix issue with notification css that override min-width for all alert boxes 2022-06-14 10:05:29 +02:00
Giuseppe Digilio
d94e6ad8d7 [CST-5668] Add description messages 2022-06-14 09:47:02 +02:00
nikunj59
5aa569c5f2 Merge remote-tracking branch 'origin/main' into CST-6056 2022-06-14 11:49:44 +05:30
Tim Donohue
50f96884de Merge pull request #1685 from reetagithub/main
update fi.json
2022-06-13 16:58:41 -05:00
ybnd
0f94bbb874 Truncatable toggle icon-label spacing as margin instead of whitespace 2022-06-13 19:57:53 +02:00
Bruno Roemers
a43137e847 Merge branch 'main' into feature-relationship-versioning 2022-06-13 18:50:09 +02:00
Bruno Roemers
fd4d541de3 Merge branch 'feature-relationship-versioning-7.2' into feature-relationship-versioning 2022-06-13 18:46:42 +02:00
Bruno Roemers
35708ae3a8 92187: Keep version creation modal opened till POST request finishes 2022-06-13 18:45:32 +02:00
Tim Donohue
9db9441afc Merge pull request #1619 from 4Science/DSC-516-Style-New
TruncatableComponent usability improvement
2022-06-13 11:16:04 -05:00
Giuseppe Digilio
06d07dc1df [DSC-516] Fix issue with sidebar search list element 2022-06-13 17:41:51 +02:00
Giuseppe Digilio
e04404bdd6 [CST-5339] use ds-alert for info box 2022-06-13 17:05:41 +02:00
Tim Donohue
41bdd625dc Merge pull request #1664 from 4Science/CST-5677
[CST-5677] Improve item authorization page
2022-06-13 09:28:28 -05:00
Giuseppe Digilio
529384ab7f Merge branch 'CST-5668' into CST-5339
# Conflicts:
#	src/app/core/core.module.ts
#	src/app/item-page/item-page.module.ts
#	src/app/item-page/orcid-page/orcid-page.component.html
#	src/app/shared/shared.module.ts
#	src/styles/_global-styles.scss
2022-06-13 15:08:44 +02:00
nikunj59
02b124f7dd CST-6056 changes for filter result not working while lookup from text input 2022-06-13 18:28:56 +05:30
Giuseppe Digilio
9b6aa9f324 [CST-5668] Improve synchronization description 2022-06-13 14:55:17 +02:00
Giuseppe Digilio
a915659cc9 [CST-5668] Add test 2022-06-13 10:39:44 +02:00
Giuseppe Digilio
98f1baea2f [CST-5668] Rename component 2022-06-13 09:32:24 +02:00
Giuseppe Digilio
0b0fae45fa [CST-5668] Fix layout and add typedoc 2022-06-13 09:27:47 +02:00
reetagithub
fe4568a573 Merge branch 'DSpace:main' into main 2022-06-13 07:58:58 +03:00
Giuseppe Digilio
10f4f80f0d [CST-5668] Create and abstract component for authentication with external providers 2022-06-10 19:28:56 +02:00
Giuseppe Digilio
03369b8e10 [CST-5668] Address feedback and add test for orcid-auth.component 2022-06-10 19:03:31 +02:00
Sascha Szott
68d162432b added two missing keys 2022-06-10 14:22:52 +02:00
Sascha Szott
afe798942b harmonized german translations ("Ihre Veröffentlichungen") 2022-06-10 13:15:53 +02:00
Sascha Szott
5bf34b868c added missing keys workspace.search.results.head and workflow.search.results.head 2022-06-10 13:08:36 +02:00
Giuseppe Digilio
b372a27513 [CST-5668] Add test for orcid-page.component 2022-06-10 12:30:15 +02:00
Giuseppe Digilio
3cb5e0c226 [CST-5668] Fix button style and tooltip messages 2022-06-10 11:32:48 +02:00
Tim Donohue
859172717a Merge pull request #1684 from saschaszott/german-translations
added missing German translations
2022-06-09 16:10:35 -05:00
Sascha Szott
fa5dc5ccf0 added several missing dso-selector.set-scope.* keys 2022-06-09 19:35:46 +02:00
Sascha Szott
a4699d0faf added missing key search.form.scope.all 2022-06-09 19:32:39 +02:00
Sascha Szott
eca0526cce added missing sort order related translation keys 2022-06-09 19:27:26 +02:00
Giuseppe Digilio
17cc3078df [CST-5668] Fix after merge 2022-06-09 19:23:19 +02:00
Giuseppe Digilio
c3ececdde7 [CST-5668] Retrieve item from route data 2022-06-09 19:22:23 +02:00
Sascha Szott
0fbe9731cb added browse.back.all-results 2022-06-09 19:19:02 +02:00
Davide Negretti
4c19d3a027 [CST-5677] @types/node-sass removed 2022-06-09 18:50:59 +02:00
Davide Negretti
fca8c223e7 [CST-5677] Empty subscription fixed 2022-06-09 18:49:44 +02:00
Davide Negretti
3c3a679ef7 [CST-5677] Label fixed 2022-06-09 18:08:24 +02:00
Davide Negretti
df1324af90 [CST-5677] Spelling error fixed 2022-06-09 18:05:30 +02:00
Giuseppe Digilio
b03c73e0c5 Merge remote-tracking branch 'origin/main' into CST-5668
# Conflicts:
#	src/app/core/core.module.ts
#	src/app/core/profile/researcher-profile.service.ts
#	src/app/item-page/simple/item-page.component.ts
#	src/app/profile-page/profile-page.component.spec.ts
#	src/app/profile-page/profile-page.component.ts
#	src/app/shared/shared.module.ts
2022-06-09 17:39:43 +02:00
Tim Donohue
19bc9df5a1 Merge pull request #1617 from 4Science/CST-5307
Researcher profile
2022-06-09 10:08:10 -05:00
Sascha Szott
a1570128ea added thumbnail.* translation keys 2022-06-09 16:31:31 +02:00
Sascha Szott
4d73a3f2bf added search.filters.filter.author.label 2022-06-09 16:24:09 +02:00
Giuseppe Digilio
ce9e811526 [CST-5307] fix use of wrong param 2022-06-09 09:40:48 +02:00
Giuseppe Digilio
bd02278f80 Merge branch 'main' into CST-5307
# Conflicts:
#	src/assets/i18n/en.json5
2022-06-08 16:53:11 +02:00
Tim Donohue
cf6e58d194 Merge pull request #1669 from atmire/w2p-91770_Fix-route-matching-themes-on-first-load
Fix route-matching themes not resolving on first load/refresh
2022-06-08 09:25:46 -05:00
Tim Donohue
9db342606b Merge pull request #1633 from 4Science/CST-5270-sherpa-romeo-integration
Sherpa romeo integration (Angular)
2022-06-08 09:19:12 -05:00
Tim Donohue
a1598f9f8a Merge pull request #1637 from 4Science/CST-5535
Add admin panel for actuator information
2022-06-08 09:11:58 -05:00
Yura Bondarenko
485cc2bd31 Document AppComponent.updateTheme 2022-06-08 15:34:58 +02:00
Giuseppe Digilio
8bdb4b7be3 [CST-5307] disable cache when checking CanClaimItem authorization feature 2022-06-08 12:58:19 +02:00
Giuseppe Digilio
e2abea7373 [CST-5307] Add useCachedVersionIfAvailable and reRequestOnStale param to isAuthorized method 2022-06-08 12:56:57 +02:00
Giuseppe Digilio
e68bfd2eb6 [CST-5535] Add component typedoc and optimize code 2022-06-08 11:52:01 +02:00
Giuseppe Digilio
12f073bdbe [CST-5307] Fix issue with person-search-result-list-element.component that sometimes shown undefined name 2022-06-08 11:20:32 +02:00
Luca Giamminonni
7ea208e314 [CST-5668] Fixed lint warnings 2022-06-07 17:47:20 +02:00
Luca Giamminonni
b0625342b7 Merge remote-tracking branch '4Science-github/main' into CST-5668 2022-06-07 17:27:00 +02:00
nikunj59
1e9e4d5b12 CST-5309 added test cases 2022-06-07 17:26:35 +02:00
nikunj59
a9fcdce960 CST-5309 changes for error page component 2022-06-07 17:26:21 +02:00
Sufiyan Shaikh
b6f83461ab [DSC-516] show more button position at the bottom 2022-06-07 20:36:07 +05:30
Davide Negretti
9ff075b23e [CST-5535] TypeDoc added 2022-06-07 16:19:52 +02:00
Giuseppe
9d5aba7499 Update alert.component.ts
remove union type
2022-06-07 16:02:01 +02:00
Davide Negretti
83fce87792 [CST-5535] commented code removed 2022-06-07 15:17:29 +02:00
Luca Giamminonni
43f4ff7cde [CST-5668] Fixed DsoPageOrcidButtonComponent test 2022-06-07 15:15:51 +02:00
Luca Giamminonni
7320d1cc66 [CST-5668] Removed unused imports 2022-06-07 14:59:04 +02:00
Giuseppe Digilio
24b8c6b606 Merge branch 'main' into CST-5307 2022-06-07 13:17:08 +02:00
Giuseppe Digilio
73c60e3eef [CST-5307] disable cache when lookup for profile to claim 2022-06-07 13:05:52 +02:00
Sufiyan Shaikh
1d33d1537b [DSC-516] Card faded affect fix 2022-06-07 15:43:21 +05:30
Tim Donohue
245b86c68a Merge pull request #1677 from DSpace/dependabot/npm_and_yarn/ejs-3.1.8
Bump ejs from 3.1.6 to 3.1.8
2022-06-06 17:36:15 -05:00
Giuseppe Digilio
318d0ead61 [DSC-516] remove unused test provider 2022-06-06 18:27:06 +02:00
Davide Negretti
8ac9425db3 [CST-5677] restored empty panels; show message if panel is empty 2022-06-06 16:50:44 +02:00
Giuseppe Digilio
09b7d2e52f [CST-5270] fix test 2022-06-06 16:48:31 +02:00
Davide Negretti
39cba0414a Revert "[CST-5535] hide empty panels"
This reverts commit 692ab040dc.
2022-06-06 16:18:22 +02:00
Davide Negretti
eca9f79924 Revert "[CST-5677] code formatted"
This reverts commit 37492f2f82.
2022-06-06 16:18:09 +02:00
Giuseppe Digilio
dd049270a7 [CST-5270] add info alert for section info message 2022-06-06 15:58:06 +02:00
Davide Negretti
37492f2f82 [CST-5677] code formatted 2022-06-06 15:39:44 +02:00
Davide Negretti
692ab040dc [CST-5535] hide empty panels 2022-06-06 15:25:58 +02:00
Rezart Vata
377214c996 [CST-5270] Finished improvements 2022-06-06 13:20:16 +02:00
Tim Donohue
02e089a51b Merge pull request #1666 from atmire/w2p-91400_Fix-for-missing-comma-in-json-files
Fix for missing comma in json files
2022-06-03 16:53:38 -05:00
dependabot[bot]
68a36c4635 Bump ejs from 3.1.6 to 3.1.8
Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.8.
- [Release notes](https://github.com/mde/ejs/releases)
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mde/ejs/compare/v3.1.6...v3.1.8)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-03 21:50:02 +00:00
Tim Donohue
c6e591402f Merge pull request #1604 from DSpace/dependabot/npm_and_yarn/node-forge-1.3.1
Bump node-forge from 1.2.1 to 1.3.1
2022-06-03 15:54:18 -05:00
Tim Donohue
e2488b9848 Merge pull request #1593 from DSpace/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
2022-06-03 15:21:50 -05:00
Tim Donohue
f1191c5428 Merge pull request #1592 from DSpace/dependabot/npm_and_yarn/moment-2.29.2
Bump moment from 2.29.1 to 2.29.2
2022-06-03 11:01:11 -05:00
Rezart Vata
6db5cff426 [CST-5270] fix testing 2022-06-03 17:55:13 +02:00
Rezart Vata
3c6a41f82a [CST-5270] Improvement requested from pull-1633 2022-06-03 17:49:15 +02:00
Alexandre Vryghem
fc1e6b6b85 Removed comments for how to theme li[Component] 2022-06-03 11:50:07 +02:00
Tim Donohue
c4f2e8ce11 Merge pull request #1642 from harvard-lts/145-base-path-support
[Issue 145] Support base path
2022-06-02 13:01:51 -05:00
William Welling
cfb4a627be use router for static assets 2022-06-02 10:16:49 -05:00
Alexandre Vryghem
541968fdd9 Merge remote-tracking branch 'templates/w2p-89721_Add-themeable-components_contribute-7.2' into w2p-91272_Add-themed-components-to-upstream-branch 2022-06-02 17:14:44 +02:00
Alexandre Vryghem
dc5d46993e 89721: Themed AdminSidebarComponent 2022-06-02 16:40:47 +02:00
Alexandre Vryghem
bca332a23a 89721: Themed JournalComponent 2022-06-02 16:40:47 +02:00
Alexandre Vryghem
2264067240 89721: Themed JournalVolumeComponent 2022-06-02 16:40:47 +02:00
Alexandre Vryghem
2441db16e9 89721: Themed JournalIssueComponent 2022-06-02 16:40:47 +02:00
Rezart Vata
d75136408b [CST-5270] small fix for unit selection 2022-06-02 12:49:53 +02:00
Alexandre Vryghem
9e8071727d Merge branch 'main-upstream' into w2p-91272_Add-themed-components-to-upstream-branch 2022-06-02 12:09:51 +02:00
Alexandre Vryghem
533e4c982f 91272: Small fixes 2022-06-02 12:05:33 +02:00
Giuseppe Digilio
f40907ea9f Merge branch 'DSC-516-Style-New' of bitbucket.org:4Science/dspace-angular into DSC-516-Style-New 2022-05-30 17:25:59 +02:00
Kristof De Langhe
86e084bf05 90761: themed component calls 2022-05-30 16:27:28 +02:00
Kristof De Langhe
7eaa50949d 90761: Themed DsDynamicLookupRelationExternalSourceTabComponent 2022-05-30 14:53:43 +02:00
Yura Bondarenko
03e1e468bd 91770: Fix route-matching themes not resolving on first load/refresh 2022-05-30 11:28:57 +02:00
Alexandre Vryghem
3a483c393d 89721: Themed UntypedItemComponent 2022-05-30 10:12:40 +02:00
William Welling
5996efec1a Merge branch 'main' of github.com:harvard-lts/dspace-angular into 145-base-path-support 2022-05-29 15:01:46 -05:00
Tim Donohue
3a9783d031 Merge pull request #1667 from tdonohue/disable_multiarch_for_prs
Docker Fixes: Ensure multiple architecture build is disabled for PRs
2022-05-27 11:44:25 -05:00
Sufiyan Shaikh
ea7a40a75a [DSC-516] Removed faded effect 2022-05-27 20:57:38 +05:30
Kristof De Langhe
2340164394 91874: Themed DsDynamicLookupRelationSearchTabComponent and MetadataRepresentationListComponent 2022-05-27 17:21:21 +02:00
Tim Donohue
d719a02597 Only build PRs in AMD64, as a simple sanity check. 2022-05-27 09:08:52 -05:00
Alexandre Vryghem
d6e181d0b2 89721: Fixed lv.json5 syntax error 2022-05-27 15:35:54 +02:00
Alexandre Vryghem
358e7c6d54 Merge branch 'main-upstream' into w2p-91400_Fix-for-missing-comma-in-json-files 2022-05-27 09:48:05 +02:00
Giuseppe Digilio
091494750b Merge remote-tracking branch 'origin/main' into DSC-516-Style-New 2022-05-26 19:01:56 +02:00
Giuseppe Digilio
dfd759e2fb Merge remote-tracking branch 'origin/main' into CST-5270-sherpa-romeo-integration 2022-05-26 17:08:37 +02:00
Giuseppe Digilio
a830c99f90 [CST-5307] Remove setStaleByHrefSubstring 2022-05-26 16:58:08 +02:00
Giuseppe Digilio
2622f374b0 Merge remote-tracking branch 'origin/main' into CST-5307
# Conflicts:
#	src/app/core/data/data.service.ts
2022-05-26 16:37:24 +02:00
Giuseppe Digilio
2c5da265e1 [CST-5307] fix LGTM alerts 2022-05-26 16:36:21 +02:00
Giuseppe Digilio
87064761b5 [CST-5307] fix issue with unsubscribed subscription 2022-05-26 16:36:03 +02:00
Davide Negretti
99b12cdd0f [CST-5677] yarn.lock updated 2022-05-26 16:27:32 +02:00
Davide Negretti
2c53b4ae2e Merge branch 'main-gh' into CST-5677 2022-05-26 16:02:06 +02:00
Tim Donohue
c834f8a075 Merge pull request #1608 from atmire/w2p-90252_Cache-redesign-part-3_Simplify-the-invalidation-of-cached-objects
Cache redesign part 3: simplify the invalidation of cached objects
2022-05-26 08:52:49 -05:00
Giuseppe Digilio
bc37372f05 [CST-5307] add confirmation modal when deleting the profile 2022-05-26 15:47:57 +02:00
Giuseppe Digilio
e6f6bc96f3 [CST-5307] use followlink for retrieving profile item on create and find 2022-05-26 15:32:18 +02:00
Alisa Ismailati
0b7782d230 [CST-5677] Fixed failing test 2022-05-26 14:42:22 +02:00
Sufiyan Shaikh
21a6540a36 Merge branch 'main' of bitbucket.org:4Science/dspace-angular into DSC-516-Style-New 2022-05-26 17:27:25 +05:30
Sufiyan Shaikh
d2ee2cd29e [DSC-516] Performance improvement 2022-05-26 17:07:24 +05:30
Giuseppe Digilio
be3fceb185 [CST-5307] Address feedback 2022-05-26 12:48:27 +02:00
Sufiyan Shaikh
76046ded84 [DSC-516] Performance improvement 2022-05-26 14:52:35 +05:30
Sufiyan Shaikh
5810309ff8 [DSC-516] Performance improvement 2022-05-26 14:43:41 +05:30
Giuseppe Digilio
ebbae79854 Merge remote-tracking branch 'origin/main' into CST-5307
# Conflicts:
#	src/app/core/core.module.ts
#	src/app/profile-page/profile-page.component.spec.ts
#	src/app/profile-page/profile-page.component.ts
#	src/app/shared/shared.module.ts
2022-05-26 10:40:48 +02:00
Alexandre Vryghem
d44253ea86 91400: Fix for line indentation on empty lines 2022-05-26 09:58:36 +02:00
Tim Donohue
7a84ea483d Merge pull request #1641 from 4Science/CST-5674
[CST-5674] Edit resource policy
2022-05-25 14:33:36 -05:00
Tim Donohue
5153308c46 Merge pull request #1652 from 4Science/CST-5303-LiveImportProviders
[CST-5303] Live Import providers i18n keys
2022-05-25 13:43:12 -05:00
Rezart Vata
d297eb708d [CST-5270] fix issue when no info 2022-05-25 18:20:13 +02:00
Tim Donohue
cfeef5f2d9 Merge pull request #1663 from atmire/test-multiplatform-docker-build
Add support for linux/arm64 platform to docker build
2022-05-25 08:45:23 -05:00
Art Lowel
7f6c17df75 add support for multiple platforms to docker build 2022-05-25 15:02:38 +02:00
Sufiyan Shaikh
d54f959613 [DSC-516] Author show more button fixed 2022-05-25 17:02:11 +05:30
Sufiyan Shaikh
fc83facf1e Merge 2022-05-25 14:37:14 +05:30
Giuseppe Digilio
ab9df8ac98 Merge remote-tracking branch 'origin/main' into DSC-516-Style-New
# Conflicts:
#	src/app/admin/admin-search-page/admin-search-results/admin-search-result-grid-element/item-search-result/item-admin-search-result-grid-element.component.spec.ts
2022-05-25 09:30:14 +02:00
Giuseppe Digilio
98b1667ca7 [CST-5270] Fix LGTM alerts 2022-05-25 09:24:14 +02:00
Tim Donohue
a38172c035 Merge pull request #1640 from atmire/w2p-90948_More-informative-error-for-Workflow-group-delete
Show notifications when failing to create/delete role Groups
2022-05-24 16:46:30 -05:00
Giuseppe Digilio
d1f8bb6d7b [CST-5270] use data-test as css selector for unit test 2022-05-24 16:05:21 +02:00
Marie Verdonck
bb898022e3 91400: Fix for missing comma in json5 label files by sync script 2022-05-24 13:38:53 +02:00
Rezart Vata
5842d83e91 [CST-5270] add class needed for unit testing 2022-05-24 12:34:44 +02:00
Rezart Vata
ec6bc20010 Merge branch 'CST-5270-sherpa-romeo-integration' of https://bitbucket.org/4Science/dspace-angular into CST-5270-sherpa-romeo-integration 2022-05-24 12:28:43 +02:00
Rezart Vata
53851ba18e [CST-5270] Fix unit testing 2022-05-24 12:28:21 +02:00
Yana De Pauw
24e641e024 Merge remote-tracking branch 'upstream/main' into w2p-85451_export-search-results-as-csv 2022-05-24 10:37:33 +02:00
Giuseppe Digilio
87d015371c [CST-5270] use bootstrap classes 2022-05-24 09:19:02 +02:00
Rezart Vata
268ee04d1e [CST-5270] Fixes requested as improvements 2022-05-23 19:05:03 +02:00
Michael W Spalti
5ec460d236 Url parsing
Lint fix
2022-05-23 08:54:49 -07:00
Rezart Vata
166f4c3b25 [CST-5270] Finished functionalities 2022-05-23 17:39:36 +02:00
Mykhaylo
3e2cd387df added missing configs 2022-05-23 12:30:23 +02:00
Tim Donohue
436c6dd084 Merge pull request #1658 from atmire/fix-enitytype-redirect-encoding-issue
Fix entitytype redirect encoding issue
2022-05-20 10:55:50 -05:00
Davide Negretti
c206005d42 [CST-5674] code cleanup 2022-05-20 17:41:20 +02:00
Davide Negretti
9d577c5317 [CST-5674] fix test (lint) 2022-05-20 17:35:22 +02:00
Luca Giamminonni
857a3c56b7 [CST-5668] Fixed lint warnings 2022-05-20 17:31:54 +02:00
Davide Negretti
d2e881eba3 [CST-5674] fix test 2022-05-20 17:24:05 +02:00
Luca Giamminonni
bdc8c5d41e Merge branch 'main' into CST-5668 2022-05-20 17:18:44 +02:00
Luca Giamminonni
06091e39ca [CST-5668] Improved orcid page adding back button and fixing synchronization mode setting 2022-05-20 17:16:28 +02:00
Davide Negretti
51bbbb697e [CST-5674] add test case for updateTarget 2022-05-20 16:45:10 +02:00
Yura Bondarenko
383485b16d Modal outputs as EventEmitters instead of Subjects 2022-05-20 13:18:26 +02:00
Tim Donohue
9889a9d1a6 Merge pull request #1634 from 4Science/CST-5738
Add special groups list to the profile page
2022-05-19 15:24:49 -05:00
Giuseppe Digilio
305203dba7 [CST-5738] hide special group heading when are not present 2022-05-19 19:08:08 +02:00
Giuseppe Digilio
9124f06e4c Merge remote-tracking branch 'origin/main' into CST-5738 2022-05-19 18:47:47 +02:00
Giuseppe Digilio
7b6ccb780f [CST-5535] fix menu entry after merge 2022-05-19 18:41:54 +02:00
Giuseppe Digilio
d751de0aa6 Merge remote-tracking branch 'origin/main' into CST-5535
# Conflicts:
#	src/app/admin/admin-sidebar/admin-sidebar.component.ts
2022-05-19 16:59:45 +02:00
William Welling
2db80022b5 Merge branch 'main' of github.com:harvard-lts/dspace-angular into 145-base-path-support 2022-05-19 09:03:11 -05:00
Tim Donohue
bb5cdfc1a3 Merge pull request #1627 from atmire/w2p-90978_Improve-initial-page-load_PR
Improve initial page load
2022-05-19 08:55:28 -05:00
Rezart Vata
cba7a60476 [CST-5270] fixing module accordion 2022-05-19 15:55:05 +02:00
Luca Giamminonni
de2202799d [CST-5307] Search claimable profiles by email 2022-05-19 13:41:54 +02:00
Giuseppe Digilio
50184c8784 [CST-5738] fix LGTM alert 2022-05-18 19:27:23 +02:00
Rezart Vata
a03557fcad [CST-5270] fixed accordion issue and changed it to collapsable 2022-05-18 16:44:20 +02:00
Giuseppe Digilio
9aff792cac [CST-5535] Decrease status size 2022-05-18 14:54:59 +02:00
Giuseppe Digilio
bc63e14512 [CST-5535] Fix labels 2022-05-18 14:54:37 +02:00
Giuseppe Digilio
c43e25296d [CST-5535] Add title to the page and change health tab name 2022-05-18 14:45:21 +02:00
Yura Bondarenko
b05125dd16 Fix import menu to align with export menu code 2022-05-18 13:51:44 +02:00
Giuseppe Digilio
ef332af17e [CST-5535] Fix issue with error notice message on health page loading 2022-05-18 13:31:09 +02:00
Luca Giamminonni
733688bd7e Merge remote-tracking branch '4Science-bitbucket/main' into CST-5668 2022-05-18 13:25:36 +02:00
Luca Giamminonni
983db9c050 Merge branch 'CST-5668' into CST-5339 2022-05-18 13:16:15 +02:00
Giuseppe Digilio
d4dc176870 [CST-5535] Add Possibility to have translation also for properties 2022-05-18 13:04:04 +02:00
Luca Giamminonni
b6277f1e96 Merge remote-tracking branch '4Science-bitbucket/main' into CST-5339 2022-05-18 12:30:31 +02:00
Mykhaylo
a732f1534d [CST-5303] fix wrong format 2022-05-18 09:33:08 +02:00
Mykhaylo
618ff0ce19 [CST-5303] added missing labels 2022-05-17 17:45:27 +02:00
Davide Negretti
881af64495 [CST-5674] POST replaced with PUT 2022-05-17 16:36:40 +02:00
Art Lowel
1f9b8ba92a Fix issue where you'd get stuck in an infinite redirect loop when going to the page of an item with an entity type containing certain special characters 2022-05-17 16:07:42 +02:00
Sufiyan Shaikh
ba6011bd89 [DSC-516] main merge 2022-05-17 12:30:31 +05:30
Giuseppe Digilio
74b68a5e15 [CST-5535] Add fallback message on rest request error 2022-05-16 19:19:00 +02:00
Giuseppe Digilio
b906a65385 Merge remote-tracking branch 'origin/main' into CST-5535
# Conflicts:
#	package.json
2022-05-16 18:59:46 +02:00
Giuseppe Digilio
73573793a0 [CST-5535] Add i18n keys for section's headers 2022-05-16 18:50:07 +02:00
Giuseppe Digilio
c508e0035e [CST-5535] Add tooltip for status icons 2022-05-16 18:49:11 +02:00
Giuseppe Digilio
4f7e37d348 [CST-5535] Use accordion for health status components 2022-05-16 18:44:04 +02:00
Giuseppe Digilio
80ff8a517c [CST-5535] Rename health-data.service 2022-05-16 16:46:33 +02:00
Giuseppe Digilio
0de3c2ed48 [CST-5535] Replace icons 2022-05-16 16:45:45 +02:00
Giuseppe Digilio
4c5c99d05d [CST-5535] Add missing i18n label 2022-05-16 16:44:35 +02:00
Alexandre Vryghem
c9885c13ec Merge branch 'w2p-89676_feature-selective-export_contribute-7.2' into w2p-91272_Add-themed-components-to-upstream-branch 2022-05-15 19:14:27 +02:00
William Welling
771f92eaab Merge branch 'main' of github.com:harvard-lts/dspace-angular into 145-base-path-support 2022-05-14 14:07:53 -05:00
Tim Donohue
dd6ff7f48f Merge pull request #1653 from tdonohue/fix_rss_accessibility
Fix RSS accessibility issue: link has no discernible text
2022-05-13 17:34:18 -05:00
Tim Donohue
913d128e16 Fix accessibility issue: link has no discernible text 2022-05-13 16:57:28 -05:00
Tim Donohue
20850033df Merge pull request #1444 from atmire/shared-feature-rss-viewer
Add RSS buttons if the feature is enabled on the rest side
2022-05-13 14:25:29 -05:00
Alexandre Vryghem
743513cf84 89676: Added empty SearchResultsComponent files 2022-05-13 20:35:08 +02:00
Nathan Buckingham
3a6112532e for rss sort id should be date.accessioned so defaulted to that when its the case 2022-05-13 13:38:02 -04:00
Alexandre Vryghem
460efa42c7 91272: Fix merge request 2022-05-13 19:33:40 +02:00
Alexandre Vryghem
e741573348 Merge branch 'w2p-89984_feature-rtl-theme_contribute-7.2' into w2p-91272_Add-themed-components-to-upstream-branch 2022-05-13 18:46:03 +02:00
Alexandre Vryghem
e197e496b5 91272: Fixed accessibility violation 2022-05-13 17:19:42 +02:00
Alexandre Vryghem
8980ae4a50 Merge branch 'w2p-89720_Add-themable-components_contribute-7.2' into w2p-91272_Add-themed-components-to-upstream-branch 2022-05-13 14:41:34 +02:00
Alexandre Vryghem
5682c81217 91272: Fixed import statements and position of expandable navbar button 2022-05-13 14:18:01 +02:00
Alexandre Vryghem
7904cead76 Merge branch 'w2p-89741_Add-themeable-components_conntribute-7.2' into w2p-91272_Add-themed-components-to-upstream-branch 2022-05-13 13:43:09 +02:00
Yura Bondarenko
21579d1525 Merge remote-tracking branch 'origin/main' into w2p-90978_Improve-initial-page-load_PR 2022-05-13 09:32:34 +02:00
Tim Donohue
5c8ef44070 Merge pull request #1636 from 4Science/feature/CST-5329
Add validate only check in the Import Metadata page
2022-05-12 13:20:22 -05:00
Giuseppe Digilio
c1f64ff1ef [CST-5329] Add help text to validate only checkbox 2022-05-12 18:50:25 +02:00
Giuseppe Digilio
b788579457 Merge remote-tracking branch 'origin/main' into feature/CST-5329 2022-05-12 18:35:18 +02:00
Alexandre Vryghem
8288559c63 Merge remote-tracking branch 'templates/w2p-86526_Add-themeable-components_contribute-7.2' into w2p-91272_Add-themed-components-to-upstream-branch 2022-05-12 17:56:23 +02:00
Tim Donohue
095ddd2ebd Merge pull request #1639 from atmire/issue-1635_search-bar-with-input-scope
Fix search bar with input scope
2022-05-12 10:10:56 -05:00
Mykhaylo
42c459a51d [CST-5303] added labels into i18n 2022-05-12 16:13:43 +02:00
Nathan Buckingham
0791287cf9 lint fixes 2022-05-12 10:02:15 -04:00
Nathan Buckingham
79bf27c659 Revert to getFirstCompletedRemoteData but check if payload has completed 2022-05-12 09:56:26 -04:00
Nathan Buckingham
cb1b7ceb0a remove rss feed from search 2022-05-12 09:56:26 -04:00
Nathan Buckingham
eacbcfd15d Change to withNotEmptyPayload to pass through if its empty 2022-05-12 09:56:26 -04:00
Nathan Buckingham
6cd22fa004 w2p-86403 prevent from displaying on pages where rss feed doesn't make sense 2022-05-12 09:56:26 -04:00
Nathan Buckingham
8785270363 w2p-86403 Changed to subscribe and unsubscribe on destory 2022-05-12 09:56:26 -04:00
Nathan Buckingham
90f1fc186c Link fixes 2022-05-12 09:56:26 -04:00
Nathan Buckingham
be8a8f5f6b Add typedocs and websvc.opensearch.svccontext 2022-05-12 09:56:26 -04:00
Nathan Buckingham
0bf0e1f274 add providers to browseby 2022-05-12 09:56:26 -04:00
Nathan Buckingham
2b9383d2d5 remove unused import from rebase 2022-05-12 09:56:26 -04:00
Nathan Buckingham
ffb34da3e7 Create link head spec file 2022-05-12 09:56:26 -04:00
Nathan Buckingham
efb76ea883 Fix tests now that router is apart of the rss component 2022-05-12 09:56:26 -04:00
Nathan Buckingham
b5943b48b4 w2p-86403 fix opensearch is disabled, router issues and links 2022-05-12 09:56:26 -04:00
Nathan Buckingham
b8a96e48a7 Fix test files to pass down necessary providers 2022-05-12 09:56:26 -04:00
Nathan Buckingham
99e5b9c898 w2p-85140 ds-rss component now adds a button to all search pages and community and collection, link-head service adds the rss to the head element 2022-05-12 09:56:22 -04:00
Yura Bondarenko
f0d98c9b6f Implement feedback 2022-05-12 15:34:31 +02:00
Alexandre Vryghem
db375b8f47 91131: Added parent constructor to ThemedLoadingComponent 2022-05-12 12:05:17 +02:00
Ben Bosman
924f53204f Merge remote-tracking branch 'atmire-hub/feature-relationship-versioning__discovery' into feature-relationship-versioning 2022-05-12 11:46:34 +02:00
Tim Donohue
c705fc42d6 Merge pull request #1631 from 4Science/CST-5253-change-approach-workflow-approval
Add view item button for mydspace objects
2022-05-11 17:14:56 -05:00
Bruno Roemers
3abf83a5e9 90945: Add missing translations for new discovery configs 2022-05-11 17:54:41 +02:00
Tim Donohue
659a9a69ca Merge pull request #1615 from atmire/w2p-90918_Upgrade-ng-dynamic-forms-and-rxjs
Upgrade ng-dynamic-forms to v15 and RxJs to v7
2022-05-11 10:05:38 -05:00
Alexandre Vryghem
c79e83fdd3 Merge branch 'w2p-84367_Various-small-changes' into w2p-89720_Add-themable-components_contribute-7.2 2022-05-11 14:47:02 +02:00
Alexandre Vryghem
f8ad0306b0 Merge branch 'w2p-84367_Various-small-changes' into w2p-86526_Add-themeable-components_contribute-7.2 2022-05-11 14:36:42 +02:00
Alexandre Vryghem
a89375f67b 89720: Themed EditItemTemplatePageComponent 2022-05-11 14:28:16 +02:00
Alexandre Vryghem
5b4ecb9fc2 89720: Themed ItemMetadataComponent 2022-05-11 14:17:50 +02:00
Yana De Pauw
67ffa89c47 Remove console.log 2022-05-11 13:30:11 +02:00
Yana De Pauw
166a163c24 Fix custom loading components template url 2022-05-11 12:34:44 +02:00
Giuseppe Digilio
98d75798a4 [CST-5307] Import ui-switch css classes properly 2022-05-11 12:28:57 +02:00
Giuseppe Digilio
aec7d9f25b Merge remote-tracking branch 'origin/main' into CST-5307
# Conflicts:
#	src/app/core/core.module.ts
#	src/app/shared/shared.module.ts
2022-05-11 12:09:00 +02:00
Giuseppe Digilio
36208d1303 [CST-5307] Fix visibility toggle and address review feedback 2022-05-11 12:01:35 +02:00
Bruno Roemers
0ce709ee68 90945: Use *-relationships discovery configs on single-item pages 2022-05-11 12:00:49 +02:00
Giuseppe Digilio
1e9d393edf [CST-5307] Move profile-claim-item-modal.component to profile page module and add unit tests 2022-05-11 11:59:38 +02:00
Yana De Pauw
cbf0db5342 Add themed loading component in custom theme and fix issues 2022-05-11 11:30:25 +02:00
Alexandre Vryghem
c1ef672943 Merge branch 'dspace_7.2' into w2p-86526_Add-themeable-components_contribute-7.2 2022-05-11 09:51:02 +02:00
Alexandre Vryghem
55005d3fa4 86526: Themed AuthNavMenuComponent 2022-05-11 09:48:58 +02:00
Alexandre Vryghem
5c9510993c 91202: Themed ExpandableNavbarSectionComponent 2022-05-10 20:59:04 +02:00
William Welling
b8109edd62 Merge branch 'main' of github.com:harvard-lts/dspace-angular into 145-base-path-support 2022-05-10 11:50:58 -05:00
Giuseppe Digilio
853dcecfb8 [CST-5307] Refactoring and adding missing unit tests 2022-05-10 18:14:00 +02:00
Giuseppe Digilio
0b664431af [CST-5307] Create a standalone component for person claim button 2022-05-10 18:12:44 +02:00
Kristof De Langhe
f2e4a005a2 89676: themed custom search-results 2022-05-10 17:31:43 +02:00
Tim Donohue
5282377350 Merge pull request #1529 from the-library-code/TLC-254_type-bind-dspace-angular
Type-bind for submission input (port from DSpace-CRIS 7 angular)
2022-05-10 10:07:08 -05:00
Tim Donohue
42ef35b2bc Merge pull request #1601 from nibou230/access-status
Display the access status badges
2022-05-10 10:02:08 -05:00
Yana De Pauw
aac41a76cf Potential test fix 2022-05-10 16:45:43 +02:00
Yana De Pauw
d8b6e65f6f Fix tests 2022-05-10 16:45:38 +02:00
Yana De Pauw
c63a25b18e 89984: Fix getComponentForMenu themed method 2022-05-10 16:45:33 +02:00
Yana De Pauw
d6be2e8651 89984: Add themable menu section 2022-05-10 16:45:20 +02:00
Yana De Pauw
870a36180c 89984: Add ThemedLoadingComponent 2022-05-10 16:44:50 +02:00
Kim Shepherd
51058daf27 [TLC-254] tidy imports in type bind service 2022-05-10 09:25:59 +12:00
Alisa Ismailati
32d7fca27a [CST-5677] Changed bunblesPageSize value 2022-05-09 12:02:50 +02:00
Alisa Ismailati
6cd41be3b8 [CST-5677] Changed bunblesPerPage value 2022-05-09 12:01:46 +02:00
Alisa Ismailati
e79c045ac0 [CST-5677] Added translation 2022-05-09 11:55:58 +02:00
Giuseppe Digilio
7fcbeb20e8 Merge remote-tracking branch 'origin/main' into CST-5307 2022-05-09 09:31:45 +02:00
Michael Spalti
724fc3c6f0 [CST-5738] Revert unintentional change on config.yml 2022-05-09 09:24:17 +02:00
Kim Shepherd
b6cdc90d57 [TLC-254] If configService present, set typeField in constructor 2022-05-08 12:17:38 +12:00
Alisa Ismailati
d15277849b [CST-5677] Item authorization page 2022-05-07 16:21:08 +02:00
William Welling
9a433b50ff support base path 2022-05-06 14:32:44 -05:00
Luca Giamminonni
da1fb5506b [CST-5668] Fixed orcid page 2022-05-06 16:50:22 +02:00
Luca Giamminonni
bdad05b36f Merge branch 'CST-5307' into CST-5668 2022-05-06 16:23:05 +02:00
Luca Giamminonni
d51dcca87c [CST-5307] Added missing javadocs, removed showClaimItem feature 2022-05-05 17:46:30 +02:00
nibou230
7f1d1ed7de Fixes for lint and tests 2022-05-05 11:46:00 -04:00
Davide Negretti
eb2d9b2fde [CST-5674] Lint fixes 2022-05-05 17:00:49 +02:00
nibou230
e77821eef0 Use the item's HALLink to get the access status 2022-05-05 10:21:55 -04:00
Davide Negretti
8c937a55c0 [CST-5674] Error handling; fixes 2022-05-05 15:33:53 +02:00
Yura Bondarenko
c0f8dd078b 90978: Explain dsBrowserPipe more thoroughly 2022-05-05 11:33:51 +02:00
Alexandre Vryghem
2ff79d93b9 89741: Added Tests for the scope @Input() in SearchFormComponent 2022-05-04 18:16:11 +02:00
nibou230
8e03b28151 Use component vars in AccessStatusBadgeComponent 2022-05-04 11:49:33 -04:00
nibou230
6c8d12394c Moved showAccessStatus to be self-contained 2022-05-04 11:45:36 -04:00
nibou230
2b77e4a90d Moved showAccessStatus from UI to item config
Renamed item-page to item to make it generic
2022-05-04 11:17:25 -04:00
Yura Bondarenko
d69a02e6cc 90978: Fix e2e tests failing due to interactions before page fully loaded
Now that we use initialNavigation: 'enabledBlocking', pages can appear to be loaded before some functionality is fully active.
In some cases this trips up Cypress, and it tries to interact with the app too soon.

We address this by introducing a new dsBrowserOnly pipe in order to defer the data-test attributes Cypress relies on to CSR.
2022-05-04 15:25:46 +02:00
Alexandre Vryghem
b9f239e3a9 Merge branch 'main-upstream' into issue-1635_search-bar-with-input-scope 2022-05-04 14:50:34 +02:00
Yana De Pauw
a24587d101 Merge remote-tracking branch 'upstream/main' into w2p-85451_export-search-results-as-csv 2022-05-04 14:01:57 +02:00
Davide Negretti
39c11c6986 Merge branch 'main-bb' into CST-5674 2022-05-04 11:42:56 +02:00
Davide Negretti
9173b9db60 [CST-5674] Fix; enable policy and action type editing; test 2022-05-04 11:35:54 +02:00
Kim Shepherd
ba3069215a [TLC-254] Lint fixes 2022-05-04 15:09:59 +12:00
Kim Shepherd
bf9208169e [TLC-254] Lint fixes 2022-05-04 15:04:49 +12:00
Kim Shepherd
2fbf33b641 [TLC-254] Take config data service out of constructor, make optional 2022-05-04 14:53:47 +12:00
Kim Shepherd
5363ae1ac1 [TLC-254] mock config data service, get type in form builder service+test 2022-05-04 13:52:06 +12:00
Luca Giamminonni
49e2a5b1a8 Merge branch 'CST-5307' into CST-5339 2022-05-03 16:39:34 +02:00
Luca Giamminonni
3b550b591b Merge branch 'CST-5307' into CST-5668 2022-05-03 16:38:56 +02:00
Luca Giamminonni
804930fbe2 [CST-5307] Improved researcher profile component 2022-05-03 15:35:51 +02:00
Giuseppe Digilio
675f3910cc [CST-5535] Refactoring health check server side request 2022-05-03 15:32:02 +02:00
Giuseppe Digilio
3c2f26f6c1 [CST-5535] Add environment configuration for Actuators 2022-05-03 15:30:20 +02:00
Giuseppe Digilio
32a91f64d9 [CST-5535] Refactoring health page 2022-05-03 12:06:48 +02:00
Yura Bondarenko
22d5643d8b 90978: Set klaro cookie before each test 2022-05-03 09:32:31 +02:00
Alexandre Vryghem
b9b5b50999 89741: Added ThemedExpandableNavbarSectionComponent 2022-05-03 09:04:58 +02:00
Kim Shepherd
fd0c8f409e [TLC-254] Tests for isObjectEmpty() 2022-05-03 14:11:02 +12:00
Kim Shepherd
833637c215 [TLC-254] Get Type Bind config from backend 2022-05-03 14:10:33 +12:00
Davide Negretti
bb3cc1c619 [CST-5674] Edit policy target; modal content; test 2022-05-02 17:02:04 +02:00
Giuseppe Digilio
26d496d55c Merge remote-tracking branch 'origin/main' into CST-5535
# Conflicts:
#	package.json
#	yarn.lock
2022-05-02 16:13:52 +02:00
Giuseppe Digilio
f3a40a5ef9 [CST-5239] Fix button visualization 2022-05-02 16:08:58 +02:00
Giuseppe Digilio
c8c8d1e1ff Merge remote-tracking branch 'origin/main' into feature/CST-5329 2022-05-02 15:01:59 +02:00
Marie Verdonck
917e5fe5bc Issue 1635: Fix for @input not working on search bar ds-search-form 2022-05-02 14:55:23 +02:00
myrza1
5fd692ce1b Update kz.json5
translated all
2022-05-01 02:07:01 +06:00
Tim Donohue
37ebe259f3 Merge pull request #1628 from 4Science/CST-5676
Bitstream edit page fixes
2022-04-29 16:54:00 -05:00
Tim Donohue
1e341aa789 Merge pull request #1629 from mspalti/mirador-fix
Mirador webpack build fix.
2022-04-29 14:46:16 -05:00
Tim Donohue
c0ed90368c Merge pull request #1625 from atmire/radio-buttons-in-submission
Radio buttons in submission
2022-04-29 14:24:57 -05:00
Giuseppe Digilio
aa7ceec15a [CST-5738] Fix retrieving of embed from auth status model 2022-04-29 19:15:40 +02:00
Tim Donohue
662f119434 Merge pull request #1623 from atmire/Issue#1381-DSO-sub-route-titles-fix
Issue #1381 - DSO sub route titles fix
2022-04-29 11:16:56 -05:00
Giuseppe Digilio
8498504b93 [CST-5270] Add target blank for links 2022-04-29 16:14:47 +02:00
Luca Giamminonni
788a326592 [CST-5307] Fixed test 2022-04-29 15:51:35 +02:00
Giuseppe Digilio
23e8e03185 Merge branch 'CST-5270-sherpa-romeo-integration' of bitbucket.org:4Science/dspace-angular into CST-5270-sherpa-romeo-integration 2022-04-29 15:37:20 +02:00
Luca Giamminonni
6b3c6c2dda [CST-5307] Fixed lint 2022-04-29 15:34:57 +02:00
Davide Negretti
d5e5a4a550 [CST-5674] Informative modal (WIP) 2022-04-29 13:02:22 +02:00
Giuseppe Digilio
0f80b6533b [CST-5738] Add method to retrieve embedded special groups 2022-04-29 12:49:07 +02:00
Davide Negretti
342a62081c [CST-5674] Enable ePerson/Group editing; prevent switching between ePerson and Group 2022-04-29 12:17:48 +02:00
Davide Negretti
e94454be97 [CST-5674] Update selected ePerson/Group 2022-04-29 12:11:06 +02:00
Yura Bondarenko
2e979afd22 90948: Show notifications when failing to create/delete role Groups 2022-04-29 10:46:28 +02:00
Alexandre Vryghem
2f84d0294b 89720: Added ThemedEditItemTemplatePageComponent 2022-04-29 10:27:26 +02:00
Giuseppe Digilio
1e651c2d47 Merge remote-tracking branch 'origin/main' into CST-5738 2022-04-29 09:56:23 +02:00
Giuseppe Digilio
34ca590fa5 [CST-5253] Fix view item button for pool tasks in the mydspace results list 2022-04-29 09:20:27 +02:00
Giuseppe Digilio
bfb84c86df [CST-5253] Fix view item button for claim task in the mydspace results list 2022-04-29 09:19:56 +02:00
Giuseppe Digilio
55e77d1edb [CST-5253] Fix view item button for workspace items in the mydspace results list 2022-04-29 09:19:14 +02:00
Giuseppe Digilio
d3ef3d3079 [CST-5253] Change full-item-page.component in order to display also workspace items 2022-04-29 09:17:17 +02:00
Giuseppe Digilio
9e2928f653 [CST-5253] Fix detail visualization for archived item in the mydspace result list 2022-04-29 09:16:03 +02:00
Giuseppe Digilio
2b7ed5c258 [CST-5253] Add view item button for workflow items 2022-04-29 09:15:20 +02:00
Michael Spalti
58b8ba3aa7 Lint errors. 2022-04-28 17:01:59 -07:00
Tim Donohue
618a7f4dcd Merge pull request #1620 from 4Science/CST-5662-search-scope-selector
Enabled search scope selector
2022-04-28 17:06:59 -05:00
Tim Donohue
de1cd8619f Merge pull request #1561 from atmire/w2p-88300_issue-1379
Browse clarify filter functionality
2022-04-28 16:49:17 -05:00
Michael Spalti
7bbce89b40 Fixes search passthrough to Mirador and adds tests. 2022-04-28 14:26:35 -07:00
Michael Spalti
d32566beda Mirador webpack build fix. 2022-04-28 12:38:35 -07:00
Rezart Vata
d435d8eeb1 [CST-5270] Fixed graphical changes requested 2022-04-28 19:07:38 +02:00
Giuseppe Digilio
b023a5a03c [CST-5270] Fix submission-objects.effects sherpa romeo customization 2022-04-28 18:58:35 +02:00
Rezart Vata
64f3af7a1b [CST-5253] Added unit testing 2022-04-28 18:35:04 +02:00
Rezart Vata
a754a20ec6 [CST-5270] Fixing ISSN removal and unit testing 2022-04-28 18:12:15 +02:00
Giuseppe Digilio
3d206165b2 [CST-5676] Fix bitstream's follow links 2022-04-28 15:53:48 +02:00
Giuseppe Digilio
edb77b4a09 Merge remote-tracking branch 'origin/main' into CST-5676 2022-04-28 15:41:44 +02:00
Giuseppe Digilio
393a4a3d40 [CST-5676] Implemented bitstream-breadcrumbs.service 2022-04-28 15:41:25 +02:00
Bruno Roemers
a75387602b Merge branch 'main' into feature-relationship-versioning 2022-04-28 15:05:19 +02:00
Yura Bondarenko
34be1179ab Fix unused import 2022-04-28 14:49:34 +02:00
Yura Bondarenko
63de6139a3 90978: Upgrade compression-webpack-plugin 2022-04-28 14:06:38 +02:00
Alexandre Vryghem
7480a19a65 89720: Added ThemedItemMetadataComponent 2022-04-28 14:02:15 +02:00
Yura Bondarenko
1522c36ed0 Merge remote-tracking branch 'origin/main' into w2p-90978_Improve-initial-page-load_PR 2022-04-28 13:49:39 +02:00
Luca Giamminonni
95b704f889 Merge commit 'a9162eb9205c920f1d64857851117514a8c2beca' into CST-5339 2022-04-28 13:20:37 +02:00
Sufiyan Shaikh
b8904f5fe1 [CST-5676] Resolver Changes Item Undefined 2022-04-28 16:35:42 +05:30
Bruno Roemers
bcbd8dbd93 91070: Fix tests (add missing dependencies to testbed) 2022-04-28 12:28:44 +02:00
Yura Bondarenko
572a10db6b 90978: Responsive banner background image 2022-04-28 12:16:46 +02:00
Yura Bondarenko
7e391f0411 90978: Serve pre-compressed static files 2022-04-28 12:16:46 +02:00
Yura Bondarenko
e65b5e2f1c 90978: Update theme modules 2022-04-28 12:16:46 +02:00
Yura Bondarenko
8a4f811575 90978: Move admin menu to MenuResolver, clean up & add tests 2022-04-28 12:01:02 +02:00
Yura Bondarenko
cc745b4225 90978: Minor fixes 2022-04-28 12:01:02 +02:00
Davide Negretti
44f393d65a [CST-5674] Fixed link in TODO 2022-04-28 11:44:53 +02:00
Sufiyan Shaikh
b83e87dd4e [CST-5676] Bitstream Breadcrumb Resolver 2022-04-28 10:38:45 +05:30
Tim Donohue
7278b1515c Merge pull request #1622 from tdonohue/enable_tr_lang
Enable Turkish lang pack in dropdown list
2022-04-27 16:01:39 -05:00
Tim Donohue
5448f2c2af Enable tr lang pack in dropdown list 2022-04-27 14:51:40 -05:00
Tim Donohue
400ef9a433 Merge pull request #1519 from ITUBIDB/turkish-translation
Turkish Translation
2022-04-27 14:49:27 -05:00
Tim Donohue
83471ecd50 Merge pull request #1605 from atmire/w2p-90873_issue-1380_Standard-bundles-in-upload-bitstream
Add standard bundles in upload bitstream
2022-04-27 14:21:13 -05:00
Rezart Vata
aa78a2991c CST-5253] Finished functionalities 2022-04-27 20:18:33 +02:00
Giuseppe Digilio
aaa166593e [DSC-516] Fix accessibility issues 2022-04-27 18:59:29 +02:00
Giuseppe Digilio
9bb8fc1d1c [CST-5662] Enabled search scope selector 2022-04-27 18:22:32 +02:00
Giuseppe Digilio
e307c5de9f [CST-5270] add string type to attribute declaration 2022-04-27 17:20:26 +02:00
Giuseppe Digilio
f9d55dc3e8 [CST-5270] Refactoring implementation and remove mock response 2022-04-27 17:19:38 +02:00
Yana De Pauw
1f4248ccd5 Merge remote-tracking branch 'upstream/main' into w2p-88300_issue-1379 2022-04-27 16:45:56 +02:00
Giuseppe Digilio
63366e6ca2 Merge remote-tracking branch 'origin/main' into CST-5270-sherpa-romeo-integration
# Conflicts:
#	src/app/submission/objects/submission-objects.effects.ts
2022-04-27 15:56:36 +02:00
Pratik Rajkotiya
a34e7428c3 [CST-5738] remove unused variable. 2022-04-27 19:11:49 +05:30
Pratik Rajkotiya
da5d540668 [CST-5738] add special group with mock & test cases. 2022-04-27 19:10:44 +05:30
Alexandre Vryghem
2ad87c50d1 90873: issue 1380 - Added tests 2022-04-27 13:52:58 +02:00
Luca Giamminonni
ad39ad323e Merge remote-tracking branch '4Science-bitbucket/CST-5338' into CST-5307 2022-04-27 13:52:42 +02:00
Rezart Vata
107199eb8e [CST-5270] Finished unit testing 2022-04-27 13:40:33 +02:00
Luca Giamminonni
fd00b55465 Merge branch 'CST-5309' into CST-5307 2022-04-27 13:35:05 +02:00
Luca Giamminonni
0d09dbd498 Merge remote-tracking branch '4Science-bitbucket/CST-5668' into CST-5307 2022-04-27 13:33:27 +02:00
Art Lowel
3bc5ee0253 pages loading twice poc
Cherry-picked from original branch started from Angular 13 PR
2022-04-27 11:58:43 +02:00
Luca Giamminonni
7a193cc9a2 [CST-5307] Fixed compilation 2022-04-27 11:14:47 +02:00
Luca Giamminonni
5c0222747e Merge remote-tracking branch '4Science-bitbucket/main' into CST-5307 2022-04-27 10:11:45 +02:00
Luca Giamminonni
21241571f7 Merge remote-tracking branch '4Science-bitbucket/CST-5307' into CST-5307 2022-04-27 10:04:36 +02:00
Sufiyan Shaikh
0812377b58 [DSC-516] Test cases changes 2022-04-27 11:50:53 +05:30
Kim Shepherd
8cd07de4fc [TLC-254] Remove chaff from test 2022-04-27 14:58:52 +12:00
Kim Shepherd
c2f57b448d [TLC-254] Ensure matchers injected in testbed providers 2022-04-27 14:28:35 +12:00
kshepherd
13dac1af0e Merge pull request #1613 from tdonohue/fix_docker_build
Fix Dockerfile for Angular 13 updates
2022-04-27 13:29:36 +12:00
Tim Donohue
533b1f5e40 Merge pull request #1606 from 4Science/CST-5733-router-loading
Fix router-outlet destroy issue
2022-04-26 15:11:03 -05:00
Tim Donohue
afbd31a138 Merge pull request #1607 from 4Science/CST-5418-improve-cannot-deposit-notification
[CST-5418] Improve notification when cannot deposit
2022-04-26 14:28:08 -05:00
Tim Donohue
9cc20c7417 Fix Dockerfile to specify listening on 0.0.0.0 2022-04-26 12:17:49 -05:00
Rezart Vata
e7e67c779e [CST-5270] Fixed conflict and merged with main branch 2022-04-26 18:13:38 +02:00
Rezart Vata
cb84bc758e [CST-5270] Implemented new refresh button & code refactoring 2022-04-26 17:52:28 +02:00
Pratik Rajkotiya
1507bbf733 [CST-5307] claim item added. 2022-04-26 21:07:12 +05:30
lotte
21c26897bc Merge branch 'radio-buttons-in-submission-7.2' 2022-04-26 17:09:43 +02:00
lotte
4c68280108 radio buttons in submission fixed 2022-04-26 17:09:07 +02:00
Giuseppe Digilio
56d0522f89 Merge remote-tracking branch 'origin/main' into CST-5733-router-loading
# Conflicts:
#	src/app/admin/admin-sidebar/admin-sidebar.component.ts
2022-04-26 17:04:09 +02:00
Sufiyan Shaikh
abe1d5c6c7 [DSC-516] Change truncable components in order to show more/less button 2022-04-26 17:28:54 +05:30
Sufiyan Shaikh
78a3a93f24 [CST-5676] Resolve 2022-04-26 17:11:50 +05:30
Kristof De Langhe
307d3f2e53 Merge remote-tracking branch 'dspace/main' into w2p-90951_Fix-Issue#1381-DSO-sub-route-titles 2022-04-26 13:11:07 +02:00
Kristof De Langhe
ccac67d238 Merge branch 'w2p-90951_Fix-Issue#1381-DSO-sub-route-titles-contribute-7.0' into w2p-90951_Fix-Issue#1381-DSO-sub-route-titles-contribute-7.2 2022-04-26 13:10:01 +02:00
Kristof De Langhe
291f2997ed 90951: Fix issue #1381 - route titles priority over DSO titles 2022-04-26 13:06:29 +02:00
Giuseppe Digilio
91dc50a0a3 [CST-5733] Create admin sidebar menu entries on authentication 2022-04-26 11:04:48 +02:00
Yura Bondarenko
809072e86a 90918: Fix RxJs issues 2022-04-26 10:50:10 +02:00
Giuseppe Digilio
eb57b28b52 [CST-5418] Fix warning message 2022-04-26 10:43:53 +02:00
SDGBot
15e4200f7e ITU BIDB türkçe dil desteği güncellemesi
Ek düzeltmeler.
2022-04-26 10:18:56 +03:00
SDGBot
6f9e5b8c50 ITU BIDB türkçe dil desteği güncellemesi
Ek düzeltmeler.
2022-04-26 10:14:33 +03:00
SDGBot
c0907c1987 ITU BIDB türkçe dil desteği güncellemesi
Hatalı dosyanın değiştirilmesi!
2022-04-26 10:08:54 +03:00
Kim Shepherd
f9e402b69f [TLC-254] Tidy up some unhelpful comments in typeBind service 2022-04-26 10:25:53 +12:00
Kim Shepherd
2ca7b72ac2 [TLC-254] Tidy up some unhelpful comments in typeBind service 2022-04-26 10:22:06 +12:00
Yura Bondarenko
8d6f156db1 90918: Upgrade ng-dynamic-forms and RxJs
Copied over isNumeric from RxJs 6.x as it was removed from 7.x
Build & tests are broken, fixed in subsequent commit
2022-04-25 15:32:34 +02:00
Kim Shepherd
2c0afaabec [TLC-254] lint and test fixes 2022-04-24 16:29:15 +12:00
Kim Shepherd
5b607ccb86 [TLC-254] lint and test fixes 2022-04-24 16:14:40 +12:00
myrza1
0146a11953 Update kz.json5
update ed commas
2022-04-23 19:33:25 +06:00
myrza1
3757a414bc Update kz.json5 2022-04-23 19:14:59 +06:00
myrza1
6a91a9c3e1 Update kz.json5
transalte without admin section. Is it needs?
2022-04-23 17:59:49 +06:00
Kim Shepherd
be6ea812bb [TLC-254] tidy up imports, regexes, mock data 2022-04-23 16:54:52 +12:00
Kim Shepherd
e182378572 [TLC-254] Remove inappropriate tests from form builder, component 2022-04-23 16:05:46 +12:00
Kim Shepherd
d3a78b8ad5 [TLC-254] Add getTypeBindRelations helper method to bind service 2022-04-23 16:05:20 +12:00
Kim Shepherd
7fd7eb31cb [TLC-254] Remove some unwanted (ported) methods from form builder 2022-04-23 16:04:48 +12:00
Tim Donohue
c538bbbe46 Merge pull request #1469 from ybnd/pr_external-links-in-menus
Support external links in menus
2022-04-22 17:02:33 -05:00
Rezart Vata
d390920cca [CST-5270] Code refactoring, made changes from the rest contract and implemented i18n 2022-04-22 19:09:40 +02:00
Pratik Rajkotiya
fbcb6f7d78 [CST-5307] method releted to orcid is removed. 2022-04-22 18:10:26 +05:30
SDGBot
bc9f02f49e ITU BIDB türkçe dil desteği güncellemesi
Metaveri -> Metadata düzeltmesi
2022-04-22 14:10:40 +03:00
SDGBot
aefc4e1310 ITU BIDB türkçe dil desteği güncellemesi
İstek üzerine gerekli güncellemeler gerçekleştirilmiştir.
2022-04-22 13:39:21 +03:00
Luca Giamminonni
9509d6d901 Merge remote-tracking branch '4Science-bitbucket/main' into CST-5307 2022-04-22 11:25:12 +02:00
Yura Bondarenko
f3e2a7a6f1 Fix missing imports (conflict resolution error) 2022-04-22 09:54:12 +02:00
Yura Bondarenko
192b9aa29f Support external links in menus 2022-04-22 09:36:29 +02:00
Yura Bondarenko
e7c56dbb12 Remove unused imports 2022-04-22 09:08:15 +02:00
Yura Bondarenko
a041368019 90252: Fix invalidateByHref not emitting 2022-04-22 09:07:10 +02:00
Yura Bondarenko
be488c04bb 90252: Fix flaky tests 2022-04-22 09:07:10 +02:00
Yura Bondarenko
c628d4320b 90252: Ensure calls come through if no subscribers 2022-04-22 09:07:08 +02:00
Yura Bondarenko
4e38d2b145 90252: Ensure modals are dismissed between tests 2022-04-22 09:05:00 +02:00
Yura Bondarenko
9699491269 90252: Remove old cleanup code
& add tests to confirm that DataService.delete is called
2022-04-22 09:04:58 +02:00
Yura Bondarenko
c19d12c5c0 90252: Invalidate requests containing DSO on DataService.delete
Keep track of a list of request UUIDs in the object cache (most recent in front)
When deleting a DSO, mark all of these as stale
2022-04-22 09:04:15 +02:00
Kim Shepherd
02ee1eca87 [TLC-254] Quotes fixed for Lint, import cleanup 2022-04-22 16:14:02 +12:00
Kim Shepherd
bc62764345 [TLC-254] Service tests - small fixes 2022-04-22 16:05:47 +12:00
Kim Shepherd
d7afaf9cb8 [TLC-254] Service tests 2022-04-22 16:05:47 +12:00
Kim Shepherd
fc037d79ca [TLC-254] WIP tests 2022-04-22 16:05:47 +12:00
Kim Shepherd
c414b8cebc [TLC-254] Replace some undef/null tests with hasValue, hasNoValue 2022-04-22 16:05:47 +12:00
Kim Shepherd
617717069b [TLC-254] Remove unnecessary (and never destroyed) subscriber
Date picker was hiding parent though subscription but this
can be handled async with a simple setTimeout instead
2022-04-22 16:05:47 +12:00
Kim Shepherd
9ceb358080 [TLC-254] Fix Lint errors , unused imports 2022-04-22 16:05:47 +12:00
Kim Shepherd
ce0194108f [TLC-254] ITs, mocking type bind relation service 2022-04-22 16:05:47 +12:00
Kim Shepherd
96774971de [TLC-254] ITs, mocking type bind relation service 2022-04-22 16:05:47 +12:00
Kim Shepherd
93d2f5d8ac [TLC-254] Strip out irrelevant metadata security lvl (as per review) 2022-04-22 16:05:47 +12:00
Kim Shepherd
f97a87702c [TLC-254] Hidden fields can collapse in row, revert drag-handle problem
apply d-none class to form-control container when model is hidden
css rule for ds-form-control-container.d-none forces collapse
drag-handle fix from 9019b809 was recent and is applied manually here too
2022-04-22 16:05:42 +12:00
Kim Shepherd
61d64d5e5e [TLC-254] Updating references in tests to reflect row array model changes 2022-04-22 16:02:53 +12:00
Kim Shepherd
be7f21eb32 [TLC-254] Make the item type field configurable (default dc.type) 2022-04-22 16:02:53 +12:00
Kim Shepherd
361bb7f7dc [TLC-254] Port submission field type binding from DSpace-CRIS 7 2022-04-22 16:02:53 +12:00
Tim Donohue
19fa36f243 Merge pull request #1598 from atmire/w2p-90768_Fix-search-field-on-SearchHierarchyFilterComponent
Fix search field on search hierarchy filter component
2022-04-21 16:48:01 -05:00
nibou230
9f50b4997c Changed the import for CacheableObject 2022-04-21 14:30:23 -04:00
nibou230
a2a241b906 Added the badge to some components for coherence 2022-04-21 14:08:35 -04:00
nibou230
550eb6c7ab Adapt the service to a LinkedRepository result 2022-04-21 14:08:01 -04:00
nibou230
459da211be Display the access status badges 2022-04-21 13:59:29 -04:00
Rezart Vata
da2cba5827 [CST-5270] Added some information from mock json to the layout 2022-04-21 18:48:19 +02:00
Tim Donohue
9b56911c43 Merge pull request #1587 from atmire/Removing-unnecessary-circular-dependencies
Removing unnecessary circular dependencies
2022-04-21 08:39:49 -05:00
Yana De Pauw
f228a93889 Merge remote-tracking branch 'upstream/main' into w2p-88300_issue-1379 2022-04-21 15:29:25 +02:00
Rezart Vata
5add939a1d [CST-5270] Insertion of submission section with mock & section layout 2022-04-21 12:33:38 +02:00
Giuseppe Digilio
fa1b7d11ad [CST-5418] Check success notification is not present on depositing when there are errors 2022-04-21 11:31:07 +02:00
Giuseppe Digilio
0506c5596a [CST-5418] Use different param for notifications and errors in the parseSaveResponse method 2022-04-21 11:30:15 +02:00
lotte
d806f4da95 Merge branch 'main' into Removing-unnecessary-circular-dependencies 2022-04-21 10:36:45 +02:00
Sufiyan Shaikh
ffe5922990 [CST-5676] resolver overwrite 2022-04-21 12:50:18 +05:30
Tim Donohue
e314a70957 Merge pull request #1600 from atmire/w2p-90155_fix-menu-issues
Fix for menu issues
2022-04-20 12:20:16 -05:00
Jens Vannerum
f49793ec04 90155: Unnused import and comments 2022-04-20 17:35:51 +02:00
Giuseppe Digilio
c250408382 [CST-5418] Improve notification when cannot deposit 2022-04-20 16:10:18 +02:00
Tim Donohue
2671a4cb83 Merge pull request #1599 from atmire/w2p-90797_issue-1430_redux-devtools-disable-support-in-prod-mode
Disable redux devtools support in prod mode
2022-04-20 09:06:15 -05:00
lotte
d364804c42 Removed circ dependency after merge with main 2022-04-20 15:34:32 +02:00
Marie Verdonck
d51af2739e 90873: issue 1380 - Fix to make default bundle config work without yml changes 2022-04-20 15:10:26 +02:00
lotte
014fe1b733 fixes after merge with master 2022-04-20 14:48:18 +02:00
lotte
6784ac39f6 Merge branch 'main' into Removing-unnecessary-circular-dependencies 2022-04-20 14:47:55 +02:00
Sufiyan Shaikh
01f3cbcaea [CST-5676] Breadcrumbs changes 2022-04-20 15:44:01 +05:30
Giuseppe Digilio
7a14488a42 Merge remote-tracking branch 'origin/main' into CST-5733-router-loading 2022-04-20 09:53:50 +02:00
Giuseppe Digilio
0fa44f4b74 [CST-5733] Apply changes in order to not destroy router-outlet on loading 2022-04-20 09:53:44 +02:00
Alexandre Vryghem
beae47ef19 90873: Add default bundle suggestions on upload bundle 2022-04-20 09:10:45 +02:00
Tim Donohue
3a9d4fad95 Merge pull request #1597 from atmire/w2p-90263_issue-8205_no-embargoed-files-on-google-scholar-meta-tag
Fix for embargoed file links on Google Scholar Meta Tag "citation_pdf_url"
2022-04-19 17:12:40 -05:00
Alexandre Vryghem
743bbb6afe Merge branch 'main-atmire-github' into w2p-90797_issue-1430_redux-devtools-disable-support-in-prod-mode 2022-04-19 21:49:55 +02:00
Alexandre Vryghem
ffa61438f9 90797: Disable redux devtools in production mode 2022-04-19 21:35:16 +02:00
Giuseppe Digilio
404886e247 [CST-5733] Fix issue with group search within the resource policy page 2022-04-19 18:35:23 +02:00
Alexandre Vryghem
99aee55efa 90873: Add environment.standardBundles.bundle 2022-04-19 18:31:23 +02:00
dependabot[bot]
728bce56a4 Bump node-forge from 1.2.1 to 1.3.1
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.1.
- [Release notes](https://github.com/digitalbazaar/forge/releases)
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.1)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-19 14:18:00 +00:00
dependabot[bot]
5dd7efcbab Bump moment from 2.29.1 to 2.29.2
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-19 14:17:06 +00:00
dependabot[bot]
004f95b6dc Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-19 14:16:56 +00:00
Tim Donohue
88ffc37894 Merge pull request #1567 from atmire/w2p-87968_Upgrade-to-Angular-13
Upgrade to Angular 13
2022-04-19 09:15:45 -05:00
Yana De Pauw
f828215f48 88300: Implement feedback 2022-04-19 14:57:42 +02:00
Sufiyan Shaikh
6480b75aed [CST-5676] Bitstream edit page is broken if no policies are set 2022-04-18 16:27:36 +05:30
Sufiyan Shaikh
4fe82112d6 [CST-5676] Bitstream edit page is broken if no policies are set 2022-04-18 13:39:36 +05:30
Sufiyan Shaikh
71ffeac80e [CST-5676] Bitstream edit page is broken if no policies are set 2022-04-18 13:18:40 +05:30
lotte
7830d1c632 replaced package.json script shorthand to build.yml 2022-04-14 16:14:09 +02:00
lotte
ef7f6d1306 Added package.json short cut to check circular dependencies 2022-04-14 16:00:24 +02:00
Alexandre Vryghem
8e5bfc023e 90768: Already selected filters were still displayed in the clickable suggestions 2022-04-14 10:28:18 +02:00
Marie Verdonck
b80334f3f1 Merge branch 'w2p-90263_issue-8205_no-embargoed-files-on-google-scholar-meta-tag-7.0' into w2p-90263_issue-8205_no-embargoed-files-on-google-scholar-meta-tag 2022-04-13 15:50:57 +02:00
Marie Verdonck
32676fc500 90263: issue 8205 - check if downloadable before citation_pdf_url to source 2022-04-13 15:50:08 +02:00
Pratik Rajkotiya
a9162eb920 [CST-5339] ORCID queue added. 2022-04-13 18:20:16 +05:30
Pratik Rajkotiya
dd4ff5e40c [CST-5338] ORCID Settings added. 2022-04-13 17:54:29 +05:30
Pratik Rajkotiya
cc08a2829e [CST-5668] ORCID Authorizations added. 2022-04-13 17:48:26 +05:30
Alexandre Vryghem
e3172fd6e8 90768: Updated tests for search.util and created test for SearchHierarchyFilterComponent 2022-04-13 10:01:50 +02:00
Alexandre Vryghem
8924b2c92c 90768: Prevent empty filters from being added 2022-04-13 09:46:14 +02:00
Alexandre Vryghem
b3f010974d 90768: Removing and adding filter could break filter 2022-04-12 21:54:22 +02:00
myrza1
5379b14c2c Update kz.json5 2022-04-12 19:44:00 +06:00
Pratik Rajkotiya
88c324cb5a [CST-5307] Migrate Researcher Profile (Angular). 2022-04-12 17:04:32 +05:30
Alexandre Vryghem
155db64c63 86526: Added themable AuthNavMenuComponent 2022-04-12 09:36:18 +02:00
Alexandre Vryghem
2ef9c1db18 90768: Appended query operator to the filter 2022-04-11 09:48:07 +02:00
Alexandre Vryghem
61650df492 90768: Fixed dropdown position bug 2022-04-11 09:41:55 +02:00
myrza1
1e47da0a51 Update kz.json5 2022-04-10 02:35:15 +06:00
myrza1
ef7bd1df57 Update kz.json5
Екінші аударым
2022-04-10 02:24:28 +06:00
Yura Bondarenko
f8297218ad 87968: Fix unstyled link issue 2022-04-08 17:58:25 +02:00
Yura Bondarenko
3f340c18f2 87968: Fix spacing issues via custom CSS 2022-04-08 17:58:23 +02:00
Yura Bondarenko
042a0dd389 87968: Revert previous spacing fixes 2022-04-08 17:57:16 +02:00
Yura Bondarenko
c736ebaebf Revert "87968: Increase Node --max_old_space_size"
This reverts commit 62e7615f1fa9b680120e7ab7dbef173a5e4679dc.
2022-04-08 17:57:16 +02:00
Art Lowel
708375593d add margin to compensate for the switch to preserveWhiteSpaces = false 2022-04-08 17:57:16 +02:00
Yura Bondarenko
0115c5217b 87968: Turn off preserveWhitespaces by default
And set to true explicitly for MyDSpace action components to preserve look
(see https://github.com/DSpace/dspace-angular/issues/903#issuecomment-713013310)
2022-04-08 17:57:16 +02:00
Yura Bondarenko
a14cc6fde2 87968: Run CI ESLint in --quiet mode 2022-04-08 17:57:16 +02:00
Yura Bondarenko
22ac66787a 87968: Kill app if still up after e2e tests 2022-04-08 17:57:16 +02:00
Yura Bondarenko
99c41b9e80 87968: Minor code changes to pass lint 2022-04-08 17:57:16 +02:00
Yura Bondarenko
bb51609af9 87968: Update ESLint disable/enable comments
eslint-disable max-classes-per-file only works at the top of the file now
2022-04-08 17:57:16 +02:00
Yura Bondarenko
b5911b8536 87968: Manual ESLint configuration
Extend recommended ESLint rulesets, disable rules that are too noisy or would require major code changes to resolve errors
Restore TSLint configuration as closely as possible
2022-04-08 17:57:16 +02:00
Yura Bondarenko
245977a432 87968: Automatic migration from TSLint to ESLint
Via `ng g @angular-eslint/schematics:convert-tslint-to-eslint`
2022-04-08 17:57:16 +02:00
Yura Bondarenko
ec6327edc2 87968: Automatic ESLint install
Via CLI suggestion when running `ng lint` w/o ESLint on Angular 13
2022-04-08 17:57:16 +02:00
Yura Bondarenko
cad76ff378 87968: Increase Node --max_old_space_size 2022-04-08 17:57:16 +02:00
Yura Bondarenko
59d46ffbdf 87968: Upgrade ng-bootstrap to v11
Some tests involving NgbModal now fail if setup with mock Injector without `get` method
2022-04-08 17:57:16 +02:00
Yura Bondarenko
5488d0f83a 87968: Remove unused import 2022-04-08 17:57:16 +02:00
Yura Bondarenko
48efccb53b 87968: Upgrade ngx-gallery 2022-04-08 17:57:16 +02:00
Yura Bondarenko
bfdda43a48 87968: Update devServer configuration 2022-04-08 17:57:16 +02:00
Yura Bondarenko
d78019cd39 87968: Fix unit tests 2022-04-08 17:57:15 +02:00
Yura Bondarenko
563956c5df 87968: Manual fixes after NgRx migration
Selector typing

Restored pre-13 behaviour where mock stores were reset after every test.
The upgrade caused multiple tests to start failing; we could solve this
by adjusting all of these one by one but that would take some time.
(see https://ngrx.io/guide/migration/v13#testing-reset-mock-store)
2022-04-08 17:57:15 +02:00
Yura Bondarenko
8e4f1993bf 87968: Automatic upgrade to NgRx 13 2022-04-08 17:57:15 +02:00
Yura Bondarenko
8f7389c83a 87968: Fix JSON5 parsing in Universal loader
Failed ~
  Error: export 'parse' (imported as 'JSON5') was not found in 'json5' (possible exports: default)

Only affected SSR: once CSR kicked in translations were loaded properly
2022-04-08 17:57:15 +02:00
Yura Bondarenko
49f470c07b 87968: Various dependency changes
Upgraded:
  zone.js
  ng-mocks
  @angular/cdk
  @ngtools/webpack
  @angular-builders/custom-webpack
  @nguniversal

Added:
 postcss-preset-env: fix spurious CSS warnings
 sass-loader: fix "can't resolve 'sass-loader'" & "the loader didn't return a string" errors
2022-04-08 17:57:15 +02:00
Yura Bondarenko
c1d870c32d 87968: Clean up after automatic upgrade
- Get rid of missed empty routerLinks
- Fix abstract property initializers
- Specify coverage reporter
2022-04-08 17:57:15 +02:00
Yura Bondarenko
1b460fe1d3 87968: Automatic upgrade to Angular 13 2022-04-08 17:57:15 +02:00
Yura Bondarenko
47c8ca7342 87968: Lift readyState complete check from Universal 12 2022-04-08 17:57:15 +02:00
Yura Bondarenko
ae89571519 87968: Fix unit tests 2022-04-08 17:57:15 +02:00
Yura Bondarenko
26d45fd5e7 87968: Remove angular2-text-mask dependency 2022-04-08 17:57:15 +02:00
Yura Bondarenko
3eb3afcc96 87968: Fix rxjs/internal imports 2022-04-08 17:57:15 +02:00
Yura Bondarenko
5476062648 87968: Add unmet peer dependencies 2022-04-08 17:57:15 +02:00
Yura Bondarenko
0e178ce1bc 87968: Fix missing theme assets
Adapt to changes in https://github.com/webpack-contrib/copy-webpack-plugin
2022-04-08 17:57:15 +02:00
Art Lowel
808d4e925a Enable source maps in dev mode 2022-04-08 17:57:15 +02:00
Art Lowel
a47d7dd846 Upgrade ng-dynamic forms 2022-04-08 17:57:15 +02:00
Yura Bondarenko
621a874b29 87968: Include theme modules in tsconfig.spec.ts
Without this, Webpack errors out when building tests due to theme components missing from the TS compilation
2022-04-08 17:57:15 +02:00
Yura Bondarenko
9093ef4ae9 87968: Karma needs ts-node 10.2.1
Otherwise tests error out with
  Uncaught ReferenceError: sourceMapSupport is not defined

Check just-jeb/angular-builders issue 1046 for more info
2022-04-08 17:57:15 +02:00
Yura Bondarenko
29d8dd68f4 87968: Remove html-webpack-plugin
After updating to Angular 12, it causes ng serve to fail with
  Conflict: Multiple assets emit different content to the same filename index.html

Confirmed that the application still builds and runs properly without it.

This plugin isn't used by @angular-builders/custom-webpack since Angular 8 (see https://www.justjeb.com/post/customizing-angular-cli-build#viewer-51npg), this is just the first time it's actually causing problems for us.

Removed script-ext-html-webpack-plugin as well since that's an extension to html-webpack-plugin & can't run without it.
2022-04-08 17:57:15 +02:00
Yura Bondarenko
22c5976095 87968: Upgrade to Angular 12 2022-04-08 17:57:15 +02:00
Luca Giamminonni
e68e605211 [CST-5309] Added LoginOrcid component 2022-04-08 17:37:21 +02:00
Kristof De Langhe
0ed7f2e0aa 89676: Test fixes 2022-04-08 11:12:26 +02:00
Yana De Pauw
712aac911c Remove faulty config.json file 2022-04-08 11:06:31 +03:00
Yana De Pauw
bf6c4f401e Fix LGTM issues 2022-04-07 15:18:56 +03:00
Yana De Pauw
6740e379f1 Merge branch 'w2p-88300_issue-1379-7.0' into w2p-88300_issue-1379 2022-04-07 15:03:27 +03:00
Yana De Pauw
ddca6701ac Update messages for different browse options 2022-04-07 15:02:41 +03:00
Yana De Pauw
06f1cc2d82 88300: Fix wrong message key 2022-04-07 13:59:40 +03:00
Kristof De Langhe
2b17bb8f1e 89676: Themeable browse-by-page decorator & search-results component 2022-04-07 11:43:39 +02:00
Tim Donohue
45887154b6 Merge pull request #1582 from louiserumpf/translation-de
Updated German translation
2022-04-06 12:08:28 -05:00
Tim Donohue
8a6fd925b4 Merge pull request #1580 from BibNumUMontreal/main
French translation reviewed and updated
2022-04-05 13:51:18 -05:00
lotte
6d3ef58ecc Removed unused imports 2022-04-05 17:27:45 +02:00
lotte
bcf2560ee7 Merge branch 'main' into Removing-unnecessary-circular-dependencies 2022-04-05 16:40:02 +02:00
lotte
53c67ac878 fixed after merge 2022-04-05 16:35:24 +02:00
lotte
30b7e8eb39 Merge branch 'main' into w2p-87382_circular-dependency-fixes 2022-04-05 16:35:00 +02:00
Jens Vannerum
8fad82c549 90155: Added queryParams to link menu options
- Made it possible to add queryParams to a link in the menu
2022-04-05 16:00:10 +02:00
Jens Vannerum
27986f8c24 Merge branch 'main' into w2p-90155_fix-menu-issues
# Conflicts:
#	src/app/admin/admin-sidebar/admin-sidebar.component.ts
#	src/app/shared/menu/menu-item/link-menu-item.component.html
#	src/app/shared/menu/menu-item/link-menu-item.component.spec.ts
2022-04-05 15:43:52 +02:00
Jens Vannerum
c8235ddb6b 90155: Added queryParams to link menu options
- Made it possible to add queryParams to a link in the menu
2022-04-05 15:24:32 +02:00
Pratik Rajkotiya
d7c3a20f2a [CST-5535] remove fdescibe. 2022-04-05 18:52:40 +05:30
Pratik Rajkotiya
392d0e366d [CST-5535] test cases added. 2022-04-05 18:46:58 +05:30
Yana De Pauw
249fa8e7f4 Merge remote-tracking branch 'upstream/main' into w2p-88300_issue-1379 2022-04-05 15:02:08 +03:00
Jens Vannerum
28622a82dd 90155: Hide imports and exports menus for regular users
- In the admin sidebar Import and Export menus are no longer visible for users who should not see them
2022-04-05 12:47:31 +02:00
Marie-Hélène Vézina
41eebbe661 quick changes to fr.json5
changes according to review : https://github.com/DSpace/dspace-angular/pull/1580#pullrequestreview-930932091
2022-04-04 17:38:20 -04:00
Tim Donohue
9c0fce3a7a Merge pull request #1552 from 4Science/CST-5449
[CST-5449] "Browse by" pages are missing "Now showing" contextual information
2022-04-04 10:07:35 -05:00
Tim Donohue
c1e6976502 Merge pull request #1574 from ybnd/Fix-search-filter-date-range-slider-collapse-animation
Pad date range sliders to fix search facet animation issues
2022-04-01 16:47:28 -05:00
Yura Bondarenko
dac852481e Pad date range sliders
So handles don't jut out when set to the min/max
2022-03-31 21:39:56 +02:00
Giuseppe Digilio
2ce744280b [CST-5449] Fix issue with double result list in the browse page 2022-03-31 19:00:44 +02:00
Giuseppe Digilio
2830f208ce Merge remote-tracking branch 'origin/main' into CST-5449 2022-03-31 16:46:06 +02:00
Tim Donohue
eb7713a702 Merge pull request #1577 from atmire/w2p-88820_Private-Public-Terminology
Changed the public/private terminology
2022-03-30 12:27:23 -05:00
louiserumpf
72885d896f Updated German translation
also corrected comment search.search-form.placeholder --> home.search-form.placeholder
2022-03-27 17:38:47 +02:00
Tim Donohue
e75cb5f64a Merge pull request #1581 from tdonohue/enable_bengali
Enable Bengali by default
2022-03-25 16:33:42 -05:00
Tim Donohue
c4a0bbdf1f Enable Bengali by default 2022-03-25 15:04:57 -05:00
Tim Donohue
bb57992d63 Merge pull request #1573 from raihantopu/main
Adding bn.json5 for 'Bengali Language Transalation'
2022-03-25 15:04:01 -05:00
Tim Donohue
50accfffb0 Merge pull request #1564 from atmire/w2p-88507_Fix-Download-Link-Edit-Bitstream-Page
Fix embargoed files download link not working on edit item page
2022-03-25 14:15:02 -05:00
Marie-Hélène Vézina
75bdf3de79 French translation reviewed and updated
French translation reviewed and updated

These are the main changes:

I have :

- added missing translations (more than ~300 variables)
- corrected the content of a few variables (partial translation and/or wrong translation or translation that deviated from the original); fixed a few typos (e.g. connexion instead of connection for "login")
- standardized the use of « some text » instead of "some text"
- standardized the spacing (among others : one blank before "?", ":", "!" (better yet would be to use a non-breaking space)
- removed the erroneous use of capital letters (e.g. "La Collections et la Communauté" => "La collection et la communauté")
- standardized the verb tenses for some variables (infinitive instead of imperative)
- added articles where they were missing (e.g. "Supprimer groupe" => "Supprimer le groupe")
- removed/corrected tupples : item.page.edit and sorting.lastModified.ASC

For information : I have kept the terms "Item", "Bundle", "Bitstream", "Eperson", "Workflow" (but I made sure that those words were capitalized to show they represent specific concepts) [In our local instance however, we localised the first three ones to, respectively, "document", "groupement", "fichier" in this order]

Still to do:

- gender-inclusive writing (e.g. : "utilisateur.trice", "auteur.e" or more generic forms)
2022-03-25 14:30:58 -04:00
Tim Donohue
adbad6907d Merge pull request #1556 from atmire/w2p-88248_Withdrawn-item-tombstone
Withdrawn item tombstone
2022-03-25 10:03:53 -05:00
Pratik Rajkotiya
108f6e60f9 [CST-5535] WIP 2022-03-25 18:37:25 +05:30
Pratik Rajkotiya
46a0ea10f4 [CST-5535] WIP 2022-03-25 18:28:26 +05:30
Tim Donohue
25133935ef Merge pull request #1572 from louiserumpf/main
updated German translation
2022-03-24 16:58:42 -05:00
Jens Vannerum
ceec5661fe 88820: Changed the public/private terminology
- Changed the terminology to use discoverable / non-discoverable as this is more clear and is suitable in every context
2022-03-24 15:43:04 +01:00
Marie Verdonck
c1f109b5ce Merge branch 'w2p-88248_Withdrawn-item-tombstone-7.0' into w2p-88248_Withdrawn-item-tombstone 2022-03-24 11:42:56 +01:00
Marie Verdonck
521e4ddb8d 88248: Theming alert 2022-03-24 11:42:04 +01:00
reetagithub
c5110f89bc Update fi.json5
Modified some keys to harmonize the translations of term 'administrative'. Also, translated "Administer Workflow" to a verb instead of a noun.
2022-03-24 11:18:18 +02:00
Tim Donohue
59104c4fbe Merge pull request #1513 from tdonohue/more_e2e_tests
Enhance e2e test infrastructure. Add initial tests for authenticated actions like submission, mydspace, etc.
2022-03-23 09:36:21 -05:00
Art Lowel
41ad172796 add github actions check for circular dependencies 2022-03-22 14:00:55 +01:00
Art Lowel
716cea376d fix circular dependency issues relating to request models 2022-03-22 13:29:23 +01:00
raihantopu
9600bacf46 adding bn.json5 for 'Bengali Language Transalation' and language code, label, active (all commented) to environment.test.ts file 2022-03-22 16:29:42 +06:00
louiserumpf
304b6226ab typo 2022-03-22 11:23:39 +01:00
louiserumpf
26f821e865 updated German translation 2022-03-22 11:18:44 +01:00
Bruno Roemers
1697d1396e 88599: Support versioning of entities 2022-03-21 10:23:44 +01:00
Yana De Pauw
55431f1e06 85451: Fix config example issue and author filters 2022-03-18 12:04:48 +01:00
Jens Vannerum
075cd578a7 Merge branch 'w2p-88507_Fix-Download-Link-Edit-Bitstream-Page' into w2p-88507_Fix-Download-Link-Edit-Bitstream-Page_GitHub 2022-03-18 09:06:29 +01:00
Jens Vannerum
8d7d65958d 88507 Added a second test
- This test checks that the downloadUrl prop is not set to `bitstream._links.content.href` (the bug that's fixed)
- And checks that it's set to the correct download route of the bitstream
2022-03-18 09:01:52 +01:00
Tim Donohue
15acb47afa Rename data-e2e to data-test 2022-03-17 11:51:18 -05:00
Jens Vannerum
e84589a5bc Merge remote-tracking branch 'upstream/main' into w2p-88507_Fix-Download-Link-Edit-Bitstream-Page 2022-03-17 17:10:12 +01:00
Marie Verdonck
e19d0a0334 88300: LGTM remove unused import 2022-03-17 15:25:28 +01:00
Jens Vannerum
f00664b281 88507 Improved test
- Refactored the test for the download button
- This way we're checking the actual href on the button, not the component's property
2022-03-17 14:54:21 +01:00
Jens Vannerum
4a8f6c357f 88507 Fixed bitstreams not downloadable on edit item page
- Created a new property bitstreamDownloadUrl where the url is saved in
- Added a test for this
- Alter the component to href to this link and not show the button when the property would be null
2022-03-17 14:54:13 +01:00
Marie Verdonck
a79b4d1bdb Merge branch 'w2p-88300_issue-1379-7.0' into w2p-88300_issue-1379 2022-03-17 14:35:40 +01:00
Marie Verdonck
c50e6c224d 88300: Fix next button tooltip 2022-03-17 14:35:28 +01:00
Yana De Pauw
f4364c2d04 Merge remote-tracking branch 'upstream/main' into w2p-88300_issue-1379 2022-03-17 13:31:08 +01:00
Yana De Pauw
97dc241c52 88300: Issue 1379 - Angular: Browse-by Subject does not allow to proceed to next pages once filtered 2022-03-17 13:00:00 +01:00
Yana De Pauw
90e469ee16 Fix LGTM issue 2022-03-14 17:21:34 +01:00
Yana De Pauw
0016348c47 Merge remote-tracking branch 'upstream/main' into w2p-88248_Withdrawn-item-tombstone 2022-03-14 16:37:13 +01:00
Yana De Pauw
b21f76456d 88248: #346: Withdrawn item tombstone page 2022-03-14 16:33:10 +01:00
Tim Donohue
3ecb3c2209 Merge pull request #1553 from reetagithub/main
Update fi.json5
2022-03-14 09:23:12 -05:00
Tim Donohue
577a83d2c4 Merge pull request #1555 from harvard-lts/1527-dev-env
[Issue 1527] Set default env preboot to false
2022-03-14 08:59:40 -05:00
William Welling
3a4a10e453 set default env preboot to false
leaving production env to true
2022-03-14 08:26:22 -05:00
reetagithub
d4ed4ca883 Corrected a typo 2022-03-14 09:05:48 +02:00
Giuseppe Digilio
4affbd8d57 [CST-5449] Fix failed test 2022-03-11 12:18:14 +01:00
Davide Negretti
29a870b13f Merge branch 'main-gh' into DSC-389 2022-03-11 10:53:35 +01:00
Tim Donohue
d8b498bd02 Merge pull request #1521 from 4Science/fix-notifications-issue
Fixed notifications duplicate issue
2022-03-10 14:52:57 -06:00
Tim Donohue
b439c3bfcc Merge pull request #1546 from atmire/Issue-1136-Password-Registration-link-fixes
Redirect to 404 page for forgot password or registration link with used tokens
2022-03-10 11:02:55 -06:00
Tim Donohue
0768bfbac1 Merge pull request #1527 from wwelling/1522-preboot-config
[Issue 1522] Afford disable preboot for production
2022-03-10 10:08:27 -06:00
Giuseppe Digilio
9335c4ebea Merge remote-tracking branch 'origin/main' into fix-notifications-issue
# Conflicts:
#	src/app/root/root.component.html
2022-03-10 17:01:56 +01:00
Sufiyan Shaikh
8cc7cd1e99 Merge branch 'main' of bitbucket.org:4Science/dspace-angular into feature/CST-5329 2022-03-10 14:48:44 +05:30
Sufiyan Shaikh
027b281d7a [CST-5329] Add validate only check in the Import > Metadata page 2022-03-10 14:45:53 +05:30
Sufiyan Shaikh
2ffb723202 [CST-5329] Add validate only check in the Import > Metadata page 2022-03-10 13:04:22 +05:30
Tim Donohue
1f26ca9566 Merge pull request #1534 from mspalti/shib-authorization-fix
Invalidate the authorization cache before retrieving token for auth cookie.
2022-03-09 11:26:28 -06:00
Tim Donohue
7046e0ec48 Merge pull request #1549 from the-library-code/german-translation-2
German translation
2022-03-09 10:53:21 -06:00
Pascal-Nicolas Becker
0700029718 Working on inclusivness of the German translation 2022-03-09 16:28:38 +01:00
YPaulsen-TLC
3bbd2d9d64 message key translations
Final German message keys translations for DSpace 7,
2022-03-09 16:10:22 +01:00
YPaulsen-TLC
8b0c0348b2 New message key translations
German translations of DSpace 7 message keys.
2022-03-09 16:09:26 +01:00
YPaulsen-TLC
59f03817b3 DSpace translation
German translations of DSpace 7 message keys.
2022-03-09 16:08:48 +01:00
Yana De Pauw
503cfd92f6 Merge branch 'main' into w2p-85451_export-search-results-as-csv 2022-03-07 15:06:29 +01:00
Tim Donohue
bc705df144 Check two locations for config.json, as it's in a different location in CI 2022-03-04 17:10:02 -06:00
Tim Donohue
a0e2ac3d12 Update README with clearer instructions on running 'ng e2e' 2022-03-04 15:53:14 -06:00
Tim Donohue
852da27c2c Update Cypress to read REST API URL dynamically from config.json 2022-03-04 15:53:14 -06:00
Tim Donohue
ccf6c8f36e Update submission tests to use Demo Submitter. Switch Docker scripts to use updated dspace7-entities-data.sql which now includes demo in-progress submissions 2022-03-04 14:42:47 -06:00
Tim Donohue
8c865b758e Fix bugs / stability issues with search e2e tests 2022-03-04 14:42:47 -06:00
Tim Donohue
53042179f0 Add Submission e2e tests, enhance MyDSpace tests. Minor cleanup to support tests 2022-03-04 14:42:47 -06:00
Tim Donohue
fe0e414343 Upgrade Cypress 2022-03-04 14:42:47 -06:00
Tim Donohue
22d2c9ed66 Merge pull request #1524 from atmire/w2p-87242_Fix-form-reset-on-deposit-with-out-of-scope-fields
Fix forced re-init due to out-of-scope fields
2022-03-04 08:18:02 -06:00
Yura Bondarenko
1f808f0096 87242: Fix workspace/workflow confusion in spec names 2022-03-04 10:19:09 +01:00
Tim Donohue
fb2d22d7a2 Merge pull request #1535 from 4Science/CST-5316-browse-by-issue-date
[CST-5316] "Browsing by issue date" is stuck on loading
2022-03-03 15:28:31 -06:00
Tim Donohue
3cbebdb785 Merge pull request #1536 from pilasou/main
Adding missing parameters to fr.json5
2022-03-03 15:03:57 -06:00
Kristof De Langhe
b1bd5c7c85 Merge branch 'main' into w2p-88082_password-registration-link-fixes-main 2022-03-03 12:36:30 +01:00
Kristof De Langhe
fffc81389b Merge branch 'w2p-88082_password-registration-link-fixes' into w2p-88082_password-registration-link-fixes-main 2022-03-03 11:10:58 +01:00
Kristof De Langhe
9906d5fec0 88082: Revert navigateAction on redirectOn4xx 2022-03-03 11:10:35 +01:00
Tim Donohue
8663ded836 Merge pull request #1533 from atmire/w2p-87624_Issue-1532_Issue-resource-policy-edit-patches
Fix so newly added value on resource policy result in ADD patch, not REPLACE
2022-03-02 17:08:34 -06:00
Tim Donohue
106a73f0d3 Improve stability/consistency of e2e tests by visiting blank page between each test 2022-03-02 14:42:33 -06:00
Tim Donohue
ba40cfe75a Enhance Search results tests (stabilize). Add more MyDSpace tests, including starting a submission 2022-03-02 14:42:33 -06:00
Tim Donohue
ad32dbb864 Fix minor accessibility issue in Search results grid view. No accessible test found for link. Moved text to i18n as well. 2022-03-02 14:42:33 -06:00
Tim Donohue
d1399f106e Basic MyDSpace tests. Fix basic accessibility issues found 2022-03-02 14:42:33 -06:00
Tim Donohue
6b8eaa4b75 Refactor to ensure cy.login() custom command logs in programmatically (which is faster). Move UI login tests to login-modal.spec.ts 2022-03-02 14:42:33 -06:00
Tim Donohue
794aa33c8f Refactor to use "data-e2e" attributes in code to make selecting fields/buttons easier in e2e tests 2022-03-02 14:42:33 -06:00
Tim Donohue
cb91ccbc33 Refactor to use custom commands for login/logout & make admin user configurable 2022-03-02 14:42:33 -06:00
Tim Donohue
1f1c55d9dc Add login e2e tests. Tweak cypress retries so they don't apply to running e2e locally via GUI 2022-03-02 14:42:33 -06:00
Tim Donohue
34c33d7cf9 Make it easier to override default test UUIDS in cypress.json 2022-03-02 14:42:33 -06:00
Tim Donohue
0b543ac4de After adding .gitattributes, normalize end-of-lines 2022-03-02 14:42:04 -06:00
Tim Donohue
aeba6cb222 Add .gitattributes
Added to avoid unnecessary line ending changes
2022-03-02 14:31:09 -06:00
Kristof De Langhe
e583ce2a91 Merge branch 'main' into w2p-88082_password-registration-link-fixes-main 2022-03-01 15:18:18 +01:00
Kristof De Langhe
7924db512b 88082: Issue #1136 - Forgot/Register links loading fix 2022-03-01 15:11:25 +01:00
William Welling
b149cf2d77 afford production disable preboot 2022-02-25 09:51:04 -06:00
Tim Donohue
8d953f8488 Merge pull request #1538 from DSpace/dependabot/npm_and_yarn/nanoid-3.3.1
Bump nanoid from 3.1.30 to 3.3.1
2022-02-24 14:56:04 -06:00
Tim Donohue
40881cf550 Merge pull request #1531 from DSpace/dependabot/npm_and_yarn/url-parse-1.5.6
Bump url-parse from 1.5.3 to 1.5.6
2022-02-24 14:34:08 -06:00
Tim Donohue
bcbd64ad77 Merge pull request #1539 from DSpace/dependabot/npm_and_yarn/follow-redirects-1.14.9
Bump follow-redirects from 1.14.5 to 1.14.9
2022-02-24 14:22:02 -06:00
Tim Donohue
395c4aa69d Merge pull request #1540 from DSpace/dependabot/npm_and_yarn/node-fetch-2.6.7
Bump node-fetch from 2.6.6 to 2.6.7
2022-02-24 14:03:53 -06:00
dependabot[bot]
3cfde7bf66 Bump url-parse from 1.5.3 to 1.5.6
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.6.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.6)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-24 18:42:16 +00:00
dependabot[bot]
00d77175c8 Bump node-fetch from 2.6.6 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-24 18:42:11 +00:00
dependabot[bot]
951e1d98ae Bump follow-redirects from 1.14.5 to 1.14.9
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.9.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.9)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-24 18:42:10 +00:00
dependabot[bot]
2a74326f80 Bump nanoid from 3.1.30 to 3.3.1
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.3.1.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.3.1)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-24 18:42:06 +00:00
Tim Donohue
0aa83f7644 Merge pull request #1517 from DSpace/dependabot/npm_and_yarn/karma-6.3.14
Bump karma from 5.2.3 to 6.3.14
2022-02-24 12:41:26 -06:00
Davide Negretti
52ab145f46 Merge remote-tracking branch 'bb/main' into DSC-389 2022-02-24 16:46:00 +01:00
Davide Negretti
23573fb2e8 Merge remote-tracking branch 'bb/main' into DSC-389 2022-02-24 16:26:07 +01:00
Davide Negretti
3a3ebd4c4c [DSC-389] Fixed default value of showPaginator 2022-02-24 16:25:47 +01:00
Tim Donohue
cba0ad6403 Merge pull request #1530 from 4Science/CST-5341-back-button
[CST-5341] Link back to the item page in the now downloading page
2022-02-23 17:06:42 -06:00
Tim Donohue
27c247d46c Merge pull request #1512 from atmire/w2p-84367_Various-small-changes
Various small changes to improve customizability
2022-02-23 16:32:53 -06:00
Pierre Lasou
d7c155508f Adding dso-selector.* parameters translation
Adding missing parameter and their French translation.
2022-02-22 16:05:18 -05:00
Pierre Lasou
3f4d67e932 Adding sorting paramaters
Adding all missing sorting parameters and their translation in french.
2022-02-22 12:19:32 -05:00
Davide Negretti
0b13ea1a72 [CST-5316] Wrong 'dc.date.issue' format causes loader to be shown indefinitely in "Browsing by issue date" page 2022-02-22 13:07:44 +01:00
Davide Negretti
0bbd505083 [CST-5316] Wrong 'dc.date.issue' format causes loader to be shown indefinitely in "Browsing by issue date" page 2022-02-22 13:07:44 +01:00
Davide Negretti
e22d06376f [CST-5316] Wrong 'dc.date.issue' format causes loader to be shown indefinitely in "Browsing by issue date" page 2022-02-22 12:57:21 +01:00
Art Lowel
b308ee1b56 Merge branch 'add-themed-community-list-component' into w2p-84367_Various-small-changes 2022-02-22 12:29:51 +01:00
Art Lowel
b66c5030f4 remove test contents 2022-02-22 12:29:40 +01:00
Art Lowel
79a69e6b31 Merge branch 'add-themed-community-list-component' into w2p-84367_Various-small-changes 2022-02-22 12:26:11 +01:00
Art Lowel
dc00fd4c75 add themed community list component 2022-02-22 12:20:19 +01:00
Michael Spalti
7fa87c3418 Invalid the authorization cache before retrieving token for auth cookie. 2022-02-19 14:25:32 -08:00
Davide Negretti
4a6c896eea [CST-5341] Back button moved below the page title 2022-02-18 16:56:06 +01:00
Marie Verdonck
63d98e5f9f 87624: Issue #1532 - Remove null fields from serialised objects so null=>value fields become ADD patches 2022-02-18 11:52:29 +01:00
Yura Bondarenko
2830da9557 Fix undefined injector issue 2022-02-18 08:23:41 +01:00
Yura Bondarenko
fba1dfb689 Add missing provider to custom ds-search-page 2022-02-17 23:28:46 +01:00
Tim Donohue
736802cdbd Merge pull request #1526 from wwelling/patch-1
[Issue 1525] Unwrap environment during conversion to YAML
2022-02-17 15:16:29 -06:00
Davide Negretti
b2586d31ec [CST-5341] Link back to the item page in the now downloading page 2022-02-17 13:39:29 +01:00
William Welling
2e7fb7dda6 unwrap environment during conversion to yaml 2022-02-16 12:10:59 -06:00
lotte
143b7c3e0d 87382: fixing circular dependencies 2022-02-16 13:52:32 +01:00
Yura Bondarenko
a698610043 87242: Refactor workspaceItem to submissionObject 2022-02-15 13:21:27 +01:00
Yura Bondarenko
f4b8d4fe41 87242: Fix forced re-init due to out-of-scope fields 2022-02-15 11:53:21 +01:00
Tim Donohue
78c8c38ad4 Merge pull request #1461 from WolfgangT71/main
Update de.json5
2022-02-14 16:54:22 -06:00
Tim Donohue
5bf1d870c2 Copy/move translated text to appropriate sections 2022-02-14 14:58:01 -06:00
Rezart Vata
797e1882b8 [DSC-466] Fixed notification reload issue 2022-02-14 11:52:49 +01:00
SDGBot
90fb99be9a Turkish Translation
Hi everyone. As İstanbul Technical University IT Office, we have translated ui to Turkish.
2022-02-14 13:30:49 +03:00
dependabot[bot]
0abb53928d Bump karma from 5.2.3 to 6.3.14
Bumps [karma](https://github.com/karma-runner/karma) from 5.2.3 to 6.3.14.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v5.2.3...v6.3.14)

---
updated-dependencies:
- dependency-name: karma
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 05:50:23 +00:00
Pratik Rajkotiya
079b2a772a [DSC-389] comment and import fixed. 2022-02-10 18:46:38 +05:30
Yura Bondarenko
1919f251a1 87370: Update SearchFormComponent specs 2022-02-09 18:56:48 +01:00
Yura Bondarenko
28cc54e3f8 Merge remote-tracking branch 'upstream/main' into w2p-84367_Various-small-changes 2022-02-09 16:43:14 +01:00
Pratik Rajkotiya
15ab8216ec [DSC-389] test cases added for pagination component. 2022-02-08 11:47:02 +05:30
Pratik Rajkotiya
8c23c47645 [DSC-389] pagination data shown 2022-02-04 17:37:34 +05:30
Tim Donohue
e4f483c308 Minor updates to README for 7.2 2022-02-03 14:04:49 -06:00
Pratik Rajkotiya
57ff37ec7f [DSC-389] merged with main branch 2022-02-02 19:11:06 +05:30
Pratik Rajkotiya
e4d099df43 [DSC-389] pagination added. 2022-02-02 14:05:10 +05:30
Tim Donohue
d7f64d6139 Merge pull request #1438 from mspalti/iiif-bitstream-edit
Edit IIIF bitstream metadata
2022-02-01 11:21:04 -06:00
Tim Donohue
7777fa6229 Merge pull request #1509 from tdonohue/enable_scottish
Enable Scottish Gaelic
2022-02-01 10:48:09 -06:00
Tim Donohue
5290ca8756 Enable Scottish Gaelic 2022-02-01 10:00:03 -06:00
Tim Donohue
e6299030f0 Merge pull request #1508 from donaldi/main
Full Scottish Gaelic translation.
2022-02-01 09:41:50 -06:00
Donald I Macdonald
ffec5b7f74 Full Scottish Gaelic translation.
Translated and proofed by Stòrlann Nàiseanta na Gàidhlig.
2022-02-01 11:05:39 +00:00
Michael Spalti
ac716c4b99 Single form initialization. 2022-01-31 10:38:59 -08:00
Tim Donohue
0fbd48ede9 Merge pull request #1475 from 4Science/CST-4506_item_embargo
Add submission section for item embargo
2022-01-31 11:13:43 -06:00
Michael Spalti
94b2f53220 Removed unnecessary logging. 2022-01-31 07:40:52 -08:00
Tim Donohue
3d7fcef079 Merge pull request #1470 from hardyoyo/port-oidc-auth-plugin-from-dspace-cris
Port OIDC (OpenID Connect) auth plugin from DSpace-CRIS
2022-01-31 08:50:20 -06:00
Tim Donohue
ccdba9b307 Merge pull request #1507 from 4Science/fix_submission_upload
Fix submission upload
2022-01-28 10:06:24 -06:00
Tim Donohue
c98ffd21ea Merge pull request #1503 from atmire/fix-delete-item-with-empty-entity-type
Fix deleting an item with an empty or invalid entity type
2022-01-28 09:47:05 -06:00
Giuseppe Digilio
67d6c6fcbb [CST-4506] use default cursor when drag and drop is disabled 2022-01-28 14:13:21 +01:00
Giuseppe Digilio
4e5bf6e73d [CST-4506] Clean date fields when switching through access conditions 2022-01-28 11:11:34 +01:00
Giuseppe Digilio
f991b4edb2 [CST-4506] Fix item access condition form layout 2022-01-28 11:10:49 +01:00
Giuseppe Digilio
6c720b8031 [CST-4506] Fix item access condition remove operation 2022-01-28 11:09:48 +01:00
Giuseppe Digilio
232baf5973 [CST-4506] Fix bitstream access condition form layout 2022-01-28 11:08:32 +01:00
Giuseppe Digilio
4ca2e9a4b1 [CST-4506] Add i18n labels for item access conditions form 2022-01-28 11:07:29 +01:00
Giuseppe Digilio
9019b80993 [CST-4506] Disable drag and drop for access conditions form group 2022-01-28 09:02:04 +01:00
Michael Spalti
8bfd6ca031 Form re-initialization limited to iiif enabled item. 2022-01-27 18:56:34 -08:00
Michael Spalti
7c5d31fbbd Removed the unused imports. 2022-01-27 15:21:48 -08:00
Michael Spalti
47581db60a Updated test. 2022-01-27 15:08:20 -08:00
Michael Spalti
d91d12ed0d Updated dynamic form. 2022-01-27 14:46:00 -08:00
Tim Donohue
5f90b29d96 Merge pull request #1472 from 4Science/CST-4875-Feedback-form
Feedback form
2022-01-27 15:12:50 -06:00
Giuseppe Digilio
8a668a5073 [CST-4506] fix issue with delete button alignment 2022-01-27 18:58:28 +01:00
Art Lowel
16884682d8 track subscriptions and remove nested subscribe 2022-01-27 18:16:43 +01:00
Giuseppe Digilio
eca9088337 [CST-5198] fix issue with uploaded file that disappear on deposit 2022-01-27 17:59:31 +01:00
Giuseppe Digilio
2f4a667119 [CST-5197] fix issue with uploading file during workflow 2022-01-27 17:55:56 +01:00
Art Lowel
74a6e3ce6a Fix issue where an item with an empty or invalid entity type couldn't be deleted 2022-01-27 17:31:28 +01:00
Giuseppe Digilio
6bbc7f96c2 [CST-4875] remove unused imports 2022-01-27 16:35:32 +01:00
Giuseppe Digilio
42cc68f8b7 [CST-4506] remove unused mock event properties 2022-01-27 15:47:25 +01:00
Rezart Vata
3fa72ebcaa [CST-4875] Fix url redirect 2022-01-27 13:43:41 +01:00
Hardy Pottinger
56e7d4b8c6 Removed unneeded export in shared.module.ts 2022-01-26 14:45:50 -06:00
Hardy Pottinger
d98d3fe0de Removing un-used imports from DSpace-CRIS, and un-implemented ORCID auth 2022-01-26 09:47:26 -06:00
Luca Giamminonni
8c14193f32 [DSC-196] Added components to log in with OIDC 2022-01-26 09:45:01 -06:00
Giuseppe Digilio
d156e01517 [CST-4875] Fix related page using the complete url 2022-01-26 16:41:24 +01:00
Rezart Vata
ed6cb04de4 [CST-4875] Fix unit testing 2022-01-26 15:32:02 +01:00
Rezart Vata
2ac493cb19 [CST-4875] Fixes requested by Tim Gitlab 2022-01-26 14:31:16 +01:00
Corrado Lombardi
1de409d6a4 Merge branch 'main' into DSC-389 2022-01-26 12:27:50 +01:00
Tim Donohue
acb842edf0 Merge pull request #1500 from 4Science/search-grid-bug
Fix issue with grid view mode
2022-01-25 16:18:50 -06:00
Giuseppe Digilio
2ceaba742f [CST-5182 Fix issue with grid view mode 2022-01-25 19:28:03 +01:00
Tim Donohue
239888dc9e Merge pull request #1498 from 4Science/CST-4880_Show-an-error-page-if-the-REST-API-is-not-available
[CST-4880] Add ServerCheckGuard in order to show internal server error page when rest server is not available
2022-01-25 11:52:37 -06:00
Giuseppe Digilio
d9df7336df [CST-4880] Fix invalidateRootCache method 2022-01-25 10:57:08 +01:00
Giuseppe Digilio
db3d760f2b [CST-4506] Fix LGTM issues 2022-01-25 10:40:53 +01:00
Giuseppe Digilio
04c8cb7590 [CST-4506] Fix issue with submission bitstream edit 2022-01-25 10:40:11 +01:00
Michael Spalti
8a30748b41 Fixed spacing issue. 2022-01-24 15:28:05 -08:00
Michael Spalti
1ec61e4aec Merge branch 'main' into iiif-bitstream-edit 2022-01-24 14:10:12 -08:00
Giuseppe Digilio
944f605671 [CST-4875] Fix imports path 2022-01-24 22:42:27 +01:00
Giuseppe Digilio
4cfff33301 [CST-4880] Add ServerCheckGuard in order to show internal server error page when rest server is not available 2022-01-24 22:04:02 +01:00
Corrado Lombardi
6a78c1bcf8 [CST-4875] removed comment and redundant import 2022-01-24 21:48:00 +01:00
Corrado Lombardi
36e5a75325 [CST-4875] added spacing and updated validation messages 2022-01-24 21:47:17 +01:00
Corrado Lombardi
78ce20ab8f [CST-4875] feedback created using DataService 2022-01-24 21:46:32 +01:00
Giuseppe Digilio
89c9e9aba3 Merge remote-tracking branch 'origin/main' into CST-4506_item_embargo
# Conflicts:
#	src/app/core/core.module.ts
#	src/app/submission/objects/submission-objects.effects.ts
#	src/app/submission/submission.module.ts
2022-01-24 19:58:50 +01:00
Giuseppe Digilio
973ceb3b4b [CST-4506] Address feedback 2022-01-24 19:54:21 +01:00
Corrado Lombardi
fedb2fce12 Merge branch 'main' into CST-4875-Feedback-form
# Conflicts:
#	src/app/app.module.ts
#	src/app/core/core.module.ts
#	src/app/core/data/feature-authorization/feature-id.ts
#	src/app/footer/footer.component.html
#	src/themes/custom/theme.module.ts
2022-01-24 19:21:52 +01:00
Tim Donohue
4fdd3b84cb Merge pull request #1497 from atmire/replace-href-hash-with-void
Replace href="#" with href="javascript:void(0);" everywhere
2022-01-24 09:50:41 -06:00
Tim Donohue
f94820d70e Merge pull request #1496 from atmire/fix-profile-group-link-bug
Fix user profile page
2022-01-24 09:02:56 -06:00
Art Lowel
132e68a9f4 Provide the GroupDataservice in its module to ensure its @dataservice annotation gets registered in time 2022-01-24 09:54:28 +01:00
Art Lowel
c34f75b443 replace href="#" with href="javascript:void(0);" everywhere 2022-01-24 09:27:19 +01:00
Michael W Spalti
9649b5fb68 More layout changes. 2022-01-22 15:44:50 -08:00
Michael W Spalti
32b2e181bd Removed unused import. 2022-01-21 16:42:49 -08:00
Michael W Spalti
0e6dae2b61 Added semis. 2022-01-21 15:05:52 -08:00
Michael W Spalti
8d3b265038 Using DsDynamicInputModel* and updating scss for ds-dynamic-form-control-container. 2022-01-21 14:43:39 -08:00
Tim Donohue
70b456dbfc Merge pull request #1493 from DSpace/revert-1407-DSC-287-Show-an-error-page-if-the-REST-API-is-not-available
Revert "Show an error page if the rest api is not available"
2022-01-21 13:11:58 -06:00
Tim Donohue
e61de0682f Revert "Show an error page if the rest api is not available" 2022-01-21 11:50:08 -06:00
Yana De Pauw
0903ca5286 Merge remote-tracking branch 'upstream/main' into w2p-85451_export-search-results-as-csv 2022-01-21 16:51:49 +01:00
Tim Donohue
001ba43404 Merge pull request #1490 from tdonohue/fix_docker_compose
Docker-Compose Environment variables must be strings or numbers, not booleans
2022-01-20 15:55:21 -06:00
Tim Donohue
bcb96c522c Environment variables must be strings or numbers, not booleans 2022-01-20 14:08:22 -06:00
Tim Donohue
d75ab378ac Merge pull request #1407 from 4Science/DSC-287-Show-an-error-page-if-the-REST-API-is-not-available
Show an error page if the rest api is not available
2022-01-20 11:41:34 -06:00
Tim Donohue
9310d6e649 Merge pull request #1478 from 4Science/CST-4633-search-refactoring
MyDSpace Search component refactoring
2022-01-20 11:41:06 -06:00
Giuseppe Digilio
532d8fb9a3 [CST-4506] fix SubmissionSectionFormComponent name 2022-01-20 18:30:29 +01:00
Giuseppe Digilio
b81cc103ff [CST-4506] Optimize submission sections components declarations in the submission.module 2022-01-20 18:29:31 +01:00
Giuseppe Digilio
a95bf63ad0 [CST-4633] Fix issue with already selected relationship in the dynamic-lookup-relation-search-tab.component 2022-01-20 18:15:30 +01:00
Giuseppe Digilio
016bf4b368 [CST-4633] Add flag to hide view mode switcher 2022-01-20 18:08:57 +01:00
Tim Donohue
f65930276e Merge pull request #1479 from 4Science/CST-4981-statistics-are-always-accessible-even-if-are-restricted-to-administrator
Fix statistics page in order to show them only when user has authorizations
2022-01-20 10:20:21 -06:00
Giuseppe Digilio
98bdc59c28 [CST-4880] use getPageInternalServerErrorRoute function to determinate 500 page route 2022-01-20 14:26:04 +01:00
Giuseppe Digilio
fd610dbf4d [CST-4880] Set 500 response status to internal server error page 2022-01-20 14:24:54 +01:00
Tim Donohue
710d893187 Merge pull request #1465 from atmire/move-correlation-id-to-store
Move correlation ID to store
2022-01-14 10:14:46 -06:00
Giuseppe Digilio
1abcc027a5 Merge branch 'CST-4875-Feedback-form' of github.com:4Science/dspace-angular into CST-4875-Feedback-form 2022-01-14 16:40:47 +01:00
Giuseppe Digilio
746d0201e8 Merge remote-tracking branch 'origin/main' into CST-4633-search-refactoring 2022-01-14 15:21:19 +01:00
Giuseppe Digilio
b7c46ffe29 [CST-4633] Fix e2e test 2022-01-14 12:37:29 +01:00
Giuseppe Digilio
d7388bcfd8 [CST-4633] Change dynamic-lookup-relation-search-tab.component in order to use search-component 2022-01-14 12:24:44 +01:00
Giuseppe Digilio
1f01cbaa93 [CST-4633] Improve search.component in order to use selectable functionality 2022-01-14 12:21:36 +01:00
Giuseppe Digilio
0d73b6d164 [CST-4633] Fix issue with detail view mode 2022-01-14 12:18:42 +01:00
Tim Donohue
6a7691000b Merge pull request #1489 from atmire/Process-empty-parameters-fix
Scripts & Processes without parameters fix
2022-01-13 16:15:49 -06:00
Rezart Vata
aab544e723 [CST-4875] Fixed commenting, service test & compoent from issue 1472 2022-01-13 17:14:56 +01:00
Tim Donohue
9196610170 Merge pull request #1427 from atmire/Always-enable-deposit-button
Always enable deposit button
2022-01-13 09:45:24 -06:00
Tim Donohue
e321bbf9ab Merge pull request #1434 from atmire/shared-feature-authority-control
Allow facets to be authority controlled
2022-01-13 08:24:56 -06:00
Giuseppe Digilio
6b2efd2b16 [CST-4633] Change view mode labels 2022-01-13 15:17:06 +01:00
Giuseppe Digilio
539ae50214 [CST-4633] Change label translations 2022-01-13 15:16:40 +01:00
Rezart Vata
768c7f8b28 [CST-4505] Fixed canChangeDiscoverable managment and unit testing 2022-01-13 13:45:25 +01:00
Kristof De Langhe
8666ae74f6 86367: Process empty parameters fix 2022-01-13 10:48:46 +01:00
Giuseppe Digilio
6eca73bdec Merge remote-tracking branch 'origin/main' into CST-4633-search-refactoring 2022-01-13 09:42:44 +01:00
Giuseppe Digilio
0c9dc4286c [CST-4981] Fix error with yarn clean command 2022-01-12 20:09:48 +01:00
Giuseppe Digilio
6d1674cc8a [CST-4981] Fix issue with missing statistics menu 2022-01-12 20:09:21 +01:00
Giuseppe Digilio
7e7ad9a4f3 [CST-4880] Add fallback strategy for hanging server check cached requests 2022-01-12 18:32:33 +01:00
Michael Spalti
4f6b579204 Remove metatada field when no data is provided in form.
Updated comments.
2022-01-10 11:22:53 -08:00
Tim Donohue
2835597073 Merge pull request #1476 from 4Science/CST-5064
Show submitter in version history table
2022-01-10 10:03:25 -06:00
Davide Negretti
216eb40ab5 [CST-5064] console.log removed 2022-01-10 10:30:11 +01:00
Tim Donohue
3b618ff66f Merge pull request #1467 from 4Science/CST-5065
Admin is unable to reset other users' password
2022-01-05 14:10:11 -06:00
Tim Donohue
c7663dc311 Merge pull request #1454 from atmire/w2p-85979_canChangePassword-ui-change
Disallow Shibboleth users to change password
2022-01-04 10:09:04 -06:00
Tim Donohue
e7f6321f01 Merge pull request #1474 from tdonohue/docker_runtime_config
Update docker-compose scripts to use environment variables (to align with runtime configs)
2022-01-04 09:34:55 -06:00
Giuseppe Digilio
3b00d01466 [CST-4633] fix issue with view mode when not in params 2022-01-04 12:59:52 +01:00
Pratik Rajkotiya
565c4106f9 [DSC-389] add pagination. 2021-12-31 10:26:28 +05:30
Rezart Vata
99aef98443 [CST-4981] structure improvement,removed unecessary informations 2021-12-24 19:34:10 +01:00
Rezart Vata
f154fb60e0 [CST-4981] Fixed unit testing 2021-12-24 17:49:55 +01:00
Giuseppe Digilio
504604cfc7 Merge remote-tracking branch 'origin/main' into CST-4981-statistics-are-always-accessible-even-if-are-restricted-to-administrator
# Conflicts:
#	src/app/community-page/edit-community-page/community-authorizations/community-authorizations.component.ts
#	src/app/navbar/navbar.component.spec.ts
#	src/app/navbar/navbar.component.ts
#	src/app/shared/resource-policies/form/resource-policy-form.component.spec.ts
2021-12-24 12:25:03 +01:00
Giuseppe Digilio
522816c29c Merge remote-tracking branch 'origin/main' into CST-4633-search-refactoring
# Conflicts:
#	src/app/shared/comcol/comcol-page-browse-by/comcol-page-browse-by.component.ts
2021-12-24 11:54:10 +01:00
Giuseppe Digilio
e76514ca39 [CST-4633] fix issue with view mode 2021-12-24 11:51:06 +01:00
Giuseppe Digilio
cff29539fb [CST-4633] fix issue with view mode list 2021-12-24 11:41:23 +01:00
Giuseppe Digilio
6f86824f23 [CST-4633] restored ds-my-dspace-new-submission from mydspace page 2021-12-24 11:16:16 +01:00
Davide Negretti
9fd34034b9 [CST-5064] Tests 2021-12-24 10:13:50 +01:00
Davide Negretti
ffaebabd3b [CST-5064] Tests WIP 2021-12-24 00:47:31 +01:00
Giuseppe Digilio
d2a4a55507 [CST-4633] fix issue with filter scope and configuration 2021-12-23 23:41:56 +01:00
Rezart Vata
12ab877ae4 [CST-4981] fixed and finished unit testing 2021-12-23 21:59:24 +01:00
Davide Negretti
0550cd55d1 [CST-5064] Show submitter in version history table 2021-12-23 20:12:25 +01:00
Giuseppe Digilio
bb64058f63 [CST-4506] fix test 2021-12-23 19:07:07 +01:00
Tim Donohue
13db7c8c19 Update docker-compose for runtime configs. Remove all config files & replace with env variables 2021-12-23 10:27:49 -06:00
Yura Bondarenko
fc059520a0 Fix LGTM issues 2021-12-23 17:09:44 +01:00
Yura Bondarenko
c1e8bbbeae 86016: Add typedocs 2021-12-23 16:55:48 +01:00
Yura Bondarenko
a2515c11e1 86016: Update log.interceptor.spec.ts 2021-12-23 16:55:48 +01:00
Yura Bondarenko
50d8719c41 Remove stray fdescribe 2021-12-23 16:55:48 +01:00
Yura Bondarenko
3c8c425843 86016: Add unit tests for correlationId reducer & service 2021-12-23 16:55:47 +01:00
Art Lowel
2fe5587e02 move the correlation id to the ngrx store 2021-12-23 16:55:46 +01:00
Giuseppe Digilio
db25e27bff [CST-4506] fix absolute paths 2021-12-23 16:31:59 +01:00
Corrado Lombardi
3452680b47 [CST-4875] removed comments, unused imports and variables 2021-12-23 09:11:00 +01:00
Tim Donohue
ba268d4f28 Merge pull request #1471 from wwelling/readme-corrections
Minor readme configuration corrections
2021-12-22 14:31:56 -06:00
William Welling
9646088931 minor readme configuration corrections 2021-12-22 14:29:37 -06:00
Tim Donohue
72aeeff5ca Merge pull request #1437 from wwelling/1422-deploy-time-config
Runtime configuration via YAML (Ensure UI config changes don't require a rebuild)
2021-12-22 14:18:10 -06:00
Rezart Vata
e594cabe4a [CST4981] finished task, working on unit testing 2021-12-22 18:01:37 +01:00
William Welling
f055d1676e add NODE_ENV development for yarn start:dev 2021-12-22 10:51:26 -06:00
William Welling
c43fdb9754 add missing break in switch 2021-12-22 10:50:06 -06:00
William Welling
3476fe3f0f remove browse by types from config example 2021-12-22 09:20:15 -06:00
William Welling
15fb55ccb5 Merge branch 'main' of github.com:DSpace/dspace-angular; branch '1422-deploy-time-config' of github.com:wwelling/dspace-angular into 1422-deploy-time-config 2021-12-22 09:18:14 -06:00
Tim Donohue
a34eb4682b Merge pull request #1468 from atmire/w2p-85993_browseby-from-rest
Use browse configuration from REST
2021-12-22 08:37:01 -06:00
Giuseppe Digilio
ebbae16fb3 Merge remote-tracking branch 'origin/main' into CST-4506_item_embargo 2021-12-22 15:28:58 +01:00
lotte
39e0f1a65b Added test and fixed lgtm errors 2021-12-22 07:58:13 +01:00
William Welling
f52dd92fbc Update config.server.ts 2021-12-21 23:57:38 -06:00
William Welling
e2c1319011 Update Configuration.md 2021-12-21 23:53:01 -06:00
Tim Donohue
1c63fb2b49 Merge pull request #1417 from 4Science/CST-4878
Upload files - Edit bitstream (improvements and bug fixes)
2021-12-21 14:33:22 -06:00
lotte
0e6c3a3a9d 85993: small changes and lint fixes 2021-12-21 16:48:31 +01:00
lotte
15dfa3cd82 85993: comcol/switcher/guard browse by changes + test updates 2021-12-21 15:38:50 +01:00
Davide Negretti
8f2ef71e3c [CST-5065] Fix 2021-12-21 13:53:17 +01:00
Rezart Vata
f04f4b4f34 [CST-4878] Finished working on embargo add part of form and unit testing 2021-12-21 13:35:29 +01:00
Davide Negretti
f46767be89 [CST-5065] Tests fixed 2021-12-21 13:06:16 +01:00
Davide Negretti
6a1bbc8afc [CST-5065] Admin is unable to reset other user password (function implementation) 2021-12-21 12:43:13 +01:00
Luca Giamminonni
21e78e33e5 [CST-5065] Admin is unable to reset other user password (cherry pick from DSC-215) 2021-12-21 11:50:55 +01:00
Davide Negretti
d246965cfb [CST-4879] TypeError fixed 2021-12-21 11:17:12 +01:00
William Welling
66555c9fc1 move NODE_ENV production to start:prod 2021-12-20 15:36:36 -06:00
William Welling
f9328da826 add theme head tags to example 2021-12-20 15:29:21 -06:00
William Welling
f75854b77b default to production 2021-12-20 15:29:04 -06:00
William Welling
d59e8becc3 specify NODE_ENV for production scripts 2021-12-20 15:28:19 -06:00
William Welling
f652490c1c Merge branch 'main' of github.com:DSpace/dspace-angular into 1422-deploy-time-config 2021-12-20 12:30:53 -06:00
William Welling
0fe6d4536c update readme 2021-12-20 12:22:52 -06:00
Tim Donohue
e86afacff1 Add e2e test notes 2021-12-20 12:17:50 -06:00
Tim Donohue
c43970ffd4 Merge pull request #1428 from atmire/w2p-85123_add-support-for-themeable-favicons
Add support for themeable favicons
2021-12-20 11:53:07 -06:00
Tim Donohue
1c2dcab82d Merge pull request #1459 from CICBA/fix-collection-load
Fix to collection selection window not loading successfully.
2021-12-20 11:15:13 -06:00
Giuseppe Digilio
c9b48ccb65 [CST-4633] fix tests 2021-12-19 17:36:03 +01:00
Tim Donohue
099582ee96 Merge pull request #1462 from tdonohue/e2e-retries
Tell Cypress to retry twice if an e2e test failure occurs
2021-12-17 13:30:01 -06:00
Giuseppe Digilio
f43317c2ee [CST-4633] fix build 2021-12-17 19:51:50 +01:00
Giuseppe Digilio
9722164705 [CST-4633] use search.component.ts for the mydspace page 2021-12-17 19:51:37 +01:00
Michael Spalti
b3808ba6a1 Minor update to setIIIFStatus method. 2021-12-17 10:38:35 -08:00
Tim Donohue
a818727ed7 Tell Cypress to retry twice if an e2e test failure occurs 2021-12-17 12:36:22 -06:00
Giuseppe Digilio
ef18308893 [CST-4633] Refactoring of search.component in order to have all functionality used during the different search components 2021-12-17 19:35:28 +01:00
Michael Spalti
4fbf99a451 Added change detection to assure the form updates. 2021-12-17 10:14:39 -08:00
WolfgangT71
7a5381aa0f Update de.json5 2021-12-17 17:53:47 +01:00
Tim Donohue
7d88897afb Merge pull request #1458 from atmire/w2p-85862-handling-very-long-strings
Handling very long strings for metadata and file names
2021-12-17 10:05:45 -06:00
William Welling
4c46d9db2b refactor environment.prod.ts to environment.production.ts 2021-12-17 08:18:56 -06:00
Michael Spalti
e02bb75075 Unused import. 2021-12-16 16:14:02 -08:00
Michael Spalti
c1a0b21e2a Added additional conditions to check before adding iiif form elements. 2021-12-16 15:57:38 -08:00
Tim Donohue
982f7bcd17 Merge pull request #1457 from atmire/fix-legacy-links
Update legacy relative links to angular 11 format
2021-12-16 16:47:22 -06:00
Bruno Roemers
9f44cecdad 85123: Document head tags in environment.common.ts 2021-12-16 17:29:08 +01:00
lotte
0592e9a32d 85862: fixed test 2021-12-16 17:28:34 +01:00
Santiago Tettamanti
ff6cde76df Fix to collection selection window not loading successfully.
In collection dropdown component, moved the return statement that returned the collection list outside the condition that checks if it's the final page
2021-12-16 10:32:04 -03:00
lotte
c2b5ce191a 85862: Added .dont-break-out to truncatable part, item list titles and fixed breadcrumb overflow 2021-12-16 14:11:34 +01:00
lotte
e7f0921e6e 85862: Handling very long strings for metadata/files on item page, edit metadata/bitstreams page 2021-12-16 14:11:32 +01:00
Art Lowel
9801ae3414 update legacy relative links to angular 11 format 2021-12-16 10:56:29 +01:00
Giuseppe Digilio
b6ae15fbd2 [CST-4633] move search.component to search module and create search models folder 2021-12-16 10:00:08 +01:00
William Welling
21fcc9dde8 prefix dspace environment variables 2021-12-16 00:25:59 -06:00
Michael Spalti
c112a036df Clean up test. 2021-12-15 18:30:13 -08:00
Michael Spalti
b4b17136a6 Updated regex and condition for iiif.enabled metadata check. 2021-12-15 18:30:13 -08:00
Michael Spalti
fe5b7663e9 All edit component tests are running and passing 2021-12-15 18:30:12 -08:00
Michael Spalti
e521f2d579 Added tests for iiif form field content at startup 2021-12-15 18:30:12 -08:00
Michael Spalti
9ae38f4a6c Completed edit page and tests. 2021-12-15 18:30:12 -08:00
Michael Spalti
5865b83697 Added iiif form fields to the bitstream edit component. 2021-12-15 18:30:12 -08:00
Giuseppe Digilio
a4d91c37a7 [CST-4633] Create search.module and resolve dependencies issues 2021-12-15 22:38:08 +01:00
Tim Donohue
b8016d7fae Merge pull request #1448 from mspalti/update-mirador-deps
Updated Mirador dependencies.
2021-12-15 15:37:51 -06:00
Tim Donohue
7abdceb095 Merge pull request #1455 from tdonohue/fix_de_lang
German language syntax fix, add trailing quote
2021-12-15 15:04:27 -06:00
Tim Donohue
32ae686e36 Syntax fix, add trailing quote 2021-12-15 14:24:23 -06:00
Art Lowel
7529fcde35 remove fdescribe 2021-12-15 16:46:40 +01:00
lotte
b7d01127a5 Removed unnecessary import 2021-12-15 16:21:55 +01:00
lotte
dd69bc65ab Fixes to tests 2021-12-15 16:21:09 +01:00
lotte
a1578303fa 85993: Browse by from rest for menu and comcol page browse by 2021-12-15 16:15:06 +01:00
lotte
6594a3877f fixed lint/lgtm issues 2021-12-15 15:13:27 +01:00
Giuseppe Digilio
b4693b9bc4 Merge remote-tracking branch 'origin/main' into CST-4633-search-refactoring 2021-12-15 15:09:06 +01:00
Giuseppe Digilio
8f4379f3b4 Merge remote-tracking branch 'origin/main' into DSC-287-Show-an-error-page-if-the-REST-API-is-not-available
# Conflicts:
#	src/app/app-routing.module.ts
2021-12-15 15:00:47 +01:00
lotte
2f022f505d 85979: tests for canChangePassword UI changes 2021-12-15 14:41:10 +01:00
lotte
71e40fdb6e 85979: only show security tab on profile page when canChangePassword FeatureID is true 2021-12-15 14:04:38 +01:00
William Welling
b820794790 comment env-to-yaml script 2021-12-14 18:11:37 -06:00
William Welling
c7321f9a22 update script comment 2021-12-14 18:02:27 -06:00
William Welling
0afa7c5bab update readme examples to yaml 2021-12-14 18:01:34 -06:00
Tim Donohue
4ace07156f Merge pull request #1452 from tdonohue/minor_cleanup
Remove second unnecessary "relativeLinkResolution: 'legacy'" setting after Angular 11 upgrade
2021-12-14 10:52:02 -06:00
Tim Donohue
d407397775 Merge pull request #1419 from 4Science/CST-4882
[CST-4882] The search loads indefinitely if the written query is invalid
2021-12-14 10:39:01 -06:00
Tim Donohue
df46bcd16f Merge pull request #1449 from tdonohue/update_docker_deps
Update Docker to use latest Solr 8
2021-12-14 09:47:22 -06:00
William Welling
bbb8d708b9 Merge branch 'main' of github.com:wwelling/dspace-angular into 1422-deploy-time-config 2021-12-14 09:45:27 -06:00
Tim Donohue
f672e12433 Remove unnecessary relativeLinkResolution: 'legacy' 2021-12-14 09:40:00 -06:00
Tim Donohue
3e11162d0e Merge pull request #1451 from 4Science/CST-5033-submission-ssr-issue
Fix SSR issue with submission after migrate to angular 11
2021-12-14 09:29:17 -06:00
Giuseppe Digilio
d426f5f179 [DSC-287] fix test 2021-12-14 15:47:30 +01:00
Giuseppe Digilio
a952438247 [CST-5033] fix comments 2021-12-14 15:44:43 +01:00
Giuseppe Digilio
662f846caa [CST-5033] fix issue with cherry-pick 2021-12-14 15:37:44 +01:00
Giuseppe Digilio
7d0b9ec8a2 Merge remote-tracking branch 'origin/main' into CST-4633-search-refactoring 2021-12-14 15:32:05 +01:00
Giuseppe Digilio
34b73cc4f7 [DSC-370] Fix SSR issue with submission after migrate to angular 11 2021-12-14 15:26:23 +01:00
Giuseppe Digilio
44fc86c9fe [DSC-287] use CanActivateChild in order to check every time the rest server availability 2021-12-14 15:22:55 +01:00
Giuseppe Digilio
ddcb1ecdf2 [DSC-287] invalidate root endpoint cache when redirected to 500 page in order to check every time the rest server availability 2021-12-14 12:42:24 +01:00
Giuseppe Digilio
b6904a4df9 [DSC-287] add link button to home page 2021-12-14 12:40:51 +01:00
Tim Donohue
13cfd71686 Update Docker to use latest Solr 8 2021-12-13 16:41:34 -06:00
Michael Spalti
b1c3967a5b Added lockfile. 2021-12-13 11:32:37 -08:00
Michael Spalti
5acc29e498 Updated Mirador dependencies. 2021-12-13 11:08:10 -08:00
Nathan Buckingham
e2614b9dad w2p-85847 Add Authority to browse indexes 2021-12-13 13:48:09 -05:00
Davide Negretti
4c27a11747 [CST-4882] Tests improved 2021-12-11 01:59:38 +01:00
Davide Negretti
64231683b3 [CST-4882] Error 422 is now handled in home page too 2021-12-10 18:28:30 +01:00
Kristof De Langhe
549529c889 85262: Get submission object instead of sending empty patch + revert empty patch code 2021-12-10 14:18:51 +01:00
Rezart Vata
31fd89a9fc [CST-4878] Created component 2021-12-09 18:22:35 +01:00
Giuseppe Digilio
d3b5e09e2a [DSC-287] remove unused imports 2021-12-09 17:48:59 +01:00
Giuseppe Digilio
9be1733bc8 Merge remote-tracking branch 'origin/main' into DSC-287-Show-an-error-page-if-the-REST-API-is-not-available
# Conflicts:
#	src/app/app-routing.module.ts
2021-12-09 15:23:16 +01:00
Rezart Vata
a3892dc7e7 [CST-4875] Fixed response handling 2021-12-09 15:19:20 +01:00
Yana De Pauw
d8ec0fe9f7 85451: Fixed filter syntax 2021-12-09 15:09:46 +01:00
Rezart Vata
01b200279b [CST-4875] improvements 2021-12-09 12:46:50 +01:00
Rezart Vata
f74716a459 [CST-4875] Created feedback route, created feedback form, created service & guard, utilzed when user is logged in, unit testing and lint check 2021-12-09 12:33:53 +01:00
Davide Negretti
b64b7c2607 [CST-4882] Error fixed - Tests improved 2021-12-09 12:17:20 +01:00
William Welling
2bf880b216 correct typo in comment 2021-12-08 19:31:05 -06:00
Tim Donohue
efe51aa340 Merge pull request #1442 from tdonohue/cleanup_license
Cleanup our LICENSE file so GitHub can detect our BSD license
2021-12-08 16:58:24 -06:00
Tim Donohue
ed806dc3bf Minor license formatting cleanup to allow GitHub to recognize our BSD 3-Clause License. Copy over NOTICE file from DSpace/DSpace 2021-12-08 16:55:38 -06:00
Tim Donohue
5b1c9286ed Merge pull request #1441 from tdonohue/disable_docker_action_on_forks
Disable Docker image build action on forked repos & on non-maintenance branches
2021-12-08 15:54:46 -06:00
Tim Donohue
a6eeceeb67 Ensure Docker GitHub action only runs for maintenance branches, official tags. Never run for forked repos 2021-12-08 15:08:44 -06:00
William Welling
10622008c4 refactor config filename and convert to yaml 2021-12-08 14:56:52 -06:00
Tim Donohue
d955fe7ca3 Merge pull request #1440 from tdonohue/docker_github_action
Add GitHub action to build Docker images and push to DockerHub
2021-12-08 10:22:04 -06:00
Tim Donohue
35584d44aa Minor cleanup. Disable 'latest' tag in Docker. 2021-12-08 09:42:48 -06:00
Tim Donohue
86c2f389d5 Create a Docker GitHub action to autobuild on each commit. Update Dockerfile and docker-compose.yml to support. 2021-12-08 09:10:43 -06:00
William Welling
bc999d0b5f minor refactoring and more config util assertions 2021-12-07 21:33:43 -06:00
Tim Donohue
0dba48be13 Update to latest version of all GitHub actions 2021-12-07 16:50:43 -06:00
William Welling
18dd2ad884 add simple config util test 2021-12-07 14:45:46 -06:00
William Welling
46bb3e109c cleanup and readme updates 2021-12-07 12:15:58 -06:00
William Welling
33488ccf40 extend environment and use injected app config 2021-12-07 10:12:27 -06:00
Yana De Pauw
fffc43f443 85451: Add a button to export search results as CSV 2021-12-07 10:14:22 +01:00
Tim Donohue
eb9d72ad72 Merge pull request #1425 from atmire/w2p-85192_pr-bugfix-specify-view-mode-in-ds-browse-by
BUGFIX: Load themed browse entry components
2021-12-06 14:14:10 -06:00
William Welling
71f5b46639 use standard environments 2021-12-06 12:25:37 -06:00
William Welling
c1555326fa build app config 2021-12-03 21:17:36 -06:00
Tim Donohue
46d340a5ce Merge pull request #1424 from ybnd/Fix-modal-open-issues
Fix minor modal UX issues
2021-12-03 14:20:04 -06:00
Nathan Buckingham
768de1a1e7 w2p-85346 Allow facets to be authority controlled and add test to verify 2021-12-03 11:49:39 -05:00
Tim Donohue
77f9b27fcf Merge pull request #1403 from tdonohue/angular_11
Upgrade to Angular 11
2021-12-03 09:34:47 -06:00
Giuseppe Digilio
11ecfd370c Merge remote-tracking branch 'origin/main' into DSC-287-Show-an-error-page-if-the-REST-API-is-not-available 2021-12-03 14:35:11 +01:00
Tim Donohue
ad5a76aedc Remove "relativeLinkResoluton: legacy" and use default instead 2021-12-02 10:36:06 -06:00
Bruno Roemers
03fd57e426 85194: Fix favicon switching in production mode 2021-12-02 14:25:16 +01:00
Bruno Roemers
47ed6bedb4 85123: BUGFIX: Use this.document instead of document
Typo caused ReferenceError in SSR
2021-12-02 12:47:38 +01:00
Kristof De Langhe
ed2c774d86 85262: Allow empty patch requests 2021-12-02 12:39:07 +01:00
Rezart Vata
b7b949b415 Merge branch 'DSC-287-Show-an-error-page-if-the-REST-API-is-not-available' of https://bitbucket.org/4Science/dspace-angular into DSC-287-Show-an-error-page-if-the-REST-API-is-not-available 2021-12-01 18:51:01 +01:00
Rezart Vata
c8de6ccb4c [DSC-287] Fixed for yarn start error 500 loading 2021-12-01 18:50:42 +01:00
Bruno Roemers
e99086c228 Fix bad merge 2021-12-01 17:16:21 +01:00
bruno-atmire
ddccae60b5 Merge branch 'main' into w2p-85192_pr-bugfix-specify-view-mode-in-ds-browse-by 2021-12-01 16:19:21 +01:00
Bruno Roemers
dcb80b7c9c 85192: Write test for themed browse entries 2021-12-01 15:56:49 +01:00
Bruno Roemers
ab3d53c19f 85192: BUGFIX: Ensure themed browse entries are picked up 2021-11-30 20:10:28 +01:00
Yura Bondarenko
8d8b24f00a Fix scrolling background when auto-focusing in modal 2021-11-30 15:51:52 +01:00
Yura
dbbb19e37f Fix modal backdrop animation 2021-11-30 15:51:41 +01:00
Kristof De Langhe
99af22b621 85262: Re-disable deposit button during save/deposit 2021-11-30 13:44:08 +01:00
Kristof De Langhe
5e17a4e958 85262: Always enable deposit button 2021-11-30 13:27:16 +01:00
Yura Bondarenko
714624147c 85042: Make ds-item-list-preview themeable 2021-11-29 12:17:38 +01:00
Davide Negretti
7a567a47b9 [CST-4882] Show error message if the search query fails - Handle error 422 (invalid query) separately 2021-11-26 11:20:35 +01:00
Giuseppe Digilio
6df1ee64f2 [DSC-184] Fix issue with mydpsace page that hangs forever on error response 2021-11-25 11:22:15 +01:00
Davide Negretti
7218c450e6 [CST-4884] Code cleanup and test improvement 2021-11-24 23:39:59 +01:00
Davide Negretti
27bce0e5bb [CST-4879] After changing options in access-conditions.xml, "grant access" fields are displayed incorrectly 2021-11-24 20:17:16 +01:00
Davide Negretti
6752acbf12 [CST-4884] Test 2021-11-24 20:00:21 +01:00
Yura Bondarenko
e6040303df 85036: Propagate ngOnChanges calls down to wrapped component 2021-11-24 16:55:13 +01:00
Bruno Roemers
787358d1b0 85123: Fix tests - 3 2021-11-24 16:09:01 +01:00
Bruno Roemers
b6dc7af13e 85123: Fix tests #2 2021-11-24 15:13:50 +01:00
Bruno Roemers
7c23e2ef82 85123: Fix tests 2021-11-24 14:44:38 +01:00
Davide Negretti
5e8813f5b6 [CST-4884] Bitstream edit form moved inside modal (test WIP) 2021-11-24 13:12:01 +01:00
Bruno Roemers
893a306da0 85123: Fallback to favicon of default theme and src/assets/images/favicon.ico 2021-11-24 12:23:19 +01:00
Yura Bondarenko
7990510099 83394: Make grid view thumbnail CSS more specific 2021-11-24 11:33:06 +01:00
Bruno Roemers
99a2cf926a 85123: WIP: Support for theme-specific head tags 2021-11-24 10:54:59 +01:00
Yura Bondarenko
ef720170cd 85042: Make SearchComponent themeable 2021-11-24 09:30:43 +01:00
Tim Donohue
75c0bf7b61 Merge pull request #1413 from 4Science/CST-4918
[CST-4918] Process status remains Running in detail page
2021-11-23 14:32:42 -06:00
Tim Donohue
55216ad5ed Merge pull request #1408 from 4Science/CST-4903
[CST-4903] The start time and end time of the export process are different
2021-11-23 14:15:49 -06:00
Bruno Roemers
a5a91d5139 85123: Add new favicon files 2021-11-23 19:27:33 +01:00
Yura Bondarenko
d982fe59b4 85042: Make AdminSidebarComponent themeable 2021-11-23 17:29:27 +01:00
Bruno Roemers
ffff337aba 85123: Remove favicon 2021-11-23 16:43:53 +01:00
Davide Negretti
31442f36a3 [CST-4884] Bitstream edit form moved inside modal (test WIP) 2021-11-22 19:11:58 +01:00
Tim Donohue
597e5396f9 Update ngx-sortablejs to latest version 2021-11-22 11:30:25 -06:00
Tim Donohue
d2cc184763 Fix broken tests by fixing imports and providers 2021-11-22 11:27:10 -06:00
Tim Donohue
466aaaa0d5 Tell Visual Studio Code to use version of Typescript in project 2021-11-22 11:26:58 -06:00
Tim Donohue
d926a24088 Autoupdate to @ng-dynamic-forms/core@13 and @ng-dynamic-forms/ui-ng-bootstrap@13 2021-11-22 11:26:27 -06:00
Tim Donohue
10c342483a Required migration from old ngbTabSet to new ngbNav after ng-bootstrap update 2021-11-22 11:23:40 -06:00
Tim Donohue
ab3fa88913 Automated upgrade to @ng-bootstrap/ng-bootstrap@9 2021-11-22 11:22:13 -06:00
Davide Negretti
624f39df1e [CST-4884] Bitstream edit form moved inside modal (test TBD) 2021-11-22 18:20:41 +01:00
Tim Donohue
be289617e1 Automated upgrade to ng-mocks@11 2021-11-22 11:15:41 -06:00
Tim Donohue
2d633d79dc Automated upgrade to @nguniversal/express-engine@11 2021-11-22 11:13:04 -06:00
Tim Donohue
8fedb2c177 Automated upgrade to @ngrx/store@11 2021-11-22 11:10:35 -06:00
Tim Donohue
0d031d0b25 Automated upgrade to @angular/cdk@11 2021-11-22 11:07:53 -06:00
Tim Donohue
9f1a017b56 Automated upgrade to Angular 11.0 2021-11-22 11:01:54 -06:00
Tim Donohue
890731e3e2 Merge pull request #1412 from wwelling/1410-prod-build
[Issue 1410] Production build
2021-11-22 09:57:26 -06:00
Davide Negretti
5df2f6f8d5 [CST-4947] File description on bitstream can now be deleted 2021-11-22 11:16:17 +01:00
Davide Negretti
cefb73c11e Merge remote-tracking branch 'gh/CST-4878' into CST-4878 2021-11-22 10:56:44 +01:00
Davide Negretti
2579577225 [CST-4947] Test WIP 2021-11-22 10:56:27 +01:00
Tim Donohue
23586810b3 Merge pull request #1406 from 4Science/CSTPER-869_group_creation_validation
group creation validator
2021-11-19 14:51:57 -06:00
Davide Negretti
9363b0fb35 [CST-4947] File description on bitstream can now be deleted (test TBD) 2021-11-19 19:58:07 +01:00
Davide Negretti
df957fc31b [CST-4878] Remove start and end date when embargo policy is changed to 'open access' 2021-11-19 16:22:52 +01:00
William Welling
49a3a9a0f2 remove docker changes 2021-11-19 09:00:38 -06:00
Tim Donohue
8ce6a043bb Merge pull request #1411 from tdonohue/fix_1409
Add a config:dev:check:rest option for checking dev environment settings
2021-11-18 10:51:26 -06:00
Tim Donohue
3befdb9f48 Merge pull request #1400 from tdonohue/disable_cli_analytics
Disable CLI analytics by default
2021-11-18 10:29:10 -06:00
William Welling
f7bea3eaa9 update rxjs imports 2021-11-18 09:09:00 -06:00
William Welling
d049caa8c0 remove webpack node externals 2021-11-18 05:03:02 -06:00
William Welling
0b99ce3211 update uuid import in specs 2021-11-17 22:29:14 -06:00
William Welling
b0ee227918 update dockerfile 2021-11-17 22:26:21 -06:00
William Welling
8d66f68dfa remove bundle workaround, update dependencies and build 2021-11-17 22:11:06 -06:00
William Welling
600fbc6df7 update json5 import 2021-11-17 21:59:34 -06:00
William Welling
ebf900686b update uuid imports 2021-11-17 21:58:47 -06:00
William Welling
dc9e93a907 upgrade rxjs imports 2021-11-17 21:57:54 -06:00
Tim Donohue
4ed748381a Add a config:dev:check:rest option for checking dev environment settings 2021-11-17 11:36:38 -06:00
Davide Negretti
08b1025eb3 [CST-4903] Fix 2021-11-17 10:46:36 +01:00
Giuseppe Digilio
92e9f79f09 [DSC-287] optimize code and add typedoc 2021-11-17 09:37:49 +01:00
Corrado Lombardi
f9c8ac6568 [CSTPER-869] removed unused elements 2021-11-16 22:28:43 +01:00
Giuseppe Digilio
a323aefc22 [DSC-287] change app-routing.module.ts inn order to have ServerCheckGuard configured once 2021-11-16 19:13:57 +01:00
Rezart Vata
ce7a5b1499 [CSTPER-869] Fix on edit remove validator, unit testing , lint fixes & report 2021-11-16 18:14:53 +01:00
Rezart Vata
9aea3e0bbf [CSTPER-869] validator to check if a group already exists 2021-11-16 18:08:06 +01:00
Giuseppe Digilio
76ddce7239 [DSC-287] fix test 2021-11-16 17:38:20 +01:00
Davide Negretti
8e0fd14b4e [CST-4918] process-page.resolver.ts - don't use cached version 2021-11-16 17:33:11 +01:00
Davide Negretti
d3c3624816 [CST-4903] Test fixed 2021-11-16 12:53:51 +01:00
Davide Negretti
7d5493fcf4 [CST-4903] Button style fixed 2021-11-16 11:58:10 +01:00
Davide Negretti
cb88885870 [CST-4903] Timezone fixed in process detail page 2021-11-15 19:29:39 +01:00
Giuseppe Digilio
81c4403ee6 [DSC-287] reformat app-routing.module code 2021-11-15 19:02:10 +01:00
Giuseppe Digilio
25a51c9764 [DSC-287] Add test to guard 2021-11-15 18:52:33 +01:00
Giuseppe Digilio
2151d1af58 [DSC-287] Fix error message 2021-11-15 18:49:13 +01:00
Giuseppe Digilio
826875e207 Merge remote-tracking branch 'origin/main' into DSC-287-Show-an-error-page-if-the-REST-API-is-not-available 2021-11-15 17:02:50 +01:00
Tim Donohue
29f342380d Merge pull request #1401 from tdonohue/fixup_docker
Sync with DSpace/DSpace docker-compose setup
2021-11-12 08:20:37 -06:00
myrza1
df87c892f0 Update kz.json5
1755 m
2021-11-12 16:57:37 +06:00
myrza1
c332db4a32 Update kz.json5
1000 el
2021-11-12 16:51:35 +06:00
myrza1
5dfa82322e Update kz.json5
Collection, cookies, beatstream, 404, browse - transated
2021-11-12 16:16:33 +06:00
Tim Donohue
2503b39897 Sync with DSpace/DSpace docker-compose setup 2021-11-11 16:25:19 -06:00
Tim Donohue
d5c841253c Merge pull request #1397 from 4Science/CST-4873-request-copy-bug
Fix issue with request a copy functionality route
2021-11-11 16:11:17 -06:00
Tim Donohue
1e2f51ef3e Disable CLI analytics by default 2021-11-11 15:46:39 -06:00
Tim Donohue
9b2e533038 Merge pull request #1398 from atmire/fix-menu-icon-i18n-messages
Fix menu icon i18n messages
2021-11-11 15:42:02 -06:00
Art Lowel
dd6ec04801 Fix menu icon i18n messages 2021-11-10 11:47:39 +01:00
Giuseppe Digilio
9ea67b1b36 [CST-4873] Fix issue with request a copy functionality route 2021-11-10 09:37:11 +01:00
Rezart Vata
04548237fd [DSC-287] Fixes UI and changed the texts in i18n 2021-11-04 14:50:26 +01:00
Rezart Vata
fc6678515a [DSC-287] Created new page error 500, added guard to check for initial api request, redirect to page 500 2021-11-04 14:21:12 +01:00
Tim Donohue
2fe9fbd584 Merge pull request #1376 from atmire/remove-authorization-mocks
remove authorization mocks left over from PR #1105
2021-10-26 11:34:29 -05:00
Art Lowel
26a3ea4178 remove authorization mocks left over from PR #1105 2021-10-26 17:27:39 +02:00
Tim Donohue
30b9eae872 Merge pull request #1375 from 4Science/CST-4767
[CST-4767] Password are not properly url encoded at login
2021-10-26 08:41:20 -05:00
Davide Negretti
035a7826ba [CST-4767] encode-decode.util.ts removed 2021-10-26 11:11:21 +02:00
Tim Donohue
e8bebea543 Merge pull request #1368 from tdonohue/initial_rest_test_script
Add script to test connection to REST API (yarn config:check:rest)
2021-10-25 12:13:15 -05:00
Tim Donohue
f926b53848 Merge pull request #1374 from the-library-code/german-message-keys
Contribution to the German translation of DSpace 7
2021-10-25 11:44:34 -05:00
Davide Negretti
6ff065cd27 [CST-4767] Password are not properly url encoded at login 2021-10-25 18:34:28 +02:00
Tim Donohue
d0e4055bf0 Address feedback 2021-10-25 11:27:33 -05:00
Pascal-Nicolas Becker
b12bc4adc6 Small additional changes to the German message catalog 2021-10-25 18:13:38 +02:00
Tim Donohue
45933ba3d0 Add initial yarn test:rest-api script 2021-10-25 10:38:08 -05:00
Tim Donohue
3065720817 Merge pull request #1329 from 4Science/CST-4504-Adding-new-relationships-in-edit-item-is-difficult-for-entities-with-many-relationships
Fix issue with new relationships for entities with many relationships
2021-10-25 10:09:16 -05:00
YPaulsen-TLC
f58e0cd0c4 Contribution to the German translation of DSpace 7 2021-10-25 16:59:42 +02:00
myrza1
72a5e4b0c7 Update kz.json5 2021-10-25 03:45:39 +06:00
Tim Donohue
043decf7e4 Merge pull request #1079 from mspalti/iiif-mirador
Angular support for IIIF and Mirador
2021-10-22 12:17:42 -05:00
Giuseppe Digilio
9382b16171 Merge remote-tracking branch 'origin/main' into CST-4504-Adding-new-relationships-in-edit-item-is-difficult-for-entities-with-many-relationships
# Conflicts:
#	src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/dynamic-lookup-relation-modal.component.ts
2021-10-21 17:20:04 +02:00
Rezart Vata
fe1c3417c7 [CST-4504] Bug fixing 2021-10-21 17:09:11 +02:00
Tim Donohue
936c5cabd3 Merge pull request #1332 from 4Science/CST-4510-entity-selection-porting
Assign an entity type to a collection and map external providers
2021-10-21 10:05:52 -05:00
Giuseppe Digilio
d1f16cdee3 Merge remote-tracking branch 'origin/main' into CST-4510-entity-selection-porting
# Conflicts:
#	src/app/my-dspace-page/my-dspace-new-submission/my-dspace-new-submission.component.ts
2021-10-21 15:23:02 +02:00
Yura
816af086a4 84367: Fix ds-truncatable-part Safari gradient issue 2021-10-21 10:50:42 +02:00
Yura
0ac2fc2168 84367: Support light background in ds-truncatable-part 2021-10-21 10:50:42 +02:00
Yura
119af38d6a 84367: Ignore HTML whitespace in ds-thumbnail 2021-10-21 10:50:42 +02:00
Yura
859ff4a2f5 84367: Use DSONameService for ds-dso-selector names 2021-10-21 10:50:42 +02:00
Yura
931560ee26 84367: Make ComcolPageBrowseByComponent themeable 2021-10-21 10:22:29 +02:00
Michael W Spalti
2c60cc4ca2 Updated versioned-item to provide route service in super constructor call. 2021-10-20 15:09:32 -07:00
Tim Donohue
07f20b1ad7 Merge pull request #1366 from atmire/w2p-84385_tabbed-view-breaks-on-tab-change
84385: Tabbed search view breaks if switch away/back between tabs
2021-10-20 17:09:31 -05:00
Tim Donohue
551404c08f Merge pull request #1363 from atmire/Search-results-LinkType-fix
linkType search-results bug fix
2021-10-20 16:31:34 -05:00
Michael W Spalti
2b19b1659c Merge branch 'main' into iiif-mirador 2021-10-20 14:24:59 -07:00
Tim Donohue
2568daedb4 Merge pull request #1318 from 4Science/CST-4499
Create new Item Version (basic Items only)
2021-10-20 11:17:57 -05:00
Marie Verdonck
cf0a526187 84385: Tabbed search view breaks if switch away/back between tabs 2021-10-20 16:50:02 +02:00
Yura
14b1fd463d 84367: SearchForm/SearchComponent: add option to hide scope selection dropdown 2021-10-20 11:27:55 +02:00
Davide Negretti
fd61ac0c41 [CST-4499] Version history - Test item-versions.component 2021-10-20 02:29:00 +02:00
Davide Negretti
3b0e1dbcc4 [CST-4499] Version history - Test item-versions.component 2021-10-20 02:28:02 +02:00
Tim Donohue
2650e1eb36 Merge pull request #1362 from atmire/issue-1294-fix-required-dropdown-initial-click-not-working
#1294 [Submission] - Fix for required dropdown initial select click not working
2021-10-19 16:37:33 -05:00
Davide Negretti
52baa819cf [CST-4499] Version history - Test versioned-item.component 2021-10-19 21:12:34 +02:00
Tim Donohue
238b47b2f9 Merge pull request #1364 from atmire/search-scope-small-fixes
Fixes to scope select in search
2021-10-19 14:12:12 -05:00
Davide Negretti
d12f932351 [CST-4499] Version history - Test version-history-data.service 2021-10-19 19:16:39 +02:00
Davide Negretti
75fffe2f15 [CST-4499] Version history - Test version-history-data.service 2021-10-19 17:54:11 +02:00
Davide Negretti
82f6a78511 Merge branch 'main' into CST-4499
# Conflicts:
#	src/app/item-page/item-page-routing.module.ts
2021-10-19 16:58:39 +02:00
Davide Negretti
3cc302bc42 [CST-4499] Version history - Test version-history-data.service 2021-10-19 16:49:13 +02:00
lotte
a4c957b8ef changed scope with to css variable and removed the search label alignment 2021-10-19 16:19:07 +02:00
Davide Negretti
6dac82989b Merge branch 'main' of github.com:4science/dspace-angular into CST-4499 2021-10-19 16:18:12 +02:00
Tim Donohue
a8900f7278 Merge pull request #1327 from atmire/w2p-83635_Request-a-copy
Request a copy
2021-10-19 09:09:45 -05:00
Kristof De Langhe
d7a5502d30 linkType search results bugfix 2021-10-19 16:03:38 +02:00
Giuseppe Digilio
9a30b8a9ae [CST-4504] fix issue with name variants 2021-10-19 15:16:10 +02:00
Marie Verdonck
0557750987 #1294 [Submission] - Fix for required dropdowns initial select click not working 2021-10-19 15:13:51 +02:00
Rezart Vata
5f05c1d7c0 [CST-4504] lint fixes 2021-10-19 14:12:59 +02:00
Rezart Vata
78403d9696 [CST-4504] Fixed discard issue and submit issue 2021-10-19 14:04:39 +02:00
Davide Negretti
376d803b96 [CST-4499] Version history - Test item-data.service and item-versions-shared.service 2021-10-19 13:34:58 +02:00
Kristof De Langhe
898548d399 Merge branch 'main' into w2p-83635_Request-a-copy 2021-10-19 10:04:24 +02:00
Giuseppe Digilio
e142a49479 [CST-4499] Add tests to version-data.service 2021-10-18 20:15:20 +02:00
Michael W Spalti
b0fcdf628f Updated test. 2021-10-18 11:15:06 -07:00
Michael W Spalti
8ac122b151 Updated viewport size check.
Updated test.

Mobile test added.

Fixed lint error.
2021-10-18 11:15:01 -07:00
Giuseppe Digilio
8f541c37a7 [CST-4499] Add tests to workspaceitem-data.service and workflowitem-data.service 2021-10-18 19:04:16 +02:00
Tim Donohue
03d9996dcc Merge pull request #1346 from 4Science/CST-4659
[Deque Re-Analysis] Submission "critical" accessibility issues
2021-10-18 11:01:21 -05:00
Michael W Spalti
a3511ab234 Merge branch 'iiif-mirador' of https://github.com/mspalti/dspace-angular into iiif-mirador 2021-10-18 08:54:07 -07:00
Davide Negretti
bee628921a [CST-4499] Version history - Test 2021-10-18 17:37:02 +02:00
Tim Donohue
7cc5bd0280 Merge pull request #1360 from tdonohue/enable_spanish
Add 'es' to languages. Order alphabetically by label
2021-10-18 09:54:28 -05:00
Kristof De Langhe
492a31dd10 83635: Remove f from fdescribe 2021-10-18 16:43:13 +02:00
Kristof De Langhe
0f7fc4907a Merge branch 'main' into w2p-83635_Request-a-copy 2021-10-18 16:01:19 +02:00
Davide Negretti
7c40c3ba68 [CST-4499] Version history - Pagination fixed 2021-10-18 13:20:03 +02:00
Davide Negretti
d264576a07 [CST-4659] Deque accessibility issues - fix 470001 2021-10-18 10:40:02 +02:00
Michael Spalti
6a2d856ecf Removed unused import. 2021-10-16 16:28:56 -07:00
Michael Spalti
073296eb07 Mirador component update and spec. 2021-10-16 14:28:34 -07:00
Tim Donohue
f4cdd6a9ab Merge pull request #1314 from tdonohue/add_a11y_tests
Add automated Accessibility testing for all public pages
2021-10-15 16:36:45 -05:00
Tim Donohue
8a1ff1ef70 Update to latest Cypress 2021-10-15 16:03:43 -05:00
Tim Donohue
305571bc25 Add accessibility tests for search/browse 2021-10-15 15:43:01 -05:00
Tim Donohue
4faa850fba Add logging for violations & testA11y() in utils.ts. Use that method everywhere else 2021-10-15 15:41:33 -05:00
Tim Donohue
fad74a4ca2 Upgrade Cypress 2021-10-15 15:41:33 -05:00
Tim Donohue
3c35c6c8ae Add basic accessibility scan for most public pages. Disable any a11y tests with known issues 2021-10-15 15:41:32 -05:00
Davide Negretti
dfeee7894a Merge branch 'main' into CST-4499
# Conflicts:
#	src/app/item-page/item-page.module.ts
#	src/app/shared/shared.module.ts
2021-10-15 22:35:27 +02:00
Tim Donohue
c3dbe00f0b Add 'es' to languages. Order alphabetically by label 2021-10-15 15:34:47 -05:00
Tim Donohue
ee70baafd9 Merge pull request #1351 from gsferreyro/spanish-translation
Complete Spanish translation
2021-10-15 15:24:10 -05:00
Tim Donohue
66b55bf910 Merge pull request #1336 from 4Science/CST-4634-Many-notifications-when-trying-to-create-an-eperson-with-already-existing-email
Added custom validator and mail check during eperson registration
2021-10-15 12:22:14 -05:00
Davide Negretti
e4d468b17c [CST-4499] Version history - Changes to version history table 2021-10-15 19:13:15 +02:00
Giuseppe Digilio
7b24e3bc8e [CST-4510] Fix issue with multiple selection in the collection-dropdown.component 2021-10-15 19:04:14 +02:00
Giuseppe Digilio
096a1d8427 [CST-4510] Close collection modal once entity is imported 2021-10-15 17:34:04 +02:00
Giuseppe Digilio
ded8a415cf Merge remote-tracking branch 'origin/main' into CST-4510-entity-selection-porting
# Conflicts:
#	src/assets/i18n/en.json5
2021-10-15 17:04:34 +02:00
Tim Donohue
d778f98b0d Merge pull request #1348 from atmire/search-scope-lookup
Replace search scope dropdown by modal
2021-10-15 09:52:37 -05:00
Giuseppe Digilio
05b288c8d0 [CST-4504] Fix LGTM issues 2021-10-15 14:58:34 +02:00
Davide Negretti
850970e204 [CST-4499] Version history - Code refactoring (WIP) and "Edit workspace item" button 2021-10-15 13:05:24 +02:00
Giuseppe Digilio
4d277991ef [CST-4510] Address feedback 2021-10-15 10:25:30 +02:00
Michael Spalti
80a9770936 More neutral primary color in mirador viewer configuration. 2021-10-14 16:13:36 -07:00
Michael Spalti
24a6a4c25a Checking for dev mode to prevent viewer embed. 2021-10-14 15:57:46 -07:00
Michael Spalti
3a1abe82a1 Removed unused import. 2021-10-14 09:29:02 -07:00
Michael Spalti
8c05c6d4df Merge branch 'main' into iiif-mirador 2021-10-14 08:38:13 -07:00
Tim Donohue
802a212b9b Merge pull request #1355 from the-library-code/PRs/dspace-angular/1354
Make 'FileSectionComponent' themeable
2021-10-14 10:17:17 -05:00
Giuseppe Digilio
bd02bcd0de [CST-4634] Remove impersonate button from eperson creation form 2021-10-14 16:02:20 +02:00
Rezart Vata
4c72fa7da1 [CST-4504] Fixes regarding code improvement & save spinner only 2021-10-14 15:55:20 +02:00
Kristof De Langhe
13dd4dfc05 83635: Remove fdescribe and unused imports 2021-10-14 15:48:50 +02:00
Kristof De Langhe
478c95f6d4 83635: Item request - processed message 2021-10-14 15:45:05 +02:00
Giuseppe Digilio
d08807544f [CST-4510] Fix LGTM issue 2021-10-14 15:44:59 +02:00
Giuseppe Digilio
f20776fb8f [CST-4510] Remove unused label 2021-10-14 15:44:42 +02:00
Rezart Vata
05261a91ea [CST-4504] Fixed multiple delete & multiple add in modal and changed unit testing 2021-10-14 13:06:55 +02:00
Kristof De Langhe
a745468b0c 83635: Keep bitstream param on link 2021-10-14 11:25:03 +02:00
Michael Spalti
b738065d88 Updated service mock for tests. 2021-10-13 17:58:34 -07:00
Giuseppe Digilio
9c47583a0a [CST-4634] Change email validator in order to show error also on focus 2021-10-13 23:13:39 +02:00
Tim Donohue
6356979994 Merge pull request #1323 from 4Science/DSC-227-myDspaceReloadIssue
Reload of My Dspace results is broken
2021-10-13 14:31:45 -05:00
Giuseppe Digilio
0fccf4c16a Merge remote-tracking branch 'origin/main' into CST-4510-entity-selection-porting
# Conflicts:
#	src/app/core/data/collection-data.service.ts
2021-10-13 19:24:25 +02:00
Vasilii Fedorov
7505a5a208 Make 'FileSectionComponent' themeable 2021-10-13 15:41:32 +02:00
Giuseppe Digilio
36be741eb3 [CST-4510] Remove check for entity type param in the import from external source page 2021-10-13 09:25:23 +02:00
Giuseppe Digilio
363e9b2dcb [CST-4510] Fix i18n labels 2021-10-13 09:25:09 +02:00
Giuseppe Digilio
b4a249245a [CST-4510] make entity type not mandatory in the collection form 2021-10-13 09:24:57 +02:00
Tim Donohue
ab9aed0143 Merge pull request #1328 from atmire/w2p-83707_Control-collection-harvest-from-the-UI
Control collection harvest from the UI
2021-10-12 16:18:34 -05:00
Michael W Spalti
a875f681a7 Merge branch 'iiif-mirador' of https://github.com/mspalti/dspace-angular into iiif-mirador 2021-10-12 14:00:27 -07:00
Michael Spalti
538e3cbd0f Mirador component update. 2021-10-12 07:56:23 -07:00
Giuseppe Digilio
93e0828135 [CST-4591] Hide none item type entry from available entities in the collection form 2021-10-12 16:23:47 +02:00
Yana De Pauw
72d1235b2c 83707: Add spinners to in progress buttons 2021-10-12 09:50:56 +02:00
Michael Spalti
2d1113626a Viewer updates. 2021-10-11 17:50:15 -07:00
Gustavo S. Ferreyro
82b88c85c2 Full Spanish translation
Full Spanish translation based on the English en.json5 file at 09 Oct, 2021.
2021-10-09 13:40:53 -03:00
Michael Spalti
681b10e070 Removed unused import. 2021-10-08 15:53:02 -07:00
Michael Spalti
baa94ca1cb Fixed proble with mirador iframe url for a single image. 2021-10-08 15:29:51 -07:00
Tim Donohue
bc89692acb Merge pull request #1344 from ybnd/Pause-notification-countdown-on-hover
Pause notification countdown on hover
2021-10-08 14:33:45 -05:00
lotte
b651f4e18f lgtm fixes 2021-10-08 14:37:57 +02:00
lotte
13bce1df60 Added missing typedoc 2021-10-08 14:08:04 +02:00
lotte
c28221623c Added search scope lookup to replace dropdown 2021-10-08 10:22:43 +02:00
Tim Donohue
a48074e5f1 Merge pull request #1341 from atmire/w2p-83783_show-all-collections-on-item-page-rebased
Show owning and mapped collections on item page
2021-10-07 11:38:33 -05:00
Tim Donohue
46c3ea2a7c Merge pull request #1326 from atmire/dynamic-theme-fixes
Dynamic theme improvements
2021-10-07 11:38:04 -05:00
Yura
1cc1674254 Add unit tests for notification countdown 2021-10-07 15:23:54 +02:00
Yura
26cfe7d9ea Remove old commented out code 2021-10-07 13:53:06 +02:00
Kristof De Langhe
881eb92fa1 83635: Feedback and test cases 2021-10-07 13:53:02 +02:00
Rezart Vata
ce2790a89b [CST-4504] Adding and removing in modal checkboxes, working on deleting paginated relationships 2021-10-06 18:35:52 +02:00
Corrado Lombardi
91218bb534 removed unnecessary new lines and commented out code 2021-10-06 18:00:19 +02:00
Davide Negretti
eaa3d96bc7 [CST-4659] Deque accessibility issues - 470010 and tests 2021-10-06 15:26:55 +02:00
Kristof De Langhe
03ddde9a97 83635: Button layout changes + LGTM fixes 2021-10-05 18:17:40 +02:00
Kristof De Langhe
120b9f5ce9 83635: Grant/Deny item requests 2021-10-05 18:17:40 +02:00
Kristof De Langhe
11bf10cbde 83635: Intermediate commit 2021-10-05 18:17:40 +02:00
Yana De Pauw
4feccb9989 intermittent commit 2021-10-05 18:17:40 +02:00
Yana De Pauw
90b706239e Fix page reload when requesting a copy 2021-10-05 18:17:40 +02:00
Yana De Pauw
416aa7adaf 83635: Update request a copy page and tests 2021-10-05 18:17:40 +02:00
Yana De Pauw
506883c960 83635: Request a copy - Request page 2021-10-05 18:17:40 +02:00
Davide Negretti
8173d7d805 [CST-4659] Deque accessibility issues - 470010 2021-10-05 17:51:31 +02:00
Davide Negretti
5c8448c36e [CST-4659] Deque accessibility issues - 469993 2021-10-05 16:22:46 +02:00
Davide Negretti
ad15c07a18 [CST-4659] Deque accessibility issues - 469984 2021-10-05 12:54:09 +02:00
Yura
08b79f0595 Fix undefined isPaused$ test failure (afterAll) 2021-10-05 10:51:37 +02:00
Yura
f4c50bc7a2 Pause all notifications when hovering over board 2021-10-05 10:06:30 +02:00
Yura
25ea75cf54 Pause notification countdown on hover 2021-10-05 09:52:31 +02:00
Giuseppe Digilio
e9bca1b51d [CST-4510] use alert component for info message 2021-10-05 09:19:10 +02:00
Tim Donohue
b29b87d0f6 Merge pull request #1315 from tdonohue/header_keyboard_fix
Header Accessibility Fix: Allow enter key or spacebar to expand or contract menu based on current active status
2021-10-04 10:59:34 -05:00
Tim Donohue
b4732f3c31 Move actions to keyup while having preventDefault on keydown 2021-10-04 10:18:01 -05:00
Davide Negretti
b7d6c8e557 [CST-4499] Version history - SSR bug fixed 2021-10-04 13:29:55 +02:00
Tim Donohue
1d0a5c0e87 Switch from keyup to keydown to fix spacebar scrolling issue. 2021-10-01 16:45:59 -05:00
Rezart Vata
74eac1f72c [CST-4504] code improvement and report fixes 2021-10-01 18:57:24 +02:00
Rezart Vata
78c88f212f [CST-4504] Merged conflicts 2021-10-01 18:16:46 +02:00
Rezart Vata
af09479203 [CST-4504] Added discard,reinstate & submit buttons , unit testing & lint fixes 2021-10-01 18:13:18 +02:00
Davide Negretti
69bd118001 [CST-4659] Deque accessibility issues - 469700 2021-10-01 17:22:03 +02:00
Davide Negretti
d59e6c630d [CST-4659] Deque accessibility issues - 470062 2021-10-01 17:10:54 +02:00
Yura
ed3bcaa574 83631: Reword & explain theme extension tests 2021-10-01 13:32:56 +02:00
Tim Donohue
7747a8c4e2 Attempt to stop scroll to bottom of page when clicking spacebar 2021-09-30 17:11:34 -05:00
Davide Negretti
a80d9694d8 [CST-4659] Deque accessibility issues - 470001 2021-09-30 18:11:24 +02:00
Davide Negretti
a2eb16d328 [CST-4659] Deque accessibility issues - 470065 2021-09-30 15:31:52 +02:00
Davide Negretti
ee9d54245c [CST-4659] Deque accessibility issues - 469979 2021-09-30 13:19:52 +02:00
Yana De Pauw
e434bb8952 83707: Implement feedback 2021-09-30 10:22:48 +02:00
Michael Spalti
d4a6ed6d08 Mirador component multi-view based on count of image files in the default bundle. 2021-09-29 22:03:23 -07:00
Michael Spalti
670a0b8a26 Completed work on angular tests. 2021-09-29 14:12:48 -07:00
Davide Negretti
e111f7c70b [CST-4499] Version history - Minor fixes 2021-09-29 20:21:42 +02:00
Bruno Roemers
578b5afa06 83783: Show owning and mapped collections on item page 2021-09-29 18:52:07 +02:00
Davide Negretti
8a38d06318 [CST-4499] Version history - Fixes and tests 2021-09-29 18:28:26 +02:00
Davide Negretti
ca9ca0105e [CST-4499] Version history - Redirect to Edit Item 2021-09-29 16:33:23 +02:00
Michael Spalti
ec0e8c7804 Completed the initial embed of mirador viewer. 2021-09-28 16:47:58 -07:00
Michael Spalti
abb733b9df Merge branch 'main' into iiif-mirador 2021-09-28 13:24:31 -07:00
Michael Spalti
3bf9c5f21c Starting update for iiif using non-entity metadata. 2021-09-28 13:22:09 -07:00
Tim Donohue
53cd1cfcb2 Merge pull request #1319 from 4Science/DSC-192
edit item metadata fix
2021-09-28 13:41:40 -05:00
Tim Donohue
e5e6e9c07a Also support using spacebar to open/close menu 2021-09-28 12:20:53 -05:00
Rezart Vata
7543af2a38 [CST-4634] Worked on unit testing formgroup input validation and custom validations 2021-09-27 16:06:29 +02:00
Davide Negretti
4f2697bf52 [CST-4499] Version history - New version refactored (with tests) 2021-09-27 12:26:20 +02:00
Yana De Pauw
4e9bd86012 83707: Implement tests 2021-09-27 11:11:54 +02:00
Davide Negretti
f60755b2b0 [CST-4499] Version history - New version refactored - Test TBD 2021-09-25 00:59:19 +02:00
Corrado Lombardi
eb14b6c5ad [DSC-192] lint fixes 2021-09-24 18:49:13 +02:00
Giuseppe Digilio
df8ff19550 Merge remote-tracking branch 'origin/main' into CST-4510-entity-selection-porting 2021-09-24 18:15:13 +02:00
Rezart Vata
d9237acb70 [CST-4634] Added custom validator and messages and show error message for not valid email, lint fixes & unit testing 2021-09-24 17:16:53 +02:00
Alba Aliu
010dee7a16 Merge branch 'DSC-192' of https://bitbucket.org/4Science/dspace-angular into DSC-192 2021-09-24 17:08:55 +02:00
Alba Aliu
b22d8358fb [DSC-112] unit testing 2021-09-24 17:07:38 +02:00
Giuseppe Digilio
93f2274c5d [CST-4591] add missing label 2021-09-24 14:33:30 +02:00
Giuseppe Digilio
d29c27b400 [CST-4591] Use search collection dropdown when importing from external source with lookup modal 2021-09-24 13:20:36 +02:00
Giuseppe Digilio
c6a73f2dcb [CST-4591] Fix issue with showing empty collection results 2021-09-24 13:18:50 +02:00
Giuseppe Digilio
a170f1f8a9 [CST-4591] Fix issue with navigate when entity type is empty 2021-09-24 13:17:35 +02:00
Tim Donohue
2b1e3c6b02 Merge pull request #1324 from atmire/upload-bitstream-bugfix
Fixed edit item bitstreams
2021-09-23 16:10:25 -05:00
lotte
50c2d918b0 fixed lgtm issue 2021-09-23 15:48:58 +02:00
Yana De Pauw
100166023a 83707: Control collection harvest from the UI 2021-09-23 15:47:43 +02:00
Giuseppe Digilio
2894045134 [CST-4504] fix lint error 2021-09-23 15:30:23 +02:00
Art Lowel
ac13b8b282 Merge branch 'w2p-83631_Add-the-ability-to-extend-a-theme' into w2p-83628_Dynamic-theme-fixes 2021-09-23 13:42:16 +02:00
Art Lowel
573a133815 fix ciruclar dependency 2021-09-23 13:30:40 +02:00
lotte
e41c66cdda 83681: fixed bundles issue on update bitstreams edit item page 2021-09-23 12:50:58 +02:00
Kristof De Langhe
e2c2423e53 83628: Dynamic theme fixes - test cases and JSDocs 2021-09-23 11:27:38 +02:00
Tim Donohue
4dd3b57539 Merge pull request #1298 from 4Science/CST-4058
Cannot easily tell similar named EPeople or Groups apart (usability issue)
2021-09-22 17:18:44 -05:00
Giuseppe Digilio
d10d0b039f [CST-4504] fix duplicated code 2021-09-22 18:16:32 +02:00
Giuseppe Digilio
6bf3b8e7cd [CST-4591] Change import from external source page in order to work with entity type 2021-09-22 18:02:52 +02:00
Kristof De Langhe
d9db65685b 83628: Dynamic theme fixes 2021-09-22 17:46:55 +02:00
Giuseppe Digilio
afdbf3541b [CST-4591] Add dropdown for selecting entity type when creating a new submission or importing from external source 2021-09-22 17:43:47 +02:00
Giuseppe Digilio
2e0095a587 [CST-4591] Create entity scrollable dropdown 2021-09-22 17:36:18 +02:00
Giuseppe Digilio
51ada1c933 [CST-4591] Change collection dropdown in order to accept entity type as input 2021-09-22 17:34:54 +02:00
Giuseppe Digilio
1f941acda4 [CST-4591] Add entity selection field to collection create/edit form 2021-09-22 17:32:41 +02:00
Giuseppe Digilio
b20b6d003f [CST-4591] Add methods to retrieve entity type related to collections 2021-09-22 17:29:47 +02:00
Davide Negretti
eaca1ac228 [CST-4058] Improvements applied in all places 2021-09-22 17:24:28 +02:00
Giuseppe Digilio
225a5640e5 [CST-4591] Add methods to retrieve collections by entity type 2021-09-22 17:20:04 +02:00
Rezart Vata
681ab1ff88 [CST-4504] Fixed issue for submission, removed tab when editing relationships, removed unused code & improved checking for remote data completed 2021-09-22 17:01:24 +02:00
Rezart Vata
f1135d8a96 [CST-4504] Finished Unit testing, ts lint, report changes and some fixes 2021-09-22 13:44:12 +02:00
Kristof De Langhe
2d638a738e 83628: Dynamic theme fixes 2021-09-22 11:51:05 +02:00
Alessandro Martelli
5a136f8865 [DSC-227] Reload of My Dspace results is broken 2021-09-22 11:35:59 +02:00
Davide Negretti
c816b97525 [CST-4499] Version history - Old tests fixed 2021-09-21 19:42:43 +02:00
Davide Negretti
468ad70751 [CST-4499] Version history - Old tests fixed 2021-09-21 18:21:38 +02:00
Davide Negretti
aee612e06d [CST-4499] Version history - Old tests fixed 2021-09-21 16:47:42 +02:00
Corrado Lombardi
8633b5207d Merge remote-tracking branch 'bb-cris/DSC-192' into DSC-192 2021-09-21 14:50:38 +02:00
Alba Aliu
7214f3fe6d [DSC-192] fix 2021-09-21 14:50:08 +02:00
Alba Aliu
a97f55c32d [DSC-192] disable edit metadata field name in edit mode 2021-09-21 14:50:08 +02:00
Davide Negretti
62fea1fa78 [CST-4499] Version history - Tests WIP 2021-09-21 12:11:23 +02:00
Davide Negretti
3255a29b30 [CST-4499] Version history - Tests WIP 2021-09-20 20:34:34 +02:00
Rezart Vata
3c26ecdcdf [CST-5404] Code refactoring, fixing issues , lint fixes and started unit testing 2021-09-20 19:43:11 +02:00
Davide Negretti
fbc69832d8 [CST-4499] Version history - Tests WIP 2021-09-20 17:38:32 +02:00
Yura
0b62144d97 83631: Add the ability to extend a theme 2021-09-20 17:03:34 +02:00
Alba Aliu
af12fc1a51 [DSC-192] fix 2021-09-20 11:12:45 +02:00
Alba Aliu
cbab3484e7 [DSC-94] reload tabs box after claim made 2021-09-17 23:07:48 +02:00
Michael Spalti
ded5e29f10 Merge branch 'main' into iiif-mirador 2021-09-17 10:38:57 -07:00
Davide Negretti
a547030ce0 [CST-4499] Version history - LGTM fixes - Test TBD 2021-09-17 18:22:48 +02:00
Tim Donohue
523fca2177 Minor updates to README to provide more helpful info on unit tests 2021-09-17 11:19:14 -05:00
Tim Donohue
8e2ab83d92 Fix existing tests. Add new specs for enter key presses 2021-09-17 11:19:14 -05:00
Davide Negretti
97ed08e5c8 [CST-4499] Version history - Test TBD 2021-09-17 18:04:33 +02:00
Davide Negretti
55a1a1c0eb [CST-4499] Version history (WIP) - Refactoring 2021-09-17 13:37:57 +02:00
Davide Negretti
025e7f5c38 [CST-4499] Version history (WIP) - Cache issue fixed 2021-09-17 12:19:18 +02:00
Davide Negretti
b1b2bd4562 [CST-4499] Version history (WIP) - Authorization features - Cache issue fixed 2021-09-16 18:53:45 +02:00
Davide Negretti
cf1c73bd32 [CST-4499] Version history (WIP) - Authorization features - Deleting 2021-09-16 15:49:11 +02:00
Davide Negretti
f858eeef46 [CST-4499] Version history (WIP) - Authorization features - Deleting not working 2021-09-16 00:28:45 +02:00
Tim Donohue
b86ae8dd14 Allow enter key to expand or contract menu based on current active status 2021-09-14 14:16:04 -05:00
Rezart Vata
a2605cdddd [CST-4504] Changed init api, disabled selected tab only for relationship edit page, fixed the related items checked, fixed the issue regarding the updated item control 2021-09-14 19:24:22 +02:00
Davide Negretti
77ff774c97 [CST-4499] Version history (WIP) - Minor fixes and code cleanup 2021-09-14 18:48:13 +02:00
Davide Negretti
60bbb9ace4 [CST-4499] Version history (WIP) - Redirect after deleting a version 2021-09-14 18:20:58 +02:00
Davide Negretti
5d8f625d01 [CST-4499] Version history (WIP) - Refactoring 2021-09-14 01:39:00 +02:00
Davide Negretti
f10f25d129 Merge remote-tracking branch 'bb/CST-4499' into CST-4499 2021-09-13 18:04:22 +02:00
Davide Negretti
b4111fe4b1 [CST-4499] Version history (WIP) - Version page added (redirecting to item's page) 2021-09-13 17:56:55 +02:00
Rezart Vata
ffee36607d [CST-5404] Started working on new feature,added services and started working on selection 2021-09-10 18:49:23 +02:00
Alessandro Martelli
ce399cb764 [CST-4499] Version history (WIP) - Missing tests and auth features 2021-09-10 18:22:55 +02:00
Davide Negretti
44d3558e87 [CST-4499] Version history (WIP) - 'Create version' button in item page and other fixes 2021-09-10 18:16:35 +02:00
Davide Negretti
5526cde869 [CST-4058] LGTM issues solved 2021-09-10 11:06:25 +02:00
Davide Negretti
8df8b1c574 [CST-4058] LGTM issues solved 2021-09-10 10:50:35 +02:00
Davide Negretti
ad5ace79fb Changes by alex 2021-09-10 10:36:37 +02:00
Davide Negretti
dd2df9106c [CST-4499] Version history (WIP) - Fixes to API calls 2021-09-10 10:36:33 +02:00
Davide Negretti
05385f3568 [CST-4499] Version history (WIP) - Fixes to API calls 2021-09-10 10:19:33 +02:00
Tim Donohue
706cc47197 Merge pull request #1300 from bbranan/issue-1299
Adds support for capturing i18n translation updates within a theme
2021-09-09 16:26:33 -05:00
Davide Negretti
d402ab7dcf [CST-4499] Version history (WIP) - New version modal and other changes 2021-09-09 00:57:44 +02:00
Tim Donohue
2f251a3a61 Merge pull request #1310 from DSpace/dependabot/npm_and_yarn/url-parse-1.5.3
Bump url-parse from 1.4.7 to 1.5.3
2021-09-08 16:39:39 -05:00
Tim Donohue
49773140c6 Merge pull request #1293 from DSpace/dependabot/npm_and_yarn/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7
2021-09-08 16:23:48 -05:00
Tim Donohue
1c3dcefcec Merge pull request #1165 from DSpace/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.20 to 4.17.21
2021-09-08 15:49:13 -05:00
Bill Branan
3be2e6f08b Merge branch 'main' into issue-1299 2021-09-08 15:28:02 -04:00
Tim Donohue
879c23e002 Merge pull request #1166 from DSpace/dependabot/npm_and_yarn/hosted-git-info-2.8.9
Bump hosted-git-info from 2.8.8 to 2.8.9
2021-09-08 13:33:04 -05:00
dependabot[bot]
c40958f450 Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 17:37:21 +00:00
dependabot[bot]
285551674d Bump url-parse from 1.4.7 to 1.5.3
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 17:11:31 +00:00
dependabot[bot]
c9ac591dc3 Bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 17:11:13 +00:00
dependabot[bot]
17ed492a5f Bump lodash from 4.17.20 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 17:11:04 +00:00
Tim Donohue
5a82e1b60c Merge pull request #1307 from DSpace/dependabot/npm_and_yarn/tar-4.4.19
Bump tar from 4.4.13 to 4.4.19
2021-09-08 12:09:44 -05:00
Tim Donohue
fab1e3dbb0 Merge pull request #1311 from tdonohue/disable_a11y_checks
Temporarily disable a11y check until random failure for color contrast can be fixed
2021-09-08 12:09:30 -05:00
Tim Donohue
432fb4e3cc Temporarily disable a11y check until random failure for color contrast can be fixed 2021-09-08 11:14:24 -05:00
dependabot[bot]
173bf5460c Bump tar from 4.4.13 to 4.4.19
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.13...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 14:51:55 +00:00
Tim Donohue
15e7f75e39 Merge pull request #1301 from tdonohue/switch_to_cypress
Switch to Cypress.io for all e2e tests
2021-09-08 09:50:46 -05:00
Davide Negretti
72bfab16df [CST-4499] Version history (WIP) - Changes to in-row editing, code cleanup, added modal for new versions 2021-09-08 12:08:54 +02:00
Davide Negretti
95ffc7a016 [CST-4499] Version history (WIP) - Added in-row editing in version history (call to REST service TBD) and other fixes 2021-09-07 20:33:47 +02:00
Tim Donohue
4d4aadd83f Merge pull request #1309 from atmire/fix-themed-profile-page-component
fix the profile page component in the custom theme
2021-09-07 11:40:25 -05:00
Davide Negretti
6f24b31b39 [CST-4499] Version history (WIP) - Removed summary page (with routing) and modal 2021-09-07 14:47:36 +02:00
Davide Negretti
a1e312440f [CST-4499] Version history (WIP) - Buttons added to history, form replaced with modal, minor fixes 2021-09-06 20:51:34 +02:00
Art Lowel
f35f671dc3 fix the profile page component in the custom theme 2021-09-06 11:23:46 +02:00
Alessandro Martelli
5b036e84e1 [CST-4499] Version history module (WIP) 2021-09-02 16:20:43 +02:00
Davide Negretti
d66cf881fb [CST-4058] 'colspan' removed from table header; code cleanup 2021-09-02 16:05:22 +02:00
Bill Branan
edb814c49a Updates formatting to follow code style rules 2021-08-31 15:59:09 -04:00
Bill Branan
81988179e9 Adds setting to maintain the use of double quotes 2021-08-31 15:47:46 -04:00
Tim Donohue
098779a82d Fix to Cypress tsconfig.json, don't override sourceMap settings 2021-08-27 13:09:33 -05:00
Tim Donohue
13d8d75cfa Upgrade to latest Cypress 2021-08-27 12:24:35 -05:00
Tim Donohue
fec71ebf99 Add link to Cypress docs on creating first test in our README 2021-08-27 12:02:23 -05:00
Tim Donohue
03a11aeda1 Minor cleanup to GitHub CI. No longer need chromedriver. Use latest version of Chrome. 2021-08-27 11:33:06 -05:00
Tim Donohue
9d118dc2fd Add docs on writing e2e tests. Minor cleanup to README elsewhere 2021-08-27 11:08:30 -05:00
Tim Donohue
3c3f2251bb Minor test cleanup. Ensure artifacts are available based on e2e search results 2021-08-27 10:07:07 -05:00
Tim Donohue
fbfd4a2769 Fixes to e2e CI process 2021-08-27 09:11:23 -05:00
Tim Donohue
c86b68a6e0 Replace Protrator e2e tests with Cypress. Move all existing tests to Cypress & add basic Deque Axe integration. 2021-08-26 17:14:08 -05:00
Bill Branan
95a2da6410 Adds script to merge in i18n translation files from themes
See: https://github.com/DSpace/dspace-angular/issues/1299
2021-08-26 09:37:53 -04:00
Michael Spalti
668a08be45 Updated the iiif endpoint that is passed to the viewer. 2021-08-25 11:09:47 -07:00
Davide Negretti
4b3e0e8d09 [CST-4058] lint errors fixed 2021-08-24 17:53:43 +02:00
Davide Negretti
cbbac01313 [CST-4058] bug fixed 2021-08-24 17:06:00 +02:00
Davide Negretti
dfae46d92e [DSC-198] commented lines removed 2021-08-24 15:16:02 +02:00
Davide Negretti
befc0d4c9e [CST-4058] lint errors fixed 2021-08-24 13:41:04 +02:00
Tim Donohue
adb40d8712 Merge pull request #1295 from atmire/w2p-81901_Fix-sidebar-a11y-issues
Fix sidebar a11y issues
2021-08-23 16:01:33 -05:00
Davide Negretti
2cb9345ed5 [CST-4058] tests 2021-08-23 18:09:03 +02:00
Yura Bondarenko
714ea5d8f9 81901: Add in forgotten translate pipe 2021-08-23 15:45:22 +02:00
Yura Bondarenko
9cb8a77bf8 81901: Fix OnClickMenuItemComponent unit test 2021-08-20 18:24:38 +02:00
Davide Negretti
8134e6bc17 [CST-4058] tests (WIP) 2021-08-20 15:13:10 +02:00
Yura Bondarenko
3c4f3e9104 81901: Fix navigation/onclick function ~ enter key 2021-08-20 10:53:01 +02:00
Yura Bondarenko
9d66bc5167 81901: Use sidebar section text for tooltip 2021-08-20 09:43:36 +02:00
Michael Spalti
fb0d51c574 Improved performance of mirador component by avoiding IIIF bundle bitstream lookup. 2021-08-19 13:00:58 -07:00
myrza1
2bc1217dff Create Kazakh Translation
Create Kazakh Translation
2021-08-19 13:16:54 +06:00
Davide Negretti
9e710f7093 [CST-4058] tests (WIP) 2021-08-18 18:58:16 +02:00
Davide Negretti
3d894d02d3 [CST-4058] Show EPerson's email address and netid; tests fixed 2021-08-17 18:38:35 +02:00
Davide Negretti
5c070428d3 [CST-4058] Show the name of the community/collection in "Edit group" page 2021-08-17 17:10:32 +02:00
Davide Negretti
1bb98119f5 [CST-4058] Show the name of the community/collection next to the name of the group 2021-08-17 09:33:54 +02:00
Yura Bondarenko
ab6e8be6b1 Remove unused import 2021-08-16 17:53:17 +02:00
Yura Bondarenko
2a10f6bf9e 81901: AdminSidebarSectionComponent navigate on spacebar 2021-08-16 17:36:04 +02:00
Yura Bondarenko
7ae26d3ebb 81901: Fix expandable section submenu spacing
* Selection outlines were cut off by the icon (which needs to be full height for the animation-
2021-08-16 17:36:04 +02:00
Yura Bondarenko
2fa06d28e3 81901: Make expandable section not a link 2021-08-16 17:36:04 +02:00
Davide Negretti
ed12770494 [CST-4058] Show EPerson's email address - Show netid as fallback value 2021-08-16 17:23:45 +02:00
Davide Negretti
8274594848 [CST-4058] Show EPerson's email address 2021-08-16 17:03:07 +02:00
Yura Bondarenko
214833af68 81901: Add aria-expanded attribute to expandable items 2021-08-16 16:50:36 +02:00
Yura Bondarenko
c63d049d55 81901: Make expanded submenu items slide in from under collapsed sidebar 2021-08-16 16:39:56 +02:00
Yura Bondarenko
303e69a6b9 81901: Make admin sidebar header not a link 2021-08-16 09:50:04 +02:00
Yura Bondarenko
129ea726e8 81901: Enable spacebar toggling for admin sidebar items 2021-08-16 09:50:04 +02:00
Yura Bondarenko
b32226c5ed 81901: Fix keyboard/hover expand/collapse interactions 2021-08-13 17:14:54 +02:00
Yura Bondarenko
b84e003f27 81901: Update unit tests 2021-08-06 19:03:31 +02:00
Yura Bondarenko
4ae526d6b2 81901: Expand/collapse admin sidebar preview on focusin/focusout 2021-08-06 18:32:14 +02:00
Yura Bondarenko
1bad7fae3f 81901: Set aria-disabled for menu links and sidebar sections 2021-08-06 18:14:44 +02:00
Yura Bondarenko
2265de8d44 81901: Single link in sidebar menu entries
+ improved focus ring styling
2021-08-06 18:14:44 +02:00
Yura Bondarenko
d095c98b13 81901: Menu item components as ul > li 2021-08-06 18:14:43 +02:00
Tim Donohue
5a12f34593 Merge pull request #1287 from atmire/language-attribute-html-tag
Language attribute on HTML tag
2021-08-05 16:53:33 -05:00
Tim Donohue
a45780566f Merge pull request #1283 from josekarvalho/patch-2
Update en.json5
2021-08-05 15:55:12 -05:00
lotte
43c03de0ad Language attribute on HTML tag 2021-08-04 17:38:27 +02:00
Michael Spalti
6019a21ebd Removed unused import. 2021-07-31 09:02:10 -07:00
Michael Spalti
9cc3351fcf Fixed item page component paths. 2021-07-30 16:52:33 -07:00
Michael Spalti
20477f0aaa Merge branch 'main' into iiif-mirador 2021-07-30 16:27:18 -07:00
Tim Donohue
9fc7b57157 Correct year in LICENSE 2021-07-29 12:55:59 -05:00
Tim Donohue
f0474ce2f2 Merge branch 'main' of github.com:DSpace/dspace-angular 2021-07-29 12:50:42 -05:00
Tim Donohue
3664a06d8b Update README for 7.0. Sync some sections with DSpace/DSpace 2021-07-29 12:50:15 -05:00
José Carvalho
85ae3da0c0 Update en.json5
removed strings not used
2021-07-29 18:46:28 +01:00
Tim Donohue
232b457eff Merge pull request #1264 from josekarvalho/patch-1
Update pt-PT.json5
2021-07-29 12:37:04 -05:00
José Carvalho
14f026f8c4 Update en.json5
Updated with missing strings (found by revising the portuguese translation), and added new strings to support relations between entities and the import of external funding from the OpenAIRE API. Removed one duplicate string.
2021-07-29 15:47:31 +01:00
José Carvalho
681fa3cbe9 Update pt-PT.json5
Update additional strings
2021-07-29 15:16:11 +01:00
Tim Donohue
47302acf66 Merge pull request #1282 from tdonohue/test_ssr_working
SEO + SSR fixes: Fix <meta> tag syntax and add a basic test that SSR is working
2021-07-26 15:49:47 -05:00
Tim Donohue
91bb5e2fd4 Add a basic SSR test to GitHub CI 2021-07-26 15:15:03 -05:00
Tim Donohue
7fcd055458 Meta tags should use "name" not "property" attribute, as "name" is HTML5 2021-07-26 15:14:36 -05:00
Tim Donohue
4292af4294 Merge pull request #1280 from atmire/fix-first-request-issue
Fix issue where the app wouldn't load for the first request in prod mode
2021-07-26 10:03:08 -05:00
Art Lowel
8ee12868aa deal with errors that aren't error responses 2021-07-26 13:38:40 +02:00
Art Lowel
8f43fbd399 check if correlationid exists before adding it as a header 2021-07-26 11:54:25 +02:00
Tim Donohue
e9a03994e2 Merge pull request #1278 from atmire/remove-plus-from-folders
Update folder structure based on style guide
2021-07-23 11:28:38 -05:00
Art Lowel
acf2b0ee57 switch scss imports back to relative paths 2021-07-23 17:59:57 +02:00
Art Lowel
1c5bfbac24 remove a missed plus sign 2021-07-23 17:41:42 +02:00
Tim Donohue
9483e3ff2c Merge pull request #1277 from atmire/test-date-timezone-issue
Fix timezone issue with test dates
2021-07-23 10:19:46 -05:00
Art Lowel
124845bee1 update folder structure based on style guide 2021-07-23 17:18:51 +02:00
Art Lowel
3c1263ada6 fix timezone issue with test dates 2021-07-23 16:30:25 +02:00
Tim Donohue
fa02d1efe6 Merge pull request #1276 from atmire/remove-unused-config-params
Remove unused config params
2021-07-22 14:57:01 -05:00
Art Lowel
d0771715b6 add prototcol to origin in ServerHardRedirectService 2021-07-22 18:48:06 +02:00
Art Lowel
03f6f75e49 remove unused config params and related methods 2021-07-22 17:59:10 +02:00
Art Lowel
146ec49a32 Merge pull request #1275 from 4Science/#1273_no_js_issue
#1273 no js issue
2021-07-22 10:14:46 +02:00
Tim Donohue
2f6501f1af Merge pull request #1242 from atmire/w2p-80141_Support-for-legacy-bitstream-download-urls
Add support for legacy bitstream download URLs
2021-07-21 09:10:15 -05:00
Giuseppe Digilio
85fa1c5a9c move effect for cleaning cache to auth.effects 2021-07-21 09:46:15 +02:00
Tim Donohue
b33c859d67 Merge pull request #1254 from 4Science/#1206
Improve error handling during submission
2021-07-20 13:39:17 -05:00
Tim Donohue
83d61a5929 Merge pull request #1255 from 4Science/#1248
Improve logging Angular implementation
2021-07-20 11:03:30 -05:00
Giuseppe Digilio
d3fe33a837 Address feedback 2021-07-20 11:54:25 +02:00
José Carvalho
580a67a18d Update pt-PT.json5
Update some strings and add new ones to support OpenAIRE 4.0 guidelines compatibility (by naming relationships)
2021-07-20 10:33:03 +01:00
Giuseppe Digilio
f7ebffec45 Merge remote-tracking branch 'origin/main' into #1206
# Conflicts:
#	src/app/submission/form/submission-upload-files/submission-upload-files.component.spec.ts
#	src/app/submission/form/submission-upload-files/submission-upload-files.component.ts
2021-07-20 11:26:06 +02:00
Giuseppe Digilio
b04c33a5fb Invalidate authorization requests cache on REHYDRATE 2021-07-20 11:02:02 +02:00
Tim Donohue
8b88e7f4cd Merge pull request #1252 from 4Science/#1171
Fix accessibility issues #1172 #1167  #1171
2021-07-19 14:13:35 -05:00
Giuseppe Digilio
6cadae4e7f Fix missing button title 2021-07-19 19:19:50 +02:00
Giuseppe Digilio
aaae62de5f remove unnecessary aria-label 2021-07-19 19:19:25 +02:00
Giuseppe Digilio
fbde0cbad9 Revert "[CSTPER-144] Fixed issue with authorization request encountered while logging-in with external idp"
This reverts commit 73a9fe16
2021-07-19 17:54:02 +02:00
Tim Donohue
88c591054f Merge pull request #1250 from 4Science/CST-4319
Cannot map new items with Collection Admin
2021-07-15 15:14:18 -05:00
Giuseppe Digilio
d6990b3cd1 Add keyup event for selecting a new language from lang dropdown 2021-07-15 11:02:33 +02:00
Tim Donohue
73e70e6546 Merge pull request #1269 from 4Science/submission-footer-improvement
improve positioning of buttons in the submission form
2021-07-13 11:18:06 -05:00
Tim Donohue
6fc8ef6b50 Merge pull request #1262 from tdonohue/date_fixes
Ensure we are always using UTC dates in the UI, as the backend expects/uses UTC-based dates
2021-07-13 09:06:08 -05:00
Michael Spalti
de352a839e Retrieve thumbnail from remote data object. 2021-07-12 09:53:17 -07:00
Tim Donohue
008e0cb66c Another small fix from @atarix83 2021-07-12 11:47:53 -05:00
Tim Donohue
9ee733ea80 Stop using localized Dates. Ensure we always use UTC dates, as the backend expects/uses UTC. 2021-07-12 10:11:55 -05:00
Tim Donohue
6d13ba42c6 Fix saving of dates to UTC 2021-07-12 10:11:54 -05:00
Giuseppe Digilio
9ef4a11771 fix test 2021-07-12 16:19:03 +02:00
Giuseppe Digilio
aac9f02447 fix test 2021-07-12 15:04:06 +02:00
Giuseppe Digilio
5185c90ad6 improve positioning of buttons in the submission form 2021-07-12 14:31:24 +02:00
Giuseppe Digilio
ff6f6fea33 fix issue with Hierarchical vocabulary onebox toggle 2021-07-12 11:54:36 +02:00
José Carvalho
ae1d462bec Update pt-PT.json5
Added additional corrections. The strings until line 44 where not in the file to be translated.  After checking our DSpace 7 instance they where missing so we added. It's fine by now to be included in DSpace 7.0.
2021-07-12 09:56:14 +01:00
Michael Spalti
9c41cd7f8f Merge branch 'main' into iiif-mirador 2021-07-11 07:37:03 -07:00
Art Lowel
98cecd3e84 Merge pull request #1249 from 4Science/CST-4320
No way to view an Item when in simple "Approve/Reject" workflow stage
2021-07-09 09:34:41 +02:00
Giuseppe Digilio
28707f9a4c fix issue with misaligned loading icon on tag field 2021-07-08 20:33:43 +02:00
Giuseppe Digilio
9875b61082 fix issue with wrong fontawesome icon that show odd char on firefox 2021-07-08 20:22:51 +02:00
Giuseppe Digilio
d30fdb1db7 fix issue with aria-expanded attribute that is invalid on input 2021-07-08 20:19:07 +02:00
Giuseppe Digilio
eae89e1be0 fix issue with missing aria label 2021-07-08 19:37:39 +02:00
Giuseppe Digilio
ab73bf87b0 fix issue with dropdowns key accessibility 2021-07-08 18:10:43 +02:00
Giuseppe Digilio
186e420db5 fix issue with not unique ids 2021-07-08 17:46:04 +02:00
Alessandro Martelli
de2ba413a1 [CSTPER-4320] fixed back button for accessibility 2021-07-08 17:16:13 +02:00
Giuseppe Digilio
3b264015cb Merge remote-tracking branch 'origin/main' into #1171
# Conflicts:
#	src/app/submission/sections/upload/file/section-upload-file.component.html
2021-07-08 17:09:01 +02:00
Giuseppe Digilio
2bd68b0585 fix issue with ssr 2021-07-08 17:06:02 +02:00
Alessandro Martelli
cf7d1ed108 Merge branch 'main' into CST-4320
# Conflicts:
#	src/assets/i18n/en.json5
2021-07-08 16:02:52 +02:00
Giuseppe Digilio
9607a5248b Merge remote-tracking branch 'origin/main' into #1248 2021-07-08 15:30:34 +02:00
Art Lowel
d55ae48e4a Merge pull request #1239 from atmire/Fix-hardcoded-submission-section-IDs
Fix hardcoded submission section IDs
2021-07-08 15:14:47 +02:00
Art Lowel
2c8d72b971 Merge pull request #1240 from atmire/w2p-79700_Improve-session-timeout-UX
Improve session timeout UX
2021-07-08 13:27:41 +02:00
Yura Bondarenko
bfcff12499 Fix hardcoded reference to 'upload' section 2021-07-07 18:05:26 +02:00
Alessandro Martelli
dbb4d08ca0 [CST-4320] back button standardized style 2021-07-07 16:28:27 +02:00
Alessandro Martelli
3d6cacadff [CST-4320] fixed item version component initialization 2021-07-07 16:09:19 +02:00
Alessandro Martelli
f5cd878096 [CST-4320] resolved merge conflicts 2021-07-05 16:01:32 +02:00
Alessandro Martelli
0212df5bd1 Merge branch 'main' into CST-4320
# Conflicts:
#	src/app/+item-page/full/full-item-page.component.ts
2021-07-05 15:56:40 +02:00
Alessandro Martelli
111170e7d4 [CST-4320] workflow item view resolved as full item page 2021-07-05 15:47:58 +02:00
Tim Donohue
873feb9cfe Merge pull request #1266 from 4Science/submission-bitstream-download
fix bitstream download during submission
2021-07-02 14:19:36 -05:00
Yura Bondarenko
8736c0b572 Add unit tests for SectionsService#isSectionType 2021-07-02 18:12:18 +02:00
Tim Donohue
1dba4c55f5 Merge pull request #1228 from atmire/w2p-79768_fix-issues-with-meta-tags
Fix issues with meta tags
2021-07-02 10:00:50 -05:00
Yura Bondarenko
7670ba8a43 Fix duplicate notifications 2021-07-02 14:26:58 +02:00
Yura Bondarenko
a3ba4e59b3 Fix lint issues 2021-07-02 14:26:58 +02:00
Yura Bondarenko
72e97ca6b4 Update unit tests 2021-07-02 14:26:58 +02:00
Yura Bondarenko
32003a72fd Fix hardcoded submission section IDs 2021-07-02 14:26:57 +02:00
Yana De Pauw
5b869cce46 80141: Add support for legacy bitstream download URLs 2021-07-02 14:12:07 +02:00
Giuseppe Digilio
c190cdc9bd fix comment 2021-07-02 13:53:11 +02:00
Giuseppe Digilio
badf901361 Use ds-file-download-link component to allow bitstream download during submission 2021-07-02 13:46:17 +02:00
José Carvalho
97144f74da Update pt-PT.json5
Big update of the translation to Portuguese
2021-07-02 12:14:17 +01:00
Giuseppe Digilio
193de508cd Merge remote-tracking branch 'origin/main' into #1206
# Conflicts:
#	src/app/submission/edit/submission-edit.component.ts
2021-07-02 13:12:04 +02:00
Giuseppe Digilio
5fd30e1be9 Merge remote-tracking branch 'origin/main' into #1171 2021-07-02 13:10:50 +02:00
Yura Bondarenko
a91f16ed62 79768: Fix followLink syntax 2021-07-01 23:11:57 +02:00
Yura Bondarenko
711abfca35 Merge branch 'main' into w2p-79768_fix-issues-with-meta-tags 2021-07-01 22:55:29 +02:00
Yura Bondarenko
5ed41b3f9b 79768: Fix unused imports & lint issue 2021-07-01 22:47:26 +02:00
Yura Bondarenko
8caa916316 79768: Fix typo 2021-07-01 22:37:55 +02:00
Yura Bondarenko
fb8f28f17d 79768: Update & add MetadataService unit tests 2021-07-01 22:37:07 +02:00
Yura Bondarenko
50400895de 79768: Add unit tests for metaTagReducer 2021-07-01 22:36:08 +02:00
Tim Donohue
0ee451f3d3 Merge pull request #1247 from atmire/w2p-80195_Fix-move-item-page
Fix move item page
2021-07-01 10:13:00 -05:00
Tim Donohue
8ad8824e3a Merge pull request #1233 from 4Science/#1129
Add possibility to edit embargo on bitstream of archived Item
2021-07-01 10:11:44 -05:00
Marie Verdonck
1721ba5ddf Icon changes & fix after rebase 2021-07-01 16:19:31 +02:00
Marie Verdonck
6c219e72d5 79700: Doc fixes, Spec tests authService & ariaLabelledBy for idle-modal 2021-07-01 15:52:12 +02:00
Marie Verdonck
829ce12710 lgtm alerts 2021-07-01 15:52:12 +02:00
Marie Verdonck
ddcb27da3f 79700: logout via store, automatic redirect 2021-07-01 15:52:12 +02:00
Marie Verdonck
c696b78393 79700: idle time and grace period testing times removed 2021-07-01 15:52:12 +02:00
Marie Verdonck
4b1f086469 79700: Feedback 2021-06-15 applied 2021-07-01 15:52:12 +02:00
Art Lowel
91b4c81986 run idle timer outside of angular zone 2021-07-01 15:52:12 +02:00
Marie Verdonck
e88baa1995 79700: specs for modal, auth check for idleness tracking & stop blocking at token success 2021-07-01 15:52:12 +02:00
Marie Verdonck
38387d1a0f 79700: Tracking idleness & idle modal 2021-07-01 15:52:12 +02:00
Marie Verdonck
b23522d39f 79700: Auto-refreshing the token & Needed config 2021-07-01 15:51:23 +02:00
Art Lowel
c86f163cb7 move tagstore to ngrx 2021-07-01 11:36:12 +02:00
Tim Donohue
de8e306d9f Merge pull request #1244 from 4Science/#1179
[CSTPER-144] Fixed issue with authorization request encountered while logging-in with shibboleth
2021-06-30 16:05:19 -05:00
Tim Donohue
c46abae264 Merge pull request #1261 from atmire/w2p-80369_Use-thumbnail-links-for-Items-and-Bitstreams
Use thumbnail links for items and bitstreams
2021-06-30 14:30:32 -05:00
Tim Donohue
a14230afcc Merge pull request #1251 from 4Science/1217
Delete pending json patch operations
2021-06-30 09:02:31 -05:00
Art Lowel
03e2e30510 fix issue where meta tags wouldn't be updated properly based on the route 2021-06-30 14:21:43 +02:00
Yura Bondarenko
fedf6aa847 80369: Fix unused imports 2021-06-29 21:18:06 +02:00
Yura Bondarenko
7bb32f31de Merge remote-tracking branch 'upstream/main' into w2p-80369_Use-thumbnail-links-for-Items-and-Bitstreams 2021-06-29 18:03:57 +02:00
Yura Bondarenko
abf6d26641 80369: Remove unneeded bundles followLink 2021-06-29 17:34:00 +02:00
Yura Bondarenko
b0599fa27c 80195: Fix ItemMoveComponent unit tests 2021-06-29 09:56:29 +02:00
Yura Bondarenko
72a6754245 80195: Fix breadcrumbs not updating 2021-06-29 09:14:17 +02:00
Tim Donohue
e6c2680d2f Merge pull request #1253 from 4Science/#1234
Fix issue when switching submission's collection between those with different submission definition
2021-06-28 16:28:23 -05:00
Tim Donohue
87e458bc0f Merge pull request #1246 from atmire/w2p-80233_add-pagination-to-edit-relationships-tab
Add pagination to edit relationships tab
2021-06-28 13:46:28 -05:00
Yura Bondarenko
eb0b3ae5f4 80369: Add optional thumbnail followLink in SearchComponent 2021-06-28 12:51:57 +02:00
Yura Bondarenko
c1b1cb2a27 80369: Remove deprecated front-end thumbnail methods 2021-06-28 12:42:53 +02:00
Yura Bondarenko
d21d0eae55 80369: Add followLinks for thumbnail 2021-06-28 12:42:51 +02:00
Yura Bondarenko
acff2186b4 80369: Add thumbnail link to Item & Bitstream models 2021-06-28 12:40:39 +02:00
Art Lowel
0d5fc8a1c0 refactor followlinks to use a single object for all params and add an isOptional param. Also add support for embedding links to search service 2021-06-28 12:28:59 +02:00
Tim Donohue
7714ef47c8 Merge pull request #1245 from 4Science/#1122
Disable community/collection delete button while the delete operation is being processed
2021-06-25 17:14:09 -05:00
Tim Donohue
ff0291d346 Merge pull request #1222 from atmire/w2p-79730_Fix-search-sidebar-a11y-issues
Fix search sidebar a11y issues
2021-06-25 16:56:09 -05:00
Tim Donohue
c33e3909b9 Merge pull request #1201 from 4Science/#1110
Fixes for submission forms bugs
2021-06-25 14:44:13 -05:00
Giuseppe Digilio
75d641dc82 Create a new log interceptor with the scope to attach new X-CORRELATION-ID and X-REFERRER headers 2021-06-25 16:06:07 +02:00
Giuseppe Digilio
ac7c038703 Fix tests 2021-06-25 15:31:23 +02:00
Giuseppe Digilio
4d12236930 Fix visualization of error in date field 2021-06-25 15:24:31 +02:00
Giuseppe Digilio
44d2310cdb Changes in order to keep server side validation errors into the submission form state 2021-06-25 15:23:56 +02:00
Giuseppe Digilio
0724692d40 Merge remote-tracking branch 'origin/main' into #1206 2021-06-25 14:18:26 +02:00
Giuseppe Digilio
a089e662fb fix issue with date picker that didn't save the date entered manually 2021-06-25 14:08:21 +02:00
Yura Bondarenko
98b2c75a3c 79730: Add unit tests for sequence service & ds-search-filter IDs 2021-06-25 10:00:21 +02:00
Yura Bondarenko
24ffa6c63a 79730: Replace component ID with unique number 2021-06-25 09:32:45 +02:00
Tim Donohue
980d6a6154 Merge pull request #1237 from atmire/w2p-bugfix-issue-1124-access-control-section-visible-to-non-admin-users
Access Control - Groups only editable by Com/Col admin if group related to com/col & Only site admin access to access control epeople
2021-06-24 13:47:20 -05:00
Bruno Roemers
511a2e18ab 80113: Display loading indicator after using pagination nav 2021-06-24 19:50:39 +02:00
Bruno Roemers
fc398c15f4 80113: Rename searching$ into loading$ 2021-06-24 19:44:06 +02:00
Giuseppe Digilio
434ef5628f [DSC-130] Fix issue when switching submission's collection between those with different submission definition 2021-06-24 18:52:00 +02:00
Giuseppe Digilio
714b713134 fix failed tests 2021-06-24 18:47:27 +02:00
Giuseppe Digilio
f8e4b770e8 fix a11y issue with drag and drop 2021-06-24 18:35:30 +02:00
Tim Donohue
1187edb486 Merge pull request #1219 from atmire/w2p-79597_Fix-thumbnail-a11y-issues
Fix thumbnail a11y issues
2021-06-24 10:24:44 -05:00
Giuseppe Digilio
b03c7fbe4d fix a11y issue with delete community/collection logo 2021-06-24 17:20:35 +02:00
Giuseppe Digilio
3bc5737f6d fix a11y issue with item edit metadata 2021-06-24 17:20:12 +02:00
Alessandro Martelli
da4be7b57f [DSC-76] Delete pending json patch operations 2021-06-24 17:13:58 +02:00
Tim Donohue
0dee03e0bc Merge pull request #1243 from DSpace/missing-i18n-key
Add missing i18n key for Sherpa Journals by ISSN
2021-06-24 09:58:53 -05:00
Alessandro Martelli
8be77017e9 [CST-4319] Corrected test assertion 2021-06-24 16:57:41 +02:00
Alessandro Martelli
4b11a2f1c1 [CST-4320] Added missing translations 2021-06-24 16:38:59 +02:00
Alessandro Martelli
3795ab0495 [CST-4319] Cannot map new items with Collection Admin 2021-06-24 16:24:18 +02:00
Giuseppe Digilio
71c36f59af fix issue with navbar issues 2021-06-24 15:38:27 +02:00
Alessandro Martelli
67ce3e6741 [CST-4320] No way to view an Item when in simple "Approve/Reject" workflow stage 2021-06-24 15:34:11 +02:00
Alessandro Martelli
a572b0acea [CST-4320] No way to view an Item when in simple "Approve/Reject" workflow stage 2021-06-24 15:28:26 +02:00
Giuseppe Digilio
dccf04d4c0 fix issue with wrong aria-labels 2021-06-24 14:53:06 +02:00
Giuseppe Digilio
b4cd7bdf26 fix issue with submission section missing elements 2021-06-24 14:47:35 +02:00
Giuseppe Digilio
2681a31e87 fix issue with comboboxes 2021-06-24 14:30:46 +02:00
Giuseppe Digilio
601bd5e922 fix issue with elements with missing/wrong role 2021-06-24 14:23:06 +02:00
Giuseppe Digilio
606915f39a fix issue with elements with missing name/label 2021-06-24 13:04:41 +02:00
Giuseppe Digilio
56487a44f3 fix issue with elements not accessible with Keyboard navigation 2021-06-24 12:49:41 +02:00
Giuseppe Digilio
4b6a0d8aa2 fix issue with missing labels in the mydspace page 2021-06-24 12:05:00 +02:00
Yura Bondarenko
a48e77810d 80195: Fix unused import 2021-06-24 12:01:05 +02:00
Giuseppe Digilio
3ca1e61a8c fix issue with missing labels in the submission form 2021-06-24 11:58:41 +02:00
Art Lowel
7dc4609a83 add getFirstCompletedRemoteData, remove force redownload of owningcollection 2021-06-24 11:16:38 +02:00
Giuseppe Digilio
396393e9b7 fix issue with multiple elements in the submission form that use the same ID 2021-06-24 11:09:25 +02:00
Giuseppe Digilio
217f7b5b21 fix issue with the aria-multiline attribute that is invalid on combobox role 2021-06-24 10:56:13 +02:00
Giuseppe Digilio
ea2030666c fix issue with aria-expanded attribute that is invalid on input 2021-06-24 10:55:46 +02:00
Tim Donohue
f6c48494b9 Merge pull request #1241 from atmire/w2p-80154_Fix-contrast-issues-with-grays
Fix contrast issues with grays
2021-06-23 14:05:31 -05:00
Yura Bondarenko
290abf7c43 80195: Fix unit tests 2021-06-23 18:39:15 +02:00
Yura Bondarenko
84274c3911 80195: Fix ItemMoveComponent#moveToCollection 2021-06-23 18:08:52 +02:00
Tim Donohue
c1ddf7f667 Add production warning 2021-06-23 10:55:22 -05:00
Art Lowel
04f4a25870 fix an issue where the results of a dso-selector wouldn't update until you clicked anywhere on the page 2021-06-23 17:28:36 +02:00
Art Lowel
2599068ccd add a focus style for truncatable parts 2021-06-23 17:27:23 +02:00
Art Lowel
b586a264ca ensure dynamic components are updated when their inputs change 2021-06-23 17:27:01 +02:00
Bruno Roemers
4c1a72fdb2 80233: Apply Art's feedback 2021-06-23 15:39:53 +02:00
Yura Bondarenko
c825f911f5 80195: Mimic back/save/discard buttons of other edit pages 2021-06-23 15:31:13 +02:00
Yura Bondarenko
86cd7ba03f 80195: Select original owningCollection on load 2021-06-23 15:29:24 +02:00
Art Lowel
f683d1219e make truncatable css global to ensure it adapts to the theme 2021-06-23 13:43:10 +02:00
Giuseppe Digilio
10aa2e14f1 Merge remote-tracking branch 'origin/#1110' into #1129 2021-06-23 12:54:44 +02:00
Giuseppe Digilio
fba5504dd9 fix issue while editing bitstream with an existing access condition 2021-06-23 12:42:32 +02:00
Yura Bondarenko
2c19d80a16 80195: Refresh moved Item's owningCollection before redirecting 2021-06-23 12:06:11 +02:00
Giuseppe Digilio
421c37f010 Disable community/collection delete button while the delete operation is being processed 2021-06-23 11:46:32 +02:00
Yura Bondarenko
0ac9d58194 80195: Update ItemMoveComponent unit tests 2021-06-23 11:35:37 +02:00
Yura Bondarenko
1407ea85d7 80195: Fix move request handling 2021-06-23 11:29:11 +02:00
Yura Bondarenko
b2c002057e 80195: Replace input suggestions with collection selector 2021-06-23 11:07:51 +02:00
Giuseppe Digilio
73a9fe16c5 [CSTPER-144] Fixed issue with authorization request encountered while logging-in with external idp 2021-06-23 10:41:54 +02:00
Tim Donohue
ddb7d5181f Merge pull request #1210 from DSpace/dependabot/npm_and_yarn/dns-packet-1.3.4
Bump dns-packet from 1.3.1 to 1.3.4
2021-06-22 14:46:29 -05:00
Tim Donohue
720126647c Add missing i18n key 2021-06-22 14:42:57 -05:00
Bruno Roemers
627b271d3b 80233: Write tests for pagination 2021-06-22 18:53:28 +02:00
Tim Donohue
3d4f493f9f Merge pull request #1221 from atmire/move-header-changes-to-dspace-theme
Move header changes to dspace theme
2021-06-22 09:15:22 -05:00
Bruno Roemers
c5689df73d 80233: Add required providers to test 2021-06-22 16:08:02 +02:00
Bruno Roemers
45ad6b6f0b 80233: Use correct relationship direction 2021-06-22 16:06:49 +02:00
Yura Bondarenko
a617e04290 80154: Change badge-light to badge-info 2021-06-22 09:09:39 +02:00
Art Lowel
d9a8b8f3fd add pagination to edit relationships tab 2021-06-21 16:18:12 +02:00
Yura Bondarenko
7c609820b1 80154: Fix semicolon placement 2021-06-18 15:42:07 +02:00
Yura Bondarenko
3a8e658d54 80154: Keep using Bootstrap variables 2021-06-18 15:24:16 +02:00
Tim Donohue
e546a4f0b5 Merge pull request #1225 from atmire/issue-1224-workflow-rejection-reason-not-properly-encoded
Workflow rejection reasons are not properly encoded
2021-06-17 15:58:04 -05:00
Tim Donohue
cfd6512856 Merge pull request #1230 from atmire/w2p-80103_Fix-admin-sidebar-link-a11y-issues
Fix admin sidebar link a11y issues
2021-06-17 15:48:54 -05:00
Tim Donohue
4b541a166f Merge pull request #1204 from DSpace/dependabot/npm_and_yarn/browserslist-4.16.6
Bump browserslist from 4.16.0 to 4.16.6
2021-06-17 15:02:38 -05:00
Yura Bondarenko
f3faa0df2c 80154: Revert to default Bootstrap grays 2021-06-17 16:58:00 +02:00
Yura Bondarenko
8085885da4 79730: Move aria-label from span to button 2021-06-17 14:05:57 +02:00
dependabot[bot]
aa5a395d91 Bump browserslist from 4.16.0 to 4.16.6
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.0 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.0...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-16 20:57:10 +00:00
dependabot[bot]
f20b139841 Bump dns-packet from 1.3.1 to 1.3.4
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-16 20:56:35 +00:00
Tim Donohue
700afc2709 Create a SECURITY.md to document security policies 2021-06-16 12:03:30 -05:00
Marie Verdonck
cf515fe6f0 80113: Prevent anyone but site admin from accessing /access-control/epeople 2021-06-16 16:49:57 +02:00
Tim Donohue
166784b7f2 Merge pull request #1235 from tdonohue/fix_1231
Fix incorrect i18n tags in Collection Delete page
2021-06-16 09:15:40 -05:00
Art Lowel
b556234207 add aria and alt attributes to base header as well 2021-06-16 13:05:03 +02:00
Tim Donohue
98598a53d9 Fix incorrect i18n tags 2021-06-15 14:30:18 -05:00
Tim Donohue
f0ae00e7df Merge pull request #1211 from 4Science/CST-4223
Creating a new submission should redirect to workspaceitem edit page
2021-06-15 14:28:38 -05:00
Bruno Roemers
3fc44f6fc1 80113: Write tests for GroupsRegistryComponent 2021-06-15 19:38:33 +02:00
Bruno Roemers
3b07738d4d 80113: Write tests for GroupPageGuard 2021-06-15 18:43:50 +02:00
Bruno Roemers
3bc031ff00 80113: Create Group Page guard 2021-06-15 17:17:44 +02:00
Bruno Roemers
a69a4e9696 80113: Set ableToEdit on GroupDTOModel 2021-06-15 15:40:35 +02:00
Giuseppe Digilio
b85ebb2791 Merge remote-tracking branch 'origin/main' into #1129 2021-06-15 11:32:21 +02:00
Giuseppe Digilio
28c0c38d0d Merge remote-tracking branch 'origin/main' into #1110 2021-06-14 17:27:07 +02:00
Yana De Pauw
15e45c3dec 80103: Fix admin sidebar link a11y issues 2021-06-14 16:14:39 +02:00
Yura Bondarenko
34b117efe3 80084: Fix unit test & LGTM issues 2021-06-14 10:53:53 +02:00
Art Lowel
04b4f1cf58 Fix comment punctuation 2021-06-14 10:30:17 +02:00
Yura Bondarenko
64049fdcf7 79768: Make relative URLs absolute 2021-06-14 10:08:15 +02:00
Yura Bondarenko
2ed16aa66e 79768: Update typedocs 2021-06-14 10:08:15 +02:00
Yura Bondarenko
6a4e56322f 79768: Rename method 2021-06-14 10:08:15 +02:00
Yura Bondarenko
81b76dd327 79768: Fix tag: citation_publisher / citation_*_institution 2021-06-14 10:08:15 +02:00
Yura Bondarenko
304d8f7386 79768: Fix tag: citation_abstract_html_url 2021-06-14 10:08:15 +02:00
Yura Bondarenko
67f8ce7849 79768: Rename citation_date to citation_publication_date 2021-06-14 10:08:15 +02:00
Yura Bondarenko
6f7b76ec39 79768: Remove og:title & og:description 2021-06-14 10:08:15 +02:00
Yura Bondarenko
cb4446b79d 79768: Update & add unit tests 2021-06-14 10:08:15 +02:00
Yura Bondarenko
1caba78b4d 79768: Check against list of allowed mimetypes 2021-06-14 10:08:15 +02:00
Yura Bondarenko
9fe5a91bc2 79768: Extract download route method for Bundles with multiple Bitstreams 2021-06-14 10:08:15 +02:00
Art Lowel
dde57b9387 update citation_pdf_url logic 2021-06-14 10:06:18 +02:00
Yura Bondarenko
737728f603 79730: Remove label margins 2021-06-14 08:06:15 +02:00
Yura Bondarenko
d37d043531 79730: Show input labels when available 2021-06-14 08:06:15 +02:00
Yura Bondarenko
08878941ab 79730: Fix tslint issues 2021-06-14 08:06:15 +02:00
Yura Bondarenko
c60fa2c441 79730: Don't submit date slider changes until keyup 2021-06-14 08:06:15 +02:00
Yura Bondarenko
6e95990431 79730: Improve slider handles keyboard control 2021-06-14 08:06:15 +02:00
Yura Bondarenko
cb3f5ad259 79730: Add null href to more/collapse toggle links 2021-06-14 08:06:15 +02:00
Yura Bondarenko
abe26ce9f8 79730: Keyboard navigation for expandable filter facets 2021-06-14 08:06:15 +02:00
Yura Bondarenko
3e86efc66a 79730: Add labels around date range inputs 2021-06-14 08:06:15 +02:00
Yura Bondarenko
5b490203b2 79730: Add labels around FilterInputSuggestionsComponent inputs 2021-06-14 08:06:15 +02:00
Yura Bondarenko
ffb320373d 79730: Add labels around facet checkbox inputs 2021-06-14 08:06:15 +02:00
Yura Bondarenko
4683df431c 79730: Exclude search facet link from tablist 2021-06-14 08:06:15 +02:00
David Cavrenne [Atmire]
d253790c7d Updated version of the FR wordings (#1223)
Completed French message catalog.
2021-06-12 08:35:31 +02:00
Tim Donohue
22548c1e9d Merge pull request #1215 from atmire/remove-duplicate-author-field
Remove duplicate author field
2021-06-11 15:45:54 -05:00
Tim Donohue
79d5645f81 Merge pull request #1227 from tdonohue/demo_homepage
Remove references to Testathon & Beta 5 from Demo / Default theme
2021-06-11 14:59:15 -05:00
Tim Donohue
4c6d355376 Merge pull request #1212 from atmire/separate-startup-css
Fix theme switching issues
2021-06-11 14:57:55 -05:00
Tim Donohue
5edef6f942 Merge pull request #1209 from 4Science/issue-1208
Fix the rel name for the submissioncclicenseUrls-search link
2021-06-11 12:22:35 -05:00
Tim Donohue
9b80173b87 Merge pull request #1216 from atmire/w2p-79698_fix-browse-by-author-name-special-chars
Escape browse by author data requests
2021-06-11 11:21:46 -05:00
Tim Donohue
015f3b9607 Remove references to Testathon & Beta 5 2021-06-11 11:01:31 -05:00
Bruno Roemers
586de36835 Merge branch 'main' into issue-1224-workflow-rejection-reason-not-properly-encoded 2021-06-11 17:09:23 +02:00
Art Lowel
eead947352 put more useful example sass variable overrides in custom theme 2021-06-11 17:08:29 +02:00
Art Lowel
f2a29a6425 improve structure double footer 2021-06-11 17:08:29 +02:00
Art Lowel
2ddda1c766 enable e2e stacktrace 2021-06-11 17:08:29 +02:00
Art Lowel
74a17da5b8 fix issue where home page background image would wrap around on certain screen widths 2021-06-11 17:08:29 +02:00
Art Lowel
c756c68f28 move header changes to dspace theme 2021-06-11 17:08:29 +02:00
Bruno Roemers
412822db7c Merge branch 'main' into w2p-79698_fix-browse-by-author-name-special-chars 2021-06-11 17:06:24 +02:00
Tim Donohue
2cd78470ce Merge pull request #1226 from tdonohue/fix_ci_issues
Add option to pin to a specific version of Chrome/ChromeDriver in our CI process
2021-06-11 09:46:30 -05:00
Tim Donohue
e7282bdbd7 Minor cleanup, print chromedriver version after installation 2021-06-11 08:46:17 -05:00
Art Lowel
326bffae7f switch chromedriver to npm 2021-06-11 08:42:43 -05:00
Tim Donohue
b104958473 Add option to pin to a specific version of Chrome/ChromeDriver. Pin to v90 until v91 bugs are fixed 2021-06-10 12:56:40 -05:00
Bruno Roemers
a27a7a4083 Test requestService.uriEncodeBody 2021-06-10 15:00:03 +02:00
Bruno Roemers
bb2892edd8 BUGFIX: Encode special characters when sending workflow action 2021-06-10 14:45:30 +02:00
Giuseppe Digilio
4862a399c9 Merge remote-tracking branch 'origin/main' into #1110 2021-06-01 14:14:47 +02:00
Giuseppe Digilio
eaaad88443 [CST-4248] Remove embargo form field and add link to bitstream authorization page 2021-06-01 14:13:19 +02:00
Giuseppe Digilio
c150fb881e [CST-4248] bitstream authorizations page 2021-06-01 14:12:12 +02:00
Giuseppe Digilio
3e53b7c7b1 [CST-4248] Add possibility to add additional content to form.component 2021-06-01 14:09:17 +02:00
Giuseppe Digilio
2dfed863ed [DSC-75] Fix issue while deleting multiple qualdrop value 2021-05-31 12:20:42 +02:00
Yura Bondarenko
95b98d3f79 79597: Remove unused imports 2021-05-31 10:20:28 +02:00
Bruno Roemers
4ad089ef54 79698: Escape browse by author data requests 2021-05-28 15:40:20 +02:00
Samuel
bcfecc53a1 add support for multiple metadata fields to the MetadataRepresentationListComponent - fix bug when unauthorized for related item 2021-05-28 11:53:59 +02:00
Yura Bondarenko
4b238e1842 79597: Update ds-metadata-field-wrapper unit tests 2021-05-27 18:03:53 +02:00
Yura Bondarenko
120ecc6988 79597: Fix ds-metadata-field-wrapper for thumbnails 2021-05-27 17:10:42 +02:00
Yura Bondarenko
bcfb890e1a 79597: Update unit tests 2021-05-27 16:34:52 +02:00
Yura Bondarenko
c717fc5ec8 79597: Fix thumbnails ~ item page direct request 2021-05-27 16:00:06 +02:00
Art Lowel
899b30213e show full screen loader when switching themes 2021-05-27 15:06:26 +02:00
Art Lowel
772ac12329 create separate startup css to load before the theme is chosen 2021-05-27 11:51:59 +02:00
Yura Bondarenko
9b95fc5de9 79597: Add space between rows in FullFileSectionComponent 2021-05-27 11:18:40 +02:00
Yura Bondarenko
6cbd9dc920 79597: Remove GridThumbnailComponent 2021-05-27 11:06:08 +02:00
Yura Bondarenko
4f38821bb3 79597: Replace ds-grid-thumbnail with ds-thumbnail 2021-05-27 11:06:08 +02:00
Yura Bondarenko
41c07e74ca 79597: Add input to toggle thumbnail max-width 2021-05-27 11:05:48 +02:00
Alessandro Martelli
060d0dd556 [CST-4223] Creating a new submission should redirect to workspaceitem edit page 2021-05-27 09:43:29 +02:00
Andrea Bollini
fce77104d4 Fix the rel name for the submissioncclicenseUrls-search link 2021-05-26 22:39:06 +02:00
Samuel
21686c86df add support for multiple metadata fields to the MetadataRepresentationListComponent 2021-05-25 11:51:19 +02:00
Yura Bondarenko
ca7d45ff0c 79597: Fix tslint issue 2021-05-25 11:18:16 +02:00
Yura Bondarenko
363d1d74df 79597: Update unit tests 2021-05-25 11:03:51 +02:00
Yura Bondarenko
4567f8cc2c 79597: Limit thumbnail width & set to portrait 2021-05-25 10:20:46 +02:00
Yura Bondarenko
c9ff89a143 79597: Thumbnail placeholder style ~ CSS variables 2021-05-25 10:08:33 +02:00
Yura Bondarenko
4b6e02f773 79597: Specify i18n text for person, project & orgunit 2021-05-25 09:55:19 +02:00
Yura Bondarenko
7a69a23f0c 79597: Improve placeholder contrast 2021-05-25 09:46:54 +02:00
Yura Bondarenko
d80da3bbfe 79597: Add HTML placeholder for missing thumbnails 2021-05-25 09:44:39 +02:00
Yura Bondarenko
55affdebce 79597: Add alt text to ds-thumbnail 2021-05-25 09:28:02 +02:00
Tim Donohue
f85a5e65ad Merge pull request #1182 from atmire/w2p-79327_Fix-item-level-statistics
Fix item-level statistics pages
2021-05-24 11:47:22 -05:00
Tim Donohue
8daf52e8c2 Merge pull request #1200 from atmire/w2p-79219_update-metadata-import-export-script-params
Update metadata import export script params
2021-05-24 11:22:40 -05:00
Tim Donohue
fab567400d Merge pull request #1180 from atmire/w2p-79325_Fix-pagination-in-lookup
Fix pagination in author lookup window
2021-05-24 10:20:42 -05:00
Yana De Pauw
579f98d027 79327: Follow up fixes to test 2021-05-20 10:45:14 +02:00
Yana De Pauw
926dd46627 79327: Fix LGTM issues and add e2e tests 2021-05-20 09:45:48 +02:00
Giuseppe Digilio
3c0cb33bc7 fix failed build 2021-05-19 18:16:31 +02:00
Giuseppe Digilio
98dde58f9d [D4CRIS-1080] Fix issue where a replace patch operation was dispatched instead of an add one when field's previous value is empty 2021-05-19 16:28:49 +02:00
Giuseppe Digilio
d6dbbd1f1f Add tests for handleArrayGroupPatch method 2021-05-19 15:36:46 +02:00
Giuseppe Digilio
e18c66d688 Fix issue with patch operations related to repeatable fields 2021-05-19 15:36:43 +02:00
Giuseppe Digilio
e0edcd64d2 Fix wrong visualization of bitstream access condition form within submission form 2021-05-19 15:35:37 +02:00
Giuseppe Digilio
91137a216f Merge remote-tracking branch 'origin/main' into #1110 2021-05-19 15:08:02 +02:00
Giuseppe Digilio
d06b76af3f Fix issue with patching value with a date 2021-05-19 15:04:12 +02:00
Art Lowel
7e129f282f remove extra author field from item pages 2021-05-19 13:05:15 +02:00
Michael Spalti
da2bbcee09 Merge branch 'main' into iiif-mirador 2021-05-18 15:45:23 -07:00
Michael Spalti
3bd8e355f6 Added description field to iiif item view. 2021-05-18 15:42:46 -07:00
Tim Donohue
68bd8d40e8 Merge pull request #1181 from atmire/Fix-dso-selector-issues
Fix dso-selector issues
2021-05-17 12:33:36 -05:00
Michael Spalti
3dacbe51a1 Merge branch 'main' into iiif-mirador 2021-05-16 16:30:34 -07:00
Tim Donohue
5f87d69e9b Merge pull request #1145 from atmire/w2p-79218_remove-menu-options-for-disabled-features
Remove menu options for disabled features
2021-05-12 14:43:16 -05:00
Giuseppe Digilio
d3466c3e82 Fix issue where uploaded files disappear 2021-05-12 17:59:11 +02:00
Kristof De Langhe
43b8f45eee 79252: Remove unused import 2021-05-12 16:50:18 +02:00
Yana De Pauw
6631980ee6 79327: Fix item-level statistics pages 2021-05-12 16:31:48 +02:00
Yana De Pauw
4a8becf662 Fix ORCID tab loading 2021-05-12 14:47:16 +02:00
Yana De Pauw
a77ca2f126 79325: Fix pagination in the external metadata lookup 2021-05-11 11:39:46 +02:00
Tim Donohue
a87bf009ef Merge pull request #1146 from atmire/w2p-79220_fix-edit-group-navigation-bug
Fix edit group navigation bug
2021-05-07 09:42:35 -05:00
Kristof De Langhe
86bf7ff4f2 79252: Fix dso-selector issues 2021-05-06 18:03:46 +02:00
Tim Donohue
a69033917d Merge pull request #1086 from 4Science/CST-4009
[CST-4009] Discovery result sort options not reflecting what is configured
2021-05-05 10:52:07 -05:00
Tim Donohue
9dc9b5accf Merge pull request #1138 from atmire/w2p-78991_Issue-1112_Fix-date-filter-bugs
Fix date filter bugs
2021-05-04 14:19:04 -05:00
Tim Donohue
7dd2683fc3 Merge pull request #1139 from atmire/w2p-78994_Issue-1103_Fix-relationship-modal-on-item-page
Fix relationship modal on item page
2021-05-04 12:41:19 -05:00
Tim Donohue
abca095b9e Merge pull request #1105 from atmire/Edit-item-page-permission-checks
Edit item page permission checks
2021-05-04 09:24:16 -05:00
Bruno Roemers
f0fb8c1005 79219: Improve tests and wording 2021-05-04 13:43:51 +02:00
Bruno Roemers
042afd9bb8 79220: Fix edit group navigation bug 2021-05-04 11:46:04 +02:00
Yura Bondarenko
15ad31bd84 78991: Clean up SearchOptions.toRestUrl
* Extract "selective encoding" ops into separate methods
* Add comments to clarify regex
* Use hasValue() instead of just checking on 'match'
* Leave only the last comma of filter values unencoded
2021-05-04 11:26:19 +02:00
Bruno Roemers
f49a7746fb 79219: Remove -f from ExportMetadataSelectorComponent and pass uuid to -i 2021-05-04 11:19:01 +02:00
Bruno Roemers
93450e1dcf 79219: Remove -e option from MetadataImportPageComponent 2021-05-04 11:08:55 +02:00
Yura Bondarenko
b9a8bfb2bd 78991: Also test SearchOptions.fixedFilter 2021-05-04 10:44:06 +02:00
Yura Bondarenko
e682997195 78991: URI-encode SearchOptions query values 2021-05-04 10:34:37 +02:00
Yura Bondarenko
340f9518cd 78991: Fix SearchOptions typing 2021-05-04 10:34:37 +02:00
Bruno Roemers
fe4fe9e8d3 79218: Comment out all disabled menu options 2021-05-03 19:07:02 +02:00
Bruno Roemers
b5342e0fab 79218: Remove duplicate menu item 2021-05-03 18:41:56 +02:00
Tim Donohue
eb3cd85680 Merge pull request #1137 from atmire/w2p-78849_Issue-1113_Fix-forgot-password-page
Fix forgot password page
2021-04-30 16:57:49 -05:00
Tim Donohue
09a7685a3f Merge pull request #1109 from DSpace/dependabot/npm_and_yarn/ssri-6.0.2
Bump ssri from 6.0.1 to 6.0.2
2021-04-30 12:13:04 -05:00
Tim Donohue
6d00cad749 Merge pull request #1045 from DSpace/dependabot/npm_and_yarn/elliptic-6.5.4
Bump elliptic from 6.5.3 to 6.5.4
2021-04-29 17:19:46 -05:00
Yura Bondarenko
60009144a1 78994: Remove unused import 2021-04-29 14:28:37 +02:00
Yura Bondarenko
b2b077868e 78994: Disable no-shadowed-variable 2021-04-29 14:26:33 +02:00
Kristof De Langhe
a24cfe4cc7 78243: Feedback 2021-04-29 2021-04-29 14:15:03 +02:00
Yura Bondarenko
032231f10e 78849: Fix lint issues 2021-04-29 13:57:31 +02:00
Yura Bondarenko
781a88bc4c 78849: Fix double notification on submit 2021-04-29 13:42:57 +02:00
dependabot[bot]
d2b44318fa Bump elliptic from 6.5.3 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-28 21:57:44 +00:00
Alessandro Martelli
ad7824460b [CST-4009] update en.json5 2021-04-28 15:28:02 +02:00
Tim Donohue
8cade4fbf5 Merge pull request #1104 from atmire/Angular-10-upgrade-test-fixes
Angular 10 upgrade test fixes
2021-04-27 14:23:52 -05:00
Tim Donohue
fecf59e433 Merge pull request #1118 from 4Science/#1111
Fix visibility issue with collapsed navbar menu
2021-04-27 13:27:31 -05:00
Alessandro Martelli
bdc2dd5f9c [CST-4009] fixed search configuration stream 2021-04-27 09:53:38 +02:00
Yura Bondarenko
0fe199a97c 78849: Fix unit test 2021-04-26 16:49:42 +02:00
Yura Bondarenko
aca1c86455 78994: Provide Item's owning collection to relation modal 2021-04-26 15:13:41 +02:00
Yura Bondarenko
d62d9b0f48 78994: Update unit tests 2021-04-26 15:13:41 +02:00
Yura Bondarenko
5f45e93d12 78994: Remove setItem method 2021-04-26 13:24:26 +02:00
Yura Bondarenko
4634d2a4a8 78991: Don't initialize SearchFilterComponent with closed=true 2021-04-26 11:48:15 +02:00
Yura Bondarenko
6c2a3431c1 78991: Fix range handle lines
& remove duplicate CSS variable
2021-04-26 11:48:15 +02:00
Yura Bondarenko
4fa6a3e976 78991: Set fallback max date to the current year 2021-04-26 10:53:37 +02:00
Yura Bondarenko
eb9a7a15d6 78991: Specify filter operator for (date) ranges 2021-04-26 10:18:40 +02:00
Yura Bondarenko
8433f49ed9 78991: Initialize slider handle width 2021-04-26 09:09:51 +02:00
Alessandro Martelli
7c0d9acbf1 [CST-4009] default sort option configured with default sort order 2021-04-23 16:46:44 +02:00
Yura Bondarenko
7d0ea04b3e 78849: Add unit tests for EPerson registration caching 2021-04-23 15:45:46 +02:00
Yura Bondarenko
1aa659e6b7 78849: Fix cache/re-request issue & other improvements 2021-04-23 13:28:41 +02:00
Giuseppe Digilio
b6ab3d2067 [CST-4087] fix issue with mydspace result default order 2021-04-23 12:51:27 +02:00
Giuseppe Digilio
a205aa02b3 [CST-4009] Retrieve configuration by search config service 2021-04-23 12:47:53 +02:00
Alessandro Martelli
cba089081b Merge branch 'main' into CST-4009 2021-04-23 12:47:30 +02:00
Michael W Spalti
98571a496c Merge remote-tracking branch 'origin/iiif-mirador' into iiif-mirador 2021-04-20 14:46:44 -07:00
Giuseppe Digilio
ed7454ffc9 Fix visibility issue with collapsed navbar menu 2021-04-20 09:37:28 +02:00
dependabot[bot]
add2aac934 Bump ssri from 6.0.1 to 6.0.2
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-19 15:41:33 +00:00
Michael Spalti
4791cce928 Merge branch 'main' into iiif-mirador 2021-04-16 08:47:01 -07:00
Michael Spalti
2561d54b2d Added comments 2021-04-16 08:46:20 -07:00
reetagithub
a86f9444ce update fi.json5 (#1088)
* Update fi.json5

Part of the keys translated to Finnish

* Update fi.json5

The rest of the Finnish translations.

* Update fi.json5

Parent organization unit -> Ylemmän tason organisaatioyksikkö (was 'Ylätason')

* Update fi.json5
2021-04-16 17:28:21 +02:00
Kristof De Langhe
37be3530e6 Merge branch 'main' into w2p-78243_edit-item-page-permission-checks
Conflicts:
	src/app/core/data/feature-authorization/feature-id.ts
2021-04-16 12:35:30 +02:00
Kristof De Langhe
25f02b99d3 78243: message change 2021-04-16 12:31:22 +02:00
Kristof De Langhe
fd437eb7ee 78243: edit-item-page mocks, item-status operation refactoring 2021-04-16 11:36:33 +02:00
Kristof De Langhe
5fca681222 78001: RelationshipEffects test fixes 2021-04-15 13:19:27 +02:00
Kristof De Langhe
3504feedf3 78243: edit item page fine-grained permission checks - mocks + tests 2021-04-09 13:34:04 +02:00
Kristof De Langhe
a2e00bbd9f 78243: edit item page fine-grained permission checks 2021-04-08 17:54:27 +02:00
Alessandro Martelli
23fe338c5d [CST-4009] fix sort options on pagination change 2021-04-08 16:18:31 +02:00
Alessandro Martelli
1cbd41ef38 Merge branch 'main' into CST-4009
# Conflicts:
#	src/app/core/shared/search/search-configuration.service.ts
#	src/app/core/shared/search/search.service.ts
#	src/app/shared/search/search-settings/search-settings.component.ts
2021-04-08 15:51:05 +02:00
Alessandro Martelli
d54b7d9f7c [CST-4009] fix sort options on pagination change 2021-04-08 15:43:07 +02:00
Kristof De Langhe
9c85328b17 77998: xdescribe fixes 2021-04-07 15:45:22 +02:00
Giuseppe Digilio
b4686deb63 [CST-4009] Retrieve sort options also for search page 2021-04-06 17:49:06 +02:00
Alessandro Martelli
4d85c0270f [CST-4009] sorting options translations 2021-04-06 10:30:26 +02:00
Alessandro Martelli
9b8ada0326 [CST-4009] Discovery result sort options not reflecting what is configured 2021-04-06 10:06:15 +02:00
Michael Spalti
c37b31599c Merge remote-tracking branch 'upstream/main' into iiif-mirador 2021-04-02 16:35:54 -07:00
Michael Spalti
6f55225aee Removed unused variable. 2021-04-02 15:59:36 -07:00
Michael Spalti
247ae73c64 Merge branch 'main' into iiif-mirador 2021-04-02 14:41:50 -07:00
Michael Spalti
3bc7739098 Minor fix in module. 2021-04-01 16:02:28 -07:00
Michael Spalti
ce11ae2480 Merge branch 'main' into iiif-mirador 2021-04-01 16:01:08 -07:00
Michael Spalti
3744abb26f Allow canvas side panel on all views. 2021-04-01 15:04:40 -07:00
Michael Spalti
97e8c9b955 Added title to the mirador iframe. 2021-03-30 16:03:02 -07:00
Michael Spalti
0250b182b6 Changed property name 2021-03-30 15:42:51 -07:00
Michael Spalti
e4a51af46e Merge branch 'iiif-mirador' of https://github.com/mspalti/dspace-angular into iiif-mirador 2021-03-30 14:02:11 -07:00
Michael Spalti
c0aac8a5e9 Added mobile breakpoint for mirador viewer configuration. 2021-03-30 13:46:28 -07:00
Michael Spalti
f52ed2a218 Updated iiif component tests. 2021-03-30 13:41:11 -07:00
Michael Spalti
0330b3ea4c yarn.lock 2021-03-30 10:54:03 -07:00
Michael Spalti
5a8f38abdc Updates to iiif list elements. 2021-03-30 10:54:03 -07:00
Michael Spalti
45c6f4eb84 Added iiif labels to en.json5 2021-03-30 10:54:03 -07:00
Michael Spalti
187ae50d29 Added iiif entity module to parent item module. 2021-03-30 10:54:03 -07:00
Michael Spalti
2d694a864e Added mirador files for webpack build 2021-03-30 10:54:03 -07:00
Michael Spalti
71851fe141 Added FileSectionComponent to shared module. 2021-03-30 10:54:03 -07:00
Michael Spalti
23e7675171 Added iiif entity group. 2021-03-30 10:54:03 -07:00
Michael Spalti
42802bd543 Added mirador route to express server. 2021-03-30 10:54:03 -07:00
Michael Spalti
c02983c889 Added webpack configuration for mirador. 2021-03-30 10:54:03 -07:00
Michael Spalti
3b5df5d432 Added mirador deps and scripts to package.json 2021-03-30 10:54:03 -07:00
Michael Spalti
aa27ddad02 yarn.lock 2021-03-27 13:44:01 -07:00
Michael Spalti
f377347dcc Updates to iiif list elements. 2021-03-27 13:37:07 -07:00
Michael Spalti
2ec1096e21 Added iiif labels to en.json5 2021-03-27 13:35:11 -07:00
Michael Spalti
30ff10ea90 Added iiif entity module to parent item module. 2021-03-27 13:34:26 -07:00
Michael Spalti
6081dabe48 Added mirador files for webpack build 2021-03-27 10:18:15 -07:00
Michael Spalti
27afd4192f Added FileSectionComponent to shared module. 2021-03-27 10:12:18 -07:00
Michael Spalti
c6bc21f9db Added iiif entity group. 2021-03-27 10:09:22 -07:00
Michael Spalti
7e1c441ee8 Added mirador route to express server. 2021-03-27 10:03:20 -07:00
Michael Spalti
a56ebad133 Added webpack configuration for mirador. 2021-03-27 10:01:50 -07:00
Michael Spalti
156e9a08b0 Added mirador deps and scripts to package.json 2021-03-27 09:57:45 -07:00
3459 changed files with 343283 additions and 97982 deletions

View File

@@ -1,11 +0,0 @@
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries
# You can see what browsers were selected by your queries by running:
# npx browserslist
> 0.5%
last 2 versions
Firefox ESR
not IE 9-11 # For IE 9-11 support, remove 'not'.

View File

@@ -15,3 +15,6 @@ trim_trailing_whitespace = false
[*.ts]
quote_type = single
[*.json5]
ij_json_keep_blank_lines_in_code = 3

269
.eslintrc.json Normal file
View File

@@ -0,0 +1,269 @@
{
"root": true,
"plugins": [
"@typescript-eslint",
"@angular-eslint/eslint-plugin",
"eslint-plugin-import",
"eslint-plugin-jsdoc",
"eslint-plugin-deprecation",
"unused-imports",
"eslint-plugin-lodash",
"eslint-plugin-jsonc"
],
"overrides": [
{
"files": [
"*.ts"
],
"parserOptions": {
"project": [
"./tsconfig.json",
"./cypress/tsconfig.json"
],
"createDefaultProgram": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"plugin:@angular-eslint/recommended",
"plugin:@angular-eslint/template/process-inline-templates"
],
"rules": {
"max-classes-per-file": [
"error",
1
],
"comma-dangle": [
"off",
"always-multiline"
],
"eol-last": [
"error",
"always"
],
"no-console": [
"error",
{
"allow": [
"log",
"warn",
"dir",
"timeLog",
"assert",
"clear",
"count",
"countReset",
"group",
"groupEnd",
"table",
"debug",
"info",
"dirxml",
"error",
"groupCollapsed",
"Console",
"profile",
"profileEnd",
"timeStamp",
"context"
]
}
],
"curly": "error",
"brace-style": [
"error",
"1tbs",
{
"allowSingleLine": true
}
],
"eqeqeq": [
"error",
"always",
{
"null": "ignore"
}
],
"radix": "error",
"guard-for-in": "error",
"no-bitwise": "error",
"no-restricted-imports": "error",
"no-caller": "error",
"no-debugger": "error",
"no-redeclare": "error",
"no-eval": "error",
"no-fallthrough": "error",
"no-trailing-spaces": "error",
"space-infix-ops": "error",
"keyword-spacing": "error",
"no-var": "error",
"no-unused-expressions": [
"error",
{
"allowTernary": true
}
],
"prefer-const": "off", // todo: re-enable & fix errors (more strict than it used to be in TSLint)
"prefer-spread": "off",
"no-underscore-dangle": "off",
// todo: disabled rules from eslint:recommended, consider re-enabling & fixing
"no-prototype-builtins": "off",
"no-useless-escape": "off",
"no-case-declarations": "off",
"no-extra-boolean-cast": "off",
"@angular-eslint/directive-selector": [
"error",
{
"type": "attribute",
"prefix": "ds",
"style": "camelCase"
}
],
"@angular-eslint/component-selector": [
"error",
{
"type": "element",
"prefix": "ds",
"style": "kebab-case"
}
],
"@angular-eslint/pipe-prefix": [
"error",
{
"prefixes": [
"ds"
]
}
],
"@angular-eslint/no-attribute-decorator": "error",
"@angular-eslint/no-forward-ref": "error",
"@angular-eslint/no-output-native": "warn",
"@angular-eslint/no-output-on-prefix": "warn",
"@angular-eslint/no-conflicting-lifecycle": "warn",
"@typescript-eslint/no-inferrable-types":[
"error",
{
"ignoreParameters": true
}
],
"@typescript-eslint/quotes": [
"error",
"single",
{
"avoidEscape": true,
"allowTemplateLiterals": true
}
],
"@typescript-eslint/semi": "error",
"@typescript-eslint/no-shadow": "error",
"@typescript-eslint/dot-notation": "error",
"@typescript-eslint/consistent-type-definitions": "error",
"@typescript-eslint/prefer-function-type": "error",
"@typescript-eslint/naming-convention": [
"error",
{
"selector": "property",
"format": null
}
],
"@typescript-eslint/member-ordering": [
"error",
{
"default": [
"static-field",
"instance-field",
"static-method",
"instance-method"
]
}
],
"@typescript-eslint/type-annotation-spacing": "error",
"@typescript-eslint/unified-signatures": "error",
"@typescript-eslint/ban-types": "warn", // todo: deal with {} type issues & re-enable
"@typescript-eslint/no-floating-promises": "warn",
"@typescript-eslint/no-misused-promises": "warn",
"@typescript-eslint/restrict-plus-operands": "warn",
"@typescript-eslint/unbound-method": "off",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-unnecessary-type-assertion": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-call": "off",
"@typescript-eslint/no-unsafe-argument": "off",
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/restrict-template-expressions": "off",
"@typescript-eslint/require-await": "off",
"deprecation/deprecation": "warn",
"import/order": "off",
"import/no-deprecated": "warn",
"import/no-namespace": "error",
"unused-imports/no-unused-imports": "error",
"lodash/import-scope": [
"error",
"method"
]
}
},
{
"files": [
"*.html"
],
"extends": [
"plugin:@angular-eslint/template/recommended"
],
"rules": {
// todo: re-enable & fix errors
"@angular-eslint/template/no-negated-async": "off",
"@angular-eslint/template/eqeqeq": "off"
}
},
{
"files": [
"*.json5"
],
"extends": [
"plugin:jsonc/recommended-with-json5"
],
"rules": {
// The ESLint core no-irregular-whitespace rule doesn't work well in JSON
// See: https://ota-meshi.github.io/eslint-plugin-jsonc/rules/no-irregular-whitespace.html
"no-irregular-whitespace": "off",
"jsonc/no-irregular-whitespace": "error",
"no-trailing-spaces": "error",
"jsonc/comma-dangle": [
"error",
"always-multiline"
],
"jsonc/indent": [
"error",
2
],
"jsonc/key-spacing": [
"error",
{
"beforeColon": false,
"afterColon": true,
"mode": "strict"
}
],
"jsonc/no-dupe-keys": "off",
"jsonc/quotes": [
"error",
"double",
{
"avoidEscape": false
}
]
}
}
]
}

16
.gitattributes vendored Normal file
View File

@@ -0,0 +1,16 @@
# By default, auto detect text files and perform LF normalization
# This ensures code is always checked in with LF line endings
* text=auto
# JS and TS files must always use LF for Angular tools to work
# Some Angular tools expect LF line endings, even on Windows.
# This ensures Windows always checks out these files with LF line endings
# We've copied many of these rules from https://github.com/angular/angular-cli/
*.js eol=lf
*.ts eol=lf
*.json eol=lf
*.json5 eol=lf
*.css eol=lf
*.scss eol=lf
*.html eol=lf
*.svg eol=lf

View File

@@ -1,26 +0,0 @@
# This workflow runs whenever a new pull request is created
# TEMPORARILY DISABLED. Unfortunately this doesn't work for PRs created from forked repositories (which is how we tend to create PRs).
# There is no known workaround yet. See https://github.community/t/how-to-use-github-token-for-prs-from-forks/16818
name: Pull Request opened
# Only run for newly opened PRs against the "main" branch
on:
pull_request:
types: [opened]
branches:
- main
jobs:
automation:
runs-on: ubuntu-latest
steps:
# Assign the PR to whomever created it. This is useful for visualizing assignments on project boards
# See https://github.com/marketplace/actions/pull-request-assigner
- name: Assign PR to creator
uses: thomaseizinger/assign-pr-creator-action@v1.0.0
# Note, this authentication token is created automatically
# See: https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# Ignore errors. It is possible the PR was created by someone who cannot be assigned
continue-on-error: true

View File

@@ -1,7 +1,7 @@
## References
_Add references/links to any related issues or PRs. These may include:_
* Fixes #[issue-number]
* Requires DSpace/DSpace#[pr-number] (if a REST API PR is required to test this)
* Fixes #`issue-number` (if this fixes an issue ticket)
* Requires DSpace/DSpace#`pr-number` (if a REST API PR is required to test this)
## Description
Short summary of changes (1-2 sentences).
@@ -19,8 +19,10 @@ List of changes in this PR:
_This checklist provides a reminder of what we are going to look for when reviewing your PR. You need not complete this checklist prior to creating your PR (draft PRs are always welcome). If you are unsure about an item in the checklist, don't hesitate to ask. We're here to help!_
- [ ] My PR is small in size (e.g. less than 1,000 lines of code, not including comments & specs/tests), or I have provided reasons as to why that's not possible.
- [ ] My PR passes [TSLint](https://palantir.github.io/tslint/) validation using `yarn run lint`
- [ ] My PR doesn't introduce circular dependencies
- [ ] My PR passes [ESLint](https://eslint.org/) validation using `yarn lint`
- [ ] My PR doesn't introduce circular dependencies (verified via `yarn check-circ-deps`)
- [ ] My PR includes [TypeDoc](https://typedoc.org/) comments for _all new (or modified) public methods and classes_. It also includes TypeDoc for large or complex private methods.
- [ ] My PR passes all specs/tests and includes new/updated specs or tests based on the [Code Testing Guide](https://wiki.lyrasis.org/display/DSPACE/Code+Testing+Guide).
- [ ] If my PR includes new, third-party dependencies (in `package.json`), I've made sure their licenses align with the [DSpace BSD License](https://github.com/DSpace/DSpace/blob/main/LICENSE) based on the [Licensing of Contributions](https://wiki.lyrasis.org/display/DSPACE/Code+Contribution+Guidelines#CodeContributionGuidelines-LicensingofContributions) documentation.
- [ ] If my PR includes new libraries/dependencies (in `package.json`), I've made sure their licenses align with the [DSpace BSD License](https://github.com/DSpace/DSpace/blob/main/LICENSE) based on the [Licensing of Contributions](https://wiki.lyrasis.org/display/DSPACE/Code+Contribution+Guidelines#CodeContributionGuidelines-LicensingofContributions) documentation.
- [ ] If my PR includes new features or configurations, I've provided basic technical documentation in the PR itself.
- [ ] If my PR fixes an issue ticket, I've [linked them together](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).

View File

@@ -6,46 +6,81 @@ name: Build
# Run this Build for all pushes / PRs to current branch
on: [push, pull_request]
permissions:
contents: read # to fetch code (actions/checkout)
packages: read # to fetch private images from GitHub Container Registry (GHCR)
jobs:
tests:
runs-on: ubuntu-latest
env:
# The ci step will test the dspace-angular code against DSpace REST.
# Direct that step to utilize a DSpace REST service that has been started in docker.
DSPACE_REST_HOST: localhost
# NOTE: These settings should be kept in sync with those in [src]/docker/docker-compose-ci.yml
DSPACE_REST_HOST: 127.0.0.1
DSPACE_REST_PORT: 8080
DSPACE_REST_NAMESPACE: '/server'
DSPACE_REST_SSL: false
# Spin up UI on 127.0.0.1 to avoid host resolution issues in e2e tests with Node 18+
DSPACE_UI_HOST: 127.0.0.1
DSPACE_UI_PORT: 4000
# Ensure all SSR caching is disabled in test environment
DSPACE_CACHE_SERVERSIDE_BOTCACHE_MAX: 0
DSPACE_CACHE_SERVERSIDE_ANONYMOUSCACHE_MAX: 0
# Tell Cypress to run e2e tests using the same UI URL
CYPRESS_BASE_URL: http://127.0.0.1:4000
# Disable the cookie consent banner in e2e tests to avoid errors because of elements hidden by it
DSPACE_INFO_ENABLECOOKIECONSENTPOPUP: false
# When Chrome version is specified, we pin to a specific version of Chrome
# Comment this out to use the latest release
#CHROME_VERSION: "90.0.4430.212-1"
# Bump Node heap size (OOM in CI after upgrading to Angular 15)
NODE_OPTIONS: '--max-old-space-size=4096'
# Project name to use when running "docker compose" prior to e2e tests
COMPOSE_PROJECT_NAME: 'ci'
# Docker Registry to use for Docker compose scripts below.
# We use GitHub's Container Registry to avoid aggressive rate limits at DockerHub.
DOCKER_REGISTRY: ghcr.io
strategy:
# Create a matrix of Node versions to test against (in parallel)
matrix:
node-version: [12.x, 14.x]
node-version: [18.x, 20.x]
# Do NOT exit immediately if one matrix job fails
fail-fast: false
# These are the actual CI steps to perform per job
steps:
# https://github.com/actions/checkout
- name: Checkout codebase
uses: actions/checkout@v1
uses: actions/checkout@v4
# https://github.com/actions/setup-node
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install latest Chrome (for e2e tests)
# If CHROME_VERSION env variable specified above, then pin to that version.
# Otherwise, just install latest version of Chrome.
- name: Install Chrome (for e2e tests)
run: |
sudo apt-get update
sudo apt-get --only-upgrade install google-chrome-stable -y
if [[ -z "${CHROME_VERSION}" ]]
then
echo "Installing latest stable version"
sudo apt-get update
sudo apt-get --only-upgrade install google-chrome-stable -y
else
echo "Installing version ${CHROME_VERSION}"
wget -q "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION}_amd64.deb"
sudo dpkg -i "google-chrome-stable_${CHROME_VERSION}_amd64.deb"
fi
google-chrome --version
# https://github.com/actions/cache/blob/main/examples.md#node---yarn
- name: Get Yarn cache directory
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
- name: Cache Yarn dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
# Cache entire Yarn cache directory (see previous step)
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -53,14 +88,14 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: ${{ runner.os }}-yarn-
- name: Install the latest chromedriver compatible with the installed chrome version
run: yarn global add chromedriver --detect_chromedriver_version
- name: Install Yarn dependencies
run: yarn install --frozen-lockfile
- name: Run lint
run: yarn run lint
run: yarn run lint --quiet
- name: Check for circular dependencies
run: yarn run check-circ-deps
- name: Run build
run: yarn run build:prod
@@ -68,38 +103,234 @@ jobs:
- name: Run specs (unit tests)
run: yarn run test:headless
# Upload code coverage report to artifact (for one version of Node only),
# so that it can be shared with the 'codecov' job (see below)
# NOTE: Angular CLI only supports code coverage for specs. See https://github.com/angular/angular-cli/issues/6286
# Upload coverage reports to Codecov (for Node v12 only)
# https://github.com/codecov/codecov-action
- name: Upload coverage to Codecov.io
uses: codecov/codecov-action@v1
if: matrix.node-version == '12.x'
- name: Upload code coverage report to Artifact
uses: actions/upload-artifact@v4
if: matrix.node-version == '18.x'
with:
name: coverage-report-${{ matrix.node-version }}
path: 'coverage/dspace-angular/lcov.info'
retention-days: 14
# Using docker-compose start backend using CI configuration
# Login to our Docker registry, so that we can access private Docker images using "docker compose" below.
- name: Login to ${{ env.DOCKER_REGISTRY }}
uses: docker/login-action@v3
with:
registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
# Using "docker compose" start backend using CI configuration
# and load assetstore from a cached copy
- name: Start DSpace REST Backend via Docker (for e2e tests)
run: |
docker-compose -f ./docker/docker-compose-ci.yml up -d
docker-compose -f ./docker/cli.yml -f ./docker/cli.assetstore.yml run --rm dspace-cli
docker compose -f ./docker/docker-compose-ci.yml up -d
docker compose -f ./docker/cli.yml -f ./docker/cli.assetstore.yml run --rm dspace-cli
docker container ls
# Wait until the REST API returns a 200 response (or for a max of 30 seconds)
# https://github.com/nev7n/wait_for_response
- name: Wait for DSpace REST Backend to be ready (for e2e tests)
uses: nev7n/wait_for_response@v1
with:
# We use the 'sites' endpoint to also ensure the database is ready
url: 'http://localhost:8080/server/api/core/sites'
responseCode: 200
timeout: 30000
- name: Get DSpace REST Backend info/properties
run: curl http://localhost:8080/server/api
# Run integration tests via Cypress.io
# https://github.com/cypress-io/github-action
# (NOTE: to run these e2e tests locally, just use 'ng e2e')
- name: Run e2e tests (integration tests)
uses: cypress-io/github-action@v6
with:
# Run tests in Chrome, headless mode (default)
browser: chrome
# Start app before running tests (will be stopped automatically after tests finish)
start: yarn run serve:ssr
# Wait for backend & frontend to be available
# NOTE: We use the 'sites' REST endpoint to also ensure the database is ready
wait-on: http://127.0.0.1:8080/server/api/core/sites, http://127.0.0.1:4000
# Wait for 2 mins max for everything to respond
wait-on-timeout: 120
# Cypress always creates a video of all e2e tests (whether they succeeded or failed)
# Save those in an Artifact
- name: Upload e2e test videos to Artifacts
uses: actions/upload-artifact@v4
if: always()
with:
name: e2e-test-videos-${{ matrix.node-version }}
path: cypress/videos
# If e2e tests fail, Cypress creates a screenshot of what happened
# Save those in an Artifact
- name: Upload e2e test failure screenshots to Artifacts
uses: actions/upload-artifact@v4
if: failure()
with:
name: e2e-test-screenshots-${{ matrix.node-version }}
path: cypress/screenshots
- name: Stop app (in case it stays up after e2e tests)
run: |
chromedriver --url-base='/wd/hub' --port=4444 &
yarn run e2e:ci
app_pid=$(lsof -t -i:4000)
if [[ ! -z $app_pid ]]; then
echo "App was still up! (PID: $app_pid)"
kill -9 $app_pid
fi
# Start up the app with SSR enabled (run in background)
- name: Start app in SSR (server-side rendering) mode
run: |
nohup yarn run serve:ssr &
printf 'Waiting for app to start'
until curl --output /dev/null --silent --head --fail http://127.0.0.1:4000/home; do
printf '.'
sleep 2
done
echo "App started successfully."
# Get homepage and verify that the <meta name="title"> tag includes "DSpace".
# If it does, then SSR is working, as this tag is created by our MetadataService.
# This step also prints entire HTML of homepage for easier debugging if grep fails.
- name: Verify SSR (server-side rendering) on Homepage
run: |
result=$(wget -O- -q http://127.0.0.1:4000/home)
echo "$result"
echo "$result" | grep -oE "<meta name=\"title\" [^>]*>" | grep DSpace
# Get a specific community in our test data and verify that the "<h1>" tag includes "Publications" (the community name).
# If it does, then SSR is working.
- name: Verify SSR on a Community page
run: |
result=$(wget -O- -q http://127.0.0.1:4000/communities/0958c910-2037-42a9-81c7-dca80e3892b4)
echo "$result"
echo "$result" | grep -oE "<h1 [^>]*>[^><]*</h1>" | grep Publications
# Get a specific collection in our test data and verify that the "<h1>" tag includes "Articles" (the collection name).
# If it does, then SSR is working.
- name: Verify SSR on a Collection page
run: |
result=$(wget -O- -q http://127.0.0.1:4000/collections/282164f5-d325-4740-8dd1-fa4d6d3e7200)
echo "$result"
echo "$result" | grep -oE "<h1 [^>]*>[^><]*</h1>" | grep Articles
# Get a specific publication in our test data and verify that the <meta name="title"> tag includes
# the title of this publication. If it does, then SSR is working.
- name: Verify SSR on a Publication page
run: |
result=$(wget -O- -q http://127.0.0.1:4000/entities/publication/6160810f-1e53-40db-81ef-f6621a727398)
echo "$result"
echo "$result" | grep -oE "<meta name=\"title\" [^>]*>" | grep "An Economic Model of Mortality Salience"
# Get a specific person in our test data and verify that the <meta name="title"> tag includes
# the name of the person. If it does, then SSR is working.
- name: Verify SSR on a Person page
run: |
result=$(wget -O- -q http://127.0.0.1:4000/entities/person/b1b2c768-bda1-448a-a073-fc541e8b24d9)
echo "$result"
echo "$result" | grep -oE "<meta name=\"title\" [^>]*>" | grep "Simmons, Cameron"
# Get a specific project in our test data and verify that the <meta name="title"> tag includes
# the name of the project. If it does, then SSR is working.
- name: Verify SSR on a Project page
run: |
result=$(wget -O- -q http://127.0.0.1:4000/entities/project/46ccb608-a74c-4bf6-bc7a-e29cc7defea9)
echo "$result"
echo "$result" | grep -oE "<meta name=\"title\" [^>]*>" | grep "University Research Fellowship"
# Get a specific orgunit in our test data and verify that the <meta name="title"> tag includes
# the name of the orgunit. If it does, then SSR is working.
- name: Verify SSR on an OrgUnit page
run: |
result=$(wget -O- -q http://127.0.0.1:4000/entities/orgunit/9851674d-bd9a-467b-8d84-068deb568ccf)
echo "$result"
echo "$result" | grep -oE "<meta name=\"title\" [^>]*>" | grep "Law and Development"
# Get a specific journal in our test data and verify that the <meta name="title"> tag includes
# the name of the journal. If it does, then SSR is working.
- name: Verify SSR on a Journal page
run: |
result=$(wget -O- -q http://127.0.0.1:4000/entities/journal/d4af6c3e-53d0-4757-81eb-566f3b45d63a)
echo "$result"
echo "$result" | grep -oE "<meta name=\"title\" [^>]*>" | grep "Environmental &amp; Architectural Phenomenology"
# Get a specific journal volume in our test data and verify that the <meta name="title"> tag includes
# the name of the volume. If it does, then SSR is working.
- name: Verify SSR on a Journal Volume page
run: |
result=$(wget -O- -q http://127.0.0.1:4000/entities/journalvolume/07c6249f-4bf7-494d-9ce3-6ffdb2aed538)
echo "$result"
echo "$result" | grep -oE "<meta name=\"title\" [^>]*>" | grep "Environmental &amp; Architectural Phenomenology Volume 28 (2017)"
# Get a specific journal issue in our test data and verify that the <meta name="title"> tag includes
# the name of the issue. If it does, then SSR is working.
- name: Verify SSR on a Journal Issue page
run: |
result=$(wget -O- -q http://127.0.0.1:4000/entities/journalissue/44c29473-5de2-48fa-b005-e5029aa1a50b)
echo "$result"
echo "$result" | grep -oE "<meta name=\"title\" [^>]*>" | grep "Environmental &amp; Architectural Phenomenology Vol. 28, No. 1"
# Verify 301 Handle redirect behavior
# Note: /handle/123456789/260 is the same test Publication used by our e2e tests
- name: Verify 301 redirect from '/handle' URLs
run: |
result=$(wget --server-response --quiet http://127.0.0.1:4000/handle/123456789/260 2>&1 | head -1 | awk '{print $2}')
echo "$result"
[[ "$result" -eq "301" ]]
# Verify 403 error code behavior
- name: Verify 403 error code from '/403'
run: |
result=$(wget --server-response --quiet http://127.0.0.1:4000/403 2>&1 | head -1 | awk '{print $2}')
echo "$result"
[[ "$result" -eq "403" ]]
# Verify 404 error code behavior
- name: Verify 404 error code from '/404' and on invalid pages
run: |
result=$(wget --server-response --quiet http://127.0.0.1:4000/404 2>&1 | head -1 | awk '{print $2}')
echo "$result"
result2=$(wget --server-response --quiet http://127.0.0.1:4000/invalidurl 2>&1 | head -1 | awk '{print $2}')
echo "$result2"
[[ "$result" -eq "404" && "$result2" -eq "404" ]]
# Verify 500 error code behavior
- name: Verify 500 error code from '/500'
run: |
result=$(wget --server-response --quiet http://127.0.0.1:4000/500 2>&1 | head -1 | awk '{print $2}')
echo "$result"
[[ "$result" -eq "500" ]]
- name: Stop running app
run: kill -9 $(lsof -t -i:4000)
- name: Shutdown Docker containers
run: docker-compose -f ./docker/docker-compose-ci.yml down
run: docker compose -f ./docker/docker-compose-ci.yml down
# Codecov upload is a separate job in order to allow us to restart this separate from the entire build/test
# job above. This is necessary because Codecov uploads seem to randomly fail at times.
# See https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954
codecov:
# Must run after 'tests' job above
needs: tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
# Download artifacts from previous 'tests' job
- name: Download coverage artifacts
uses: actions/download-artifact@v4
# Now attempt upload to Codecov using its action.
# NOTE: We use a retry action to retry the Codecov upload if it fails the first time.
#
# Retry action: https://github.com/marketplace/actions/retry-action
# Codecov action: https://github.com/codecov/codecov-action
- name: Upload coverage to Codecov.io
uses: Wandalen/wretry.action@v1.3.0
with:
action: codecov/codecov-action@v4
# Ensure codecov-action throws an error when it fails to upload
# This allows us to auto-restart the action if an error is thrown
with: |
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
# Try re-running action 5 times max
attempt_limit: 5
# Run again in 30 seconds
attempt_delay: 30000

53
.github/workflows/codescan.yml vendored Normal file
View File

@@ -0,0 +1,53 @@
# DSpace CodeQL code scanning configuration for GitHub
# https://docs.github.com/en/code-security/code-scanning
#
# NOTE: Code scanning must be run separate from our default build.yml
# because CodeQL requires a fresh build with all tests *disabled*.
name: "Code Scanning"
# Run this code scan for all pushes / PRs to main or maintenance branches. Also run once a week.
on:
push:
branches:
- main
- 'dspace-**'
pull_request:
branches:
- main
- 'dspace-**'
# Don't run if PR is only updating static documentation
paths-ignore:
- '**/*.md'
- '**/*.txt'
schedule:
- cron: "37 0 * * 1"
jobs:
analyze:
name: Analyze Code
runs-on: ubuntu-latest
# Limit permissions of this GitHub action. Can only write to security-events
permissions:
actions: read
contents: read
security-events: write
steps:
# https://github.com/actions/checkout
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
# https://github.com/github/codeql-action
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript
# Autobuild attempts to build any compiled languages
- name: Autobuild
uses: github/codeql-action/autobuild@v3
# Perform GitHub Code Scanning.
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

60
.github/workflows/docker.yml vendored Normal file
View File

@@ -0,0 +1,60 @@
# DSpace Docker image build for hub.docker.com
name: Docker images
# Run this Build for all pushes to 'main' or maintenance branches, or tagged releases.
# Also run for PRs to ensure PR doesn't break Docker build process
# NOTE: uses "reusable-docker-build.yml" in DSpace/DSpace to actually build each of the Docker images
# https://github.com/DSpace/DSpace/blob/dspace-7_x/.github/workflows/reusable-docker-build.yml
#
on:
push:
branches:
- main
- 'dspace-**'
tags:
- 'dspace-**'
pull_request:
permissions:
contents: read # to fetch code (actions/checkout)
packages: write # to write images to GitHub Container Registry (GHCR)
jobs:
#############################################################
# Build/Push the 'dspace/dspace-angular' image
#############################################################
dspace-angular:
# Ensure this job never runs on forked repos. It's only executed for 'dspace/dspace-angular'
if: github.repository == 'dspace/dspace-angular'
# Use the reusable-docker-build.yml script from DSpace/DSpace repo to build our Docker image
uses: DSpace/DSpace/.github/workflows/reusable-docker-build.yml@dspace-7_x
with:
build_id: dspace-angular-dev
image_name: dspace/dspace-angular
dockerfile_path: ./Dockerfile
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_ACCESS_TOKEN: ${{ secrets.DOCKER_ACCESS_TOKEN }}
#############################################################
# Build/Push the 'dspace/dspace-angular' image ('-dist' tag)
#############################################################
dspace-angular-dist:
# Ensure this job never runs on forked repos. It's only executed for 'dspace/dspace-angular'
if: github.repository == 'dspace/dspace-angular'
# Use the reusable-docker-build.yml script from DSpace/DSpace repo to build our Docker image
uses: DSpace/DSpace/.github/workflows/reusable-docker-build.yml@dspace-7_x
with:
build_id: dspace-angular-dist
image_name: dspace/dspace-angular
dockerfile_path: ./Dockerfile.dist
# As this is a "dist" image, its tags are all suffixed with "-dist". Otherwise, it uses the same
# tagging logic as the primary 'dspace/dspace-angular' image above.
tags_flavor: suffix=-dist
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_ACCESS_TOKEN: ${{ secrets.DOCKER_ACCESS_TOKEN }}
# Enable redeploy of sandbox & demo if the branch for this image matches the deployment branch of
# these sites as specified in reusable-docker-build.xml
REDEPLOY_SANDBOX_URL: ${{ secrets.REDEPLOY_SANDBOX_URL }}
REDEPLOY_DEMO_URL: ${{ secrets.REDEPLOY_DEMO_URL }}

View File

@@ -5,25 +5,22 @@ on:
issues:
types: [opened]
permissions: {}
jobs:
automation:
runs-on: ubuntu-latest
steps:
# Add the new issue to a project board, if it needs triage
# See https://github.com/marketplace/actions/create-project-card-action
- name: Add issue to project board
# See https://github.com/actions/add-to-project
- name: Add issue to triage board
# Only add to project board if issue is flagged as "needs triage" or has no labels
# NOTE: By default we flag new issues as "needs triage" in our issue template
if: (contains(github.event.issue.labels.*.name, 'needs triage') || join(github.event.issue.labels.*.name) == '')
uses: technote-space/create-project-card-action@v1
uses: actions/add-to-project@v1.0.0
# Note, the authentication token below is an ORG level Secret.
# It must be created/recreated manually via a personal access token with "public_repo" and "admin:org" permissions
# It must be created/recreated manually via a personal access token with admin:org, project, public_repo permissions
# See: https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token#permissions-for-the-github_token
# This is necessary because the "DSpace Backlog" project is an org level project (i.e. not repo specific)
with:
GITHUB_TOKEN: ${{ secrets.ORG_PROJECT_TOKEN }}
PROJECT: DSpace Backlog
COLUMN: Triage
CHECK_ORG_PROJECT: true
# Ignore errors
continue-on-error: true
github-token: ${{ secrets.TRIAGE_PROJECT_TOKEN }}
project-url: https://github.com/orgs/DSpace/projects/24

View File

@@ -1,25 +1,39 @@
# This workflow checks open PRs for merge conflicts and labels them when conflicts are found
name: Check for merge conflicts
# Run whenever the "main" branch is updated
# NOTE: This means merge conflicts are only checked for when a PR is merged to main.
# Run this for all pushes (i.e. merges) to 'main' or maintenance branches
on:
push:
branches:
- main
- 'dspace-**'
# So that the `conflict_label_name` is removed if conflicts are resolved,
# we allow this to run for `pull_request_target` so that github secrets are available.
pull_request_target:
types: [ synchronize ]
permissions: {}
jobs:
triage:
# Ensure this job never runs on forked repos. It's only executed for 'dspace/dspace-angular'
if: github.repository == 'dspace/dspace-angular'
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
# See: https://github.com/mschilde/auto-label-merge-conflicts/
# See: https://github.com/prince-chrismc/label-merge-conflicts-action
- name: Auto-label PRs with merge conflicts
uses: mschilde/auto-label-merge-conflicts@v2.0
uses: prince-chrismc/label-merge-conflicts-action@v3
# Ignore any failures -- may occur (randomly?) for older, outdated PRs.
continue-on-error: true
# Add "merge conflict" label if a merge conflict is detected. Remove it when resolved.
# Note, the authentication token is created automatically
# See: https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token
with:
CONFLICT_LABEL_NAME: 'merge conflict'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Ignore errors
continue-on-error: true
conflict_label_name: 'merge conflict'
github_token: ${{ secrets.GITHUB_TOKEN }}
conflict_comment: |
Hi @${author},
Conflicts have been detected against the base branch.
Please [resolve these conflicts](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts) as soon as you can. Thanks!

View File

@@ -0,0 +1,46 @@
# This workflow will attempt to port a merged pull request to
# the branch specified in a "port to" label (if exists)
name: Port merged Pull Request
# Only run for merged PRs against the "main" or maintenance branches
# We allow this to run for `pull_request_target` so that github secrets are available
# (This is required when the PR comes from a forked repo)
on:
pull_request_target:
types: [ closed ]
branches:
- main
- 'dspace-**'
permissions:
contents: write # so action can add comments
pull-requests: write # so action can create pull requests
jobs:
port_pr:
runs-on: ubuntu-latest
# Don't run on closed *unmerged* pull requests
if: github.event.pull_request.merged
steps:
# Checkout code
- uses: actions/checkout@v4
# Port PR to other branch (ONLY if labeled with "port to")
# See https://github.com/korthout/backport-action
- name: Create backport pull requests
uses: korthout/backport-action@v2
with:
# Trigger based on a "port to [branch]" label on PR
# (This label must specify the branch name to port to)
label_pattern: '^port to ([^ ]+)$'
# Title to add to the (newly created) port PR
pull_title: '[Port ${target_branch}] ${pull_title}'
# Description to add to the (newly created) port PR
pull_description: 'Port of #${pull_number} by @${pull_author} to `${target_branch}`.'
# Copy all labels from original PR to (newly created) port PR
# NOTE: The labels matching 'label_pattern' are automatically excluded
copy_labels_pattern: '.*'
# Skip any merge commits in the ported PR. This means only non-merge commits are cherry-picked to the new PR
merge_commits: 'skip'
# Use a personal access token (PAT) to create PR as 'dspace-bot' user.
# A PAT is required in order for the new PR to trigger its own actions (for CI checks)
github_token: ${{ secrets.PR_PORT_TOKEN }}

View File

@@ -0,0 +1,24 @@
# This workflow runs whenever a new pull request is created
name: Pull Request opened
# Only run for newly opened PRs against the "main" or maintenance branches
# We allow this to run for `pull_request_target` so that github secrets are available
# (This is required to assign a PR back to the creator when the PR comes from a forked repo)
on:
pull_request_target:
types: [ opened ]
branches:
- main
- 'dspace-**'
permissions:
pull-requests: write
jobs:
automation:
runs-on: ubuntu-latest
steps:
# Assign the PR to whomever created it. This is useful for visualizing assignments on project boards
# See https://github.com/toshimaru/auto-author-assign
- name: Assign PR to creator
uses: toshimaru/auto-author-assign@v2.1.0

9
.gitignore vendored
View File

@@ -1,3 +1,4 @@
/.angular/cache
/__build__
/__server_build__
/node_modules
@@ -7,10 +8,6 @@ npm-debug.log
/build/
/src/environments/environment.ts
/src/environments/environment.dev.ts
/src/environments/environment.prod.ts
/coverage
/dist/
@@ -40,3 +37,7 @@ package-lock.json
.env
/nbproject/
junit.xml
/src/mirador-viewer/config.local.js

View File

@@ -3,5 +3,6 @@
"i18n-ally.localesPaths": [
"src/assets/i18n",
"src/app/core/locale"
]
],
"typescript.tsdk": "node_modules\\typescript\\lib"
}

46
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,46 @@
# How to Contribute
DSpace is a community built and supported project. We do not have a centralized development or support team, but have a dedicated group of volunteers who help us improve the software, documentation, resources, etc.
* [Contribute new code via a Pull Request](#contribute-new-code-via-a-pull-request)
* [Contribute documentation](#contribute-documentation)
* [Help others on mailing lists or Slack](#help-others-on-mailing-lists-or-slack)
* [Join a working or interest group](#join-a-working-or-interest-group)
## Contribute new code via a Pull Request
We accept [GitHub Pull Requests (PRs)](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) at any time from anyone.
Contributors to each release are recognized in our [Release Notes](https://wiki.lyrasis.org/display/DSDOC7x/Release+Notes).
Code Contribution Checklist
- [ ] PRs _should_ be smaller in size (ideally less than 1,000 lines of code, not including comments & tests)
- [ ] PRs **must** pass [ESLint](https://eslint.org/) validation using `yarn lint`
- [ ] PRs **must** not introduce circular dependencies (verified via `yarn check-circ-deps`)
- [ ] PRs **must** include [TypeDoc](https://typedoc.org/) comments for _all new (or modified) public methods and classes_. Large or complex private methods should also have TypeDoc.
- [ ] PRs **must** pass all automated pecs/tests and includes new/updated specs or tests based on the [Code Testing Guide](https://wiki.lyrasis.org/display/DSPACE/Code+Testing+Guide).
- [ ] If a PR includes new libraries/dependencies (in `package.json`), then their software licenses **must** align with the [DSpace BSD License](https://github.com/DSpace/dspace-angular/blob/main/LICENSE) based on the [Licensing of Contributions](https://wiki.lyrasis.org/display/DSPACE/Code+Contribution+Guidelines#CodeContributionGuidelines-LicensingofContributions) documentation.
- [ ] Basic technical documentation _should_ be provided for any new features or configuration, either in the PR itself or in the DSpace Wiki documentation.
- [ ] If a PR fixes an issue ticket, please [link them together](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).
Additional details on the code contribution process can be found in our [Code Contribution Guidelines](https://wiki.lyrasis.org/display/DSPACE/Code+Contribution+Guidelines)
## Contribute documentation
DSpace Documentation is a collaborative effort in a shared Wiki. The latest documentation is at https://wiki.lyrasis.org/display/DSDOC7x
If you find areas of the DSpace Documentation which you wish to improve, please request a Wiki account by emailing wikihelp@lyrasis.org.
Once you have an account setup, contact @tdonohue (via [Slack](https://wiki.lyrasis.org/display/DSPACE/Slack) or email) for access to edit our Documentation.
## Help others on mailing lists or Slack
DSpace has our own [Slack](https://wiki.lyrasis.org/display/DSPACE/Slack) community and [Mailing Lists](https://wiki.lyrasis.org/display/DSPACE/Mailing+Lists) where discussions take place and questions are answered.
Anyone is welcome to join and help others. We just ask you to follow our [Code of Conduct](https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx) (adopted via LYRASIS).
## Join a working or interest group
Most of the work in building/improving DSpace comes via [Working Groups](https://wiki.lyrasis.org/display/DSPACE/DSpace+Working+Groups) or [Interest Groups](https://wiki.lyrasis.org/display/DSPACE/DSpace+Interest+Groups).
All working/interest groups are open to anyone to join and participate. A few key groups to be aware of include:
* [DSpace 7 Working Group](https://wiki.lyrasis.org/display/DSPACE/DSpace+7+Working+Group) - This is the main (mostly volunteer) development team. We meet weekly to review our current development [project board](https://github.com/orgs/DSpace/projects), assigning tickets and/or PRs.
* [DSpace Community Advisory Team (DCAT)](https://wiki.lyrasis.org/display/cmtygp/DSpace+Community+Advisory+Team) - This is an interest group for repository managers/administrators. We meet monthly to discuss DSpace, share tips & provide feedback back to developers.

View File

@@ -1,7 +1,12 @@
# This image will be published as dspace/dspace-angular
# See https://dspace-labs.github.io/DSpace-Docker-Images/ for usage details
# See https://github.com/DSpace/dspace-angular/tree/main/docker for usage details
FROM docker.io/node:18-alpine
# Ensure Python and other build tools are available
# These are needed to install some node modules, especially on linux/arm64
RUN apk add --update python3 make g++ && rm -rf /var/cache/apk/*
FROM node:12-alpine
WORKDIR /app
ADD . /app/
EXPOSE 4000
@@ -9,4 +14,15 @@ EXPOSE 4000
# We run yarn install with an increased network timeout (5min) to avoid "ESOCKETTIMEDOUT" errors from hub.docker.com
# See, for example https://github.com/yarnpkg/yarn/issues/5540
RUN yarn install --network-timeout 300000
CMD yarn run start:dev
# When running in dev mode, 4GB of memory is required to build & launch the app.
# This default setting can be overridden as needed in your shell, via an env file or in docker-compose.
# See Docker environment var precedence: https://docs.docker.com/compose/environment-variables/envvars-precedence/
ENV NODE_OPTIONS="--max_old_space_size=4096"
# On startup, run in DEVELOPMENT mode (this defaults to live reloading enabled, etc).
# Listen / accept connections from all IP addresses.
# NOTE: At this time it is only possible to run Docker container in Production mode
# if you have a public URL. See https://github.com/DSpace/dspace-angular/issues/1485
ENV NODE_ENV=development
CMD yarn serve --host 0.0.0.0

31
Dockerfile.dist Normal file
View File

@@ -0,0 +1,31 @@
# This image will be published as dspace/dspace-angular:$DSPACE_VERSION-dist
# See https://github.com/DSpace/dspace-angular/tree/main/docker for usage details
# Test build:
# docker build -f Dockerfile.dist -t dspace/dspace-angular:dspace-7_x-dist .
FROM docker.io/node:18-alpine AS build
# Ensure Python and other build tools are available
# These are needed to install some node modules, especially on linux/arm64
RUN apk add --update python3 make g++ && rm -rf /var/cache/apk/*
WORKDIR /app
COPY package.json yarn.lock ./
RUN yarn install --network-timeout 300000
ADD . /app/
RUN yarn build:prod
FROM node:18-alpine
RUN npm install --global pm2
COPY --chown=node:node --from=build /app/dist /app/dist
COPY --chown=node:node config /app/config
COPY --chown=node:node docker/dspace-ui.json /app/dspace-ui.json
WORKDIR /app
USER node
ENV NODE_ENV=production
EXPOSE 4000
CMD pm2-runtime start dspace-ui.json --json

22
LICENSE
View File

@@ -1,6 +1,6 @@
DSpace source code BSD License:
BSD 3-Clause License
Copyright (c) 2002-2020, LYRASIS. All rights reserved.
Copyright (c) 2002-2021, LYRASIS. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
@@ -13,13 +13,12 @@ notice, this list of conditions and the following disclaimer.
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- Neither the name DuraSpace nor the name of the DSpace Foundation
nor the names of its contributors may be used to endorse or promote
products derived from this software without specific prior written
permission.
- Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
@@ -29,11 +28,4 @@ OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
DSpace uses third-party libraries which may be distributed under
different licenses to the above. Information about these licenses
is detailed in the LICENSES_THIRD_PARTY file at the root of the source
tree. You must agree to the terms of these licenses, in addition to
the above DSpace source code license, in order to use this software.
DAMAGE.

28
NOTICE Normal file
View File

@@ -0,0 +1,28 @@
Licenses of Third-Party Libraries
=================================
DSpace uses third-party libraries which may be distributed under
different licenses than specified in our LICENSE file. Information
about these licenses is detailed in the LICENSES_THIRD_PARTY file at
the root of the source tree. You must agree to the terms of these
licenses, in addition to the DSpace source code license, in order to
use this software.
Licensing Notices
=================
[July 2019] DuraSpace joined with LYRASIS (another 501(c)3 organization) in July 2019.
LYRASIS holds the copyrights of DuraSpace.
[July 2009] Fedora Commons joined with the DSpace Foundation and began operating under
the new name DuraSpace in July 2009. DuraSpace holds the copyrights of
the DSpace Foundation, Inc.
[July 2007] The DSpace Foundation, Inc. is a 501(c)3 corporation established in July 2007
with a mission to promote and advance the dspace platform enabling management,
access and preservation of digital works. The Foundation was able to transfer
the legal copyright from Hewlett-Packard Company (HP) and Massachusetts
Institute of Technology (MIT) to the DSpace Foundation in October 2007. Many
of the files in the source code may contain a copyright statement stating HP
and MIT possess the copyright, in these instances please note that the copy
right has transferred to the DSpace foundation, and subsequently to DuraSpace.

417
README.md
View File

@@ -3,17 +3,39 @@
dspace-angular
==============
> The next UI for DSpace 7, based on Angular Universal.
> The DSpace User Interface built on [Angular](https://angular.io/), written in [TypeScript](https://www.typescriptlang.org/) and using [Angular Universal](https://angular.io/guide/universal).
This project is currently under active development. For more information on the DSpace 7 release see the [DSpace 7.0 Release Status wiki page](https://wiki.lyrasis.org/display/DSPACE/DSpace+Release+7.0+Status)
Overview
--------
You can find additional information on the DSpace 7 Angular UI on the [wiki](https://wiki.lyrasis.org/display/DSPACE/DSpace+7+-+Angular+UI+Development).
DSpace open source software is a turnkey repository application used by more than
2,000 organizations and institutions worldwide to provide durable access to digital resources.
For more information, visit http://www.dspace.org/
DSpace consists of both a Java-based backend and an Angular-based frontend.
* Backend (https://github.com/DSpace/DSpace/) provides a REST API, along with other machine-based interfaces (e.g. OAI-PMH, SWORD, etc)
* The REST Contract is at https://github.com/DSpace/RestContract
* Frontend (this codebase) is the User Interface built on the REST API
Downloads
---------
* Backend (REST API): https://github.com/DSpace/DSpace/releases
* Frontend (User Interface): https://github.com/DSpace/dspace-angular/releases
## Documentation / Installation
Documentation for each release may be viewed online or downloaded via our [Documentation Wiki](https://wiki.lyrasis.org/display/DSDOC/).
The latest DSpace Installation instructions are available at:
https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace
Quick start
-----------
**Ensure you're running [Node](https://nodejs.org) `v12.x` or `v14.x`, [npm](https://www.npmjs.com/) >= `v5.x` and [yarn](https://yarnpkg.com) >= `v1.x`**
**Ensure you're running [Node](https://nodejs.org) `v16.x` or `v18.x`, [npm](https://www.npmjs.com/) >= `v5.x` and [yarn](https://yarnpkg.com) == `v1.x`**
```bash
# clone the repo
@@ -39,14 +61,17 @@ Table of Contents
- [Introduction to the technology](#introduction-to-the-technology)
- [Requirements](#requirements)
- [Installing](#installing)
- [Configuring](#configuring)
- [Configuring](#configuring)
- [Running the app](#running-the-app)
- [Running in production mode](#running-in-production-mode)
- [Running in production mode](#running-in-production-mode)
- [Deploy](#deploy)
- [Running the application with Docker](#running-the-application-with-docker)
- [Cleaning](#cleaning)
- [Testing](#testing)
- [Test a Pull Request](#test-a-pull-request)
- [Unit Tests](#unit-tests)
- [E2E Tests](#e2e-tests)
- [Writing E2E Tests](#writing-e2e-tests)
- [Documentation](#documentation)
- [Other commands](#other-commands)
- [Recommended Editors/IDEs](#recommended-editorsides)
@@ -65,61 +90,114 @@ Requirements
------------
- [Node.js](https://nodejs.org) and [yarn](https://yarnpkg.com)
- Ensure you're running node `v12.x` or `v14.x` and yarn >= `v1.x`
- Ensure you're running node `v16.x` or `v18.x` and yarn == `v1.x`
If you have [`nvm`](https://github.com/creationix/nvm#install-script) or [`nvm-windows`](https://github.com/coreybutler/nvm-windows) installed, which is highly recommended, you can run `nvm install --lts && nvm use` to install and start using the latest Node LTS.
Installing
----------
- `yarn run global` to install the required global dependencies
- `yarn install` to install the local dependencies
### Configuring
Default configuration file is located in `src/environments/` folder.
Default runtime configuration file is located in `config/` folder. These configurations can be changed without rebuilding the distribution.
To change the default configuration values, create local files that override the parameters you need to change. You can use `environment.template.ts` as a starting point.
To override the default configuration values, create local files that override the parameters you need to change. You can use `config.example.yml` as a starting point.
- Create a new `environment.dev.ts` file in `src/environments/` for a `development` environment;
- Create a new `environment.prod.ts` file in `src/environments/` for a `production` environment;
- Create a new `config.(dev or development).yml` file in `config/` for a `development` environment;
- Create a new `config.(prod or production).yml` file in `config/` for a `production` environment;
The server settings can also be overwritten using an environment file.
The settings can also be overwritten using an environment file or environment variables.
This file should be called `.env` and be placed in the project root.
The following settings can be overwritten in this file:
The following non-convention settings:
```bash
DSPACE_HOST # The host name of the angular application
DSPACE_PORT # The port number of the angular application
DSPACE_NAMESPACE # The namespace of the angular application
DSPACE_SSL # Whether the angular application uses SSL [true/false]
```
DSPACE_REST_HOST # The host name of the REST application
DSPACE_REST_PORT # The port number of the REST application
DSPACE_REST_NAMESPACE # The namespace of the REST application
DSPACE_REST_SSL # Whether the angular REST uses SSL [true/false]
All other settings can be set using the following convention for naming the environment variables:
1. replace all `.` with `_`
2. convert all characters to upper case
3. prefix with `DSPACE_`
e.g.
```bash
# The host name of the REST application
rest.host => DSPACE_REST_HOST
# The port number of the REST application
rest.port => DSPACE_REST_PORT
# The namespace of the REST application
rest.nameSpace => DSPACE_REST_NAMESPACE
# Whether the angular REST uses SSL [true/false]
rest.ssl => DSPACE_REST_SSL
cache.msToLive.default => DSPACE_CACHE_MSTOLIVE_DEFAULT
auth.ui.timeUntilIdle => DSPACE_AUTH_UI_TIMEUNTILIDLE
```
The equavelant to the non-conventional legacy settings:
```bash
DSPACE_UI_HOST => DSPACE_HOST
DSPACE_UI_PORT => DSPACE_PORT
DSPACE_UI_NAMESPACE => DSPACE_NAMESPACE
DSPACE_UI_SSL => DSPACE_SSL
```
The same settings can also be overwritten by setting system environment variables instead, E.g.:
```bash
export DSPACE_HOST=api7.dspace.org
```bash
export DSPACE_HOST=demo.dspace.org
export DSPACE_UI_PORT=4000
```
The priority works as follows: **environment variable** overrides **variable in `.env` file** overrides **`environment.(prod, dev or test).ts`** overrides **`environment.common.ts`**
The priority works as follows: **environment variable** overrides **variable in `.env` file** overrides external config set by `DSPACE_APP_CONFIG_PATH` overrides **`config.(prod or dev).yml`**
These configuration sources are collected **at build time**, and written to `src/environments/environment.ts`. At runtime the configuration is fixed, and neither `.env` nor the process' environment will be consulted.
These configuration sources are collected **at run time**, and written to `dist/browser/assets/config.json` for production and `src/app/assets/config.json` for development.
The configuration file can be externalized by using environment variable `DSPACE_APP_CONFIG_PATH`.
#### Buildtime Configuring
Buildtime configuration must defined before build in order to include in transpiled JavaScript. This is primarily for the server. These settings can be found under `src/environment/` folder.
To override the default configuration values for development, create local file that override the build time parameters you need to change.
- Create a new `environment.(dev or development).ts` file in `src/environment/` for a `development` environment;
If needing to update default configurations values for production, update local file that override the build time parameters you need to change.
- Update `environment.production.ts` file in `src/environment/` for a `production` environment;
The environment object is provided for use as import in code and is extended with the runtime configuration on bootstrap of the application.
> Take caution moving runtime configs into the buildtime configuration. They will be overwritten by what is defined in the runtime config on bootstrap.
#### Using environment variables in code
To use environment variables in a UI component, use:
```typescript
import { environment } from '../environment.ts';
import { AppConfig, APP_CONFIG } from 'src/config/app-config.interface';
...
constructor(@Inject(APP_CONFIG) private appConfig: AppConfig) {}
...
```
This file is generated by the script located in `scripts/set-env.ts`. This script will run automatically before every build, or can be manually triggered using the appropriate `config` script in `package.json`
or
```typescript
import { environment } from '../environment.ts';
```
Running the app
---------------
@@ -130,7 +208,7 @@ After you have installed all dependencies you can now run the app. Run `yarn run
When building for production we're using Ahead of Time (AoT) compilation. With AoT, the browser downloads a pre-compiled version of the application, so it can render the application immediately, without waiting to compile the app first. The compiler is roughly half the size of Angular itself, so omitting it dramatically reduces the application payload.
To build the app for production and start the server run:
To build the app for production and start the server (in one command) run:
```bash
yarn start
@@ -144,8 +222,15 @@ yarn run build:prod
```
This will build the application and put the result in the `dist` folder. You can copy this folder to wherever you need it for your application server. If you will be using the built-in Express server, you'll also need a copy of the `node_modules` folder tucked inside your copy of `dist`.
After building the app for production, it can be started by running:
```bash
yarn run serve:ssr
```
### Running the application with Docker
NOTE: At this time, we do not have production-ready Docker images for DSpace.
That said, we do have quick-start Docker Compose scripts for development or testing purposes.
See [Docker Runtime Options](docker/README.md)
@@ -184,34 +269,89 @@ Once you have tested the Pull Request, please add a comment and/or approval to t
### Unit Tests
Unit tests use Karma. You can find the configuration file at the same level of this README file:`./karma.conf.js` If you are going to use a remote test environment you need to edit the `./karma.conf.js`. Follow the instructions you will find inside it. To executing tests whenever any file changes you can modify the 'autoWatch' option to 'true' and 'singleRun' option to 'false'. A coverage report is also available at: http://localhost:9876/ after you run: `yarn run coverage`.
Unit tests use the [Jasmine test framework](https://jasmine.github.io/), and are run via [Karma](https://karma-runner.github.io/).
You can find the Karma configuration file at the same level of this README file:`./karma.conf.js` If you are going to use a remote test environment you need to edit the `./karma.conf.js`. Follow the instructions you will find inside it. To executing tests whenever any file changes you can modify the 'autoWatch' option to 'true' and 'singleRun' option to 'false'. A coverage report is also available at: http://localhost:9876/ after you run: `yarn run coverage`.
The default browser is Google Chrome.
Place your tests in the same location of the application source code files that they test.
Place your tests in the same location of the application source code files that they test, e.g. ending with `*.component.spec.ts`
and run: `yarn run test`
and run: `yarn test`
### E2E test
If you run into odd test errors, see the Angular guide to debugging tests: https://angular.io/guide/test-debugging
E2E tests use Protractor + Selenium server + browsers. You can find the configuration file at the same level of this README file:`./protractor.conf.js` Protractor is installed as 'local' as a dev dependency.
### E2E Tests
If you are going to use a remote test enviroment you need to edit the './e2e//protractor.conf.js'. Follow the instructions you will find inside it.
E2E tests (aka integration tests) use [Cypress.io](https://www.cypress.io/). Configuration for cypress can be found in the `cypress.json` file in the root directory.
The default browser is Google Chrome.
The test files can be found in the `./cypress/integration/` folder.
Place your tests at the following path: `./e2e`
Before you can run e2e tests, two things are REQUIRED:
1. You MUST be running the DSpace backend (i.e. REST API) locally. The e2e tests will *NOT* succeed if run against our demo/sandbox REST API (https://demo.dspace.org/server/ or https://sandbox.dspace.org/server/), as those sites may have content added/removed at any time.
* After starting up your backend on localhost, make sure either your `config.prod.yml` or `config.dev.yml` has its `rest` settings defined to use that localhost backend.
* If you'd prefer, you may instead use environment variables as described at [Configuring](#configuring). For example:
```
DSPACE_REST_SSL = false
DSPACE_REST_HOST = localhost
DSPACE_REST_PORT = 8080
```
2. Your backend MUST include our [Entities Test Data set](https://github.com/DSpace-Labs/AIP-Files/releases/tag/demo-entities-data). Some tests run against a specific Community/Collection/Item UUID. These UUIDs are all valid for our Entities Test Data set.
* (Recommended) The Entities Test Data set may be installed easily via Docker, see https://github.com/DSpace/DSpace/tree/main/dspace/src/main/docker-compose#ingest-option-2-ingest-entities-test-data
* Alternatively, the Entities Test Data set may be installed via a simple SQL import (e. g. `psql -U dspace < dspace7-entities-data.sql`). See instructions in link above.
and run: `ng e2e`
After performing the above setup, you can run the e2e tests using
```
ng e2e
````
NOTE: By default these tests will run against the REST API backend configured via environment variables or in `config.prod.yml`. If you'd rather it use `config.dev.yml`, just set the NODE_ENV environment variable like this:
```
NODE_ENV=development ng e2e
```
### Continuous Integration (CI) Test
The `ng e2e` command will start Cypress and allow you to select the browser you wish to use, as well as whether you wish to run all tests or an individual test file. Once you click run on test(s), this opens the [Cypress Test Runner](https://docs.cypress.io/guides/core-concepts/test-runner) to run your test(s) and show you the results.
To run all the tests (e.g.: to run tests with Continuous Integration software) you can execute:`yarn run ci` Keep in mind that this command prerequisites are the sum of unit test and E2E tests.
#### Writing E2E Tests
All E2E tests must be created under the `./cypress/integration/` folder, and must end in `.spec.ts`. Subfolders are allowed.
* The easiest way to start creating new tests is by running `ng e2e`. This builds the app and brings up Cypress.
* From here, if you are editing an existing test file, you can either open it in your IDE or run it first to see what it already does.
* To create a new test file, click `+ New Spec File`. Choose a meaningful name ending in `spec.ts` (Please make sure it ends in `.ts` so that it's a Typescript file, and not plain Javascript)
* Start small. Add a basic `describe` and `it` which just [cy.visit](https://docs.cypress.io/api/commands/visit) the page you want to test. For example:
```
describe('Community/Collection Browse Page', () => {
it('should exist as a page', () => {
cy.visit('/community-list');
});
});
```
* Run your test file from the Cypress window. This starts the [Cypress Test Runner](https://docs.cypress.io/guides/core-concepts/test-runner) in a new browser window.
* In the [Cypress Test Runner](https://docs.cypress.io/guides/core-concepts/test-runner), you'll Cypress automatically visit the page. This first test will succeed, as all you are doing is making sure the _page exists_.
* From here, you can use the [Selector Playground](https://docs.cypress.io/guides/core-concepts/test-runner#Selector-Playground) in the Cypress Test Runner window to determine how to tell Cypress to interact with a specific HTML element on that page.
* Most commands start by telling Cypress to [get()](https://docs.cypress.io/api/commands/get) a specific element, using a CSS or jQuery style selector
* It's generally best not to rely on attributes like `class` and `id` in tests, as those are likely to change later on. Instead, you can add a `data-test` attribute to makes it clear that it's required for a test.
* Cypress can then do actions like [click()](https://docs.cypress.io/api/commands/click) an element, or [type()](https://docs.cypress.io/api/commands/type) text in an input field, etc.
* When running with server-side rendering enabled, the client first receives HTML without the JS; only once the page is rendered client-side do some elements (e.g. a button that toggles a Bootstrap dropdown) become fully interactive. This can trip up Cypress in some cases as it may try to `click` or `type` in an element that's not fully loaded yet, causing tests to fail.
* To work around this issue, define the attributes you use for Cypress selectors as `[attr.data-test]="'button' | ngBrowserOnly"`. This will only show the attribute in CSR HTML, forcing Cypress to wait until CSR is complete before interacting with the element.
* Cypress can also validate that something occurs, using [should()](https://docs.cypress.io/api/commands/should) assertions.
* Any time you save your test file, the Cypress Test Runner will reload & rerun it. This allows you can see your results quickly as you write the tests & correct any broken tests rapidly.
* Cypress also has a great guide on [writing your first test](https://on.cypress.io/writing-first-test) with much more info. Keep in mind, while the examples in the Cypress docs often involve Javascript files (.js), the same examples will work in our Typescript (.ts) e2e tests.
_Hint: Creating e2e tests is easiest in an IDE (like Visual Studio), as it can help prompt/autocomplete your Cypress commands._
More Information: [docs.cypress.io](https://docs.cypress.io/) has great guides & documentation helping you learn more about writing/debugging e2e tests in Cypress.
### Learning how to build tests
See our [DSpace Code Testing Guide](https://wiki.lyrasis.org/display/DSPACE/Code+Testing+Guide) for more hints/tips.
Documentation
--------------
See [`./docs`](docs) for further documentation.
Official DSpace documentation is available in the DSpace wiki at https://wiki.lyrasis.org/display/DSDOC7x/
Some UI specific configuration documentation is also found in the [`./docs`](docs) folder of this codebase.
### Building code documentation
@@ -234,118 +374,99 @@ To get the most out of TypeScript, you'll need a TypeScript-aware editor. We've
- Free
- [Visual Studio Code](https://code.visualstudio.com/)
- [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome)
- [Atom](https://atom.io/)
- [TypeScript plugin](https://atom.io/packages/atom-typescript)
- Paid
- [Webstorm](https://www.jetbrains.com/webstorm/download/) or [IntelliJ IDEA Ultimate](https://www.jetbrains.com/idea/)
- [Sublime Text](http://www.sublimetext.com/3)
- [Typescript-Sublime-Plugin](https://github.com/Microsoft/Typescript-Sublime-plugin#installation)
Collaborating
Contributing
-------------
See [the guide on the wiki](https://wiki.lyrasis.org/display/DSPACE/DSpace+7+-+Angular+UI+Development#DSpace7-AngularUIDevelopment-Howtocontribute)
See [Contributing documentation](CONTRIBUTING.md)
File Structure
--------------
```
dspace-angular
├── README.md * This document
├── app.yaml * Application manifest file
├── config * Folder for configuration files
   ├── environment.default.js * Default configuration files
   └── environment.test.js * Test configuration files
├── config *
│ └── config.yml * Default app config
├── cypress * Folder for Cypress (https://cypress.io/) / e2e tests
├── downloads *
├── fixtures * Folder for e2e/integration test files
│ ├── integration * Folder for any fixtures needed by e2e tests
│ ├── plugins * Folder for Cypress plugins (if any)
│ ├── support * Folder for global e2e test actions/commands (run for all tests)
│ └── tsconfig.json * TypeScript configuration file for e2e tests
├── docker * See docker/README.md for details
│ ├── cli.assetstore.yml *
│ ├── cli.ingest.yml *
│ ├── cli.yml *
│ ├── db.entities.yml *
│ ├── docker-compose-ci.yml *
│ ├── docker-compose-rest.yml *
│ ├── docker-compose.yml *
│ └── README.md *
├── docs * Folder for documentation
├── e2e * Folder for e2e test files
│   ├── app.e2e-spec.ts *
   ├── app.po.ts *
   ├── pagenotfound *
   │   ├── pagenotfound.e2e-spec.ts *
   │   └── pagenotfound.po.ts *
│   └── tsconfig.json * TypeScript configuration file for e2e tests
│ └── Configuration.md * Configuration documentation
├── scripts *
├── merge-i18n-files.ts *
├── serve.ts *
├── sync-i18n-files.ts *
└── test-rest.ts *
├── src * The source of the application
│ ├── app * The source code of the application, subdivided by module/page.
│ ├── assets * Folder for static resources
│ │ ├── fonts * Folder for fonts
│ │ ├── i18n * Folder for i18n translations
│ │ └── images * Folder for images
│ ├── backend * Folder containing a mock of the REST API, hosted by the express server
│ ├── config *
│ ├── environments *
│ │ ├── environment.production.ts * Production configuration files
│ │ ├── environment.test.ts * Test configuration files
│ │ └── environment.ts * Default (development) configuration files
│ ├── mirador-viewer *
│ ├── modules *
│ ├── ngx-translate-loaders *
│ ├── styles * Folder containing global styles
│ ├── themes * Folder containing available themes
│ │ ├── custom * Template folder for creating a custom theme
│ │ └── dspace * Default 'dspace' theme
│ ├── index.csr.html * The index file for client side rendering fallback
│ ├── index.html * The index file
│ ├── main.browser.ts * The bootstrap file for the client
│ ├── main.server.ts * The express (http://expressjs.com/) config and bootstrap file for the server
│ ├── polyfills.ts *
│ ├── robots.txt * The robots.txt file
│ ├── test.ts *
│ └── typings.d.ts *
├── webpack *
│ ├── helpers.ts * Webpack helpers
│ ├── webpack.browser.ts * Webpack (https://webpack.github.io/) config for browser build
│ ├── webpack.common.ts * Webpack (https://webpack.github.io/) common build config
│ ├── webpack.mirador.config.ts * Webpack (https://webpack.github.io/) config for mirador config build
│ ├── webpack.prod.ts * Webpack (https://webpack.github.io/) config for prod build
│ └── webpack.test.ts * Webpack (https://webpack.github.io/) config for test build
├── angular.json * Angular CLI (https://angular.io/cli) configuration
├── cypress.json * Cypress Test (https://www.cypress.io/) configuration
├── Dockerfile *
├── karma.conf.js * Karma configuration file for Unit Test
├── LICENSE *
├── LICENSES_THIRD_PARTY *
├── nodemon.json * Nodemon (https://nodemon.io/) configuration
├── package.json * This file describes the npm package for this project, its dependencies, scripts, etc.
├── postcss.config.js * PostCSS (http://postcss.org/) configuration file
├── protractor.conf.js *
├── resources * Folder for static resources
│   ├── data * Folder for static data
│   │   └── en * Folder for i18n English data
│   ├── i18n * Folder for i18n translations
│   │   └── en.json * i18n translations for English
│   └── images * Folder for images
│   ├── dspace-logo-old.png *
│   ├── dspace-logo.png *
│   └── favicon.ico *
├── rollup.config.js * Rollup (http://rollupjs.org/) configuration
├── spec-bundle.js *
├── src * The source of the application
│   ├── app *
│   │   ├── app-routing.module.ts *
│   │   ├── app.component.html *
│   │   ├── app.component.scss *
│   │   ├── app.component.spec.ts *
│   │   ├── app.component.ts *
│   │   ├── app.effects.ts *
│   │   ├── app.module.ts *
│   │   ├── app.reducer.ts *
│   │   ├── browser-app.module.ts * The root module for the client
│   │   ├── +collection-page * Lazily loaded route for collection module
│   │   ├── +community-page * Lazily loaded route for community module
│   │   ├── core *
│   │   ├── header *
│   │   ├── +home * Lazily loaded route for home module
│   │   ├── +item-page * Lazily loaded route for item module
│   │   ├── object-list *
│   │   ├── pagenotfound *
│   │   ├── server-app.module.ts * The root module for the server
│   │   ├── shared *
│   │   ├── store.actions.ts *
│   │   ├── store.effects.ts *
│   │   ├── thumbnail *
│   │   └── typings.d.ts * File that allows you to add custom typings for libraries without TypeScript support
│   ├── backend * Folder containing a mock of the REST API, hosted by the express server
│   │   ├── api.ts *
│   │   ├── cache.ts *
│   │   ├── data *
│   │   └── db.ts *
│   ├── config *
│   │   ├── cache-config.interface.ts *
│   │   ├── config.interface.ts *
│   │   ├── global-config.interface.ts *
│   │   ├── server-config.interface.ts *
│   │   └── universal-config.interface.ts *
│   ├── config.ts * File that loads environmental and shareable settings and makes them available to app components
│   ├── index.csr.html * The index file for client side rendering fallback
│   ├── index.html * The index file
│   ├── main.browser.ts * The bootstrap file for the client
│   ├── main.server.ts * The express (http://expressjs.com/) config and bootstrap file for the server
│   ├── modules *
│   │   ├── cookies *
│   │   ├── data-loader *
│   │   ├── transfer-http *
│   │   ├── transfer-state *
│   │   ├── transfer-store *
│   │   └── translate-universal-loader.ts *
│   ├── routes.ts * The routes file for the server
│   ├── styles * Folder containing global styles
│   │   ├── _mixins.scss *
│   │   └── variables.scss * Global sass variables file
│   ├── tsconfig.browser.json * TypeScript config for the client build
│   ├── tsconfig.server.json * TypeScript config for the server build
│   └── tsconfig.test.json * TypeScript config for the test build
├── tsconfig.json * TypeScript config
├── postcss.config.js * PostCSS (http://postcss.org/) configuration
├── README.md * This document
├── SECURITY.md *
├── server.ts * Angular Universal Node.js Express server
├── tsconfig.app.json * TypeScript config for browser (app)
├── tsconfig.json * TypeScript common config
├── tsconfig.server.json * TypeScript config for server
├── tsconfig.spec.json * TypeScript config for tests
├── tsconfig.ts-node.json * TypeScript config for using ts-node directly
├── tslint.json * TSLint (https://palantir.github.io/tslint/) configuration
├── typedoc.json * TYPEDOC configuration
├── webpack * Webpack (https://webpack.github.io/) config directory
│   ├── webpack.aot.js * Webpack (https://webpack.github.io/) config for AoT build
│   ├── webpack.client.js * Webpack (https://webpack.github.io/) config for client build
│   ├── webpack.common.js *
│   ├── webpack.prod.js * Webpack (https://webpack.github.io/) config for production build
│   ├── webpack.server.js * Webpack (https://webpack.github.io/) config for server build
│   └── webpack.test.js * Webpack (https://webpack.github.io/) config for test build
├── webpack.config.ts *
└── yarn.lock * Yarn lockfile (https://yarnpkg.com/en/docs/yarn-lock)
```
@@ -403,8 +524,8 @@ Frequently asked questions
- You can write your tests next to your component files. e.g. for `src/app/home/home.component.ts` call it `src/app/home/home.component.spec.ts`
- How do I start the app when I get `EACCES` and `EADDRINUSE` errors?
- The `EADDRINUSE` error means the port `4000` is currently being used and `EACCES` is lack of permission to build files to `./dist/`
- What are the naming conventions for Angular 2?
- See [the official angular 2 style guide](https://angular.io/styleguide)
- What are the naming conventions for Angular?
- See [the official angular style guide](https://angular.io/styleguide)
- Why is the size of my app larger in development?
- The production build uses a whole host of techniques (ahead-of-time compilation, rollup to remove unreachable code, minification, etc.) to reduce the size, that aren't used during development in the intrest of build speed.
- node-pre-gyp ERR in yarn install (Windows)
@@ -415,6 +536,36 @@ Frequently asked questions
- then run `git add yarn.lock` to stage the lockfile for commit
- and `git commit` to conclude the merge
Getting Help
------------
DSpace provides public mailing lists where you can post questions or raise topics for discussion.
We welcome everyone to participate in these lists:
* [dspace-community@googlegroups.com](https://groups.google.com/d/forum/dspace-community) : General discussion about DSpace platform, announcements, sharing of best practices
* [dspace-tech@googlegroups.com](https://groups.google.com/d/forum/dspace-tech) : Technical support mailing list. See also our guide for [How to troubleshoot an error](https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error).
* [dspace-devel@googlegroups.com](https://groups.google.com/d/forum/dspace-devel) : Developers / Development mailing list
Great Q&A is also available under the [DSpace tag on Stackoverflow](http://stackoverflow.com/questions/tagged/dspace)
Additional support options are at https://wiki.lyrasis.org/display/DSPACE/Support
DSpace also has an active service provider network. If you'd rather hire a service provider to
install, upgrade, customize or host DSpace, then we recommend getting in touch with one of our
[Registered Service Providers](http://www.dspace.org/service-providers).
Issue Tracker
-------------
DSpace uses GitHub to track issues:
* Backend (REST API) issues: https://github.com/DSpace/DSpace/issues
* Frontend (User Interface) issues: https://github.com/DSpace/dspace-angular/issues
License
-------
This project's source code is made available under the DSpace BSD License: http://www.dspace.org/license
DSpace source code is freely available under a standard [BSD 3-Clause license](https://opensource.org/licenses/BSD-3-Clause).
The full license is available in the [LICENSE](LICENSE) file or online at http://www.dspace.org/license/
DSpace uses third-party libraries which may be distributed under different licenses. Those licenses are listed
in the [LICENSES_THIRD_PARTY](LICENSES_THIRD_PARTY) file.

15
SECURITY.md Normal file
View File

@@ -0,0 +1,15 @@
# Security Policy
## Supported Versions
For information regarding which versions of DSpace are currently under support, please see our DSpace Software Support Policy:
https://wiki.lyrasis.org/display/DSPACE/DSpace+Software+Support+Policy
## Reporting a Vulnerability
If you believe you have found a security vulnerability in a supported version of DSpace, we encourage you to let us know right away.
We will investigate all legitimate reports and do our best to quickly fix the problem. Please see our DSpace Software Support Policy
for information on privately reporting vulnerabilities:
https://wiki.lyrasis.org/display/DSPACE/DSpace+Software+Support+Policy

View File

@@ -17,7 +17,6 @@
"build": {
"builder": "@angular-builders/custom-webpack:browser",
"options": {
"extractCss": true,
"preserveSymlinks": true,
"customWebpackConfig": {
"path": "./webpack/webpack.browser.ts",
@@ -26,14 +25,11 @@
}
},
"allowedCommonJsDependencies": [
"angular2-text-mask",
"cerialize",
"core-js",
"lodash",
"jwt-decode",
"url-parse",
"uuid",
"webfontloader",
"zone.js"
],
"outputPath": "dist/browser",
@@ -47,6 +43,7 @@
"src/robots.txt"
],
"styles": [
"src/styles/startup.scss",
{
"input": "src/styles/base-theme.scss",
"inject": false,
@@ -63,13 +60,31 @@
"bundleName": "dspace-theme"
}
],
"scripts": []
"scripts": [],
"baseHref": "/"
},
"configurations": {
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
},
"production": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.production.ts"
},
{
"replace": "src/config/store/devtools.ts",
"with": "src/config/store/devtools.prod.ts"
}
],
"optimization": true,
"outputHashing": "all",
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
@@ -97,6 +112,9 @@
"port": 4000
},
"configurations": {
"development": {
"browserTarget": "dspace-angular:build:development"
},
"production": {
"browserTarget": "dspace-angular:build:production"
}
@@ -138,26 +156,24 @@
}
],
"scripts": []
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"tsconfig.app.json",
"tsconfig.spec.json",
"e2e/tsconfig.json"
],
"exclude": [
"**/node_modules/**"
]
},
"configurations": {
"test": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.test.ts"
}
]
}
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"builder": "@cypress/schematic:cypress",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "dspace-angular:serve"
"devServerTarget": "dspace-angular:serve",
"watch": true,
"headless": false
},
"configurations": {
"production": {
@@ -175,16 +191,27 @@
}
},
"outputPath": "dist/server",
"main": "src/main.server.ts",
"main": "server.ts",
"tsConfig": "tsconfig.server.json"
},
"configurations": {
"development": {
"sourceMap": true,
"optimization": false
},
"production": {
"sourceMap": false,
"optimization": {
"scripts": false,
"styles": true
}
"optimization": true,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.production.ts"
},
{
"replace": "src/config/store/devtools.ts",
"with": "src/config/store/devtools.prod.ts"
}
]
}
}
},
@@ -214,9 +241,50 @@
"configurations": {
"production": {}
}
},
"cypress-run": {
"builder": "@cypress/schematic:cypress",
"options": {
"devServerTarget": "dspace-angular:serve"
},
"configurations": {
"production": {
"devServerTarget": "dspace-angular:serve:production"
}
}
},
"cypress-open": {
"builder": "@cypress/schematic:cypress",
"options": {
"watch": true,
"headless": false
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html",
"src/**/*.json5"
]
}
}
}
}
},
"defaultProject": "dspace-angular"
"cli": {
"analytics": false,
"schematicCollections": [
"@angular-eslint/schematics"
]
},
"schematics": {
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
}
}

2
config/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
config.*.yml
!config.example.yml

465
config/config.example.yml Normal file
View File

@@ -0,0 +1,465 @@
# NOTE: will log all redux actions and transfers in console
debug: false
# Angular User Inteface settings
# NOTE: these settings define where Node.js will start your UI application. Therefore, these
# "ui" settings usually specify a localhost port/URL which is later proxied to a public URL (using Apache or similar)
ui:
ssl: false
host: localhost
port: 4000
# NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
nameSpace: /
# The rateLimiter settings limit each IP to a 'max' of 500 requests per 'windowMs' (1 minute).
rateLimiter:
windowMs: 60000 # 1 minute
max: 500 # limit each IP to 500 requests per windowMs
# Trust X-FORWARDED-* headers from proxies (default = true)
useProxies: true
# Angular Universal / Server Side Rendering (SSR) settings
universal:
# Whether to tell Angular to inline "critical" styles into the server-side rendered HTML.
# Determining which styles are critical is a relatively expensive operation; this option is
# disabled (false) by default to boost server performance at the expense of loading smoothness.
inlineCriticalCss: false
# Patterns to be run as regexes against the path of the page to check if SSR is allowed.
# If the path match any of the regexes it will be served directly in CSR.
# By default, excludes community and collection browse, global browse, global search, community list, statistics and various administrative tools.
excludePathPatterns:
- pattern: "^/communities/[a-f0-9-]{36}/browse(/.*)?$"
flag: "i"
- pattern: "^/collections/[a-f0-9-]{36}/browse(/.*)?$"
flag: "i"
- pattern: "^/browse/"
- pattern: "^/search$"
- pattern: "^/community-list$"
- pattern: "^/admin/"
- pattern: "^/processes/?"
- pattern: "^/notifications/"
- pattern: "^/statistics/?"
- pattern: "^/access-control/"
- pattern: "^/health$"
# Whether to enable rendering of Search component on SSR.
# If set to true the component will be included in the HTML returned from the server side rendering.
# If set to false the component will not be included in the HTML returned from the server side rendering.
enableSearchComponent: false
# Whether to enable rendering of Browse component on SSR.
# If set to true the component will be included in the HTML returned from the server side rendering.
# If set to false the component will not be included in the HTML returned from the server side rendering.
enableBrowseComponent: false
# Enable state transfer from the server-side application to the client-side application.
# Defaults to true.
# Note: When using an external application cache layer, it's recommended not to transfer the state to avoid caching it.
# Disabling it ensures that dynamic state information is not inadvertently cached, which can improve security and
# ensure that users always use the most up-to-date state.
transferState: true
# When a different REST base URL is used for the server-side application, the generated state contains references to
# REST resources with the internal URL configured. By default, these internal URLs are replaced with public URLs.
# Disable this setting to avoid URL replacement during SSR. In this the state is not transferred to avoid security issues.
replaceRestUrl: true
# The REST API server settings
# NOTE: these settings define which (publicly available) REST API to use. They are usually
# 'synced' with the 'dspace.server.url' setting in your backend's local.cfg.
rest:
ssl: true
host: demo.dspace.org
port: 443
# NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
nameSpace: /server
# Provide a different REST url to be used during SSR execution. It must contain the whole url including protocol, server port and
# server namespace (uncomment to use it).
#ssrBaseUrl: http://localhost:8080/server
# Caching settings
cache:
# NOTE: how long should objects be cached for by default
msToLive:
default: 900000 # 15 minutes
# Default 'Cache-Control' HTTP Header to set for all static content (including compiled *.js files)
# Defaults to max-age=604,800 seconds (one week). This lets a user's browser know that it can cache these
# files for one week, after which they will be "stale" and need to be redownloaded.
# NOTE: When updates are made to compiled *.js files, it will automatically bypass this browser cache, because
# all compiled *.js files include a unique hash in their name which updates when content is modified.
control: max-age=604800 # revalidate browser
autoSync:
defaultTime: 0
maxBufferSize: 100
timePerMethod:
PATCH: 3 # time in seconds
# In-memory cache(s) of server-side rendered pages. These caches will store the most recently accessed public pages.
# Pages are automatically added/dropped from these caches based on how recently they have been used.
# Restarting the app clears all page caches.
# NOTE: To control the cache size, use the "max" setting. Keep in mind, individual cached pages are usually small (<100KB).
# Enabling *both* caches will mean that a page may be cached twice, once in each cache (but may expire at different times via timeToLive).
serverSide:
# Set to true to see all cache hits/misses/refreshes in your console logs. Useful for debugging SSR caching issues.
debug: false
# When enabled (i.e. max > 0), known bots will be sent pages from a server side cache specific for bots.
# (Keep in mind, bot detection cannot be guarranteed. It is possible some bots will bypass this cache.)
botCache:
# Maximum number of pages to cache for known bots. Set to zero (0) to disable server side caching for bots.
# Default is 1000, which means the 1000 most recently accessed public pages will be cached.
# As all pages are cached in server memory, increasing this value will increase memory needs.
# Individual cached pages are usually small (<100KB), so max=1000 should only require ~100MB of memory.
max: 1000
# Amount of time after which cached pages are considered stale (in ms). After becoming stale, the cached
# copy is automatically refreshed on the next request.
# NOTE: For the bot cache, this setting may impact how quickly search engine bots will index new content on your site.
# For example, setting this to one week may mean that search engine bots may not find all new content for one week.
timeToLive: 86400000 # 1 day
# When set to true, after timeToLive expires, the next request will receive the *cached* page & then re-render the page
# behind the scenes to update the cache. This ensures users primarily interact with the cache, but may receive stale pages (older than timeToLive).
# When set to false, after timeToLive expires, the next request will wait on SSR to complete & receive a fresh page (which is then saved to cache).
# This ensures stale pages (older than timeToLive) are never returned from the cache, but some users will wait on SSR.
allowStale: true
# When enabled (i.e. max > 0), all anonymous users will be sent pages from a server side cache.
# This allows anonymous users to interact more quickly with the site, but also means they may see slightly
# outdated content (based on timeToLive)
anonymousCache:
# Maximum number of pages to cache. Default is zero (0) which means anonymous user cache is disabled.
# As all pages are cached in server memory, increasing this value will increase memory needs.
# Individual cached pages are usually small (<100KB), so a value of max=1000 would only require ~100MB of memory.
max: 0
# Amount of time after which cached pages are considered stale (in ms). After becoming stale, the cached
# copy is automatically refreshed on the next request.
# NOTE: For the anonymous cache, it is recommended to keep this value low to avoid anonymous users seeing outdated content.
timeToLive: 10000 # 10 seconds
# When set to true, after timeToLive expires, the next request will receive the *cached* page & then re-render the page
# behind the scenes to update the cache. This ensures users primarily interact with the cache, but may receive stale pages (older than timeToLive).
# When set to false, after timeToLive expires, the next request will wait on SSR to complete & receive a fresh page (which is then saved to cache).
# This ensures stale pages (older than timeToLive) are never returned from the cache, but some users will wait on SSR.
allowStale: true
# Authentication settings
auth:
# Authentication UI settings
ui:
# the amount of time before the idle warning is shown
timeUntilIdle: 900000 # 15 minutes
# the amount of time the user has to react after the idle warning is shown before they are logged out.
idleGracePeriod: 300000 # 5 minutes
# Authentication REST settings
rest:
# If the rest token expires in less than this amount of time, it will be refreshed automatically.
# This is independent from the idle warning.
timeLeftBeforeTokenRefresh: 120000 # 2 minutes
# Form settings
form:
# Sets the spellcheck textarea attribute value
spellCheck: true
# NOTE: Map server-side validators to comparative Angular form validators
validatorMap:
required: required
regex: pattern
# Notification settings
notifications:
rtl: false
position:
- top
- right
maxStack: 8
# NOTE: after how many seconds notification is closed automatically. If set to zero notifications are not closed automatically
timeOut: 5000 # 5 second
clickToClose: true
# NOTE: 'fade' | 'fromTop' | 'fromRight' | 'fromBottom' | 'fromLeft' | 'rotate' | 'scale'
animate: scale
# Submission settings
submission:
autosave:
# NOTE: which metadata trigger an autosave
metadata: []
# NOTE: after how many time (milliseconds) submission is saved automatically
# eg. timer: 5 * (1000 * 60); // 5 minutes
timer: 0
icons:
metadata:
# NOTE: example of configuration
# # NOTE: metadata name
# - name: dc.author
# # NOTE: fontawesome (v5.x) icon classes and bootstrap utility classes can be used
# style: fas fa-user
- name: dc.author
style: fas fa-user
# default configuration
- name: default
style: ''
authority:
confidence:
# NOTE: example of configuration
# # NOTE: confidence value
# - name: dc.author
# # NOTE: fontawesome (v5.x) icon classes and bootstrap utility classes can be used
# style: fa-user
- value: 600
style: text-success
- value: 500
style: text-info
- value: 400
style: text-warning
# default configuration
- value: default
style: text-muted
# Default Language in which the UI will be rendered if the user's browser language is not an active language
defaultLanguage: en
# Languages. DSpace Angular holds a message catalog for each of the following languages.
# When set to active, users will be able to switch to the use of this language in the user interface.
languages:
- code: en
label: English
active: true
- code: ar
label: العربية
active: true
- code: bn
label: বাংলা
active: true
- code: ca
label: Català
active: true
- code: cs
label: Čeština
active: true
- code: de
label: Deutsch
active: true
- code: el
label: Ελληνικά
active: true
- code: es
label: Español
active: true
- code: fi
label: Suomi
active: true
- code: fr
label: Français
active: true
- code: gd
label: Gàidhlig
active: true
- code: hi
label: हिंदी
active: true
- code: hu
label: Magyar
active: true
- code: it
label: Italiano
active: true
- code: kk
label: Қазақ
active: true
- code: lv
label: Latviešu
active: true
- code: nl
label: Nederlands
active: true
- code: pl
label: Polski
active: true
- code: pt-PT
label: Português
active: true
- code: pt-BR
label: Português do Brasil
active: true
- code: sr-lat
label: Srpski (lat)
active: true
- code: sr-cyr
label: Српски
active: true
- code: sv
label: Svenska
active: true
- code: tr
label: Türkçe
active: true
- code: uk
label: раї́нська
active: true
- code: vi
label: Tiếng Việt
active: true
# Browse-By Pages
browseBy:
# Amount of years to display using jumps of one year (current year - oneYearLimit)
oneYearLimit: 10
# Limit for years to display using jumps of five years (current year - fiveYearLimit)
fiveYearLimit: 30
# The absolute lowest year to display in the dropdown (only used when no lowest date can be found for all items)
defaultLowerLimit: 1900
# If true, thumbnail images for items will be added to BOTH search and browse result lists.
showThumbnails: true
# The number of entries in a paginated browse results list.
# Rounded to the nearest size in the list of selectable sizes on the
# settings menu.
pageSize: 20
communityList:
# No. of communities to list per expansion (show more)
pageSize: 20
homePage:
recentSubmissions:
# The number of item showing in recent submission components
pageSize: 5
# Sort record of recent submission
sortField: 'dc.date.accessioned'
topLevelCommunityList:
# No. of communities to list per page on the home page
# This will always round to the nearest number from the list of page sizes. e.g. if you set it to 7 it'll use 10
pageSize: 5
# Item Config
item:
edit:
undoTimeout: 10000 # 10 seconds
# Show the item access status label in items lists
showAccessStatuses: false
bitstream:
# Number of entries in the bitstream list in the item view page.
# Rounded to the nearest size in the list of selectable sizes on the
# settings menu. See pageSizeOptions in 'pagination-component-options.model.ts'.
pageSize: 5
# Collection Page Config
collection:
edit:
undoTimeout: 10000 # 10 seconds
# Theme Config
themes:
# Add additional themes here. In the case where multiple themes match a route, the first one
# in this list will get priority. It is advisable to always have a theme that matches
# every route as the last one
#
# # A theme with a handle property will match the community, collection or item with the given
# # handle, and all collections and/or items within it
# - name: custom
# handle: 10673/1233
#
# # A theme with a regex property will match the route using a regular expression. If it
# # matches the route for a community or collection it will also apply to all collections
# # and/or items within it
# - name: custom
# regex: collections\/e8043bc2.*
#
# # A theme with a uuid property will match the community, collection or item with the given
# # ID, and all collections and/or items within it
# - name: custom
# uuid: 0958c910-2037-42a9-81c7-dca80e3892b4
#
# # The extends property specifies an ancestor theme (by name). Whenever a themed component is not found
# # in the current theme, its ancestor theme(s) will be checked recursively before falling back to default.
# - name: custom-A
# extends: custom-B
# # Any of the matching properties above can be used
# handle: 10673/34
#
# - name: custom-B
# extends: custom
# handle: 10673/12
#
# # A theme with only a name will match every route
# name: custom
#
# # This theme will use the default bootstrap styling for DSpace components
# - name: BASE_THEME_NAME
#
- name: dspace
headTags:
- tagName: link
attributes:
rel: icon
href: assets/dspace/images/favicons/favicon.ico
sizes: any
- tagName: link
attributes:
rel: icon
href: assets/dspace/images/favicons/favicon.svg
type: image/svg+xml
- tagName: link
attributes:
rel: apple-touch-icon
href: assets/dspace/images/favicons/apple-touch-icon.png
- tagName: link
attributes:
rel: manifest
href: assets/dspace/images/favicons/manifest.webmanifest
# The default bundles that should always be displayed as suggestions when you upload a new bundle
bundle:
standardBundles: [ ORIGINAL, THUMBNAIL, LICENSE ]
# Whether to enable media viewer for image and/or video Bitstreams (i.e. Bitstreams whose MIME type starts with 'image' or 'video').
# For images, this enables a gallery viewer where you can zoom or page through images.
# For videos, this enables embedded video streaming
mediaViewer:
image: false
video: false
# Whether the end user agreement is required before users use the repository.
# If enabled, the user will be required to accept the agreement before they can use the repository.
# And whether the privacy statement should exist or not.
info:
enableEndUserAgreement: true
enablePrivacyStatement: true
# Whether to enable Markdown (https://commonmark.org/) and MathJax (https://www.mathjax.org/)
# display in supported metadata fields. By default, only dc.description.abstract is supported.
markdown:
enabled: false
mathjax: false
# Which vocabularies should be used for which search filters
# and whether to show the filter in the search sidebar
# Take a look at the filter-vocabulary-config.ts file for documentation on how the options are obtained
vocabularies:
- filter: 'subject'
vocabulary: 'srsc'
enabled: true
# Default collection/community sorting order at Advanced search, Create/update community and collection when there are not a query.
comcolSelectionSort:
sortField: 'dc.title'
sortDirection: 'ASC'
# Live Region configuration
# Live Region as defined by w3c, https://www.w3.org/TR/wai-aria-1.1/#terms:
# Live regions are perceivable regions of a web page that are typically updated as a
# result of an external event when user focus may be elsewhere.
#
# The DSpace live region is a component present at the bottom of all pages that is invisible by default, but is useful
# for screen readers. Any message pushed to the live region will be announced by the screen reader. These messages
# usually contain information about changes on the page that might not be in focus.
liveRegion:
# The duration after which messages disappear from the live region in milliseconds
messageTimeOutDurationMs: 30000
# The visibility of the live region. Setting this to true is only useful for debugging purposes.
isVisible: false
# Search settings
search:
# Number used to render n UI elements called loading skeletons that act as placeholders.
# These elements indicate that some content will be loaded in their stead.
# Since we don't know how many filters will be loaded before we receive a response from the server we use this parameter for the skeletons count.
# e.g. If we set 5 then 5 loading skeletons will be visualized before the actual filters are retrieved.
defaultFiltersCount: 5
# Configuration for storing accessibility settings, used by the AccessibilitySettingsService
accessibility:
# The duration in days after which the accessibility settings cookie expires
cookieExpirationDuration: 7

5
config/config.yml Normal file
View File

@@ -0,0 +1,5 @@
rest:
ssl: true
host: demo.dspace.org
port: 443
nameSpace: /server

51
cypress.config.ts Normal file
View File

@@ -0,0 +1,51 @@
import { defineConfig } from 'cypress';
export default defineConfig({
video: true,
videosFolder: 'cypress/videos',
screenshotsFolder: 'cypress/screenshots',
fixturesFolder: 'cypress/fixtures',
retries: {
runMode: 2,
openMode: 0,
},
env: {
// Global DSpace environment variables used in all our Cypress e2e tests
// May be modified in this config, or overridden in a variety of ways.
// See Cypress environment variable docs: https://docs.cypress.io/guides/guides/environment-variables
// Default values listed here are all valid for the Demo Entities Data set available at
// https://github.com/DSpace-Labs/AIP-Files/releases/tag/demo-entities-data
// (This is the data set used in our CI environment)
// Admin account used for administrative tests
DSPACE_TEST_ADMIN_USER: 'dspacedemo+admin@gmail.com',
DSPACE_TEST_ADMIN_USER_UUID: '335647b6-8a52-4ecb-a8c1-7ebabb199bda',
DSPACE_TEST_ADMIN_PASSWORD: 'dspace',
// Community/collection/publication used for view/edit tests
DSPACE_TEST_COMMUNITY: '0958c910-2037-42a9-81c7-dca80e3892b4',
DSPACE_TEST_COLLECTION: '282164f5-d325-4740-8dd1-fa4d6d3e7200',
DSPACE_TEST_ENTITY_PUBLICATION: '6160810f-1e53-40db-81ef-f6621a727398',
// Search term (should return results) used in search tests
DSPACE_TEST_SEARCH_TERM: 'test',
// Main Collection used for submission tests. Should be able to accept normal Item objects
DSPACE_TEST_SUBMIT_COLLECTION_NAME: 'Sample Collection',
DSPACE_TEST_SUBMIT_COLLECTION_UUID: '9d8334e9-25d3-4a67-9cea-3dffdef80144',
// Collection used for Person entity submission tests. MUST be configured with EntityType=Person.
DSPACE_TEST_SUBMIT_PERSON_COLLECTION_NAME: 'People',
// Account used to test basic submission process
DSPACE_TEST_SUBMIT_USER: 'dspacedemo+submit@gmail.com',
DSPACE_TEST_SUBMIT_USER_PASSWORD: 'dspace',
// Administrator users group
DSPACE_ADMINISTRATOR_GROUP: 'e59f5659-bff9-451e-b28f-439e7bd467e4'
},
e2e: {
// Setup our plugins for e2e tests
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.ts')(on, config);
},
// This is the base URL that Cypress will run all tests against
// It can be overridden via the CYPRESS_BASE_URL environment variable
// (By default we set this to a value which should work in most development environments)
baseUrl: 'http://localhost:4000',
},
});

3
cypress/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
screenshots/
videos/
downloads/

View File

@@ -0,0 +1,54 @@
import { testA11y } from 'cypress/support/utils';
describe('Admin Add New Modals', () => {
beforeEach(() => {
// Must login as an Admin for sidebar to appear
cy.visit('/login');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('Add new Community modal should pass accessibility tests', () => {
// Pin the sidebar open
cy.get('#sidebar-collapse-toggle').trigger('mouseover');
cy.get('#sidebar-collapse-toggle').click();
// Click on entry of menu
cy.get('#admin-menu-section-new-title').should('be.visible');
cy.get('#admin-menu-section-new-title').click();
cy.get('a[data-test="menu.section.new_community"]').click();
// Analyze <ds-create-community-parent-selector> for accessibility
testA11y('ds-create-community-parent-selector');
});
it('Add new Collection modal should pass accessibility tests', () => {
// Pin the sidebar open
cy.get('#sidebar-collapse-toggle').trigger('mouseover');
cy.get('#sidebar-collapse-toggle').click();
// Click on entry of menu
cy.get('#admin-menu-section-new-title').should('be.visible');
cy.get('#admin-menu-section-new-title').click();
cy.get('a[data-test="menu.section.new_collection"]').click();
// Analyze <ds-create-collection-parent-selector> for accessibility
testA11y('ds-create-collection-parent-selector');
});
it('Add new Item modal should pass accessibility tests', () => {
// Pin the sidebar open
cy.get('#sidebar-collapse-toggle').trigger('mouseover');
cy.get('#sidebar-collapse-toggle').click();
// Click on entry of menu
cy.get('#admin-menu-section-new-title').should('be.visible');
cy.get('#admin-menu-section-new-title').click();
cy.get('a[data-test="menu.section.new_item"]').click();
// Analyze <ds-create-item-parent-selector> for accessibility
testA11y('ds-create-item-parent-selector');
});
});

View File

@@ -0,0 +1,16 @@
import { testA11y } from 'cypress/support/utils';
describe('Admin Curation Tasks', () => {
beforeEach(() => {
// Must login as an Admin to see the page
cy.visit('/admin/curation-tasks');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('should pass accessibility tests', () => {
// Page must first be visible
cy.get('ds-admin-curation-task').should('be.visible');
// Analyze <ds-admin-curation-task> for accessibility issues
testA11y('ds-admin-curation-task');
});
});

View File

@@ -0,0 +1,54 @@
import { testA11y } from 'cypress/support/utils';
describe('Admin Edit Modals', () => {
beforeEach(() => {
// Must login as an Admin for sidebar to appear
cy.visit('/login');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('Edit Community modal should pass accessibility tests', () => {
// Pin the sidebar open
cy.get('#sidebar-collapse-toggle').trigger('mouseover');
cy.get('#sidebar-collapse-toggle').click();
// Click on entry of menu
cy.get('#admin-menu-section-edit-title').should('be.visible');
cy.get('#admin-menu-section-edit-title').click();
cy.get('a[data-test="menu.section.edit_community"]').click();
// Analyze <ds-edit-community-selector> for accessibility
testA11y('ds-edit-community-selector');
});
it('Edit Collection modal should pass accessibility tests', () => {
// Pin the sidebar open
cy.get('#sidebar-collapse-toggle').trigger('mouseover');
cy.get('#sidebar-collapse-toggle').click();
// Click on entry of menu
cy.get('#admin-menu-section-edit-title').should('be.visible');
cy.get('#admin-menu-section-edit-title').click();
cy.get('a[data-test="menu.section.edit_collection"]').click();
// Analyze <ds-edit-collection-selector> for accessibility
testA11y('ds-edit-collection-selector');
});
it('Edit Item modal should pass accessibility tests', () => {
// Pin the sidebar open
cy.get('#sidebar-collapse-toggle').trigger('mouseover');
cy.get('#sidebar-collapse-toggle').click();
// Click on entry of menu
cy.get('#admin-menu-section-edit-title').should('be.visible');
cy.get('#admin-menu-section-edit-title').click();
cy.get('a[data-test="menu.section.edit_item"]').click();
// Analyze <ds-edit-item-selector> for accessibility
testA11y('ds-edit-item-selector');
});
});

View File

@@ -0,0 +1,39 @@
import { testA11y } from 'cypress/support/utils';
describe('Admin Export Modals', () => {
beforeEach(() => {
// Must login as an Admin for sidebar to appear
cy.visit('/login');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('Export metadata modal should pass accessibility tests', () => {
// Pin the sidebar open
cy.get('#sidebar-collapse-toggle').trigger('mouseover');
cy.get('#sidebar-collapse-toggle').click();
// Click on entry of menu
cy.get('#admin-menu-section-export-title').should('be.visible');
cy.get('#admin-menu-section-export-title').click();
cy.get('a[data-test="menu.section.export_metadata"]').click();
// Analyze <ds-export-metadata-selector> for accessibility
testA11y('ds-export-metadata-selector');
});
it('Export batch modal should pass accessibility tests', () => {
// Pin the sidebar open
cy.get('#sidebar-collapse-toggle').trigger('mouseover');
cy.get('#sidebar-collapse-toggle').click();
// Click on entry of menu
cy.get('#admin-menu-section-export-title').should('be.visible');
cy.get('#admin-menu-section-export-title').click();
cy.get('a[data-test="menu.section.export_batch"]').click();
// Analyze <ds-export-batch-selector> for accessibility
testA11y('ds-export-metadata-selector');
});
});

View File

@@ -0,0 +1,21 @@
import { testA11y } from 'cypress/support/utils';
describe('Admin Search Page', () => {
beforeEach(() => {
// Must login as an Admin to see the page
cy.visit('/admin/search');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('should pass accessibility tests', () => {
//Page must first be visible
cy.get('ds-admin-search-page').should('be.visible');
// At least one search result should be displayed
cy.get('[data-test="list-object"]').should('be.visible');
// Click each filter toggle to open *every* filter
// (As we want to scan filter section for accessibility issues as well)
cy.get('[data-test="filter-toggle"]').click({ multiple: true });
// Analyze <ds-admin-search-page> for accessibility issues
testA11y('ds-admin-search-page');
});
});

View File

@@ -0,0 +1,28 @@
import { Options } from 'cypress-axe';
import { testA11y } from 'cypress/support/utils';
describe('Admin Sidebar', () => {
beforeEach(() => {
// Must login as an Admin for sidebar to appear
cy.visit('/login');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('should be pinnable and pass accessibility tests', () => {
// Pin the sidebar open
cy.get('#sidebar-collapse-toggle').click();
// Click on every expandable section to open all menus
cy.get('ds-expandable-admin-sidebar-section').click({multiple: true});
// Analyze <ds-admin-sidebar> for accessibility
testA11y('ds-admin-sidebar',
{
rules: {
// Currently all expandable sections have nested interactive elements
// See https://github.com/DSpace/dspace-angular/issues/2178
'nested-interactive': { enabled: false },
}
} as Options);
});
});

View File

@@ -0,0 +1,21 @@
import { testA11y } from 'cypress/support/utils';
describe('Admin Workflow Page', () => {
beforeEach(() => {
// Must login as an Admin to see the page
cy.visit('/admin/workflow');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('should pass accessibility tests', () => {
// Page must first be visible
cy.get('ds-admin-workflow-page').should('be.visible');
// At least one search result should be displayed
cy.get('[data-test="list-object"]').should('be.visible');
// Click each filter toggle to open *every* filter
// (As we want to scan filter section for accessibility issues as well)
cy.get('[data-test="filter-toggle"]').click({ multiple: true });
// Analyze <ds-admin-workflow-page> for accessibility issues
testA11y('ds-admin-workflow-page');
});
});

View File

@@ -0,0 +1,16 @@
import { testA11y } from 'cypress/support/utils';
describe('Batch Import Page', () => {
beforeEach(() => {
// Must login as an Admin to see processes
cy.visit('/admin/batch-import');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('should pass accessibility tests', () => {
// Batch import form must first be visible
cy.get('ds-batch-import-page').should('be.visible');
// Analyze <ds-batch-import-page> for accessibility issues
testA11y('ds-batch-import-page');
});
});

View File

@@ -0,0 +1,16 @@
import { testA11y } from 'cypress/support/utils';
describe('Bitstreams Formats', () => {
beforeEach(() => {
// Must login as an Admin to see the page
cy.visit('/admin/registries/bitstream-formats');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('should pass accessibility tests', () => {
// Page must first be visible
cy.get('ds-bitstream-formats').should('be.visible');
// Analyze <ds-bitstream-formats> for accessibility issues
testA11y('ds-bitstream-formats');
});
});

View File

@@ -0,0 +1,14 @@
import { testA11y } from 'cypress/support/utils';
describe('Breadcrumbs', () => {
it('should pass accessibility tests', () => {
// Visit an Item, as those have more breadcrumbs
cy.visit('/entities/publication/'.concat(Cypress.env('DSPACE_TEST_ENTITY_PUBLICATION')));
// Wait for breadcrumbs to be visible
cy.get('ds-breadcrumbs').should('be.visible');
// Analyze <ds-breadcrumbs> for accessibility
testA11y('ds-breadcrumbs');
});
});

View File

@@ -0,0 +1,13 @@
import { testA11y } from 'cypress/support/utils';
describe('Browse By Author', () => {
it('should pass accessibility tests', () => {
cy.visit('/browse/author');
// Wait for <ds-browse-by-metadata-page> to be visible
cy.get('ds-browse-by-metadata-page').should('be.visible');
// Analyze <ds-browse-by-metadata-page> for accessibility
testA11y('ds-browse-by-metadata-page');
});
});

View File

@@ -0,0 +1,13 @@
import { testA11y } from 'cypress/support/utils';
describe('Browse By Date Issued', () => {
it('should pass accessibility tests', () => {
cy.visit('/browse/dateissued');
// Wait for <ds-browse-by-date-page> to be visible
cy.get('ds-browse-by-date-page').should('be.visible');
// Analyze <ds-browse-by-date-page> for accessibility
testA11y('ds-browse-by-date-page');
});
});

View File

@@ -0,0 +1,13 @@
import { testA11y } from 'cypress/support/utils';
describe('Browse By Subject', () => {
it('should pass accessibility tests', () => {
cy.visit('/browse/subject');
// Wait for <ds-browse-by-metadata-page> to be visible
cy.get('ds-browse-by-metadata-page').should('be.visible');
// Analyze <ds-browse-by-metadata-page> for accessibility
testA11y('ds-browse-by-metadata-page');
});
});

View File

@@ -0,0 +1,13 @@
import { testA11y } from 'cypress/support/utils';
describe('Browse By Title', () => {
it('should pass accessibility tests', () => {
cy.visit('/browse/title');
// Wait for <ds-browse-by-title-page> to be visible
cy.get('ds-browse-by-title-page').should('be.visible');
// Analyze <ds-browse-by-title-page> for accessibility
testA11y('ds-browse-by-title-page');
});
});

View File

@@ -0,0 +1,31 @@
import { testA11y } from 'cypress/support/utils';
import { Options } from 'cypress-axe';
describe('Bulk Access', () => {
beforeEach(() => {
// Must login as an Admin to see the page
cy.visit('/access-control/bulk-access');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('should pass accessibility tests', () => {
// Page must first be visible
cy.get('ds-bulk-access').should('be.visible');
// At least one search result should be displayed
cy.get('[data-test="list-object"]').should('be.visible');
// Click each filter toggle to open *every* filter
// (As we want to scan filter section for accessibility issues as well)
cy.get('[data-test="filter-toggle"]').click({ multiple: true });
// Analyze <ds-bulk-access> for accessibility issues
testA11y('ds-bulk-access', {
rules: {
// All panels are accordians & fail "aria-required-children" and "nested-interactive".
// Seem to require updating ng-bootstrap and https://github.com/DSpace/dspace-angular/issues/2216
'aria-required-children': { enabled: false },
'nested-interactive': { enabled: false },
// Card titles fail this test currently
'heading-order': { enabled: false },
},
} as Options);
});
});

View File

@@ -0,0 +1,128 @@
import { testA11y } from 'cypress/support/utils';
const COLLECTION_EDIT_PAGE = '/collections/'.concat(Cypress.env('DSPACE_TEST_COLLECTION')).concat('/edit');
beforeEach(() => {
// All tests start with visiting the Edit Collection Page
cy.visit(COLLECTION_EDIT_PAGE);
// This page is restricted, so we will be shown the login form. Fill it out & submit.
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
describe('Edit Collection > Edit Metadata tab', () => {
it('should pass accessibility tests', () => {
// <ds-edit-collection> tag must be loaded
cy.get('ds-edit-collection').should('be.visible');
// Analyze <ds-edit-collection> for accessibility issues
testA11y('ds-edit-collection');
});
});
describe('Edit Collection > Assign Roles tab', () => {
it('should pass accessibility tests', () => {
cy.get('a[data-test="roles"]').click();
// <ds-collection-roles> tag must be loaded
cy.get('ds-collection-roles').should('be.visible');
// Analyze for accessibility issues
testA11y('ds-collection-roles');
});
});
describe('Edit Collection > Content Source tab', () => {
it('should pass accessibility tests', () => {
cy.get('a[data-test="source"]').click();
// <ds-collection-source> tag must be loaded
cy.get('ds-collection-source').should('be.visible');
// Check the external source checkbox (to display all fields on the page)
cy.get('#externalSourceCheck').check();
// Wait for the source controls to appear
// cy.get('ds-collection-source-controls').should('be.visible');
// Analyze entire page for accessibility issues
testA11y('ds-collection-source');
});
});
describe('Edit Collection > Curate tab', () => {
it('should pass accessibility tests', () => {
cy.get('a[data-test="curate"]').click();
// <ds-collection-curate> tag must be loaded
cy.get('ds-collection-curate').should('be.visible');
// Analyze for accessibility issues
testA11y('ds-collection-curate');
});
});
describe('Edit Collection > Access Control tab', () => {
it('should pass accessibility tests', () => {
cy.get('a[data-test="access-control"]').click();
// <ds-collection-access-control> tag must be loaded
cy.get('ds-collection-access-control').should('be.visible');
// Analyze for accessibility issues
testA11y('ds-collection-access-control');
});
});
describe('Edit Collection > Authorizations tab', () => {
it('should pass accessibility tests', () => {
cy.get('a[data-test="authorizations"]').click();
// <ds-collection-authorizations> tag must be loaded
cy.get('ds-collection-authorizations').should('be.visible');
// Analyze for accessibility issues
testA11y('ds-collection-authorizations');
});
});
describe('Edit Collection > Item Mapper tab', () => {
it('should pass accessibility tests', () => {
cy.get('a[data-test="mapper"]').click();
// <ds-collection-item-mapper> tag must be loaded
cy.get('ds-collection-item-mapper').should('be.visible');
// Analyze entire page for accessibility issues
testA11y('ds-collection-item-mapper');
// Click on the "Map new Items" tab
cy.get('li[data-test="mapTab"] a').click();
// Make sure search form is now visible
cy.get('ds-search-form').should('be.visible');
// Analyze entire page (again) for accessibility issues
testA11y('ds-collection-item-mapper');
});
});
describe('Edit Collection > Delete page', () => {
it('should pass accessibility tests', () => {
cy.get('a[data-test="delete-button"]').click();
// <ds-delete-collection> tag must be loaded
cy.get('ds-delete-collection').should('be.visible');
// Analyze for accessibility issues
testA11y('ds-delete-collection');
});
});

View File

@@ -0,0 +1,21 @@
import { testA11y } from 'cypress/support/utils';
describe('Collection Page', () => {
it('should pass accessibility tests', () => {
cy.intercept('POST', '/server/api/statistics/viewevents').as('viewevent');
// Visit Collections page
cy.visit('/collections/'.concat(Cypress.env('DSPACE_TEST_COLLECTION')));
// Wait for the "viewevent" to trigger on the Collection page.
// This ensures our <ds-collection-page> tag is fully loaded, as the <ds-view-event> tag is contained within it.
cy.wait('@viewevent');
// <ds-collection-page> tag must be loaded
cy.get('ds-collection-page').should('be.visible');
// Analyze <ds-collection-page> for accessibility issues
testA11y('ds-collection-page');
});
});

View File

@@ -0,0 +1,37 @@
import { REGEX_MATCH_NON_EMPTY_TEXT } from 'cypress/support/e2e';
import { testA11y } from 'cypress/support/utils';
describe('Collection Statistics Page', () => {
const COLLECTIONSTATISTICSPAGE = '/statistics/collections/'.concat(Cypress.env('DSPACE_TEST_COLLECTION'));
it('should load if you click on "Statistics" from a Collection page', () => {
cy.visit('/collections/'.concat(Cypress.env('DSPACE_TEST_COLLECTION')));
cy.get('ds-navbar ds-link-menu-item a[data-test="link-menu-item.menu.section.statistics"]').click();
cy.location('pathname').should('eq', COLLECTIONSTATISTICSPAGE);
});
it('should contain a "Total visits" section', () => {
cy.visit(COLLECTIONSTATISTICSPAGE);
cy.get('table[data-test="TotalVisits"]').should('be.visible');
});
it('should contain a "Total visits per month" section', () => {
cy.visit(COLLECTIONSTATISTICSPAGE);
// Check just for existence because this table is empty in CI environment as it's historical data
cy.get('.'.concat(Cypress.env('DSPACE_TEST_COLLECTION')).concat('_TotalVisitsPerMonth')).should('exist');
});
it('should pass accessibility tests', () => {
cy.visit(COLLECTIONSTATISTICSPAGE);
// <ds-collection-statistics-page> tag must be loaded
cy.get('ds-collection-statistics-page').should('be.visible');
// Verify / wait until "Total Visits" table's label is non-empty
// (This table loads these labels asynchronously, so we want to wait for them before analyzing page)
cy.get('table[data-test="TotalVisits"] th[data-test="statistics-label"]').contains(REGEX_MATCH_NON_EMPTY_TEXT);
// Analyze <ds-collection-statistics-page> for accessibility issues
testA11y('ds-collection-statistics-page');
});
});

View File

@@ -0,0 +1,86 @@
import { testA11y } from 'cypress/support/utils';
const COMMUNITY_EDIT_PAGE = '/communities/'.concat(Cypress.env('DSPACE_TEST_COMMUNITY')).concat('/edit');
beforeEach(() => {
// All tests start with visiting the Edit Community Page
cy.visit(COMMUNITY_EDIT_PAGE);
// This page is restricted, so we will be shown the login form. Fill it out & submit.
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
describe('Edit Community > Edit Metadata tab', () => {
it('should pass accessibility tests', () => {
// <ds-edit-community> tag must be loaded
cy.get('ds-edit-community').should('be.visible');
// Analyze <ds-edit-community> for accessibility issues
testA11y('ds-edit-community');
});
});
describe('Edit Community > Assign Roles tab', () => {
it('should pass accessibility tests', () => {
cy.get('a[data-test="roles"]').click();
// <ds-community-roles> tag must be loaded
cy.get('ds-community-roles').should('be.visible');
// Analyze for accessibility issues
testA11y('ds-community-roles');
});
});
describe('Edit Community > Curate tab', () => {
it('should pass accessibility tests', () => {
cy.get('a[data-test="curate"]').click();
// <ds-community-curate> tag must be loaded
cy.get('ds-community-curate').should('be.visible');
// Analyze for accessibility issues
testA11y('ds-community-curate');
});
});
describe('Edit Community > Access Control tab', () => {
it('should pass accessibility tests', () => {
cy.get('a[data-test="access-control"]').click();
// <ds-community-access-control> tag must be loaded
cy.get('ds-community-access-control').should('be.visible');
// Analyze for accessibility issues
testA11y('ds-community-access-control');
});
});
describe('Edit Community > Authorizations tab', () => {
it('should pass accessibility tests', () => {
cy.get('a[data-test="authorizations"]').click();
// <ds-community-authorizations> tag must be loaded
cy.get('ds-community-authorizations').should('be.visible');
// Analyze for accessibility issues
testA11y('ds-community-authorizations');
});
});
describe('Edit Community > Delete page', () => {
it('should pass accessibility tests', () => {
cy.get('a[data-test="delete-button"]').click();
// <ds-delete-community> tag must be loaded
cy.get('ds-delete-community').should('be.visible');
// Analyze for accessibility issues
testA11y('ds-delete-community');
});
});

View File

@@ -0,0 +1,17 @@
import { testA11y } from 'cypress/support/utils';
describe('Community List Page', () => {
it('should pass accessibility tests', () => {
cy.visit('/community-list');
// <ds-community-list-page> tag must be loaded
cy.get('ds-community-list-page').should('be.visible');
// Open every expand button on page, so that we can scan sub-elements as well
cy.get('[data-test="expand-button"]').click({ multiple: true });
// Analyze <ds-community-list-page> for accessibility issues
testA11y('ds-community-list-page');
});
});

View File

@@ -0,0 +1,14 @@
import { testA11y } from 'cypress/support/utils';
describe('Community Page', () => {
it('should pass accessibility tests', () => {
cy.visit('/communities/'.concat(Cypress.env('DSPACE_TEST_COMMUNITY')));
// <ds-community-page> tag must be loaded
cy.get('ds-community-page').should('be.visible');
// Analyze <ds-community-page> for accessibility issues
testA11y('ds-community-page');
});
});

View File

@@ -0,0 +1,37 @@
import { REGEX_MATCH_NON_EMPTY_TEXT } from 'cypress/support/e2e';
import { testA11y } from 'cypress/support/utils';
describe('Community Statistics Page', () => {
const COMMUNITYSTATISTICSPAGE = '/statistics/communities/'.concat(Cypress.env('DSPACE_TEST_COMMUNITY'));
it('should load if you click on "Statistics" from a Community page', () => {
cy.visit('/communities/'.concat(Cypress.env('DSPACE_TEST_COMMUNITY')));
cy.get('a[data-test="link-menu-item.menu.section.statistics"]').click();
cy.location('pathname').should('eq', COMMUNITYSTATISTICSPAGE);
});
it('should contain a "Total visits" section', () => {
cy.visit(COMMUNITYSTATISTICSPAGE);
cy.get('table[data-test="TotalVisits"]').should('be.visible');
});
it('should contain a "Total visits per month" section', () => {
cy.visit(COMMUNITYSTATISTICSPAGE);
// Check just for existence because this table is empty in CI environment as it's historical data
cy.get('.'.concat(Cypress.env('DSPACE_TEST_COMMUNITY')).concat('_TotalVisitsPerMonth')).should('exist');
});
it('should pass accessibility tests', () => {
cy.visit(COMMUNITYSTATISTICSPAGE);
// <ds-community-statistics-page> tag must be loaded
cy.get('ds-community-statistics-page').should('be.visible');
// Verify / wait until "Total Visits" table's label is non-empty
// (This table loads these labels asynchronously, so we want to wait for them before analyzing page)
cy.get('table[data-test="TotalVisits"] th[data-test="statistics-label"]').contains(REGEX_MATCH_NON_EMPTY_TEXT);
// Analyze <ds-community-statistics-page> for accessibility issues
testA11y('ds-community-statistics-page');
});
});

View File

@@ -0,0 +1,16 @@
import { testA11y } from 'cypress/support/utils';
describe('Create Eperson', () => {
beforeEach(() => {
// Must login as an Admin to see the page
cy.visit('/access-control/epeople/create');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('should pass accessibility tests', () => {
// Form must first be visible
cy.get('ds-eperson-form').should('be.visible');
// Analyze <ds-eperson-form> for accessibility issues
testA11y('ds-eperson-form');
});
});

View File

@@ -0,0 +1,16 @@
import { testA11y } from 'cypress/support/utils';
describe('Create Group', () => {
beforeEach(() => {
// Must login as an Admin to see the page
cy.visit('/access-control/groups/create');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('should pass accessibility tests', () => {
// Form must first be visible
cy.get('ds-group-form').should('be.visible');
// Analyze <ds-group-form> for accessibility issues
testA11y('ds-group-form');
});
});

View File

@@ -0,0 +1,16 @@
import { testA11y } from 'cypress/support/utils';
describe('Edit Eperson', () => {
beforeEach(() => {
// Must login as an Admin to see the page
cy.visit('/access-control/epeople/'.concat(Cypress.env('DSPACE_TEST_ADMIN_USER_UUID')).concat('/edit'));
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('should pass accessibility tests', () => {
// Form must first be visible
cy.get('ds-eperson-form').should('be.visible');
// Analyze <ds-eperson-form> for accessibility issues
testA11y('ds-eperson-form');
});
});

View File

@@ -0,0 +1,16 @@
import { testA11y } from 'cypress/support/utils';
describe('Edit Group', () => {
beforeEach(() => {
// Must login as an Admin to see the page
cy.visit('/access-control/groups/'.concat(Cypress.env('DSPACE_ADMINISTRATOR_GROUP')).concat('/edit'));
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('should pass accessibility tests', () => {
// Form must first be visible
cy.get('ds-group-form').should('be.visible');
// Analyze <ds-group-form> for accessibility issues
testA11y('ds-group-form');
});
});

View File

@@ -0,0 +1,13 @@
import { testA11y } from 'cypress/support/utils';
describe('End User Agreement', () => {
it('should pass accessibility tests', () => {
cy.visit('/info/end-user-agreement');
// Page must first be visible
cy.get('ds-end-user-agreement').should('be.visible');
// Analyze <ds-end-user-agreement> for accessibility
testA11y('ds-end-user-agreement');
});
});

View File

@@ -0,0 +1,16 @@
import { testA11y } from 'cypress/support/utils';
describe('Epeople registry', () => {
beforeEach(() => {
// Must login as an Admin to see the page
cy.visit('/access-control/epeople');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('should pass accessibility tests', () => {
// Epeople registry page must first be visible
cy.get('ds-epeople-registry').should('be.visible');
// Analyze <ds-epeople-registry> for accessibility issues
testA11y('ds-epeople-registry');
});
});

View File

@@ -0,0 +1,13 @@
import { testA11y } from 'cypress/support/utils';
describe('Feedback', () => {
it('should pass accessibility tests', () => {
cy.visit('/info/feedback');
// Page must first be visible
cy.get('ds-feedback').should('be.visible');
// Analyze <ds-feedback> for accessibility
testA11y('ds-feedback');
});
});

13
cypress/e2e/footer.cy.ts Normal file
View File

@@ -0,0 +1,13 @@
import { testA11y } from 'cypress/support/utils';
describe('Footer', () => {
it('should pass accessibility tests', () => {
cy.visit('/');
// Footer must first be visible
cy.get('ds-footer').should('be.visible');
// Analyze <ds-footer> for accessibility
testA11y('ds-footer');
});
});

View File

@@ -0,0 +1,16 @@
import { testA11y } from 'cypress/support/utils';
describe('Groups registry', () => {
beforeEach(() => {
// Must login as an Admin to see the page
cy.visit('/access-control/groups');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('should pass accessibility tests', () => {
// Epeople registry page must first be visible
cy.get('ds-groups-registry').should('be.visible');
// Analyze <ds-groups-registry> for accessibility issues
testA11y('ds-groups-registry');
});
});

38
cypress/e2e/header.cy.ts Normal file
View File

@@ -0,0 +1,38 @@
import { testA11y } from 'cypress/support/utils';
describe('Header', () => {
it('should pass accessibility tests', () => {
cy.visit('/');
// Header must first be visible
cy.get('ds-header').should('be.visible');
// Analyze <ds-header> for accessibility
testA11y('ds-header');
});
it('should allow for changing language to German (for example)', () => {
cy.visit('/');
// Click the language switcher (globe) in header
cy.get('button[data-test="lang-switch"]').click();
// Click on the "Deusch" language in dropdown
cy.get('#language-menu-list div[role="option"]').contains('Deutsch').click();
// HTML "lang" attribute should switch to "de"
cy.get('html').invoke('attr', 'lang').should('eq', 'de');
// Login menu should now be in German
cy.get('[data-test="login-menu"]').contains('Anmelden');
// Change back to English from language switcher
cy.get('button[data-test="lang-switch"]').click();
cy.get('#language-menu-list div[role="option"]').contains('English').click();
// HTML "lang" attribute should switch to "en"
cy.get('html').invoke('attr', 'lang').should('eq', 'en');
// Login menu should now be in English
cy.get('[data-test="login-menu"]').contains('Log In');
});
});

View File

@@ -0,0 +1,62 @@
import { testA11y } from 'cypress/support/utils';
import { Options } from 'cypress-axe';
beforeEach(() => {
// Must login as an Admin to see the page
cy.visit('/health');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
describe('Health Page > Status Tab', () => {
it('should pass accessibility tests', () => {
cy.intercept('GET', '/server/actuator/health').as('status');
cy.wait('@status');
cy.get('a[data-test="health-page.status-tab"]').click();
// Page must first be visible
cy.get('ds-health-page').should('be.visible');
cy.get('ds-health-panel').should('be.visible');
// wait for all the ds-health-info-component components to be rendered
cy.get('div[role="tabpanel"]').each(($panel: HTMLDivElement) => {
cy.wrap($panel).find('ds-health-component').should('be.visible');
});
// Analyze <ds-health-page> for accessibility issues
testA11y('ds-health-page', {
rules: {
// All panels are accordians & fail "aria-required-children" and "nested-interactive".
// Seem to require updating ng-bootstrap and https://github.com/DSpace/dspace-angular/issues/2216
'aria-required-children': { enabled: false },
'nested-interactive': { enabled: false },
},
} as Options);
});
});
describe('Health Page > Info Tab', () => {
it('should pass accessibility tests', () => {
cy.intercept('GET', '/server/actuator/info').as('info');
cy.wait('@info');
cy.get('a[data-test="health-page.info-tab"]').click();
// Page must first be visible
cy.get('ds-health-page').should('be.visible');
cy.get('ds-health-info').should('be.visible');
// wait for all the ds-health-info-component components to be rendered
cy.get('div[role="tabpanel"]').each(($panel: HTMLDivElement) => {
cy.wrap($panel).find('ds-health-info-component').should('be.visible');
});
// Analyze <ds-health-info> for accessibility issues
testA11y('ds-health-info', {
rules: {
// All panels are accordions & fail "aria-required-children" and "nested-interactive".
// Seem to require updating ng-bootstrap and https://github.com/DSpace/dspace-angular/issues/2216
'aria-required-children': { enabled: false },
'nested-interactive': { enabled: false },
},
} as Options);
});
});

View File

@@ -0,0 +1,31 @@
import { REGEX_MATCH_NON_EMPTY_TEXT } from 'cypress/support/e2e';
import { testA11y } from 'cypress/support/utils';
import '../support/commands';
describe('Site Statistics Page', () => {
it('should load if you click on "Statistics" from homepage', () => {
cy.visit('/');
cy.get('a[data-test="link-menu-item.menu.section.statistics"]').click();
cy.location('pathname').should('eq', '/statistics');
});
it('should pass accessibility tests', () => {
// generate 2 view events on an Item's page
cy.generateViewEvent(Cypress.env('DSPACE_TEST_ENTITY_PUBLICATION'), 'item');
cy.generateViewEvent(Cypress.env('DSPACE_TEST_ENTITY_PUBLICATION'), 'item');
cy.visit('/statistics');
// <ds-site-statistics-page> tag must be visable
cy.get('ds-site-statistics-page').should('be.visible');
// Verify / wait until "Total Visits" table's *last* label is non-empty
// (This table loads these labels asynchronously, so we want to wait for them before analyzing page)
cy.get('table[data-test="TotalVisits"] th[data-test="statistics-label"]').last().contains(REGEX_MATCH_NON_EMPTY_TEXT);
// Wait an extra 500ms, just so all entries in Total Visits have loaded.
cy.wait(500);
// Analyze <ds-site-statistics-page> for accessibility issues
testA11y('ds-site-statistics-page');
});
});

View File

@@ -0,0 +1,32 @@
import { testA11y } from 'cypress/support/utils';
describe('Homepage', () => {
beforeEach(() => {
// All tests start with visiting homepage
cy.visit('/');
});
it('should display translated title "DSpace Repository :: Home"', () => {
cy.title().should('eq', 'DSpace Repository :: Home');
});
it('should contain a news section', () => {
cy.get('ds-home-news').should('be.visible');
});
it('should have a working search box', () => {
const queryString = 'test';
cy.get('[data-test="search-box"]').type(queryString);
cy.get('[data-test="search-button"]').click();
cy.url().should('include', '/search');
cy.url().should('include', 'query=' + encodeURI(queryString));
});
it('should pass accessibility tests', () => {
// Wait for homepage tag to appear
cy.get('ds-home-page').should('be.visible');
// Analyze <ds-home-page> for accessibility issues
testA11y('ds-home-page');
});
});

180
cypress/e2e/item-edit.cy.ts Normal file
View File

@@ -0,0 +1,180 @@
import { testA11y } from 'cypress/support/utils';
import { Options } from 'cypress-axe';
const ITEM_EDIT_PAGE = '/items/'.concat(Cypress.env('DSPACE_TEST_ENTITY_PUBLICATION')).concat('/edit');
beforeEach(() => {
// All tests start with visiting the Edit Item Page
cy.visit(ITEM_EDIT_PAGE);
// This page is restricted, so we will be shown the login form. Fill it out & submit.
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
describe('Edit Item > Edit Metadata tab', () => {
it('should pass accessibility tests', () => {
cy.get('a[data-test="metadata"]').should('be.visible');
cy.get('a[data-test="metadata"]').click();
// Our selected tab should be both visible & active
cy.get('a[data-test="metadata"]').should('be.visible');
cy.get('a[data-test="metadata"]').should('have.class', 'active');
// <ds-edit-item-page> tag must be loaded
cy.get('ds-edit-item-page').should('be.visible');
// wait for all the ds-dso-edit-metadata-value components to be rendered
cy.get('ds-dso-edit-metadata-value div[role="row"]').each(($row: HTMLDivElement) => {
cy.wrap($row).find('div[role="cell"]').should('be.visible');
});
// Analyze <ds-edit-item-page> for accessibility issues
testA11y('ds-edit-item-page');
});
});
describe('Edit Item > Status tab', () => {
it('should pass accessibility tests', () => {
cy.get('a[data-test="status"]').should('be.visible');
cy.get('a[data-test="status"]').click();
// Our selected tab should be both visible & active
cy.get('a[data-test="status"]').should('be.visible');
cy.get('a[data-test="status"]').should('have.class', 'active');
// <ds-item-status> tag must be loaded
cy.get('ds-item-status').should('be.visible');
// Analyze for accessibility issues
testA11y('ds-item-status');
});
});
describe('Edit Item > Bitstreams tab', () => {
it('should pass accessibility tests', () => {
cy.get('a[data-test="bitstreams"]').should('be.visible');
cy.get('a[data-test="bitstreams"]').click();
// Our selected tab should be both visible & active
cy.get('a[data-test="bitstreams"]').should('be.visible');
cy.get('a[data-test="bitstreams"]').should('have.class', 'active');
// <ds-item-bitstreams> tag must be loaded
cy.get('ds-item-bitstreams').should('be.visible');
// Table of item bitstreams must also be loaded
cy.get('div.item-bitstreams').should('be.visible');
// Analyze for accessibility issues
testA11y('ds-item-bitstreams',
{
rules: {
// Currently Bitstreams page loads a pagination component per Bundle
// and they all use the same 'id="p-dad"'.
'duplicate-id': { enabled: false },
},
} as Options,
);
});
});
describe('Edit Item > Curate tab', () => {
it('should pass accessibility tests', () => {
cy.get('a[data-test="curate"]').should('be.visible');
cy.get('a[data-test="curate"]').click();
// Our selected tab should be both visible & active
cy.get('a[data-test="curate"]').should('be.visible');
cy.get('a[data-test="curate"]').should('have.class', 'active');
// <ds-item-curate> tag must be loaded
cy.get('ds-item-curate').should('be.visible');
// Analyze for accessibility issues
testA11y('ds-item-curate');
});
});
describe('Edit Item > Relationships tab', () => {
it('should pass accessibility tests', () => {
cy.get('a[data-test="relationships"]').should('be.visible');
cy.get('a[data-test="relationships"]').click();
// Our selected tab should be both visible & active
cy.get('a[data-test="relationships"]').should('be.visible');
cy.get('a[data-test="relationships"]').should('have.class', 'active');
// <ds-item-relationships> tag must be loaded
cy.get('ds-item-relationships').should('be.visible');
// Analyze for accessibility issues
testA11y('ds-item-relationships');
});
});
describe('Edit Item > Version History tab', () => {
it('should pass accessibility tests', () => {
cy.get('a[data-test="versionhistory"]').should('be.visible');
cy.get('a[data-test="versionhistory"]').click();
// Our selected tab should be both visible & active
cy.get('a[data-test="versionhistory"]').should('be.visible');
cy.get('a[data-test="versionhistory"]').should('have.class', 'active');
// <ds-item-version-history> tag must be loaded
cy.get('ds-item-version-history').should('be.visible');
// Analyze for accessibility issues
testA11y('ds-item-version-history');
});
});
describe('Edit Item > Access Control tab', () => {
it('should pass accessibility tests', () => {
cy.get('a[data-test="access-control"]').should('be.visible');
cy.get('a[data-test="access-control"]').click();
// Our selected tab should be both visible & active
cy.get('a[data-test="access-control"]').should('be.visible');
cy.get('a[data-test="access-control"]').should('have.class', 'active');
// <ds-item-access-control> tag must be loaded
cy.get('ds-item-access-control').should('be.visible');
// Analyze for accessibility issues
testA11y('ds-item-access-control');
});
});
describe('Edit Item > Collection Mapper tab', () => {
it('should pass accessibility tests', () => {
cy.get('a[data-test="mapper"]').should('be.visible');
cy.get('a[data-test="mapper"]').click();
// Our selected tab should be both visible & active
cy.get('a[data-test="mapper"]').should('be.visible');
cy.get('a[data-test="mapper"]').should('have.class', 'active');
// <ds-item-collection-mapper> tag must be loaded
cy.get('ds-item-collection-mapper').should('be.visible');
// Analyze entire page for accessibility issues
testA11y('ds-item-collection-mapper');
// Click on the "Map new collections" tab
cy.get('li[data-test="mapTab"] a').click();
// Make sure search form is now visible
cy.get('ds-search-form').should('be.visible');
// Analyze entire page (again) for accessibility issues
testA11y('ds-item-collection-mapper');
});
});

View File

@@ -0,0 +1,45 @@
import { testA11y } from 'cypress/support/utils';
describe('Item Page', () => {
const ITEMPAGE = '/items/'.concat(Cypress.env('DSPACE_TEST_ENTITY_PUBLICATION'));
const ENTITYPAGE = '/entities/publication/'.concat(Cypress.env('DSPACE_TEST_ENTITY_PUBLICATION'));
// Test that entities will redirect to /entities/[type]/[uuid] when accessed via /items/[uuid]
it('should redirect to the entity page when navigating to an item page', () => {
cy.visit(ITEMPAGE);
cy.wait(1000);
cy.location('pathname').should('eq', ENTITYPAGE);
});
it('should pass accessibility tests', () => {
cy.intercept('POST', '/server/api/statistics/viewevents').as('viewevent');
cy.visit(ENTITYPAGE);
// Wait for the "viewevent" to trigger on the Item page.
// This ensures our <ds-item-page> tag is fully loaded, as the <ds-view-event> tag is contained within it.
cy.wait('@viewevent');
// <ds-item-page> tag must be loaded
cy.get('ds-item-page').should('be.visible');
// Analyze <ds-item-page> for accessibility issues
testA11y('ds-item-page');
});
it('should pass accessibility tests on full item page', () => {
cy.intercept('POST', '/server/api/statistics/viewevents').as('viewevent');
cy.visit(ENTITYPAGE + '/full');
// Wait for the "viewevent" to trigger on the Item page.
// This ensures our <ds-item-page> tag is fully loaded, as the <ds-view-event> tag is contained within it.
cy.wait('@viewevent');
// <ds-full-item-page> tag must be loaded
cy.get('ds-full-item-page').should('be.visible');
// Analyze <ds-full-item-page> for accessibility issues
testA11y('ds-full-item-page');
});
});

View File

@@ -0,0 +1,42 @@
import { REGEX_MATCH_NON_EMPTY_TEXT } from 'cypress/support/e2e';
import { testA11y } from 'cypress/support/utils';
describe('Item Statistics Page', () => {
const ITEMSTATISTICSPAGE = '/statistics/items/'.concat(Cypress.env('DSPACE_TEST_ENTITY_PUBLICATION'));
it('should load if you click on "Statistics" from an Item/Entity page', () => {
cy.visit('/entities/publication/'.concat(Cypress.env('DSPACE_TEST_ENTITY_PUBLICATION')));
cy.get('a[data-test="link-menu-item.menu.section.statistics"]').click();
cy.location('pathname').should('eq', ITEMSTATISTICSPAGE);
});
it('should contain element ds-item-statistics-page when navigating to an item statistics page', () => {
cy.visit(ITEMSTATISTICSPAGE);
cy.get('ds-item-statistics-page').should('be.visible');
cy.get('ds-item-page').should('not.exist');
});
it('should contain a "Total visits" section', () => {
cy.visit(ITEMSTATISTICSPAGE);
cy.get('table[data-test="TotalVisits"]').should('be.visible');
});
it('should contain a "Total visits per month" section', () => {
cy.visit(ITEMSTATISTICSPAGE);
cy.get('table[data-test="TotalVisitsPerMonth"]').should('be.visible');
});
it('should pass accessibility tests', () => {
cy.visit(ITEMSTATISTICSPAGE);
// <ds-item-statistics-page> tag must be loaded
cy.get('ds-item-statistics-page').should('be.visible');
// Verify / wait until "Total Visits" table's label is non-empty
// (This table loads these labels asynchronously, so we want to wait for them before analyzing page)
cy.get('table[data-test="TotalVisits"] th[data-test="statistics-label"]').contains(REGEX_MATCH_NON_EMPTY_TEXT);
// Analyze <ds-item-statistics-page> for accessibility issues
testA11y('ds-item-statistics-page');
});
});

View File

@@ -0,0 +1,150 @@
import { testA11y } from 'cypress/support/utils';
const page = {
openLoginMenu() {
// Click the "Log In" dropdown menu in header
cy.get('[data-test="login-menu"]').click();
},
openUserMenu() {
// Once logged in, click the User menu in header
cy.get('[data-test="user-menu"]').click();
},
submitLoginAndPasswordByPressingButton(email, password) {
// Enter email
cy.get('[data-test="email"]').type(email);
// Enter password
cy.get('[data-test="password"]').type(password);
// Click login button
cy.get('[data-test="login-button"]').click();
},
submitLoginAndPasswordByPressingEnter(email, password) {
// In opened Login modal, fill out email & password, then click Enter
cy.get('[data-test="email"]').type(email);
cy.get('[data-test="password"]').type(password);
cy.get('[data-test="password"]').type('{enter}');
},
submitLogoutByPressingButton() {
// This is the POST command that will actually log us out
cy.intercept('POST', '/server/api/authn/logout').as('logout');
// Click logout button
cy.get('[data-test="logout-button"]').click();
// Wait until above POST command responds before continuing
// (This ensures next action waits until logout completes)
cy.wait('@logout');
},
};
describe('Login Modal', () => {
it('should login when clicking button & stay on same page', () => {
const ENTITYPAGE = '/entities/publication/'.concat(Cypress.env('DSPACE_TEST_ENTITY_PUBLICATION'));
cy.visit(ENTITYPAGE);
// Login menu should exist
cy.get('ds-log-in').should('exist');
// Login, and the <ds-log-in> tag should no longer exist
page.openLoginMenu();
cy.get('.form-login').should('be.visible');
page.submitLoginAndPasswordByPressingButton(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
cy.get('ds-log-in').should('not.exist');
// Verify we are still on the same page
cy.url().should('include', ENTITYPAGE);
// Open user menu, verify user menu & logout button now available
page.openUserMenu();
cy.get('ds-user-menu').should('be.visible');
cy.get('ds-log-out').should('be.visible');
});
it('should login when clicking enter key & stay on same page', () => {
cy.visit('/home');
// Open login menu in header & verify <ds-log-in> tag is visible
page.openLoginMenu();
cy.get('.form-login').should('be.visible');
// Login, and the <ds-log-in> tag should no longer exist
page.submitLoginAndPasswordByPressingEnter(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
cy.get('ds-log-in').should('not.exist');
// Verify we are still on homepage
cy.url().should('include', '/home');
// Open user menu, verify user menu & logout button now available
page.openUserMenu();
cy.get('ds-user-menu').should('be.visible');
cy.get('ds-log-out').should('be.visible');
});
it('should support logout', () => {
// First authenticate & access homepage
cy.login(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
cy.visit('/');
// Verify ds-log-in tag doesn't exist, but ds-log-out tag does exist
cy.get('ds-log-in').should('not.exist');
cy.get('ds-log-out').should('exist');
// Click logout button
page.openUserMenu();
page.submitLogoutByPressingButton();
// Verify ds-log-in tag now exists
cy.get('ds-log-in').should('exist');
cy.get('ds-log-out').should('not.exist');
});
it('should allow new user registration', () => {
cy.visit('/');
page.openLoginMenu();
// Registration link should be visible
cy.get('ds-themed-header [data-test="register"]').should('be.visible');
// Click registration link & you should go to registration page
cy.get('ds-themed-header [data-test="register"]').click();
cy.location('pathname').should('eq', '/register');
cy.get('ds-register-email').should('exist');
// Test accessibility of this page
testA11y('ds-register-email');
});
it('should allow forgot password', () => {
cy.visit('/');
page.openLoginMenu();
// Forgot password link should be visible
cy.get('ds-themed-header [data-test="forgot"]').should('be.visible');
// Click link & you should go to Forgot Password page
cy.get('ds-themed-header [data-test="forgot"]').click();
cy.location('pathname').should('eq', '/forgot');
cy.get('ds-forgot-email').should('exist');
// Test accessibility of this page
testA11y('ds-forgot-email');
});
it('should pass accessibility tests in menus', () => {
cy.visit('/');
// Open login menu & verify accessibility
page.openLoginMenu();
cy.get('ds-log-in').should('exist');
testA11y('ds-log-in');
// Now login
page.submitLoginAndPasswordByPressingButton(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
cy.get('ds-log-in').should('not.exist');
// Open user menu, verify user menu accesibility
page.openUserMenu();
cy.get('ds-user-menu').should('be.visible');
testA11y('ds-user-menu');
});
});

View File

@@ -0,0 +1,16 @@
import { testA11y } from 'cypress/support/utils';
describe('Metadata Import Page', () => {
beforeEach(() => {
// Must login as an Admin to see the page
cy.visit('/admin/metadata-import');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('should pass accessibility tests', () => {
// Metadata import form must first be visible
cy.get('ds-metadata-import-page').should('be.visible');
// Analyze <ds-metadata-import-page> for accessibility issues
testA11y('ds-metadata-import-page');
});
});

View File

@@ -0,0 +1,16 @@
import { testA11y } from 'cypress/support/utils';
describe('Metadata Registry', () => {
beforeEach(() => {
// Must login as an Admin to see the page
cy.visit('/admin/registries/metadata');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('should pass accessibility tests', () => {
// Page must first be visible
cy.get('ds-metadata-registry').should('be.visible');
// Analyze <ds-metadata-registry> for accessibility issues
testA11y('ds-metadata-registry');
});
});

View File

@@ -0,0 +1,16 @@
import { testA11y } from 'cypress/support/utils';
describe('Metadata Schema', () => {
beforeEach(() => {
// Must login as an Admin to see the page
cy.visit('/admin/registries/metadata/dc');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('should pass accessibility tests', () => {
// Page must first be visible
cy.get('ds-metadata-schema').should('be.visible');
// Analyze <ds-metadata-schema> for accessibility issues
testA11y('ds-metadata-schema');
});
});

134
cypress/e2e/my-dspace.cy.ts Normal file
View File

@@ -0,0 +1,134 @@
import { testA11y } from 'cypress/support/utils';
describe('My DSpace page', () => {
it('should display recent submissions and pass accessibility tests', () => {
cy.visit('/mydspace');
// This page is restricted, so we will be shown the login form. Fill it out & submit.
cy.loginViaForm(Cypress.env('DSPACE_TEST_SUBMIT_USER'), Cypress.env('DSPACE_TEST_SUBMIT_USER_PASSWORD'));
cy.get('ds-my-dspace-page').should('be.visible');
// At least one recent submission should be displayed
cy.get('[data-test="list-object"]').should('be.visible');
// Click each filter toggle to open *every* filter
// (As we want to scan filter section for accessibility issues as well)
cy.get('.filter-toggle').click({ multiple: true });
// Analyze <ds-my-dspace-page> for accessibility issues
testA11y('ds-my-dspace-page');
});
it('should have a working detailed view that passes accessibility tests', () => {
cy.visit('/mydspace');
// This page is restricted, so we will be shown the login form. Fill it out & submit.
cy.loginViaForm(Cypress.env('DSPACE_TEST_SUBMIT_USER'), Cypress.env('DSPACE_TEST_SUBMIT_USER_PASSWORD'));
cy.get('ds-my-dspace-page').should('be.visible');
// Click button in sidebar to display detailed view
cy.get('ds-search-sidebar [data-test="detail-view"]').click();
cy.get('ds-object-detail').should('be.visible');
// Analyze <ds-my-dspace-page> for accessibility issues
testA11y('ds-my-dspace-page');
});
// NOTE: Deleting existing submissions is exercised by submission.spec.ts
it('should let you start a new submission & edit in-progress submissions', () => {
cy.visit('/mydspace');
// This page is restricted, so we will be shown the login form. Fill it out & submit.
cy.loginViaForm(Cypress.env('DSPACE_TEST_SUBMIT_USER'), Cypress.env('DSPACE_TEST_SUBMIT_USER_PASSWORD'));
// Open the New Submission dropdown
cy.get('button[data-test="submission-dropdown"]').click();
// Click on the "Item" type in that dropdown
cy.get('#entityControlsDropdownMenu button[title="none"]').click();
// This should display the <ds-create-item-parent-selector> (popup window)
cy.get('ds-create-item-parent-selector').should('be.visible');
// Type in a known Collection name in the search box
cy.get('ds-authorized-collection-selector input[type="search"]').type(Cypress.env('DSPACE_TEST_SUBMIT_COLLECTION_NAME'));
// Click on the button matching that known Collection name
cy.get('ds-authorized-collection-selector button[title="'.concat(Cypress.env('DSPACE_TEST_SUBMIT_COLLECTION_NAME')).concat('"]')).click();
// New URL should include /workspaceitems, as we've started a new submission
cy.url().should('include', '/workspaceitems');
// The Submission edit form tag should be visible
cy.get('ds-submission-edit').should('be.visible');
// A Collection menu button should exist & its value should be the selected collection
cy.get('#collectionControlsMenuButton span').should('have.text', Cypress.env('DSPACE_TEST_SUBMIT_COLLECTION_NAME'));
// Now that we've created a submission, we'll test that we can go back and Edit it.
// Get our Submission URL, to parse out the ID of this new submission
cy.location().then(fullUrl => {
// This will be the full path (/workspaceitems/[id]/edit)
const path = fullUrl.pathname;
// Split on the slashes
const subpaths = path.split('/');
// Part 2 will be the [id] of the submission
const id = subpaths[2];
// Click the "Save for Later" button to save this submission
cy.get('ds-submission-form-footer [data-test="save-for-later"]').click();
// "Save for Later" should send us to MyDSpace
cy.url().should('include', '/mydspace');
// Close any open notifications, to make sure they don't get in the way of next steps
cy.get('[data-dismiss="alert"]').click({multiple: true});
// This is the GET command that will actually run the search
cy.intercept('GET', '/server/api/discover/search/objects*').as('search-results');
// On MyDSpace, find the submission we just created via its ID
cy.get('[data-test="search-box"]').type(id);
cy.get('[data-test="search-button"]').click();
// Wait for search results to come back from the above GET command
cy.wait('@search-results');
// Click the Edit button for this in-progress submission
cy.get('#edit_' + id).click();
// Should send us back to the submission form
cy.url().should('include', '/workspaceitems/' + id + '/edit');
// Discard our new submission by clicking Discard in Submission form & confirming
cy.get('ds-submission-form-footer [data-test="discard"]').click();
cy.get('button#discard_submit').click();
// Discarding should send us back to MyDSpace
cy.url().should('include', '/mydspace');
});
});
it('should let you import from external sources', () => {
cy.visit('/mydspace');
// This page is restricted, so we will be shown the login form. Fill it out & submit.
cy.loginViaForm(Cypress.env('DSPACE_TEST_SUBMIT_USER'), Cypress.env('DSPACE_TEST_SUBMIT_USER_PASSWORD'));
// Open the New Import dropdown
cy.get('button[data-test="import-dropdown"]').click();
// Click on the "Item" type in that dropdown
cy.get('#importControlsDropdownMenu button[title="none"]').click();
// New URL should include /import-external, as we've moved to the import page
cy.url().should('include', '/import-external');
// The external import searchbox should be visible
cy.get('ds-submission-import-external-searchbar').should('be.visible');
// Test for accessibility issues
testA11y('ds-submission-import-external');
});
});

View File

@@ -0,0 +1,16 @@
import { testA11y } from 'cypress/support/utils';
describe('New Process', () => {
beforeEach(() => {
// Must login as an Admin to see the page
cy.visit('/processes/new');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('should pass accessibility tests', () => {
// Process form must first be visible
cy.get('ds-new-process').should('be.visible');
// Analyze <ds-new-process> for accessibility issues
testA11y('ds-new-process');
});
});

View File

@@ -0,0 +1,18 @@
import { testA11y } from 'cypress/support/utils';
describe('PageNotFound', () => {
it('should contain element ds-pagenotfound when navigating to page that doesnt exist', () => {
// request an invalid page (UUIDs at root path aren't valid)
cy.visit('/e9019a69-d4f1-4773-b6a3-bd362caa46f2', { failOnStatusCode: false });
cy.get('ds-pagenotfound').should('be.visible');
// Analyze <ds-pagenotfound> for accessibility issues
testA11y('ds-pagenotfound');
});
it('should not contain element ds-pagenotfound when navigating to existing page', () => {
cy.visit('/home');
cy.get('ds-pagenotfound').should('not.exist');
});
});

13
cypress/e2e/privacy.cy.ts Normal file
View File

@@ -0,0 +1,13 @@
import { testA11y } from 'cypress/support/utils';
describe('Privacy', () => {
it('should pass accessibility tests', () => {
cy.visit('/info/privacy');
// Page must first be visible
cy.get('ds-privacy').should('be.visible');
// Analyze <ds-privacy> for accessibility
testA11y('ds-privacy');
});
});

View File

@@ -0,0 +1,17 @@
import { testA11y } from 'cypress/support/utils';
describe('Processes Overview', () => {
beforeEach(() => {
// Must login as an Admin to see the page
cy.visit('/processes');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('should pass accessibility tests', () => {
// Process overview must first be visible
cy.get('ds-process-overview').should('be.visible');
// Analyze <ds-process-overview> for accessibility issues
testA11y('ds-process-overview');
});
});

View File

@@ -0,0 +1,16 @@
import { testA11y } from 'cypress/support/utils';
describe('Profile page', () => {
beforeEach(() => {
// Must login as an Admin to see the page
cy.visit('/profile');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('should pass accessibility tests', () => {
// Process form must first be visible
cy.get('ds-profile-page').should('be.visible');
// Analyze <ds-profile-page> for accessibility issues
testA11y('ds-profile-page');
});
});

View File

@@ -0,0 +1,64 @@
const page = {
fillOutQueryInNavBar(query) {
// Click the magnifying glass
cy.get('ds-themed-header [data-test="header-search-icon"]').click();
// Fill out a query in input that appears
cy.get('ds-themed-header [data-test="header-search-box"]').type(query);
},
submitQueryByPressingEnter() {
cy.get('ds-themed-header [data-test="header-search-box"]').type('{enter}');
},
submitQueryByPressingIcon() {
cy.get('ds-themed-header [data-test="header-search-icon"]').click();
}
};
describe('Search from Navigation Bar', () => {
// NOTE: these tests currently assume this query will return results!
const query = Cypress.env('DSPACE_TEST_SEARCH_TERM');
it('should go to search page with correct query if submitted (from home)', () => {
cy.visit('/');
// This is the GET command that will actually run the search
cy.intercept('GET', '/server/api/discover/search/objects*').as('search-results');
// Run the search
page.fillOutQueryInNavBar(query);
page.submitQueryByPressingEnter();
// New URL should include query param
cy.url().should('include', 'query='.concat(query));
// Wait for search results to come back from the above GET command
cy.wait('@search-results');
// At least one search result should be displayed
cy.get('[data-test="list-object"]').should('be.visible');
});
it('should go to search page with correct query if submitted (from search)', () => {
cy.visit('/search');
// This is the GET command that will actually run the search
cy.intercept('GET', '/server/api/discover/search/objects*').as('search-results');
// Run the search
page.fillOutQueryInNavBar(query);
page.submitQueryByPressingEnter();
// New URL should include query param
cy.url().should('include', 'query='.concat(query));
// Wait for search results to come back from the above GET command
cy.wait('@search-results');
// At least one search result should be displayed
cy.get('[data-test="list-object"]').should('be.visible');
});
it('should allow user to also submit query by clicking icon', () => {
cy.visit('/');
// This is the GET command that will actually run the search
cy.intercept('GET', '/server/api/discover/search/objects*').as('search-results');
// Run the search
page.fillOutQueryInNavBar(query);
page.submitQueryByPressingIcon();
// New URL should include query param
cy.url().should('include', 'query='.concat(query));
// Wait for search results to come back from the above GET command
cy.wait('@search-results');
// At least one search result should be displayed
cy.get('[data-test="list-object"]').should('be.visible');
});
});

View File

@@ -0,0 +1,57 @@
import { Options } from 'cypress-axe';
import { testA11y } from 'cypress/support/utils';
describe('Search Page', () => {
// NOTE: these tests currently assume this query will return results!
const query = Cypress.env('DSPACE_TEST_SEARCH_TERM');
it('should redirect to the correct url when query was set and submit button was triggered', () => {
const queryString = 'Another interesting query string';
cy.visit('/search');
// Type query in searchbox & click search button
cy.get('[data-test="search-box"]').type(queryString);
cy.get('[data-test="search-button"]').click();
cy.url().should('include', 'query=' + encodeURI(queryString));
});
it('should load results and pass accessibility tests', () => {
cy.visit('/search?query='.concat(query));
cy.get('[data-test="search-box"]').should('have.value', query);
// <ds-search-page> tag must be loaded
cy.get('ds-search-page').should('be.visible');
// At least one search result should be displayed
cy.get('[data-test="list-object"]').should('be.visible');
// Click each filter toggle to open *every* filter
// (As we want to scan filter section for accessibility issues as well)
cy.get('[data-test="filter-toggle"]').click({ multiple: true });
// Analyze <ds-search-page> for accessibility issues
testA11y('ds-search-page');
});
it('should have a working grid view that passes accessibility tests', () => {
cy.visit('/search?query='.concat(query));
// Click button in sidebar to display grid view
cy.get('ds-search-sidebar [data-test="grid-view"]').click();
// <ds-search-page> tag must be loaded
cy.get('ds-search-page').should('be.visible');
// At least one grid object (card) should be displayed
cy.get('[data-test="grid-object"]').should('be.visible');
// Analyze <ds-search-page> for accessibility issues
testA11y('ds-search-page',
{
rules: {
// Card titles fail this test currently
'heading-order': { enabled: false }
}
} as Options
);
});
});

View File

@@ -0,0 +1,227 @@
import { testA11y } from 'cypress/support/utils';
//import { TEST_SUBMIT_USER, TEST_SUBMIT_USER_PASSWORD, TEST_SUBMIT_COLLECTION_NAME, TEST_SUBMIT_COLLECTION_UUID, TEST_ADMIN_USER, TEST_ADMIN_PASSWORD } from 'cypress/support/e2e';
import { Options } from 'cypress-axe';
describe('New Submission page', () => {
// NOTE: We already test that new Item submissions can be started from MyDSpace in my-dspace.spec.ts
it('should create a new submission when using /submit path & pass accessibility', () => {
// Test that calling /submit with collection & entityType will create a new submission
cy.visit('/submit?collection='.concat(Cypress.env('DSPACE_TEST_SUBMIT_COLLECTION_UUID')).concat('&entityType=none'));
// This page is restricted, so we will be shown the login form. Fill it out & submit.
cy.loginViaForm(Cypress.env('DSPACE_TEST_SUBMIT_USER'), Cypress.env('DSPACE_TEST_SUBMIT_USER_PASSWORD'));
// Should redirect to /workspaceitems, as we've started a new submission
cy.url().should('include', '/workspaceitems');
// The Submission edit form tag should be visible
cy.get('ds-submission-edit').should('be.visible');
// A Collection menu button should exist & it's value should be the selected collection
cy.get('#collectionControlsMenuButton span').should('have.text', Cypress.env('DSPACE_TEST_SUBMIT_COLLECTION_NAME'));
// 4 sections should be visible by default
cy.get('div#section_traditionalpageone').should('be.visible');
cy.get('div#section_traditionalpagetwo').should('be.visible');
cy.get('div#section_upload').should('be.visible');
cy.get('div#section_license').should('be.visible');
// Test entire page for accessibility
testA11y('ds-submission-edit',
{
rules: {
// Author & Subject fields have invalid "aria-multiline" attrs.
// See https://github.com/DSpace/dspace-angular/issues/1272
'aria-allowed-attr': { enabled: false },
// All panels are accordians & fail "aria-required-children" and "nested-interactive".
// Seem to require updating ng-bootstrap and https://github.com/DSpace/dspace-angular/issues/2216
'aria-required-children': { enabled: false },
'nested-interactive': { enabled: false },
// All select boxes fail to have a name / aria-label.
// This is a bug in ng-dynamic-forms and may require https://github.com/DSpace/dspace-angular/issues/2216
'select-name': { enabled: false },
}
} as Options
);
// Discard button should work
// Clicking it will display a confirmation, which we will confirm with another click
cy.get('button#discard').click();
cy.get('button#discard_submit').click();
});
it('should block submission & show errors if required fields are missing', () => {
// Create a new submission
cy.visit('/submit?collection='.concat(Cypress.env('DSPACE_TEST_SUBMIT_COLLECTION_UUID')).concat('&entityType=none'));
// This page is restricted, so we will be shown the login form. Fill it out & submit.
cy.loginViaForm(Cypress.env('DSPACE_TEST_SUBMIT_USER'), Cypress.env('DSPACE_TEST_SUBMIT_USER_PASSWORD'));
// Attempt an immediate deposit without filling out any fields
cy.get('button#deposit').click();
// A warning alert should display.
cy.get('ds-notification div.alert-success').should('not.exist');
cy.get('ds-notification div.alert-warning').should('be.visible');
// First section should have an exclamation error in the header
// (as it has required fields)
cy.get('div#traditionalpageone-header i.fa-exclamation-circle').should('be.visible');
// Title field should have class "is-invalid" applied, as it's required
cy.get('input#dc_title').should('have.class', 'is-invalid');
// Date Year field should also have "is-valid" class
cy.get('input#dc_date_issued_year').should('have.class', 'is-invalid');
// FINALLY, cleanup after ourselves. This also exercises the MyDSpace delete button.
// Get our Submission URL, to parse out the ID of this submission
cy.location().then(fullUrl => {
// This will be the full path (/workspaceitems/[id]/edit)
const path = fullUrl.pathname;
// Split on the slashes
const subpaths = path.split('/');
// Part 2 will be the [id] of the submission
const id = subpaths[2];
// Even though form is incomplete, the "Save for Later" button should still work
cy.get('button#saveForLater').click();
// "Save for Later" should send us to MyDSpace
cy.url().should('include', '/mydspace');
// A success alert should be visible
cy.get('ds-notification div.alert-success').should('be.visible');
// Now, dismiss any open alert boxes (may be multiple, as tests run quickly)
cy.get('[data-dismiss="alert"]').click({multiple: true});
// This is the GET command that will actually run the search
cy.intercept('GET', '/server/api/discover/search/objects*').as('search-results');
// On MyDSpace, find the submission we just saved via its ID
cy.get('[data-test="search-box"]').type(id);
cy.get('[data-test="search-button"]').click();
// Wait for search results to come back from the above GET command
cy.wait('@search-results');
// Delete our created submission & confirm deletion
cy.get('button#delete_' + id).click();
cy.get('button#delete_confirm').click();
});
});
it('should allow for deposit if all required fields completed & file uploaded', () => {
// Create a new submission
cy.visit('/submit?collection='.concat(Cypress.env('DSPACE_TEST_SUBMIT_COLLECTION_UUID')).concat('&entityType=none'));
// This page is restricted, so we will be shown the login form. Fill it out & submit.
cy.loginViaForm(Cypress.env('DSPACE_TEST_SUBMIT_USER'), Cypress.env('DSPACE_TEST_SUBMIT_USER_PASSWORD'));
// Fill out all required fields (Title, Date)
cy.get('input#dc_title').type('DSpace logo uploaded via e2e tests');
cy.get('input#dc_date_issued_year').type('2022');
// Confirm the required license by checking checkbox
// (NOTE: requires "force:true" cause Cypress claims this checkbox is covered by its own <span>)
cy.get('input#granted').check( {force: true} );
// Before using Cypress drag & drop, we have to manually trigger the "dragover" event.
// This ensures our UI displays the dropzone that covers the entire submission page.
// (For some reason Cypress drag & drop doesn't trigger this even itself & upload won't work without this trigger)
cy.get('ds-uploader').trigger('dragover');
// This is the POST command that will upload the file
cy.intercept('POST', '/server/api/submission/workspaceitems/*').as('upload');
// Upload our DSpace logo via drag & drop onto submission form
// cy.get('div#section_upload')
cy.get('div.ds-document-drop-zone').selectFile('src/assets/images/dspace-logo.svg', {
action: 'drag-drop'
});
// Wait for upload to complete before proceeding
cy.wait('@upload');
// Wait for deposit button to not be disabled & click it.
cy.get('button#deposit').should('not.be.disabled').click();
// No warnings should exist. Instead, just successful deposit alert is displayed
cy.get('ds-notification div.alert-warning').should('not.exist');
cy.get('ds-notification div.alert-success').should('be.visible');
});
it('is possible to submit a new "Person" and that form passes accessibility', () => {
// To submit a different entity type, we'll start from MyDSpace
cy.visit('/mydspace');
// This page is restricted, so we will be shown the login form. Fill it out & submit.
// NOTE: At this time, we MUST login as admin to submit Person objects
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
// Open the New Submission dropdown
cy.get('button[data-test="submission-dropdown"]').click();
// Click on the "Person" type in that dropdown
cy.get('#entityControlsDropdownMenu button[title="Person"]').click();
// This should display the <ds-create-item-parent-selector> (popup window)
cy.get('ds-create-item-parent-selector').should('be.visible');
// Type in a known Collection name in the search box
cy.get('ds-authorized-collection-selector input[type="search"]').type(Cypress.env('DSPACE_TEST_SUBMIT_PERSON_COLLECTION_NAME'));
// Click on the button matching that known Collection name
cy.get('ds-authorized-collection-selector button[title="'.concat(Cypress.env('DSPACE_TEST_SUBMIT_PERSON_COLLECTION_NAME')).concat('"]')).click();
// New URL should include /workspaceitems, as we've started a new submission
cy.url().should('include', '/workspaceitems');
// The Submission edit form tag should be visible
cy.get('ds-submission-edit').should('be.visible');
// A Collection menu button should exist & its value should be the selected collection
cy.get('#collectionControlsMenuButton span').should('have.text', Cypress.env('DSPACE_TEST_SUBMIT_PERSON_COLLECTION_NAME'));
// 3 sections should be visible by default
cy.get('div#section_personStep').should('be.visible');
cy.get('div#section_upload').should('be.visible');
cy.get('div#section_license').should('be.visible');
// Test entire page for accessibility
testA11y('ds-submission-edit',
{
rules: {
// All panels are accordians & fail "aria-required-children" and "nested-interactive".
// Seem to require updating ng-bootstrap and https://github.com/DSpace/dspace-angular/issues/2216
'aria-required-children': { enabled: false },
'nested-interactive': { enabled: false },
}
} as Options
);
// Click the lookup button next to "Publication" field
cy.get('button[data-test="lookup-button"]').click();
// A popup modal window should be visible
cy.get('ds-dynamic-lookup-relation-modal').should('be.visible');
// Popup modal should also pass accessibility tests
//testA11y('ds-dynamic-lookup-relation-modal');
testA11y({
include: ['ds-dynamic-lookup-relation-modal'],
exclude: [
['ul.nav-tabs'] // Tabs at top of model have several issues which seem to be caused by ng-bootstrap
],
});
// Close popup window
cy.get('ds-dynamic-lookup-relation-modal button.close').click();
// Back on the form, click the discard button to remove new submission
// Clicking it will display a confirmation, which we will confirm with another click
cy.get('button#discard').click();
cy.get('button#discard_submit').click();
});
});

View File

@@ -0,0 +1,16 @@
import { testA11y } from 'cypress/support/utils';
describe('System Wide Alert', () => {
beforeEach(() => {
// Must login as an Admin to see the page
cy.visit('/admin/system-wide-alert');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});
it('should pass accessibility tests', () => {
// Page must first be visible
cy.get('ds-system-wide-alert-form').should('be.visible');
// Analyze <ds-system-wide-alert-form> for accessibility issues
testA11y('ds-system-wide-alert-form');
});
});

View File

@@ -0,0 +1,5 @@
{
"name": "Using fixtures to represent data",
"email": "hello@cypress.io",
"body": "Fixtures are a great way to mock data for responses to routes"
}

59
cypress/plugins/index.ts Normal file
View File

@@ -0,0 +1,59 @@
const fs = require('fs');
// These two global variables are used to store information about the REST API used
// by these e2e tests. They are filled out prior to running any tests in the before()
// method of e2e.ts. They can then be accessed by any tests via the getters below.
let REST_BASE_URL: string;
let REST_DOMAIN: string;
// Plugins enable you to tap into, modify, or extend the internal behavior of Cypress
// For more info, visit https://on.cypress.io/plugins-api
module.exports = (on, config) => {
on('task', {
// Define "log" and "table" tasks, used for logging accessibility errors during CI
// Borrowed from https://github.com/component-driven/cypress-axe#in-cypress-plugins-file
log(message: string) {
console.log(message);
return null;
},
table(message: string) {
console.table(message);
return null;
},
// Cypress doesn't have access to the running application in Node.js.
// So, it's not possible to inject or load the AppConfig or environment of the Angular UI.
// Instead, we'll read our running application's config.json, which contains the configs &
// is regenerated at runtime each time the Angular UI application starts up.
readUIConfig() {
// Check if we have a config.json in the src/assets. If so, use that.
// This is where it's written when running "ng e2e" or "yarn serve"
if (fs.existsSync('./src/assets/config.json')) {
return fs.readFileSync('./src/assets/config.json', 'utf8');
// Otherwise, check the dist/browser/assets
// This is where it's written when running "serve:ssr", which is what CI uses to start the frontend
} else if (fs.existsSync('./dist/browser/assets/config.json')) {
return fs.readFileSync('./dist/browser/assets/config.json', 'utf8');
}
return null;
},
// Save value of REST Base URL, looked up before all tests.
// This allows other tests to use it easily via getRestBaseURL() below.
saveRestBaseURL(url: string) {
return (REST_BASE_URL = url);
},
// Retrieve currently saved value of REST Base URL
getRestBaseURL() {
return REST_BASE_URL ;
},
// Save value of REST Domain, looked up before all tests.
// This allows other tests to use it easily via getRestBaseDomain() below.
saveRestBaseDomain(domain: string) {
return (REST_DOMAIN = domain);
},
// Retrieve currently saved value of REST Domain
getRestBaseDomain() {
return REST_DOMAIN ;
}
});
};

169
cypress/support/commands.ts Normal file
View File

@@ -0,0 +1,169 @@
// ***********************************************
// This File is for Custom Cypress commands.
// See docs at https://docs.cypress.io/api/cypress-api/custom-commands
// ***********************************************
import { AuthTokenInfo, TOKENITEM } from 'src/app/core/auth/models/auth-token-info.model';
import { DSPACE_XSRF_COOKIE, XSRF_REQUEST_HEADER } from 'src/app/core/xsrf/xsrf.constants';
import { v4 as uuidv4 } from 'uuid';
// Declare Cypress namespace to help with Intellisense & code completion in IDEs
// ALL custom commands MUST be listed here for code completion to work
declare global {
// eslint-disable-next-line @typescript-eslint/no-namespace
namespace Cypress {
interface Chainable<Subject = any> {
/**
* Login to backend before accessing the next page. Ensures that the next
* call to "cy.visit()" will be authenticated as this user.
* @param email email to login as
* @param password password to login as
*/
login(email: string, password: string): typeof login;
/**
* Login via form before accessing the next page. Useful to fill out login
* form when a cy.visit() call is to an a page which requires authentication.
* @param email email to login as
* @param password password to login as
*/
loginViaForm(email: string, password: string): typeof loginViaForm;
/**
* Generate view event for given object. Useful for testing statistics pages with
* pre-generated statistics. This just generates a single "hit", but can be called multiple times to
* generate multiple hits.
* @param uuid UUID of object
* @param dsoType type of DSpace Object (e.g. "item", "collection", "community")
*/
generateViewEvent(uuid: string, dsoType: string): typeof generateViewEvent;
/**
* Create a new CSRF token and add to required Cookie. CSRF Token is returned
* in chainable in order to allow it to be sent also in required CSRF header.
* @returns Chainable reference to allow CSRF token to also be sent in header.
*/
createCSRFCookie(): Chainable<any>;
}
}
}
/**
* Login user via REST API directly, and pass authentication token to UI via
* the UI's dsAuthInfo cookie.
* WARNING: WHILE THIS METHOD WORKS, OCCASIONALLY RANDOM AUTHENTICATION ERRORS OCCUR.
* At this time "loginViaForm()" seems more consistent/stable.
* @param email email to login as
* @param password password to login as
*/
function login(email: string, password: string): void {
// Create a fake CSRF cookie/token to use in POST
cy.createCSRFCookie().then((csrfToken: string) => {
// get our REST API's base URL, also needed for POST
cy.task('getRestBaseURL').then((baseRestUrl: string) => {
// Now, send login POST request including that CSRF token
cy.request({
method: 'POST',
url: baseRestUrl + '/api/authn/login',
headers: { [XSRF_REQUEST_HEADER]: csrfToken},
form: true, // indicates the body should be form urlencoded
body: { user: email, password: password }
}).then((resp) => {
// We expect a successful login
expect(resp.status).to.eq(200);
// We expect to have a valid authorization header returned (with our auth token)
expect(resp.headers).to.have.property('authorization');
// Initialize our AuthTokenInfo object from the authorization header.
const authheader = resp.headers.authorization as string;
const authinfo: AuthTokenInfo = new AuthTokenInfo(authheader);
// Save our AuthTokenInfo object to our dsAuthInfo UI cookie
// This ensures the UI will recognize we are logged in on next "visit()"
cy.setCookie(TOKENITEM, JSON.stringify(authinfo));
});
});
});
}
// Add as a Cypress command (i.e. assign to 'cy.login')
Cypress.Commands.add('login', login);
/**
* Login user via displayed login form
* @param email email to login as
* @param password password to login as
*/
function loginViaForm(email: string, password: string): void {
// Enter email
cy.get('[data-test="email"]').type(email);
// Enter password
cy.get('[data-test="password"]').type(password);
// Click login button
cy.get('[data-test="login-button"]').click();
}
// Add as a Cypress command (i.e. assign to 'cy.loginViaForm')
Cypress.Commands.add('loginViaForm', loginViaForm);
/**
* Generate statistic view event for given object. Useful for testing statistics pages with
* pre-generated statistics. This just generates a single "hit", but can be called multiple times to
* generate multiple hits.
*
* NOTE: This requires that "solr-statistics.autoCommit=false" be set on the DSpace backend
* (as it is in our docker-compose-ci.yml used in CI).
* Otherwise, by default, new statistical events won't be saved until Solr's autocommit next triggers.
* @param uuid UUID of object
* @param dsoType type of DSpace Object (e.g. "item", "collection", "community")
*/
function generateViewEvent(uuid: string, dsoType: string): void {
// Create a fake CSRF cookie/token to use in POST
cy.createCSRFCookie().then((csrfToken: string) => {
// get our REST API's base URL, also needed for POST
cy.task('getRestBaseURL').then((baseRestUrl: string) => {
// Now, send 'statistics/viewevents' POST request including that fake CSRF token in required header
cy.request({
method: 'POST',
url: baseRestUrl + '/api/statistics/viewevents',
headers: {
[XSRF_REQUEST_HEADER] : csrfToken,
// use a known public IP address to avoid being seen as a "bot"
'X-Forwarded-For': '1.1.1.1',
// Use a user-agent of a Firefox browser on Windows. This again avoids being seen as a "bot"
'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0',
},
//form: true, // indicates the body should be form urlencoded
body: { targetId: uuid, targetType: dsoType },
}).then((resp) => {
// We expect a 201 (which means statistics event was created)
expect(resp.status).to.eq(201);
});
});
});
}
// Add as a Cypress command (i.e. assign to 'cy.generateViewEvent')
Cypress.Commands.add('generateViewEvent', generateViewEvent);
/**
* Can be used by tests to generate a random XSRF/CSRF token and save it to
* the required XSRF/CSRF cookie for usage when sending POST requests or similar.
* The generated CSRF token is returned in a Chainable to allow it to be also sent
* in the CSRF HTTP Header.
* @returns a Cypress Chainable which can be used to get the generated CSRF Token
*/
function createCSRFCookie(): Cypress.Chainable {
// Generate a new token which is a random UUID
const csrfToken: string = uuidv4();
// Save it to our required cookie
cy.task('getRestBaseDomain').then((baseDomain: string) => {
// Create a fake CSRF Token. Set it in the required server-side cookie
cy.setCookie(DSPACE_XSRF_COOKIE, csrfToken, { 'domain': baseDomain });
});
// return the generated token wrapped in a chainable
return cy.wrap(csrfToken);
}
// Add as a Cypress command (i.e. assign to 'cy.createCSRFCookie')
Cypress.Commands.add('createCSRFCookie', createCSRFCookie);

75
cypress/support/e2e.ts Normal file
View File

@@ -0,0 +1,75 @@
// ***********************************************************
// This example support/index.js is processed and
// loaded automatically before your test files.
//
// This is a great place to put global configuration and
// behavior that modifies Cypress.
//
// You can change the location of this file or turn off
// automatically serving support files with the
// 'supportFile' configuration option.
//
// You can read more here:
// https://on.cypress.io/configuration
// ***********************************************************
// Import all custom Commands (from commands.ts) for all tests
import './commands';
// Import Cypress Axe tools for all tests
// https://github.com/component-driven/cypress-axe
import 'cypress-axe';
import { DSPACE_XSRF_COOKIE } from 'src/app/core/xsrf/xsrf.constants';
// Runs once before all tests
before(() => {
// Cypress doesn't have access to the running application in Node.js.
// So, it's not possible to inject or load the AppConfig or environment of the Angular UI.
// Instead, we'll read our running application's config.json, which contains the configs &
// is regenerated at runtime each time the Angular UI application starts up.
cy.task('readUIConfig').then((str: string) => {
// Parse config into a JSON object
const config = JSON.parse(str);
// Find URL of our REST API & save to global variable via task
let baseRestUrl = FALLBACK_TEST_REST_BASE_URL;
if (!config.rest.baseUrl) {
console.warn("Could not load 'rest.baseUrl' from config.json. Falling back to " + FALLBACK_TEST_REST_BASE_URL);
} else {
baseRestUrl = config.rest.baseUrl;
}
cy.task('saveRestBaseURL', baseRestUrl);
// Find domain of our REST API & save to global variable via task.
let baseDomain = FALLBACK_TEST_REST_DOMAIN;
if (!config.rest.host) {
console.warn("Could not load 'rest.host' from config.json. Falling back to " + FALLBACK_TEST_REST_DOMAIN);
} else {
baseDomain = config.rest.host;
}
cy.task('saveRestBaseDomain', baseDomain);
});
});
// Runs once before the first test in each "block"
beforeEach(() => {
// Pre-agree to all Klaro cookies by setting the klaro-anonymous cookie
// This just ensures it doesn't get in the way of matching other objects in the page.
cy.setCookie('klaro-anonymous', '{%22authentication%22:true%2C%22preferences%22:true%2C%22acknowledgement%22:true%2C%22google-analytics%22:true%2C%22google-recaptcha%22:true}');
// Remove any CSRF cookies saved from prior tests
cy.clearCookie(DSPACE_XSRF_COOKIE);
});
// NOTE: FALLBACK_TEST_REST_BASE_URL is only used if Cypress cannot read the REST API BaseURL
// from the Angular UI's config.json. See 'before()' above.
const FALLBACK_TEST_REST_BASE_URL = 'http://localhost:8080/server';
const FALLBACK_TEST_REST_DOMAIN = 'localhost';
// USEFUL REGEX for testing
// Match any string that contains at least one non-space character
// Can be used with "contains()" to determine if an element has a non-empty text value
export const REGEX_MATCH_NON_EMPTY_TEXT = /^(?!\s*$).+/;

44
cypress/support/utils.ts Normal file
View File

@@ -0,0 +1,44 @@
import { Result } from 'axe-core';
import { Options } from 'cypress-axe';
// Log violations to terminal/commandline in a table format.
// Uses 'log' and 'table' tasks defined in ../plugins/index.ts
// Borrowed from https://github.com/component-driven/cypress-axe#in-your-spec-file
function terminalLog(violations: Result[]) {
cy.task(
'log',
`${violations.length} accessibility violation${violations.length === 1 ? '' : 's'} ${violations.length === 1 ? 'was' : 'were'} detected`
);
// pluck specific keys to keep the table readable
const violationData = violations.map(
({ id, impact, description, helpUrl, nodes }) => ({
id,
impact,
description,
helpUrl,
nodes: nodes.length,
html: nodes.map(node => node.html)
})
);
// Print violations as an array, since 'node.html' above often breaks table alignment
cy.task('log', violationData);
// Optionally, uncomment to print as a table
// cy.task('table', violationData);
}
// Custom "testA11y()" method which checks accessibility using cypress-axe
// while also ensuring any violations are logged to the terminal (see terminalLog above)
// This method MUST be called after cy.visit(), as cy.injectAxe() must be called after page load
export const testA11y = (context?: any, options?: Options) => {
cy.injectAxe();
cy.configureAxe({
rules: [
// Disable color contrast checks as they are inaccurate / result in a lot of false positives
// See also open issues in axe-core: https://github.com/dequelabs/axe-core/labels/color%20contrast
{ id: 'color-contrast', enabled: false },
]
});
cy.checkA11y(context, options, terminalLog);
};

13
cypress/tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"extends": "../tsconfig.json",
"include": [
"**/*.ts"
],
"compilerOptions": {
"types": [
"cypress",
"cypress-axe",
"node"
]
}
}

View File

@@ -1,79 +1,144 @@
# Docker Compose files
## docker directory
- docker-compose.yml
- Starts DSpace Angular with Docker Compose from the current branch. This file assumes that a DSpace 7 REST instance will also be started in Docker.
- docker-compose-rest.yml
- Runs a published instance of the DSpace 7 REST API - persists data in Docker volumes
- docker-compose-ci.yml
- Runs a published instance of the DSpace 7 REST API for CI testing. The database is re-populated from a SQL dump on each startup.
- cli.yml
- Docker compose file that provides a DSpace CLI container to work with a running DSpace REST container.
- cli.assetstore.yml
- Docker compose file that will download and install data into a DSpace REST assetstore. This script points to a default dataset that will be utilized for CI testing.
- environment.dev.ts
- Environment file for running DSpace Angular in Docker
- local.cfg
- Environment file for running the DSpace 7 REST API in Docker.
## To refresh / pull DSpace images from Dockerhub
```
docker-compose -f docker/docker-compose.yml pull
```
## To build DSpace images using code in your branch
```
docker-compose -f docker/docker-compose.yml build
```
## To start DSpace (REST and Angular) from your branch
```
docker-compose -p d7 -f docker/docker-compose.yml -f docker/docker-compose-rest.yml up -d
```
## Run DSpace REST and DSpace Angular from local branches.
_The system will be started in 2 steps. Each step shares the same docker network._
From DSpace/DSpace (build as needed)
```
docker-compose -p d7 up -d
```
From DSpace/DSpace-angular
```
docker-compose -p d7 -f docker/docker-compose.yml up -d
```
## Ingest test data from AIPDIR
Create an administrator
```
docker-compose -p d7 -f docker/cli.yml run --rm dspace-cli create-administrator -e test@test.edu -f admin -l user -p admin -c en
```
Load content from AIP files
```
docker-compose -p d7 -f docker/cli.yml -f ./docker/cli.ingest.yml run --rm dspace-cli
```
## Alternative Ingest - Use Entities dataset
_Delete your docker volumes or use a unique project (-p) name_
Start DSpace with Database Content from a database dump
```
docker-compose -p d7 -f docker/docker-compose.yml -f docker/docker-compose-rest.yml -f docker/db.entities.yml up -d
```
Load assetstore content and trigger a re-index of the repository
```
docker-compose -p d7 -f docker/cli.yml -f docker/cli.assetstore.yml run --rm dspace-cli
```
## End to end testing of the rest api (runs in travis).
_In this instance, only the REST api runs in Docker using the Entities dataset. Travis will perform CI testing of Angular using Node to drive the tests._
```
docker-compose -p d7ci -f docker/docker-compose-travis.yml up -d
```
# Docker Compose files
***
:warning: **THESE IMAGES ARE NOT PRODUCTION READY** The below Docker Compose images/resources were built for development/testing only. Therefore, they may not be fully secured or up-to-date, and should not be used in production.
If you wish to run DSpace on Docker in production, we recommend building your own Docker images. You are welcome to borrow ideas/concepts from the below images in doing so. But, the below images should not be used "as is" in any production scenario.
***
## Overview
The scripts in this directory can be used to start the DSpace User Interface (frontend) in Docker.
Optionally, the backend (REST API) might also be started in Docker.
For additional options/settings in starting the backend (REST API) in Docker, see the Docker Compose
documentation for the backend: https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/README.md
## Root directory
The root directory of this project contains all the Dockerfiles which may be referenced by
the Docker compose scripts in this 'docker' folder.
### Dockerfile
This Dockerfile is used to build a *development* DSpace 7 Angular UI image, published as 'dspace/dspace-angular'
```
docker build -t dspace/dspace-angular:dspace-7_x .
```
This image is built *automatically* after each commit is made to the `main` branch.
Admins to our DockerHub repo can manually publish with the following command.
```
docker push dspace/dspace-angular:dspace-7_x
```
### Dockerfile.dist
The `Dockerfile.dist` is used to generate a *production* build and runtime environment.
```bash
# build the latest image
docker build -f Dockerfile.dist -t dspace/dspace-angular:dspace-7_x-dist .
```
A default/demo version of this image is built *automatically*.
## 'docker' directory
- docker-compose.yml
- Starts DSpace Angular with Docker Compose from the current branch. This file assumes that a DSpace 7 REST instance will also be started in Docker.
- docker-compose-rest.yml
- Runs a published instance of the DSpace 7 REST API - persists data in Docker volumes
- docker-compose-ci.yml
- Runs a published instance of the DSpace 7 REST API for CI testing. The database is re-populated from a SQL dump on each startup.
- cli.yml
- Docker compose file that provides a DSpace CLI container to work with a running DSpace REST container.
- cli.assetstore.yml
- Docker compose file that will download and install data into a DSpace REST assetstore. This script points to a default dataset that will be utilized for CI testing.
## To refresh / pull DSpace images from Dockerhub
```
docker-compose -f docker/docker-compose.yml pull
```
## To build DSpace images using code in your branch
```
docker-compose -f docker/docker-compose.yml build
```
## To start DSpace (REST and Angular) from your branch
This command provides a quick way to start both the frontend & backend from this single codebase
```
docker-compose -p d7 -f docker/docker-compose.yml -f docker/docker-compose-rest.yml up -d
```
Keep in mind, you may also start the backend by cloning the 'DSpace/DSpace' GitHub repository separately. See the next section.
## Run DSpace REST and DSpace Angular from local branches.
This section assumes that you have clones *both* the 'DSpace/DSpace' and 'DSpace/dspace-angular' GitHub
repositories. When both are available locally, you can spin up both in Docker and have them work together.
_The system will be started in 2 steps. Each step shares the same docker network._
From 'DSpace/DSpace' clone (build first as needed):
```
docker-compose -p d7 up -d
```
NOTE: More detailed instructions on starting the backend via Docker can be found in the [Docker Compose instructions for the Backend](https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/README.md).
From 'DSpace/dspace-angular' clone (build first as needed)
```
docker-compose -p d7 -f docker/docker-compose.yml up -d
```
At this point, you should be able to access the UI from http://localhost:4000,
and the backend at http://localhost:8080/server/
## Run DSpace Angular dist build with DSpace Demo site backend
This allows you to run the Angular UI in *production* mode, pointing it at the demo or sandbox backend
(https://demo.dspace.org/server/ or https://sandbox.dspace.org/server/).
```
docker-compose -f docker/docker-compose-dist.yml pull
docker-compose -f docker/docker-compose-dist.yml build
docker-compose -p d7 -f docker/docker-compose-dist.yml up -d
```
## Ingest test data from AIPDIR
Create an administrator
```
docker-compose -p d7 -f docker/cli.yml run --rm dspace-cli create-administrator -e test@test.edu -f admin -l user -p admin -c en
```
Load content from AIP files
```
docker-compose -p d7 -f docker/cli.yml -f ./docker/cli.ingest.yml run --rm dspace-cli
```
## Alternative Ingest - Use Entities dataset
_Delete your docker volumes or use a unique project (-p) name_
Start DSpace with Database Content from a database dump
```
docker-compose -p d7 -f docker/docker-compose.yml -f docker/docker-compose-rest.yml -f docker/db.entities.yml up -d
```
Load assetstore content and trigger a re-index of the repository
```
docker-compose -p d7 -f docker/cli.yml -f docker/cli.assetstore.yml run --rm dspace-cli
```
## End to end testing of the REST API (runs in GitHub Actions CI).
_In this instance, only the REST api runs in Docker using the Entities dataset. GitHub Actions will perform CI testing of Angular using Node to drive the tests. See `.github/workflows/build.yml` for more details._
This command is only really useful for testing our Continuous Integration process.
```
docker-compose -p d7ci -f docker/docker-compose-ci.yml up -d
```

View File

@@ -12,15 +12,8 @@
# https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/cli.assetstore.yml
#
# Therefore, it should be kept in sync with that file
version: "3.7"
networks:
dspacenet:
services:
dspace-cli:
networks:
dspacenet: {}
environment:
# This assetstore zip is available from https://github.com/DSpace-Labs/AIP-Files/releases/tag/demo-entities-data
- LOADASSETS=https://github.com/DSpace-Labs/AIP-Files/releases/download/demo-entities-data/assetstore.tar.gz
@@ -35,6 +28,6 @@ services:
tar xvfz /tmp/assetstore.tar.gz
fi
/dspace/bin/dspace index-discovery
/dspace/bin/dspace index-discovery -b
/dspace/bin/dspace oai import
/dspace/bin/dspace oai clean-cache

View File

@@ -12,8 +12,6 @@
# https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/cli.ingest.yml
#
# Therefore, it should be kept in sync with that file
version: "3.7"
services:
dspace-cli:
environment:

View File

@@ -12,25 +12,35 @@
# https://github.com/DSpace/DSpace/blob/main/docker-compose-cli.yml
#
# Therefore, it should be kept in sync with that file
version: "3.7"
networks:
# Default to using network named 'dspacenet' from docker-compose-rest.yml.
# Its full name will be prepended with the project name (e.g. "-p d7" means it will be named "d7_dspacenet")
# If COMPOSITE_PROJECT_NAME is missing, default value will be "docker" (name of folder this file is in)
default:
name: ${COMPOSE_PROJECT_NAME:-docker}_dspacenet
external: true
services:
dspace-cli:
image: "${DOCKER_OWNER:-dspace}/dspace-cli:${DSPACE_VER:-dspace-7_x}"
image: "${DOCKER_REGISTRY:-docker.io}/${DOCKER_OWNER:-dspace}/dspace-cli:${DSPACE_VER:-dspace-7_x}"
container_name: dspace-cli
#environment:
environment:
# Below syntax may look odd, but it is how to override dspace.cfg settings via env variables.
# See https://github.com/DSpace/DSpace/blob/main/dspace/config/config-definition.xml
# __P__ => "." (e.g. dspace__P__dir => dspace.dir)
# __D__ => "-" (e.g. google__D__metadata => google-metadata)
# dspace.dir
dspace__P__dir: /dspace
# db.url: Ensure we are using the 'dspacedb' image for our database
db__P__url: 'jdbc:postgresql://dspacedb:5432/dspace'
# solr.server: Ensure we are using the 'dspacesolr' image for Solr
solr__P__server: http://dspacesolr:8983/solr
volumes:
- "assetstore:/dspace/assetstore"
- "./local.cfg:/dspace/config/local.cfg"
# Keep DSpace assetstore directory between reboots
- assetstore:/dspace/assetstore
entrypoint: /dspace/bin/dspace
command: help
networks:
- dspacenet
tty: true
stdin_open: true
volumes:
assetstore:
networks:
dspacenet:

View File

@@ -12,20 +12,18 @@
# https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/db.entities.yml
#
# # Therefore, it should be kept in sync with that file
version: "3.7"
services:
dspacedb:
image: dspace/dspace-postgres-pgcrypto:loadsql
image: ${DOCKER_REGISTRY:-docker.io}/${DOCKER_OWNER:-dspace}/dspace-postgres-pgcrypto:${DSPACE_VER:-dspace-7_x}-loadsql
environment:
# This LOADSQL should be kept in sync with the URL in DSpace/DSpace
# This SQL is available from https://github.com/DSpace-Labs/AIP-Files/releases/tag/demo-entities-data
- LOADSQL=https://github.com/DSpace-Labs/AIP-Files/releases/download/demo-entities-data/dspace7-entities-2021-04-14.sql
- LOADSQL=https://github.com/DSpace-Labs/AIP-Files/releases/download/demo-entities-data/dspace7-entities-data.sql
dspace:
### OVERRIDE default 'entrypoint' in 'docker-compose-rest.yml' ####
# Ensure that the database is ready BEFORE starting tomcat
# 1. While a TCP connection to dspacedb port 5432 is not available, continue to sleep
# 2. Then, run database migration to init database tables
# 2. Then, run database migration to init database tables (including any out-of-order ignored migrations, if any)
# 3. (Custom for Entities) enable Entity-specific collection submission mappings in item-submission.xml
# This 'sed' command inserts the sample configurations specific to the Entities data set, see:
# https://github.com/DSpace/DSpace/blob/main/dspace/config/item-submission.xml#L36-L49
@@ -35,7 +33,7 @@ services:
- '-c'
- |
while (!</dev/tcp/dspacedb/5432) > /dev/null 2>&1; do sleep 1; done;
/dspace/bin/dspace database migrate
/dspace/bin/dspace database migrate ignored
sed -i '/name-map collection-handle="default".*/a \\n <name-map collection-handle="123456789/3" submission-name="Publication"/> \
<name-map collection-handle="123456789/4" submission-name="Publication"/> \
<name-map collection-handle="123456789/281" submission-name="Publication"/> \

View File

@@ -10,18 +10,34 @@
# This is used by our GitHub CI at .github/workflows/build.yml
# It is based heavily on the Backend's Docker Compose:
# https://github.com/DSpace/DSpace/blob/main/docker-compose.yml
version: '3.7'
networks:
dspacenet:
services:
# DSpace (backend) webapp container
dspace:
container_name: dspace
environment:
# Below syntax may look odd, but it is how to override dspace.cfg settings via env variables.
# See https://github.com/DSpace/DSpace/blob/main/dspace/config/config-definition.xml
# __P__ => "." (e.g. dspace__P__dir => dspace.dir)
# __D__ => "-" (e.g. google__D__metadata => google-metadata)
# dspace.dir, dspace.server.url and dspace.ui.url
dspace__P__dir: /dspace
dspace__P__server__P__url: http://127.0.0.1:8080/server
dspace__P__ui__P__url: http://127.0.0.1:4000
# db.url: Ensure we are using the 'dspacedb' image for our database
db__P__url: 'jdbc:postgresql://dspacedb:5432/dspace'
# solr.server: Ensure we are using the 'dspacesolr' image for Solr
solr__P__server: http://dspacesolr:8983/solr
# Tell Statistics to commit all views immediately instead of waiting on Solr's autocommit.
# This allows us to generate statistics in e2e tests so that statistics pages can be tested thoroughly.
solr__D__statistics__P__autoCommit: 'false'
LOGGING_CONFIG: /dspace/config/log4j2-container.xml
image: "${DOCKER_REGISTRY:-docker.io}/${DOCKER_OWNER:-dspace}/dspace:${DSPACE_VER:-dspace-7_x-test}"
depends_on:
- dspacedb
image: dspace/dspace:dspace-7_x-test
networks:
dspacenet:
- dspacenet
ports:
- published: 8080
target: 8080
@@ -29,47 +45,45 @@ services:
tty: true
volumes:
- assetstore:/dspace/assetstore
- "./local.cfg:/dspace/config/local.cfg"
# Mount DSpace's solr configs to a volume, so that we can share to 'dspacesolr' container (see below)
- solr_configs:/dspace/solr
# Ensure that the database is ready BEFORE starting tomcat
# 1. While a TCP connection to dspacedb port 5432 is not available, continue to sleep
# 2. Then, run database migration to init database tables
# 2. Then, run database migration to init database tables (including any out-of-order ignored migrations, if any)
# 3. Finally, start Tomcat
entrypoint:
- /bin/bash
- '-c'
- |
while (!</dev/tcp/dspacedb/5432) > /dev/null 2>&1; do sleep 1; done;
/dspace/bin/dspace database migrate
/dspace/bin/dspace database migrate ignored
catalina.sh run
# DSpace database container
# NOTE: This is customized to use our loadsql image, so that we are using a database with existing test data
dspacedb:
container_name: dspacedb
image: "${DOCKER_REGISTRY:-docker.io}/${DOCKER_OWNER:-dspace}/dspace-postgres-pgcrypto:${DSPACE_VER:-dspace-7_x}-loadsql"
environment:
# This LOADSQL should be kept in sync with the LOADSQL in
# https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/db.entities.yml
# This SQL is available from https://github.com/DSpace-Labs/AIP-Files/releases/tag/demo-entities-data
LOADSQL: https://github.com/DSpace-Labs/AIP-Files/releases/download/demo-entities-data/dspace7-entities-2021-04-14.sql
LOADSQL: https://github.com/DSpace-Labs/AIP-Files/releases/download/demo-entities-data/dspace7-entities-data.sql
PGDATA: /pgdata
image: dspace/dspace-postgres-pgcrypto:loadsql
POSTGRES_PASSWORD: dspace
networks:
dspacenet:
- dspacenet
ports:
- published: 5432
target: 5432
stdin_open: true
tty: true
volumes:
# Keep Postgres data directory between reboots
- pgdata:/pgdata
# DSpace Solr container
dspacesolr:
container_name: dspacesolr
# Uses official Solr image at https://hub.docker.com/_/solr/
image: solr:8.8
# Needs main 'dspace' container to start first to guarantee access to solr_configs
depends_on:
- dspace
image: "${DOCKER_REGISTRY:-docker.io}/${DOCKER_OWNER:-dspace}/dspace-solr:${DSPACE_VER:-dspace-7_x}"
networks:
dspacenet:
- dspacenet
ports:
- published: 8983
target: 8983
@@ -77,9 +91,6 @@ services:
tty: true
working_dir: /var/solr/data
volumes:
# Mount our "solr_configs" volume available under the Solr's configsets folder (in a 'dspace' subfolder)
# This copies the Solr configs from main 'dspace' container into 'dspacesolr' via that volume
- solr_configs:/opt/solr/server/solr/configsets/dspace
# Keep Solr data directory between reboots
- solr_data:/var/solr/data
# Initialize all DSpace Solr cores using the mounted configsets (see above), then start Solr
@@ -88,14 +99,16 @@ services:
- '-c'
- |
init-var-solr
precreate-core authority /opt/solr/server/solr/configsets/dspace/authority
precreate-core oai /opt/solr/server/solr/configsets/dspace/oai
precreate-core search /opt/solr/server/solr/configsets/dspace/search
precreate-core statistics /opt/solr/server/solr/configsets/dspace/statistics
precreate-core authority /opt/solr/server/solr/configsets/authority
cp -r /opt/solr/server/solr/configsets/authority/* authority
precreate-core oai /opt/solr/server/solr/configsets/oai
cp -r /opt/solr/server/solr/configsets/oai/* oai
precreate-core search /opt/solr/server/solr/configsets/search
cp -r /opt/solr/server/solr/configsets/search/* search
precreate-core statistics /opt/solr/server/solr/configsets/statistics
cp -r /opt/solr/server/solr/configsets/statistics/* statistics
exec solr -f
volumes:
assetstore:
pgdata:
solr_data:
# Special volume used to share Solr configs from 'dspace' to 'dspacesolr' container (see above)
solr_configs:

View File

@@ -0,0 +1,39 @@
#
# The contents of this file are subject to the license and copyright
# detailed in the LICENSE and NOTICE files at the root of the source
# tree and available online at
#
# http://www.dspace.org/license/
#
# Docker Compose for running the DSpace Angular UI dist build
# for previewing with the DSpace Demo site backend
networks:
dspacenet:
services:
dspace-angular:
container_name: dspace-angular
environment:
DSPACE_UI_SSL: 'false'
DSPACE_UI_HOST: dspace-angular
DSPACE_UI_PORT: '4000'
DSPACE_UI_NAMESPACE: /
# NOTE: When running the UI in production mode (which the -dist image does),
# these DSPACE_REST_* variables MUST point at a public, HTTPS URL.
# This is because Server Side Rendering (SSR) currently requires a public URL,
# see this bug: https://github.com/DSpace/dspace-angular/issues/1485
DSPACE_REST_SSL: 'true'
DSPACE_REST_HOST: demo.dspace.org
DSPACE_REST_PORT: 443
DSPACE_REST_NAMESPACE: /server
image: "${DOCKER_REGISTRY:-docker.io}/${DOCKER_OWNER:-dspace}/dspace-angular:${DSPACE_VER:-dspace-7_x}-dist"
build:
context: ..
dockerfile: Dockerfile.dist
networks:
dspacenet:
ports:
- published: 4000
target: 4000
stdin_open: true
tty: true

View File

@@ -10,18 +10,41 @@
# This is based heavily on the docker-compose.yml that is available in the DSpace/DSpace
# (Backend) at:
# https://github.com/DSpace/DSpace/blob/main/docker-compose.yml
version: '3.7'
networks:
dspacenet:
ipam:
config:
# Define a custom subnet for our DSpace network, so that we can easily trust requests from host to container.
# If you customize this value, be sure to customize the 'proxies.trusted.ipranges' env variable below.
- subnet: 172.23.0.0/16
services:
# DSpace (backend) webapp container
dspace:
container_name: dspace
image: dspace/dspace:dspace-7_x-test
environment:
# Below syntax may look odd, but it is how to override dspace.cfg settings via env variables.
# See https://github.com/DSpace/DSpace/blob/main/dspace/config/config-definition.xml
# __P__ => "." (e.g. dspace__P__dir => dspace.dir)
# __D__ => "-" (e.g. google__D__metadata => google-metadata)
# dspace.dir, dspace.server.url, dspace.ui.url and dspace.name
dspace__P__dir: /dspace
# Uncomment to set a non-default value for dspace.server.url or dspace.ui.url
# dspace__P__server__P__url: http://localhost:8080/server
# dspace__P__ui__P__url: http://localhost:4000
dspace__P__name: 'DSpace Started with Docker Compose'
# db.url: Ensure we are using the 'dspacedb' image for our database
db__P__url: 'jdbc:postgresql://dspacedb:5432/dspace'
# solr.server: Ensure we are using the 'dspacesolr' image for Solr
solr__P__server: http://dspacesolr:8983/solr
# proxies.trusted.ipranges: This setting is required for a REST API running in Docker to trust requests
# from the host machine. This IP range MUST correspond to the 'dspacenet' subnet defined above.
proxies__P__trusted__P__ipranges: '172.23.0'
LOGGING_CONFIG: /dspace/config/log4j2-container.xml
image: "${DOCKER_REGISTRY:-docker.io}/${DOCKER_OWNER:-dspace}/dspace:${DSPACE_VER:-dspace-7_x-test}"
depends_on:
- dspacedb
networks:
dspacenet:
- dspacenet
ports:
- published: 8080
target: 8080
@@ -29,9 +52,6 @@ services:
tty: true
volumes:
- assetstore:/dspace/assetstore
- "./local.cfg:/dspace/config/local.cfg"
# Mount DSpace's solr configs to a volume, so that we can share to 'dspacesolr' container (see below)
- solr_configs:/dspace/solr
# Ensure that the database is ready BEFORE starting tomcat
# 1. While a TCP connection to dspacedb port 5432 is not available, continue to sleep
# 2. Then, run database migration to init database tables
@@ -46,28 +66,27 @@ services:
# DSpace database container
dspacedb:
container_name: dspacedb
# Uses a custom Postgres image with pgcrypto installed
image: "${DOCKER_REGISTRY:-docker.io}/${DOCKER_OWNER:-dspace}/dspace-postgres-pgcrypto:${DSPACE_VER:-dspace-7_x}"
environment:
PGDATA: /pgdata
image: dspace/dspace-postgres-pgcrypto
POSTGRES_PASSWORD: dspace
networks:
dspacenet:
- dspacenet
ports:
- published: 5432
target: 5432
stdin_open: true
tty: true
volumes:
# Keep Postgres data directory between reboots
- pgdata:/pgdata
# DSpace Solr container
dspacesolr:
container_name: dspacesolr
# Uses official Solr image at https://hub.docker.com/_/solr/
image: solr:8.8
# Needs main 'dspace' container to start first to guarantee access to solr_configs
depends_on:
- dspace
image: "${DOCKER_REGISTRY:-docker.io}/${DOCKER_OWNER:-dspace}/dspace-solr:${DSPACE_VER:-dspace-7_x}"
networks:
dspacenet:
- dspacenet
ports:
- published: 8983
target: 8983
@@ -75,25 +94,28 @@ services:
tty: true
working_dir: /var/solr/data
volumes:
# Mount our "solr_configs" volume available under the Solr's configsets folder (in a 'dspace' subfolder)
# This copies the Solr configs from main 'dspace' container into 'dspacesolr' via that volume
- solr_configs:/opt/solr/server/solr/configsets/dspace
# Keep Solr data directory between reboots
- solr_data:/var/solr/data
# Initialize all DSpace Solr cores using the mounted local configsets (see above), then start Solr
# * First, run precreate-core to create the core (if it doesn't yet exist). If exists already, this is a no-op
# * Second, copy configsets to this core:
# Updates to Solr configs require the container to be rebuilt/restarted:
# `docker-compose -p d7 -f docker/docker-compose.yml -f docker/docker-compose-rest.yml up -d --build dspacesolr`
entrypoint:
- /bin/bash
- '-c'
- |
init-var-solr
precreate-core authority /opt/solr/server/solr/configsets/dspace/authority
precreate-core oai /opt/solr/server/solr/configsets/dspace/oai
precreate-core search /opt/solr/server/solr/configsets/dspace/search
precreate-core statistics /opt/solr/server/solr/configsets/dspace/statistics
precreate-core authority /opt/solr/server/solr/configsets/authority
cp -r /opt/solr/server/solr/configsets/authority/* authority
precreate-core oai /opt/solr/server/solr/configsets/oai
cp -r /opt/solr/server/solr/configsets/oai/* oai
precreate-core search /opt/solr/server/solr/configsets/search
cp -r /opt/solr/server/solr/configsets/search/* search
precreate-core statistics /opt/solr/server/solr/configsets/statistics
cp -r /opt/solr/server/solr/configsets/statistics/* statistics
exec solr -f
volumes:
assetstore:
pgdata:
solr_data:
# Special volume used to share Solr configs from 'dspace' to 'dspacesolr' container (see above)
solr_configs:

View File

@@ -9,18 +9,21 @@
# Docker Compose for running the DSpace Angular UI for testing/development
# Requires also running a REST API backend (either locally or remotely),
# for example via 'docker-compose-rest.yml'
version: '3.7'
networks:
dspacenet:
services:
dspace-angular:
container_name: dspace-angular
environment:
DSPACE_HOST: dspace-angular
DSPACE_NAMESPACE: /
DSPACE_PORT: '4000'
DSPACE_SSL: "false"
image: dspace/dspace-angular:latest
DSPACE_UI_SSL: 'false'
DSPACE_UI_HOST: dspace-angular
DSPACE_UI_PORT: '4000'
DSPACE_UI_NAMESPACE: /
DSPACE_REST_SSL: 'false'
DSPACE_REST_HOST: localhost
DSPACE_REST_PORT: 8080
DSPACE_REST_NAMESPACE: /server
image: "${DOCKER_REGISTRY:-docker.io}/${DOCKER_OWNER:-dspace}/dspace-angular:${DSPACE_VER:-dspace-7_x}"
build:
context: ..
dockerfile: Dockerfile
@@ -33,5 +36,3 @@ services:
target: 9876
stdin_open: true
tty: true
volumes:
- ./environment.dev.ts:/app/src/environments/environment.dev.ts

11
docker/dspace-ui.json Normal file
View File

@@ -0,0 +1,11 @@
{
"apps": [
{
"name": "dspace-ui",
"cwd": "/app",
"script": "dist/server/main.js",
"instances": "max",
"exec_mode": "cluster"
}
]
}

View File

@@ -1,18 +0,0 @@
/**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE and NOTICE files at the root of the source
* tree and available online at
*
* http://www.dspace.org/license/
*/
// This file is based on environment.template.ts provided by Angular UI
export const environment = {
// Default to using the local REST API (running in Docker)
rest: {
ssl: false,
host: 'localhost',
port: 8080,
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
nameSpace: '/server'
}
};

View File

@@ -1,6 +0,0 @@
dspace.dir=/dspace
db.url=jdbc:postgresql://dspacedb:5432/dspace
dspace.server.url=http://localhost:8080/server
dspace.ui.url=http://localhost:4000
dspace.name=DSpace Started with Docker Compose
solr.server=http://dspacesolr:8983/solr

View File

@@ -1,26 +1,30 @@
# Configuration
Default configuration file is located in `src/environments/` folder. All configuration options should be listed in the default configuration file `src/environments/environment.common.ts`. Please do not change this file directly! To change the default configuration values, create local files that override the parameters you need to change. You can use `environment.template.ts` as a starting point.
Default configuration file is located at `config/config.yml`. All configuration options should be listed in the default typescript file `src/config/default-app-config.ts`. Please do not change this file directly! To override the default configuration values, create local files that override the parameters you need to change. You can use `config.example.yml` as a starting point.
- Create a new `environment.dev.ts` file in `src/environments/` for `development` environment;
- Create a new `environment.prod.ts` file in `src/environments/` for `production` environment;
- Create a new `config.(dev or development).yml` file in `config/` for `development` environment;
- Create a new `config.(prod or production).yml` file in `config/` for `production` environment;
Some few configuration options can be overridden by setting environment variables. These and the variable names are listed below.
Alternatively, create a desired app config file at an external location and set the path as environment variable `DSPACE_APP_CONFIG_PATH`.
e.g.
```
DSPACE_APP_CONFIG_PATH=/usr/local/dspace/config/config.yml
```
Configuration options can be overridden by setting environment variables.
## Nodejs server
When you start dspace-angular on node, it spins up an http server on which it listens for incoming connections. You can define the ip address and port the server should bind itsself to, and if ssl should be enabled not. By default it listens on `localhost:4000`. If you want it to listen on all your network connections, configure it to bind itself to `0.0.0.0`.
To change this configuration, change the options `ui.host`, `ui.port` and `ui.ssl` in the appropriate configuration file (see above):
```
export const environment = {
// Angular UI settings.
ui: {
ssl: false,
host: 'localhost',
port: 4000,
nameSpace: '/'
}
};
```yaml
ui:
ssl: false
host: localhost
port: 4000
nameSpace: /
```
Alternately you can set the following environment variables. If any of these are set, it will override all configuration files:
@@ -30,31 +34,49 @@ Alternately you can set the following environment variables. If any of these are
DSPACE_PORT=4000
DSPACE_NAMESPACE=/
```
or
```
DSPACE_UI_SSL=true
DSPACE_UI_HOST=localhost
DSPACE_UI_PORT=4000
DSPACE_UI_NAMESPACE=/
```
## DSpace's REST endpoint
dspace-angular connects to your DSpace installation by using its REST endpoint. To do so, you have to define the ip address, port and if ssl should be enabled. You can do this in a configuration file (see above) by adding the following options:
```
export const environment = {
// The REST API server settings.
rest: {
ssl: true,
host: 'api7.dspace.org',
port: 443,
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
nameSpace: '/server'
}
};
```yaml
rest:
ssl: true
host: demo.dspace.org
port: 443
nameSpace: /server
}
```
Alternately you can set the following environment variables. If any of these are set, it will override all configuration files:
```
DSPACE_REST_SSL=true
DSPACE_REST_HOST=api7.dspace.org
DSPACE_REST_HOST=demo.dspace.org
DSPACE_REST_PORT=443
DSPACE_REST_NAMESPACE=/server
```
## Environment variable naming convention
Settings can be set using the following convention for naming the environment variables:
1. replace all `.` with `_`
2. convert all characters to upper case
3. prefix with `DSPACE_`
e.g.
```
cache.msToLive.default => DSPACE_CACHE_MSTOLIVE_DEFAULT
auth.ui.timeUntilIdle => DSPACE_AUTH_UI_TIMEUNTILIDLE
```
## Supporting analytics services other than Google Analytics
This project makes use of [Angulartics](https://angulartics.github.io/angulartics2/) to track usage events and send them to Google Analytics.

View File

@@ -1,14 +0,0 @@
const config = require('./protractor.conf').config;
config.capabilities = {
browserName: 'chrome',
chromeOptions: {
args: ['--headless', '--no-sandbox', '--disable-gpu']
}
};
// don't use protractor's webdriver, as it may be incompatible with the installed chrome version
config.directConnect = false;
config.seleniumAddress = 'http://localhost:4444/wd/hub';
exports.config = config;

Some files were not shown because too many files have changed in this diff Show More