Commit 5ca7562
New Release merge - 2025/July/24 (#1024)
* UFAL/DOI - Added type of resource to data cite (#975)
* UFAL/The process output is not displayed because of S3 direct download (#971)
* The S3 direct download is provided only for the files located in the ORIGINAL bundle
* Use constant for the ORIGINAL string value
* Check if type is html (#983)
* check if type is html
* added test for html mime type
* used static string for text/html, added check
* Ufal dtq sync062025 (#985)
* we should identify as clarin-dspace
Fix test
(cherry picked from commit 6cdf2d1)
* update email templates to use dspace.shortname
dspace.name can be a long string not fit for Email subjects nor
signatures
(cherry picked from commit 98d60dd)
* match v5 submission
(cherry picked from commit 4a2b65f)
* get rid of lr.help.phone
Phone is now conditional in the templates.
Use `mail.message.helpdesk.telephone` if you want it.
The change in the *.java files is to preserve the params counts. The
relevant templates are getting the phone directly from config
(cherry picked from commit cba5695)
* Add option to configure oai sample identifier
some validators use this value, should be a real id in prod deployments
(cherry picked from commit 912f13f)
* NRP deposit license
(cherry picked from commit ba23878)
* Fix ufal#1219
Get rid of setting the jsse.enableSNIExtension property which causes
issues with handle minting
(cherry picked from commit 7d03173)
* UFAL/Improve file preview generating (#972)
* get name and size from metadata and header of file, avoid input stream using
* remove temp file, checkstyle, do not load full file
* add { } after if
* added check for max preview file
* used ZipFile and TarArchived for filepreview generating
* added removed lines
* used 7z for zip and tar files
* removed 7z and used zip and tar entry
* improved file previrew generating speed, used string builder, xml builder, authorization only if is required
* checkstyle, return boolean from haspreview and previrews from getPreview, replaced return with continue
* fix problem with hibernate session
* fix .tar.gz generating
* skip fully entry for tar
* added indexes for speed up queries
* added license header
* named constant by upper case
* inicialized fileInfo, refactorization of code based on copilot review
---------
Co-authored-by: milanmajchrak <90026355+milanmajchrak@users.noreply.github.com>
* Fix the file preview integration test (#989)
* The hasPreview method has been changed, but the IT wasn't updated correctly
* Use the correct checkbox for the input field - use repeatable (#991)
* UFAL/EU Sponsor openaire id should not be required (#1001)
* EU Sponsor openaire id should not be required
* Not required also in the czech submission forms
* Logging error message while emailing users (#1000)
* Logging error message
---------
Co-authored-by: Matus Kasak <matus.kasak@dataquest.sk>
Co-authored-by: milanmajchrak <milan.majchrak@dataquest.sk>
* UFAL/Teaching and clariah submissions does not have clarin-license (#1005)
* UFAL/Fix logging in LogoImportController (#1003)
* fix logging
* used formatter for msg
* UFAL/Update the resource policy rights when changing submitter (#1002)
* removed res policies for submitter and created newones when item is shared
* avoid magic number, use constant
* set submitter in existing res policies
* removed not used shared link
* UFAL/Added date to title when creating new version (#984)
* added date to versioned item title
* used more modern approach for getting current time
* renamed test
* used var for reusing
* UFAL/Item handle info in email after download request (#1006)
* Added item handle to email
* Exception when item not found
* Checked grammar
* Handled multiple items found by bitstream
* Using PID instead of handle
---------
Co-authored-by: Matus Kasak <matus.kasak@dataquest.sk>
* UFAL/Incorrect password hash funct used during migration (#999)
* password in request is already hashed, used different password hash funct
* renamed password param in eperson endpoint
* [devOps] labelling reviewing process
* [devOps] labelling reviewing process
* UFAL/New version keeps the old identifier
* UFAL/Send email to editor after submitting item (#1016)
Co-authored-by: Matus Kasak <matus.kasak@dataquest.sk>
* UFAL/Local file size is 0 for file with no zero size (#1017)
* update item metadata after the bitstream size has changed
* issue 1241: ItemFilesMetadataRepair script implementation (#1243) (#1021)
* issue 1241: ItemFilesMetadataRepair script implementation
* extend script to be applicabble for all items, and for items with files metadata that have missing bitstreams (files)
* implement dry-run option
* option description fix
* Improve error message
* Use "0" instead of "" + 0
* Improve error message
(cherry picked from commit 706f6f6)
Co-authored-by: kuchtiak-ufal <kuchtiak@ufal.mff.cuni.cz>
* UFAL/Refbox upgrade (#1015)
* Created integration test
* Created an endpoint for complete ref box information like in the v5
* Added integration tests for formatting authors
* Removed double semicolon
* Fetch the metadata value following the current locale
* Updated firstMetadataValue because it did return empty string instead of null
* Use DEFAULT_LANGUAGE instead of current locale
* UFAL/Added doc - issue link (#1023)
---------
Co-authored-by: Paurikova2 <107862249+Paurikova2@users.noreply.github.com>
Co-authored-by: Ondřej Košarko <ko_ok@centrum.cz>
Co-authored-by: Kasinhou <129340513+Kasinhou@users.noreply.github.com>
Co-authored-by: Matus Kasak <matus.kasak@dataquest.sk>
Co-authored-by: jurinecko <95219754+jr-rk@users.noreply.github.com>
Co-authored-by: jm <jm@maz>
Co-authored-by: kuchtiak-ufal <kuchtiak@ufal.mff.cuni.cz>1 parent da6b0ad commit 5ca7562
14 files changed
Lines changed: 1019 additions & 14 deletions
File tree
- .github/workflows
- dspace-api/src/main/java/org/dspace
- app/itemupdate
- xmlworkflow
- dspace-server-webapp/src
- main/java/org/dspace/app/rest
- model/refbox
- repository
- utils
- test/java/org/dspace/app/rest
- dspace/config/spring/api
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
Lines changed: 257 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
268 | 272 | | |
269 | 273 | | |
270 | 274 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| 76 | + | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
| |||
197 | 200 | | |
198 | 201 | | |
199 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
200 | 206 | | |
201 | 207 | | |
202 | 208 | | |
| |||
0 commit comments