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
dependabot[bot]
494771c0da
Bump nanoid from 3.3.7 to 3.3.8
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.3.7 to 3.3.8.
- [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.3.7...3.3.8 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-16 13:34:09 +00: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
nwoodward
c67dc4d8e4
fixed typo in descrption
2024-12-09 11:27:00 -06:00
dependabot[bot]
1a48a6c853
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:56:11 +00: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
Sascha Szott
dbd67f056e
fix indentation
2024-12-06 18:12:44 +01:00
Sascha Szott
acb7c9bd33
remove nested span element
2024-12-06 18:09:02 +01:00
Alexandre Vryghem
5ee721f2c4
117287: Embed the communities/collections on the EPerson groups
2024-12-06 18:08:57 +01:00
Sascha Szott
97b5e0cc92
fix nested span element
2024-12-06 18:05:07 +01:00
Sascha Szott
e9a28c6d3d
fix nested span element
2024-12-06 18:02:43 +01:00
Sascha Szott
2e174cd9e6
fix nested span element
2024-12-06 18:01:37 +01:00
Sascha Szott
15d3f257b3
fix nested span element
2024-12-06 18:00:47 +01:00
Sascha Szott
8509096c32
fix nested span element
2024-12-06 17:59:56 +01:00
Sascha Szott
84878ede67
fix nested span element
2024-12-06 17:56:50 +01:00
Sascha Szott
394ecea118
fix nested span element in templates
2024-12-06 17:47:14 +01:00
Sascha Szott
71de4b600b
fix value of selector in component annotation
2024-12-06 17:34:37 +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