Commit Graph

12578 Commits

Author SHA1 Message Date
Andrea-Guevara
beef2aca17 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:30:34 -06:00
DSpace Bot
3bd84a66f2 [CST-15590] Close user profile menu after menu entry is selected (#3760)
(cherry picked from commit fa0ec0bf0c)

Co-authored-by: Alisa Ismailati <alisa.ismailati@4science.com>
2024-12-18 14:17:07 -06:00
Tim Donohue
e842c06f94 Merge pull request #3465 from atmire/item-edit-bitstreams-table-8_x
[Port dspace-8_x] Edit Item, Bitstreams tab: Accessibility improvements
2024-12-18 11:36:44 -06:00
Tim Donohue
df79a99b99 Merge pull request #3738 from alexandrevryghem/w2p-117573_remove-observable-function-calls-from-template_contribute-8_x
[Port dspace-8_x] Removed observable function calls from template (part 1)
2024-12-18 08:59:34 -06:00
Tim Donohue
57b96a378a Merge pull request #3755 from tdonohue/port_3754_to_8x
[Port dspace-8_x][GitHub Actions][Docker] Update Docker scripts & GitHub Actions to use ghcr.io instead of docker.io
2024-12-16 17:00:24 -06:00
Tim Donohue
c9800e7bff Login to GHCR in order to have access to private Docker images for e2e tests. 2024-12-16 16:20:02 -06:00
Tim Donohue
ffda455d4f Update GitHub Actions for Docker & normal build to use GitHub Container Registry 2024-12-16 16:19:53 -06:00
Tim Donohue
a027bb2d5d Allow for other Docker registries to be used with all Docker compose scripts 2024-12-16 16:19:42 -06:00
Tim Donohue
969eef9150 Use fully qualified image names in Dockerfiles. Minor syntax fixes to ENV variables 2024-12-16 16:15:10 -06:00
Andreas Awouters
d5221fbf2f Merge branch 'item-edit-bitstreams-table-7.6' into item-edit-bitstreams-table-8_x 2024-12-11 11:49:08 +01:00
Andreas Awouters
5a88cedc22 118223: Remove console.log 2024-12-11 11:17:01 +01:00
Alexandre Vryghem
5ff475046f 119915: Restored functionality to hide the research profile section on the profile page
(cherry picked from commit ded0079f24)
2024-12-09 23:57:32 +01:00
Alexandre Vryghem
d740b5df6b 117287: Prevent /api/eperson/epersons/undefined from being fired on the create ePerson page
(cherry picked from commit 0cb5b76159)
2024-12-09 23:57:23 +01:00
Alexandre Vryghem
5dcc90c1cd 117287: Fixed UI freezing on withdrawn item pages
(cherry picked from commit 976ac7604b)
2024-12-09 23:57:16 +01:00
Alexandre Vryghem
f0e9948992 Merge branch 'w2p-117573_remove-observable-function-calls-from-template-7.6' into dspace-8_x 2024-12-09 22:58:25 +01:00
Alexandre Vryghem
5ee721f2c4 117287: Embed the communities/collections on the EPerson groups 2024-12-06 18:08:57 +01:00
Tim Donohue
50885676d8 Merge pull request #3715 from DSpace/backport-3677-to-dspace-8_x
[Port dspace-8_x] Fix infinite loading on item pages and optimize menu resolver usage
2024-12-05 16:48:52 -06:00
Alexandre Vryghem
970544c130 120109: Updated the route configuration to only resolve the dsoEditMenuResolver on pages who use the DsoEditMenuComponent
(cherry picked from commit 5c9f494f76)
2024-12-05 20:49:21 +00:00
Alexandre Vryghem
c9ba47b9af 120109: Fixed "no elements in sequence" sometimes being thrown on the item bitstream & relationship tabs
(cherry picked from commit decacec404)
2024-12-05 20:49:21 +00:00
Alexandre Vryghem
9c843b62d4 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 20:49:21 +00:00
Tim Donohue
f47bf4665e Merge pull request #3711 from tdonohue/port_3693_to_8x
[Port dspace-8_x] Removed unauthorized metadata-export-search request on search page
2024-12-04 10:35:14 -06:00
Alexandre Vryghem
0c81a79d0c 121534: Removed unauthorized metadata-export-search request on search page for non-admins 2024-12-03 12:26:09 -06:00
Alexandre Vryghem
4fcae182b1 120256: Ensure searchOptions$ is a SearchOptions and not a plain object 2024-12-03 12:19:24 -06:00
Tim Donohue
30718cb810 Merge pull request #3216 from 4Science/task/dspace-8_x/CST-14903
[Port dspace-8_x] Orcid Authorization / Synchronization Page Fixes
2024-12-02 09:37:32 -06:00
Tim Donohue
686f2848e9 Merge pull request #3691 from DSpace/dependabot/npm_and_yarn/dspace-8_x/testing-8ac0a25ce2
Bump cypress from 13.15.1 to 13.16.0 in the testing group across 1 directory
2024-12-02 08:57:40 -06:00
dependabot[bot]
e4b25585b8 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 03:07:28 +00:00
Alexandre Vryghem
8849f140fb 117287: Removed method calls returning observables from ItemDetailPreviewComponent 2024-11-28 23:47:29 +01:00
Alan Orth
4228362ff3 Merge pull request #3695 from DSpace/backport-3308-to-dspace-8_x 2024-11-28 22:31:25 +03:00
Simone Ramundi
683109758b [DURACOM-296] Enabled 'admin-div' only for Site Administrator
(cherry picked from commit 4d5910981a)
2024-11-28 07:57:07 +00:00
Tim Donohue
10a4a2eec6 Merge pull request #3684 from DSpace/backport-3683-to-dspace-8_x
[Port dspace-8_x] Fix incorrect example in `config.example.yml`
2024-11-22 11:51:21 -06:00
Tim Donohue
7b9f1dcc69 Fix incorrect example. The setting category is called "ssr" and not "universal"
(cherry picked from commit 138c007f28)
2024-11-22 17:17:08 +00:00
Tim Donohue
3a18805e93 Merge pull request #3681 from dheles/8_x-dc-fix
Update docker files for 8_x
2024-11-21 14:28:15 -06:00
Drew Heles
fbef294fb4 Update docker files for 8_x 2024-11-21 14:03:50 -05:00
Tim Donohue
12804f800b Merge pull request #3672 from DSpace/backport-3671-to-dspace-8_x
[Port dspace-8_x] Fixes the display of the System Wide Alert
2024-11-18 11:46:34 -06:00
Alisa Ismailati
21fa85c31d [DURACOM-305] Fixes the deserialization of the SystemWideAlert
(cherry picked from commit 628ec2b6ba)
2024-11-18 17:01:24 +00:00
Tim Donohue
0c13fc883c Merge pull request #3661 from alexandrevryghem/w2p-107155_Performance-re-request-embeds_contribute-8_x
[Port dspace-8_x] Added support for caching embedded objects without a self link & null responses
2024-11-18 10:07:13 -06:00
Alexandre Vryghem
ec6aff411a 118944: Fix hasDraftVersion$ not working for embedded payloads with no content
(cherry picked from commit 704cc06f16)
2024-11-17 01:06:36 +01:00
Alexandre Vryghem
01fcbd7063 Merge remote-tracking branch 'contributions/w2p-107155_Performance-re-request-embeds-7.6' into w2p-107155_Performance-re-request-embeds_contribute-8_x 2024-11-17 01:02:49 +01:00
Tim Donohue
e55b78ba2d Merge pull request #3659 from DSpace/backport-3656-to-dspace-8_x
[Port dspace-8_x] #3655 - Fixes Spacing Issue Between Email Label and Email Address on Profile Setup Form
2024-11-15 17:12:35 -06:00
Simone Ramundi
f6e30b0b63 [DURACOM-300] Fixed space in registration form
(cherry picked from commit 2b104183f7)
2024-11-15 22:34:43 +00:00
Tim Donohue
9e28099351 Merge pull request #3653 from DSpace/backport-3649-to-dspace-8_x
[Port dspace-8_x] French translations for subscriptions feature
2024-11-13 14:30:15 -06:00
Tim Donohue
1c80697d29 Merge pull request #3650 from tdonohue/port_3225_to_8x
[Port dspace-8_x] Fixed headings by their rank
2024-11-13 13:54:45 -06:00
Pierre Lasou
e345dfd637 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:43 +00:00
Alisa Ismailati
844a605b5e [CST-15591] Fixed headings by their rank 2024-11-13 11:30:42 -06:00
Tim Donohue
07bbb003bb Merge pull request #3647 from DSpace/backport-3646-to-dspace-8_x
[Port dspace-8_x] Fixed authorization tab not loading in dev mode
2024-11-12 10:34:49 -06:00
Alexandre Vryghem
aae373ef22 120150: Fixed authorization tab not loading in dev mode
(cherry picked from commit c062d95354)
2024-11-12 15:58:22 +00:00
Tim Donohue
bba9f9c980 Merge pull request #3645 from DSpace/backport-3644-to-dspace-8_x
[Port dspace-8_x] French translations for COAR Notify  LDN Service
2024-11-11 15:15:42 -06:00
Pierre Lasou
9e19e8d859 Fixes lint error Trailing spaces
(cherry picked from commit 60dfe056dd)
2024-11-11 20:24:00 +00:00
Pierre Lasou
898b5fa634 French translations for COAR Notify LDN Service
Contains all translations in french for new DSpace 8 COAR Notify module.

(cherry picked from commit 20263073c6)
2024-11-11 20:24:00 +00:00
Tim Donohue
a6c2b2c026 Merge pull request #3643 from DSpace/backport-3222-to-dspace-8_x
[Port dspace-8_x] Updated `cs` messages following the lindat v5 and clarin-dspace v7 instance
2024-11-11 10:40:28 -06:00