Tim Donohue
2b42811e97
[maven-release-plugin] prepare for next development iteration
2023-06-30 14:37:09 -05:00
Tim Donohue
ea4565bd60
[maven-release-plugin] prepare branch dspace-7_x
2023-06-30 14:37:06 -05:00
Alan Orth
1e680009cf
Merge pull request #8931 from toniprieto/ignore-vocabulary-index-without-facet
...
Fix for NullPointerException when enumerating browses for vocabularies without Discovery indexes
2023-06-30 20:56:45 +03: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
Alan Orth
e46681fc20
Merge pull request #8928 from toniprieto/improve-performance-auto-reindex
...
Improve performance of automatic discovery re-index after database changes
2023-06-29 20:46:21 +03: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
dspace-7.6
2023-06-23 12:10:53 -05:00
Tim Donohue
01c761281c
Update LICENSES_THIRD_PARTY for 7.6
2023-06-23 11:50:12 -05:00
Tim Donohue
da657dbc67
Merge pull request #8905 from 4Science/DURACOM-156
...
[DURACOM-156] Signposting: feedback after initial deployment
2023-06-23 11:17:14 -05:00
Nikita Krivonosov
df4cff7dd1
[DURACOM-156] Singposting: feedback after initial deployment
2023-06-23 17:24:42 +02:00
Nikita Krivonosov
890f2a15e5
[DURACOM-156] Singposting: feedback after initial deployment
2023-06-23 11:45:07 +02:00
NikitaKr1vonosov
1fe90a236d
Merge branch 'main' into DURACOM-156
2023-06-23 09:47:20 +02:00
Nikita Krivonosov
12fe87fc37
[DURACOM-156] Singposting: feedback after initial deployment
2023-06-23 09:46:46 +02:00
Nikita Krivonosov
55bfd4b2e5
[DURACOM-156] Singposting: feedback after initial deployment
2023-06-23 00:47:09 +02:00
Nikita Krivonosov
907c45a455
[DURACOM-156] Singposting: feedback after initial deployment
2023-06-21 17:27:20 +02: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
4d4899cc3a
Merge pull request #8904 from DSpace/dependabot/maven/com.google.guava-guava-32.0.0-jre
...
Bump guava from 31.0.1-jre to 32.0.0-jre
2023-06-16 15:58:18 -05:00
dependabot[bot]
7dd34ccc50
Bump guava from 31.0.1-jre to 32.0.0-jre
...
Bumps [guava](https://github.com/google/guava ) from 31.0.1-jre to 32.0.0-jre.
- [Release notes](https://github.com/google/guava/releases )
- [Commits](https://github.com/google/guava/commits )
---
updated-dependencies:
- dependency-name: com.google.guava:guava
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-16 20:23:12 +00: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
fff633690c
Merge pull request #8903 from alexandrevryghem/remove-publicdomain-from-cclicence-section
...
Hide publicdomain by default since it's now the same as CC0
2023-06-16 15:03:36 -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
NikitaKr1vonosov
3bba9979c3
Merge branch 'main' into DURACOM-156
2023-06-16 02:04:24 +02:00
Nikita Krivonosov
55c07e90cd
[DURACOM-156] Singposting: feedback after initial deployment
2023-06-16 01:53:48 +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
NikitaKr1vonosov
9137689cdc
Merge branch 'main' into DURACOM-156
2023-06-15 09:21:46 +02: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
Alexandre Vryghem
1cb60a9018
Hide publicdomain by default since it's now the same as CC0
...
More info: https://api.creativecommons.org/docs/readme_15.html#changes-since-1-0
2023-06-14 23:48:27 +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
Tim Donohue
252bf8fe41
Merge pull request #8876 from atmire/contract-pr-222-primary-bitstream-on-bundle-support
...
Primary bitstream support for the REST api - Rework
2023-06-14 11:45:08 -05:00
Mark H. Wood
9caba7044b
Remove test for removed content.
2023-06-14 10:53:49 -04:00
Mark H. Wood
411ac4a9a2
Clarify template comments.
2023-06-14 10:21:01 -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
Nikita Krivonosov
63e1519c6e
[DURACOM-156] Singposting: feedback after initial deployment
2023-06-13 15:22:21 +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