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
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
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
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
Tim Donohue
bfefc4139e
Merge pull request #3656 from 4Science/task/main/DURACOM-300
...
#3655 - Fixes Spacing Issue Between Email Label and Email Address on Profile Setup Form
2024-11-15 16:34:23 -06:00
Simone Ramundi
2b104183f7
[DURACOM-300] Fixed space in registration form
2024-11-15 15:33:23 +01:00
Tim Donohue
aec402e77f
Merge pull request #3649 from pilasou/pilasou-translations-fr
...
French translations for subscriptions feature
2024-11-13 13:51:16 -06:00
Tim Donohue
0417e1de59
Merge pull request #3225 from 4Science/task/main/CST-15591
...
Fixed headings by their rank
2024-11-13 11:26:02 -06:00
Pierre Lasou
2c16162948
French translations for subscriptions feature
...
Includes all french labels for subcriptions, plus 2 or 3 other missing things.
2024-11-13 10:19:02 -05:00
Tim Donohue
e267244caa
Merge pull request #3646 from alexandrevryghem/w2p-120150_fixed-authorization-tab-not-loading-in-dev-mode
...
Fixed authorization tab not loading in dev mode
2024-11-12 09:58:01 -06:00
Alexandre Vryghem
c062d95354
120150: Fixed authorization tab not loading in dev mode
2024-11-12 11:33:45 +01:00
Tim Donohue
f6d8446c75
Merge pull request #3585 from alexandrevryghem/w2p-117573_remove-observable-function-calls_contribute-main
...
Removed observable function calls from template (part 1)
2024-11-11 16:18:46 -06:00
Tim Donohue
3fda97f573
Merge pull request #3644 from pilasou/pilasou-translations-fr
...
French translations for COAR Notify LDN Service
2024-11-11 14:23:46 -06:00
Pierre Lasou
60dfe056dd
Fixes lint error Trailing spaces
2024-11-11 14:27:41 -05:00
Pierre Lasou
20263073c6
French translations for COAR Notify LDN Service
...
Contains all translations in french for new DSpace 8 COAR Notify module.
2024-11-11 13:57:43 -05:00
Tim Donohue
a0973090ee
Merge pull request #3222 from dataquest-dev/dtq/update-cs-messages
...
[WIP] Updated `cs` messages following the lindat v5 and clarin-dspace v7 instance
2024-11-11 09:31:10 -06:00
milanmajchrak
4b6e4c60c2
Merge branch 'main' into dtq/update-cs-messages
2024-11-11 10:01:40 +01:00
Tim Donohue
10ccf32435
Merge pull request #3603 from DSpace/dependabot/npm_and_yarn/sass-8323b2791b
...
Bump sass from 1.80.4 to 1.80.6 in the sass group
2024-11-08 16:03:04 -06:00
Tim Donohue
0f850f3327
Merge pull request #3606 from DSpace/dependabot/npm_and_yarn/compression-1.7.5
...
Bump compression from 1.7.4 to 1.7.5
2024-11-08 14:31:54 -06:00