Commit da6b0ad
New Release merge - 2025/July/10 (#1008)
* 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>
---------
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>1 parent 4149d65 commit da6b0ad
16 files changed
Lines changed: 261 additions & 47 deletions
File tree
- dspace-api/src
- main/java/org/dspace
- versioning
- xmlworkflow/state/actions/userassignment
- test/java/org/dspace/content
- dspace-server-webapp/src
- main/java/org/dspace/app/rest
- repository
- test/java/org/dspace/app/rest
- dspace/config
- emails
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
128 | 132 | | |
129 | 133 | | |
130 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
131 | 146 | | |
132 | 147 | | |
133 | 148 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
Lines changed: 14 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| 88 | + | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
| |||
192 | 195 | | |
193 | 196 | | |
194 | 197 | | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
195 | 201 | | |
196 | 202 | | |
197 | 203 | | |
| |||
2112 | 2118 | | |
2113 | 2119 | | |
2114 | 2120 | | |
2115 | | - | |
| 2121 | + | |
2116 | 2122 | | |
2117 | 2123 | | |
2118 | 2124 | | |
| |||
2394 | 2400 | | |
2395 | 2401 | | |
2396 | 2402 | | |
2397 | | - | |
| 2403 | + | |
2398 | 2404 | | |
2399 | 2405 | | |
2400 | 2406 | | |
| |||
2436 | 2442 | | |
2437 | 2443 | | |
2438 | 2444 | | |
2439 | | - | |
| 2445 | + | |
2440 | 2446 | | |
2441 | 2447 | | |
2442 | 2448 | | |
| |||
2509 | 2515 | | |
2510 | 2516 | | |
2511 | 2517 | | |
2512 | | - | |
| 2518 | + | |
2513 | 2519 | | |
2514 | 2520 | | |
2515 | 2521 | | |
| |||
2614 | 2620 | | |
2615 | 2621 | | |
2616 | 2622 | | |
2617 | | - | |
| 2623 | + | |
2618 | 2624 | | |
2619 | 2625 | | |
2620 | 2626 | | |
| |||
2657 | 2663 | | |
2658 | 2664 | | |
2659 | 2665 | | |
2660 | | - | |
| 2666 | + | |
2661 | 2667 | | |
2662 | 2668 | | |
2663 | 2669 | | |
| |||
2823 | 2829 | | |
2824 | 2830 | | |
2825 | 2831 | | |
2826 | | - | |
| 2832 | + | |
2827 | 2833 | | |
2828 | 2834 | | |
2829 | 2835 | | |
| |||
2866 | 2872 | | |
2867 | 2873 | | |
2868 | 2874 | | |
2869 | | - | |
| 2875 | + | |
2870 | 2876 | | |
2871 | 2877 | | |
2872 | 2878 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
| 163 | + | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
Lines changed: 24 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| 90 | + | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
172 | 175 | | |
173 | 176 | | |
174 | 177 | | |
175 | | - | |
| 178 | + | |
176 | 179 | | |
177 | 180 | | |
178 | 181 | | |
| |||
252 | 255 | | |
253 | 256 | | |
254 | 257 | | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
255 | 266 | | |
256 | | - | |
| 267 | + | |
257 | 268 | | |
258 | 269 | | |
259 | 270 | | |
| |||
271 | 282 | | |
272 | 283 | | |
273 | 284 | | |
274 | | - | |
| 285 | + | |
| 286 | + | |
275 | 287 | | |
276 | 288 | | |
277 | 289 | | |
| |||
320 | 332 | | |
321 | 333 | | |
322 | 334 | | |
323 | | - | |
| 335 | + | |
| 336 | + | |
324 | 337 | | |
325 | 338 | | |
326 | 339 | | |
| |||
347 | 360 | | |
348 | 361 | | |
349 | 362 | | |
350 | | - | |
| 363 | + | |
| 364 | + | |
351 | 365 | | |
352 | 366 | | |
353 | 367 | | |
| |||
372 | 386 | | |
373 | 387 | | |
374 | 388 | | |
| 389 | + | |
375 | 390 | | |
376 | 391 | | |
377 | 392 | | |
378 | 393 | | |
379 | 394 | | |
380 | 395 | | |
381 | 396 | | |
382 | | - | |
| 397 | + | |
| 398 | + | |
383 | 399 | | |
384 | 400 | | |
385 | 401 | | |
| |||
391 | 407 | | |
392 | 408 | | |
393 | 409 | | |
394 | | - | |
| 410 | + | |
| 411 | + | |
395 | 412 | | |
396 | 413 | | |
397 | 414 | | |
| |||
Lines changed: 30 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| 38 | + | |
| 39 | + | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
| |||
68 | 73 | | |
69 | 74 | | |
70 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
71 | 82 | | |
72 | 83 | | |
73 | 84 | | |
| |||
145 | 156 | | |
146 | 157 | | |
147 | 158 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | 159 | | |
155 | 160 | | |
156 | 161 | | |
| |||
160 | 165 | | |
161 | 166 | | |
162 | 167 | | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
163 | 187 | | |
164 | 188 | | |
165 | 189 | | |
| |||
0 commit comments