Tim Donohue
59e6c4abf5
Merge pull request #3953 from 4Science/task/dspace-8_x/DURACOM-288
...
[Port dspace-8_x] Provide a setting to use a different REST url during SSR execution
2025-02-06 10:12:07 -06:00
Tim Donohue
173f1d4335
Merge pull request #3959 from DSpace/backport-3955-to-dspace-8_x
...
[Port dspace-8_x] Synchronized standalone imports in custom theme
2025-02-05 15:54:48 -06:00
Alexandre Vryghem
b504af6f19
126015: Sync standalone imports in custom theme
...
(cherry picked from commit fddc4936e8
)
2025-02-05 21:00:49 +00:00
Tim Donohue
677c77e9ee
Merge pull request #3954 from DSpace/backport-3948-to-dspace-8_x
...
[Port dspace-8_x] Avoid retrieving user suggestions if Researcher profiles are disabled
2025-02-04 14:55:26 -06:00
Toni Prieto
402cb7e031
Avoid retrieving user suggestions if Researcher profiles are disabled
...
(cherry picked from commit 72919cd867
)
2025-02-04 20:09:43 +00:00
Vincenzo Mecca
4b61ba4d86
[DURACOM-288] Fixes undefined request in thumbnail
2025-02-04 17:58:16 +01:00
Giuseppe Digilio
e6dbfe4b1b
[DURACOM-288] Add convention SSR REST environment variable
2025-02-04 17:54:22 +01:00
Giuseppe Digilio
f3534537ea
[DURACOM-288] Change properties description
2025-02-04 17:54:18 +01:00
Giuseppe Digilio
d52a09406d
[DURACOM-288] Enable URL replacement by default
2025-02-04 17:53:47 +01:00
Giuseppe Digilio
deb752c06e
[DURACOM-288] Add unit test to test SSR url replace
2025-02-04 17:53:18 +01:00
Giuseppe Digilio
9bf1fbd219
[DURACOM-288] Add missing settings to config.example.yml
2025-02-04 17:53:12 +01:00
Giuseppe Digilio
1a3fe013bb
[DURACOM-288] Refactoring configuration to transfer state
2025-02-04 17:53:05 +01:00
Yury Bondarenko
a78a910718
Add configuration to toggle replace/transfer
2025-02-04 17:51:56 +01:00
Giuseppe Digilio
31ed56936c
[DURACOM-288] Additional test for thumbnail component
2025-02-04 17:51:52 +01:00
Giuseppe Digilio
8562ddb14b
[DURACOM-288] Provide a setting to use a different REST url during SSR execution
2025-02-04 17:51:48 +01:00
kshepherd
051ee006f8
Merge pull request #3947 from DSpace/backport-3935-to-dspace-8_x
...
[Port dspace-8_x] Ensure `/reload/` (hard reload) path is included in SSR paths.
2025-02-03 12:45:35 +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
04695b2520
Ensure "/reload/" (hard reload) path is included in SSR paths.
...
(cherry picked from commit 83d24f8c21
)
2025-02-03 11:11:09 +00: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]
5b3c7cec88
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:11:28 +00:00
dependabot[bot]
b8fcc27504
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:10:53 +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
Tim Donohue
04e34145aa
Merge pull request #3930 from DSpace/backport-3912-to-dspace-8_x
...
[Port dspace-8_x] Fix auth in UI with LDAP if password authentication is disabled
2025-01-30 16:39:31 -06:00
Miika Nurminen
33d2a43838
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:16 +00: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
Tim Donohue
64c6c19618
Merge pull request #3927 from tdonohue/port_3372_to_8x
...
[Port dspace-8_x] Make submission reorder buttons keyboard accessible
2025-01-30 11:50:57 -06:00
AndreaBarbasso
0878eafaf3
Make reorder buttons keyboard accessible ( #3372 )
...
* [CST-15595] add keyboard drag and drop functionality
* [CST-15595] add aria live messages
* [CST-15595] fix e2e tests
* [CST-15595] fix unit tests
* [CST-15595] improve drag and drop keyboard functionality
* [CST-15595] add keydown.enter for keyboard drag and drop
---------
Co-authored-by: Andrea Barbasso <´andrea.barbasso@4science.com ´>
2025-01-30 11:12:41 -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