Tim Donohue
56b38f621e
Merge pull request #2624 from 4Science/DURACOM-204
...
[#2622 ] Makes forgot-password link removable
2024-02-13 14:19:22 -06:00
Vincenzo Mecca
0e4151efa8
[ #2624 ][DURACOM-204] Created new guard for forgot route
2024-02-13 13:43:14 +01:00
Tim Donohue
645024d6f0
Merge pull request #2339 from alexandrevryghem/generify-component-loaders_contribute-main
...
Created abstract component loader class
2024-02-09 15:13:39 -06:00
Tim Donohue
cb7c2c9f0b
Merge pull request #2373 from alexandrevryghem/w2p-102415_Remote-lookup-entity-on-admin-edit_contribute-main
...
Added support to import from external source on Edit Item > Relationships
2024-02-09 12:16:53 -06:00
Alexandre Vryghem
7f842f10a5
Merge branch 'w2p-102415_Remote-lookup-entity-on-admin-edit_contribute-7.4' into w2p-102415_Remote-lookup-entity-on-admin-edit_contribute-7.6
...
# Conflicts:
# src/assets/i18n/en.json5
2024-02-08 18:15:14 +01:00
Alexandre Vryghem
bb5ee5f512
Merge branch 'w2p-102415_Remote-lookup-entity-on-admin-edit_contribute-7.2' into w2p-102415_Remote-lookup-entity-on-admin-edit_contribute-7.4
2024-02-08 18:14:38 +01:00
Alexandre Vryghem
f7dbdb37ea
102415: Added additional i18n keys for the relationship modal
2024-02-08 18:12:12 +01:00
Tim Donohue
44e84f8912
Merge pull request #2705 from ilri/i18n-fixes
...
Minor updates to i18n strings for clarity and consistency
2024-02-07 11:22:48 -06:00
Tim Donohue
a8000937bc
Merge pull request #2766 from amgciadev/fix-2765-b
...
Fix missing Register DOI button if configuration enabled
2024-02-07 10:57:04 -06:00
Tim Donohue
e35fed1be4
Merge pull request #2799 from DSpace/dependabot/npm_and_yarn/follow-redirects-1.15.5
...
Bump follow-redirects from 1.15.3 to 1.15.5
2024-02-07 10:34:08 -06:00
Kim Shepherd
68475d1ed6
Improve cfg handling in item-status.component.ts
2024-02-07 12:09:16 +13:00
Kim Shepherd
3e33785311
Improve cfg handling in item-status.component.ts
2024-02-07 11:55:44 +13:00
Alexandre Vryghem
4602cdde1a
Merge branch 'memory-leak-fixes_contribute-7.6' into generify-component-loaders_contribute-main
2024-02-06 23:33:49 +01:00
dependabot[bot]
90a277fbeb
Bump follow-redirects from 1.15.3 to 1.15.5
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.3 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.5 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-06 22:29:37 +00:00
Tim Donohue
0d09bbe853
Merge pull request #2795 from saschaszott/patch-16
...
fix German translation of admin.workflow.item.workflow
2024-02-06 16:02:56 -06:00
Alexandre Vryghem
82d4ccfb29
Merge branch 'generify-component-loaders_contribute-7.6' into generify-component-loaders_contribute-main
2024-02-06 22:37:16 +01:00
Alexandre Vryghem
2fb393db7f
Removed the AbstractBrowseByTypeComponent
2024-02-06 21:45:22 +01:00
Tim Donohue
c67e90b808
Merge pull request #2791 from tdonohue/fix_docker_issues
...
Fix issue with cli.yml not using same network as backend.
2024-02-05 11:12:43 -06:00
Tim Donohue
be0a6c71ef
Resync docker-compose-ci and docker/docker-compose-rest with DSpace/DSpace docker scripts
2024-02-05 08:52:46 -06:00
Tim Donohue
9043f63cd2
Bug fix to GitHub CI build. Set compose project name via env variable. Also add default name if unspecified
2024-02-05 08:50:43 -06:00
Sascha Szott
ac5670a514
remove translation (use singular form instead of plural form)
2024-02-05 12:06:11 +01:00
Alexandre Vryghem
239f082cce
Moved the context @Input() to the loaders (since they are not always required for all the loaders) & added AbstractComponentLoaderComponent documentation
2024-02-03 19:10:46 +01:00
Tim Donohue
2c2f59c7ef
Update cli.yml to reference dspacenet in docker-compose-rest. Remove unnecessary network from cli.assetstore.yml
2024-02-02 14:27:33 -06:00
Vincenzo Mecca
833033dac0
Merge branch 'main' into DURACOM-204
...
# Conflicts:
# src/app/core/data/feature-authorization/feature-id.ts
2024-02-02 11:26:26 +01:00
Alan Orth
5a42f391cf
Merge pull request #2778 from TAMULib/dedupe-patch-operations
...
Dedupe patch operations by op and path
2024-02-01 22:00:35 +03:00
Tim Donohue
85369aac10
Merge pull request #2717 from alexandrevryghem/fix-accessibility-issues_contribute-main
...
Fix accessibility issues (part 2)
2024-01-31 09:34:58 -06:00
Alexandre Vryghem
6497a156aa
Destroy dynamically generated components in onDestroy & replace deprecated createComponent
2024-01-31 00:06:44 +01:00
Alexandre Vryghem
ca24713d6d
Fixed dropdown accessibility issue
...
- Removed non-existing dropdownMenuButton references
- Added appropriate roles to dropdown menus
2024-01-30 23:24:29 +01:00
Alexandre Vryghem
9e29cfb68d
Fixed user authentication/registration accessibility issue
...
- Added the correct autocomplete value
- Removed dangling labels, because aria labels already describe those input fields & we can't use ids in this component because otherwise there are duplicate ids on the /login page
2024-01-30 23:24:29 +01:00
Alexandre Vryghem
e36bf645f4
Fixed edit metadata page accessibility issue
...
- Hide fontawesome icons for screen readers
- Added missing aria-label to metadata field input
2024-01-30 23:24:29 +01:00
Alexandre Vryghem
8ad1b4b0d4
Fixed feedback form page accessibility issue
...
- The form used a fieldset tag instead of a form tag
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
7f0264ed1c
Fixed remaining community/collection page accessibility issues
...
- Hide fontawesome icons for screen readers
- Replaced dangling labels with spans and added more descriptive aria label to browse link
- Fixed empty label/missing header in edit resource policy table
- Added missing comcol logo al text
- Refactored dso-edit-menu-section to not display empty link buttons and duplicate titles
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
07e89acab5
Fixed accessibility issues on AccessControlFormContainerComponent
...
- Replaced invisible label in AccessControlArrayFormComponent that was only used for styling with span
- Fixed radio buttons not being part of a fieldset
- Fixed empty table header
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
c30a2eea45
Fixed accessibility issues on BitstreamFormatsComponent
...
- Removed empty label of the select box and replaced it with an aria-label
- Fixed empty table header
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
54ef97d607
Fixed accessibility issues on MetadataRegistryComponent
...
- Removed empty label of the select box and replaced it with an aria-label
- Fixed empty table header
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
8ab4f1c074
Fixed accessibility issues on MetadataSchemaComponent
...
- Removed empty label of the select box and replaced it with an aria-label
- Fixed empty table header
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
1989a6c042
Fixed accessibility issues with pagination button
...
- Replaced the h6 tags with the role heading
- Gave the gear button the roles in order to be detected as an expandable menu
- Replaced the dropdown structure to render a menu of listboxes
- Added the aria-selected attribute
2024-01-30 23:24:27 +01:00
William Welling
f40639de86
Dedupe patch operations by op and path
2024-01-26 16:01:01 -06:00
Tim Donohue
5b9a98adc1
Merge pull request #2755 from 4Science/DURACOM-223
...
Add logo max constraints
2024-01-25 15:07:54 -06:00
Tim Donohue
38ae9ce0e0
Merge pull request #2769 from saschaszott/patch-12
...
fixed typo in info.feedback.page_help
2024-01-25 10:25:33 -06:00
Sascha Szott
4b7798fcc7
fixed typo
2024-01-25 16:10:00 +01:00
FrancescoMolinaro
f82ba8c5ad
add width 100% to prevent overflow on mobile
2024-01-25 09:00:05 +01:00
Agustina Martinez
e77898eaac
Update item-status.component.ts
...
Fix initialOperations typo and return ops with register doi op
2024-01-23 21:47:29 +00:00
FrancescoMolinaro
d9e25882ce
remove class from template
2024-01-23 09:17:18 +01:00
FrancescoMolinaro
d3c788a4e1
adapt solution to prevent img overflow
2024-01-23 09:16:06 +01:00
Jens Vannerum
c02b46ca7d
110088: new implementation for keyboard support in dropdowns
2024-01-23 11:15:40 +03:00
Tim Donohue
eee7267669
Merge pull request #2338 from alexandrevryghem/improve-confirmation-modal_contribute-main
...
Made ConfirmationModalComponent more generic
2024-01-19 16:32:27 -06:00
Tim Donohue
a59f371ecf
Merge pull request #2691 from misilot/fix-2690
...
Decrease min-height for Login Dropdown Menu
2024-01-19 09:22:36 -06:00
Tim Donohue
6536fbff62
Merge pull request #2736 from saschaszott/patch-11
...
use localized error message
2024-01-19 09:21:26 -06:00
FrancescoMolinaro
32e3141b19
add logo max costraints
2024-01-19 08:57:12 +01:00