Commit Graph

12699 Commits

Author SHA1 Message Date
dependabot[bot]
741cf66518 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 03:04:05 +00:00
Tim Donohue
6ac922971d Merge pull request #3679 from 4Science/task/main/DURACOM-297
#3678, #3217 - Fix ordering and changing values of repeatable inputs in submission form
2024-12-19 16:25:35 -06:00
Tim Donohue
225a2b6736 Merge pull request #3367 from Andrea-Guevara/AccessibilityInVocabularyTreeview
Accessibility in vocabulary treeview
2024-12-19 12:08:37 -06:00
Tim Donohue
aba988a6a4 Merge pull request #3322 from Andrea-Guevara/TargetUrl
fix #3241: Configuring the URI link target
2024-12-19 11:44:23 -06:00
Tim Donohue
5b3da0236f Merge pull request #2972 from pcg-kk/issues/2819/linkName-in-the-link-decorator-doesnt-assign-to-the-value-on-the-correct-property
fix: linkName from decorator assign value to the correct property
2024-12-19 11:16:46 -06:00
Nathan Buckingham
d13d8860f2 RSS feed from search results (Angular) (#3227)
* Port rss to 7.6 and upgrades to search functionality

* 116466: add missing imports

* 116466: fix tests and lint issues

* 116466: rss component use activated route data

* 116466: lint fixes

* 116466: More Lint fixes

---------

Co-authored-by: Nathan Buckingham <nathan.buckingham@atmire.com>
2024-12-19 11:03:52 -06:00
Alan Orth
0ade76a99c Merge pull request #3753 from atmire/w2p-121787_Investigate-internal-server-error-on-browse-page-experiment
Get rid of unnecessary and failing REST requests when navigating between different browse indexes
2024-12-19 15:57:21 +03:00
Koen Pauwels
a105bcd6f4 121787: Get rid of multiple unnecessary requests on browse by pages 2024-12-19 11:14:46 +01:00
Tim Donohue
b454e49553 Merge pull request #3607 from DSpace/dependabot/npm_and_yarn/core-js-3.39.0
Bump core-js from 3.38.1 to 3.39.0
2024-12-18 16:51:43 -06:00
Andrea-Guevara
f16015abc2 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:18:24 -06:00
Giuseppe
253b2e84d1 Fix issue with submission sections visibility (#3276)
* Removing position-fixed bootstrap class so that navbar links are available again

(cherry picked from commit 351abaa5c2)

* A new approach so that the elements of the ds-file-dropzone-no-uploader component don't overlap the navbar and make it inaccessible

(cherry picked from commit 2c259f5ae9)

* [DURACOM-291] fix submission section visibility in order to rely on the configured section scope

* Removing position-fixed bootstrap class so that navbar links are available again

(cherry picked from commit 351abaa5c2)

* A new approach so that the elements of the ds-file-dropzone-no-uploader component don't overlap the navbar and make it inaccessible

(cherry picked from commit 2c259f5ae9)

---------

Co-authored-by: root <root@TI-03.OHB.LOCAL>
2024-12-18 14:13:44 -06:00
Tim Donohue
05c74123a5 Merge pull request #3224 from 4Science/task/main/CST-15590
Close user profile menu after menu entry is selected
2024-12-18 12:08:00 -06:00
Tim Donohue
f339d8bf37 Merge pull request #3464 from atmire/item-edit-bitstreams-table-main
Edit Item, Bitstreams tab: Accessibility improvements
2024-12-17 16:59:22 -06:00
Tim Donohue
c1aabf6add Merge pull request #3720 from alexandrevryghem/w2p-117573_remove-observable-function-calls-from-template_contribute-main
Embed the community/collection on the edit EPerson page
2024-12-17 16:09:07 -06:00
Tim Donohue
5a7190203a Merge pull request #3754 from tdonohue/update_docker_to_ghcr
[GitHub Actions][Docker] Update Docker scripts & GitHub Actions to use ghcr.io instead of docker.io
2024-12-16 16:03:59 -06:00
Tim Donohue
dab6b1c12e Login to GHCR in order to have access to private Docker images for e2e tests. 2024-12-16 15:09:13 -06:00
Tim Donohue
bad57def74 Update GitHub Actions for Docker & normal build to use GitHub Container Registry 2024-12-16 14:15:52 -06:00
Tim Donohue
0d516bfe9c Allow for other Docker registries to be used with all Docker compose scripts 2024-12-16 14:12:01 -06:00
Tim Donohue
4575c3d7af Use fully qualified image names in Dockerfiles. Minor syntax fixes to ENV variables 2024-12-16 14:06:50 -06:00
root
8572bfb1b1 Addition of unit tests for the getLinkAttributes() method 2024-12-11 13:07:48 -03:00
Andreas Awouters
cc70eaa82e Merge branch 'item-edit-bitstreams-table-7.6' into item-edit-bitstreams-table-main 2024-12-11 12:02:55 +01:00
Andreas Awouters
5a88cedc22 118223: Remove console.log 2024-12-11 11:17:01 +01:00
Tim Donohue
ac00f88fe0 Merge pull request #3065 from alexandrevryghem/new-themed-components_contribute-main
Made AdminSearchPageComponent themeable
2024-12-10 09:57:31 -06:00
Alexandre Vryghem
7ca4d8f2b1 fix: ensure findListByHref correctly calls addDependency 2024-12-07 02:21:41 +01:00
Alexandre Vryghem
e4b2ebe7aa fix: replace 'any' with specific types 2024-12-06 23:29:21 +01:00
Alexandre Vryghem
2fb746f6e6 Merge branch 'main' into linkName-in-the-link-decorator-doesnt-assign-to-the-value-on-the-correct-property
# Conflicts:
#	src/app/core/data/base/base-data.service.spec.ts
2024-12-06 23:29:12 +01:00
Alexandre Vryghem
11626e22eb Merge branch 'w2p-117573_remove-observable-function-calls-from-template-7.6'
# Conflicts:
#	src/app/access-control/epeople-registry/eperson-form/eperson-form.component.ts
#	src/app/shared/object-detail/my-dspace-result-detail-element/item-detail-preview/item-detail-preview.component.ts
2024-12-06 18:36:11 +01:00
Alexandre Vryghem
5ee721f2c4 117287: Embed the communities/collections on the EPerson groups 2024-12-06 18:08:57 +01:00
Tim Donohue
dcea3baf46 Merge pull request #3677 from alexandrevryghem/w2p-120109_fix-findByHref-and-findListByHref-skipping-their-response
Fix infinite loading on item pages and optimize menu resolver usage
2024-12-05 14:49:05 -06:00
Alexandre Vryghem
446280b59a Fixed search facet deadlock
Also fixed minor issue in MetadataService, but this doesn't cause any issues in the current code
2024-12-05 21:37:45 +01:00
Tim Donohue
37bd26ed1e Merge pull request #3693 from alexandrevryghem/w2p-121534_removed-metadata-export-search-request-for-non-admins-on-search_contribute-main
Removed unauthorized metadata-export-search request on search page
2024-12-03 12:15:45 -06:00
Alan Orth
0b3cb7906c Merge branch 'main' into w2p-121534_removed-metadata-export-search-request-for-non-admins-on-search_contribute-main 2024-12-03 12:13:19 +03:00
Tim Donohue
3ca56c3c28 Merge pull request #3689 from DSpace/dependabot/npm_and_yarn/testing-8ac0a25ce2
Bump cypress from 13.15.1 to 13.16.0 in the testing group across 1 directory
2024-12-02 08:56:41 -06:00
dependabot[bot]
9f74d45e16 Bump cypress in the testing group across 1 directory
Bumps the testing group with 1 update in the / directory: [cypress](https://github.com/cypress-io/cypress).


Updates `cypress` from 13.15.1 to 13.16.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.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-02 02:40:45 +00:00
Giuseppe
67c253bbbb Merge branch 'DSpace:main' into task/main/CST-15590 2024-11-29 13:12:25 +01:00
Alexandre Vryghem
8849f140fb 117287: Removed method calls returning observables from ItemDetailPreviewComponent 2024-11-28 23:47:29 +01:00
Alan Orth
05508b63ab Merge pull request #3308 from 4Science/task/main/DURACOM-296 2024-11-28 10:56:47 +03:00
kshepherd
be2662fb92 Merge pull request #3181 from 4Science/task/main/CST-14903
Orcid Authorization / Synchronization Page Fixes
2024-11-27 15:02:38 +01:00
Alexandre Vryghem
feceb21d9c Merge remote-tracking branch 'alex/fix-scope-issues-on-search-form_contribute-7.6' into w2p-121534_removed-metadata-export-search-request-for-non-admins-on-search_contribute-main 2024-11-25 22:31:24 +01:00
Alexandre Vryghem
2011aee21e Merge remote-tracking branch 'alex/w2p-121534_removed-metadata-export-search-request-for-non-admins-on-search_contribute-7.6' into w2p-121534_removed-metadata-export-search-request-for-non-admins-on-search_contribute-main
# Conflicts:
#	src/app/shared/search/search-export-csv/search-export-csv.component.spec.ts
#	src/app/shared/search/search-export-csv/search-export-csv.component.ts
2024-11-25 22:31:04 +01:00
Alexandre Vryghem
70b855e785 121534: Removed unauthorized metadata-export-search request on search page for non-admins 2024-11-25 22:20:36 +01:00
Alexandre Vryghem
e4daf2b825 120256: Ensure searchOptions$ is a SearchOptions and not a plain object 2024-11-25 15:17:34 +01:00
Tim Donohue
256d71cc1e Merge pull request #3683 from tdonohue/config_fixes
Fix incorrect example in `config.example.yml`
2024-11-22 11:16:48 -06:00
Tim Donohue
138c007f28 Fix incorrect example. The setting category is called "ssr" and not "universal" 2024-11-22 09:42:14 -06:00
Andrea Barbasso
1c9272107c [DURACOM-297] fix changing values in submission form after ordering 2024-11-21 11:11:53 +01:00
Alexandre Vryghem
5c9f494f76 120109: Updated the route configuration to only resolve the dsoEditMenuResolver on pages who use the DsoEditMenuComponent 2024-11-20 14:46:44 +01:00
Alexandre Vryghem
decacec404 120109: Fixed "no elements in sequence" sometimes being thrown on the item bitstream & relationship tabs 2024-11-20 10:55:41 +01:00
Alexandre Vryghem
0f4d71eb58 120109: Fixed BaseDataService not emitting when the request is too fast and the ResponsePending are not emitted 2024-11-20 10:55:41 +01:00
Tim Donohue
757d23e74d Merge pull request #3671 from 4Science/task/main/DURACOM-305
Fixes the display of the System Wide Alert
2024-11-18 11:01:08 -06:00
Alisa Ismailati
628ec2b6ba [DURACOM-305] Fixes the deserialization of the SystemWideAlert 2024-11-18 15:19:04 +01:00