Francesco Bacchelli
ada6c021e4
CST-11298 openaire test fix
2023-08-07 13:37:22 +02:00
Francesco Bacchelli
d5dd2c93bb
CST-11298 sql file renaming and junit java fix
2023-08-07 08:59:01 +02:00
Francesco Bacchelli
57f9071497
Merge branch 'main' of https://github.com/DSpace/DSpace into CST-11298
2023-08-01 13:10:52 +02:00
Tim Donohue
7f9ec2eb1e
Merge pull request #8955 from amgciadev/fix-8954-b
...
Prevent NPE during indexing if bitstream is null
2023-07-28 13:53:11 -05:00
Damiano Fiorenza
b8de17bcec
[CST-10630] start work on porting ldnInbox controller
2023-07-28 10:49:37 +02:00
Tim Donohue
380e838cf2
Merge pull request #8950 from saschaszott/patch-13
...
code cleanup: remove obsolete code fragments in ItemIndexFactoryImpl
2023-07-27 11:49:29 -05:00
Agustina Martinez
b2bffe5476
Merge branch 'DSpace:main' into fix-8954-b
2023-07-16 20:40:02 +01:00
Tim Donohue
33a9a0d6ee
Merge pull request #8953 from toniprieto/filter-unicode-characters
...
Add flag Pattern.UNICODE_CHARACTER_CLASS to pattern compilation to recognize Unicode characters
2023-07-14 15:25:04 -05:00
Agustina Martinez
e645d0fa25
Update FullTextContentStreams.java
...
Add additional NPE checks
2023-07-14 16:17:22 +01:00
Agustina Martinez
4cf019f650
Update FullTextContentStreams.java
...
Fix NPE if bitstream is null
2023-07-14 11:06:35 +01:00
Sascha Szott
4b0601e495
remove obsolete code fragments
2023-07-11 16:52:20 +02:00
Toni Prieto
4aea2a99a9
Add flag Pattern.UNICODE_CHARACTER_CLASS to pattern compilation to recognize unicode characters
2023-07-10 13:43:27 +02:00
renovate[bot]
8185cd3ebd
Update dependency org.scala-lang:scala-library to v2.13.11
2023-07-02 19:49:46 +03:00
renovate[bot]
7a74990894
Update dependency org.apache.bcel:bcel to v6.7.0
2023-07-02 19:49:46 +03:00
Alan Orth
171cd41f0f
Bump jaxen:jaxen dependency to 2.0.0
...
Should be mostly drop-in API compatible with Jaxen 1.1.x, but more
importantly it makes the xom dependency optional so we can remove
the exclusions in our various pom.xml files.
See: http://cafeconleche.org/jaxen/releases.html
2023-07-02 19:49:46 +03:00
Alan Orth
6088649003
dspace-api/pom.xml: add exclusion for javassist
...
Add an exclusion for org.javassist:javassist due to a dependency
convergence error caused by eu.openaire:funders-model pulling in a
version conflicting with Jersey's transitive dependency.
2023-07-02 19:49:46 +03:00
renovate[bot]
bdd9866cd3
Update dependency com.opencsv:opencsv to v5.7.1
2023-07-02 19:49:46 +03:00
renovate[bot]
5b7ab0b004
Update dependency org.flywaydb:flyway-core to v8.5.13
2023-07-02 19:49:46 +03:00
renovate[bot]
2cc3737380
Update dependency dnsjava:dnsjava to v2.1.9
2023-07-02 19:49:45 +03:00
Tim Donohue
2b42811e97
[maven-release-plugin] prepare for next development iteration
2023-06-30 14:37:09 -05:00
Toni Prieto
af55090245
Ignore vocabulary indexes without discovery facet to avoid NPE
2023-06-30 20:21:59 +03:00
Tim Donohue
43a4a79045
Merge pull request #8910 from DSpace/dependabot/maven/dspace-api/io.netty-netty-handler-4.1.94.Final
...
Bump netty-handler from 4.1.68.Final to 4.1.94.Final in /dspace-api
2023-06-30 10:02:39 -05:00
Toni Prieto
2b5c4a5f4a
Improve performance of automatic discovery re-index after database changes
2023-06-29 13:00:59 +02:00
Tim Donohue
a533704a27
[maven-release-plugin] prepare for next development iteration
2023-06-23 12:10:56 -05:00
Tim Donohue
5a43e6bcf1
[maven-release-plugin] prepare release dspace-7.6
2023-06-23 12:10:53 -05:00
Tim Donohue
b52a4fb50d
Update all Netty dependencies to 4.1.94.Final
...
Also had to add netty-transport-native-unix-common so that Solr doesn't throw dependency convergence issues.
2023-06-20 13:23:49 -05:00
dependabot[bot]
cf1257f20e
Bump netty-handler from 4.1.68.Final to 4.1.94.Final in /dspace-api
...
Bumps [netty-handler](https://github.com/netty/netty ) from 4.1.68.Final to 4.1.94.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.68.Final...netty-4.1.94.Final )
---
updated-dependencies:
- dependency-name: io.netty:netty-handler
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-20 16:35:40 +00:00
Tim Donohue
4ea5426d61
Merge pull request #8854 from tdonohue/disable_dtd_parsing_in_sources
...
Disable DTD parsing in all external source plugins
2023-06-20 09:22:15 -05:00
Tim Donohue
c5ec38551c
Merge pull request #8875 from atmire/w2p-102057_refferer-fix-main
...
The referrer for a statistics view event is almost always wrong
2023-06-20 09:20:35 -05:00
Tim Donohue
4c0b60418d
Merge pull request #8813 from sistedes/feature-imagemagick-video
...
New ImageMagick-based media filter to generate video thumbnails
2023-06-16 15:19:14 -05:00
Tim Donohue
eda2c8811c
Merge pull request #8901 from kshepherd/default_bundle_permissions
...
Fix to adjusting bundle and bitstream policies (item install, embargo lift)
2023-06-16 15:04:57 -05:00
Tim Donohue
b661056118
Merge pull request #8908 from mwoodiupui/8907
...
Request a Copy sends same email regardless of accept or reject
2023-06-16 12:07:37 -05:00
Tim Donohue
3ff5eb61c0
Fix to adjusting bundle and bitstream policies (item install, embargo lift)
...
Apply DEFAULT_ITEM_READ to bundles, not DEFAULT_BITSTREAM_READ so that
files can be listed if the item / default item is readable
Co-authored-by: kshepherd <kim@shepherd.nz >
Co-authored-by: tdonohue <tim.donohue@lyrasis.org >
2023-06-16 11:14:51 -05:00
Tim Donohue
240bfbfdc9
Fix to adjusting bundle and bitstream policies (item install, embargo lift)
...
Apply DEFAULT_ITEM_READ to bundles, not DEFAULT_BITSTREAM_READ so that
files can be listed if the item / default item is readable
2023-06-16 11:00:03 -05:00
Tim Donohue
aec3298da0
Merge pull request #8844 from 4Science/duracom-136_CST-9634
...
Bulk Access Control Script REST implementation
2023-06-16 10:48:18 -05:00
Yana De Pauw
013b95ea2a
102888: Implement feedback
2023-06-16 14:37:19 +02:00
Mark H. Wood
8adb16f945
Invent a rejection letter
2023-06-15 17:01:00 -04:00
Tim Donohue
f216f4c7fc
Merge pull request #8891 from atmire/w2p-102124_bitstream-formats-download-attachment-main
...
Configuration for opening bitstream formats as attachment
2023-06-15 13:07:31 -05:00
Tim Donohue
176e93eb01
Merge pull request #8848 from alexandrevryghem/issue-1671_fix-relationships-not-updating-view-on-submission-form_contribute-main
...
Adding/removing relationships in the submission form does not update the view automatically
2023-06-15 11:45:01 -05:00
Nona Luypaert
dd951407a7
Merge branch 'w2p-102124_bitstream-formats-download-attachment-7.2' into w2p-102124_bitstream-formats-download-attachment-main
...
Conflicts:
dspace-api/src/test/data/dspaceFolder/config/local.cfg
2023-06-15 00:00:42 +02:00
Nona Luypaert
7c7f3e2853
102124: Move content-disposition test config from local.cfg to IT itself
2023-06-14 23:47:36 +02:00
Tim Donohue
bbb75df3a1
Disable DTD parsing in all external source plugins to avoid XXEs
2023-06-14 16:12:45 -05:00
Tim Donohue
43f5eeb9ed
Merge pull request #8843 from damian-joz/1787-coll-comm-item-counts
...
Item counters added to Communities and Collections REST API
2023-06-14 14:07:49 -05:00
Tim Donohue
49882a206c
Merge pull request #8833 from mwoodiupui/reqitem-response
...
Get request-copy response email body from backend templates, as with all other emails
2023-06-14 13:18:21 -05:00
Mark H. Wood
9caba7044b
Remove test for removed content.
2023-06-14 10:53:49 -04:00
Mark H. Wood
4abcfc8bf3
Rework message to make it more useful, more businesslike, not expose author's email by default.
2023-06-14 10:17:20 -04:00
damian
ca7c75987e
Items count are now disabled by default. Naming changes.
2023-06-13 19:58:42 +02:00
Tim Donohue
e0631e745b
Merge pull request #8889 from atmire/fix-issue-8888
...
[Issue: #8888 ] Fixing the hostname parsing for the shibboleth auth
2023-06-12 11:31:28 -05:00
Tim Donohue
9c6d2bfaa8
Merge pull request #8831 from 4Science/CST-5728
...
[CST-5728] LYRASIS [Donated]: DSpace7: Implement signposting pattern …
2023-06-09 16:03:03 -05:00
Nona Luypaert
504bc1a61b
Merge branch 'main' into w2p-102124_bitstream-formats-download-attachment-main
2023-06-09 20:41:35 +02:00