9
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 24, 2023 — Jun 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #9443 from DSpace/dependabot/maven/org.apache.commons-commons-compress-1.26.0 More... 3 months ago
Bump org.apache.commons:commons-compress from 1.23.0 to 1.26.0 More... 3 months ago
Merge pull request #9444 from tdonohue/fix_NotifyService_ITs More... 3 months ago
Ensure Test cleans up data that it creates More... 3 months ago
Merge pull request #9321 from tdonohue/update_major_dependencies More... 3 months ago
refactored documentation More... 3 months ago
refactored documentation More... 3 months ago
refactored documentation of property and moved to dspace.cfg More... 3 months ago
refactor of local.cfg.EXAMPLE More... 3 months ago
added switcher to writing personal data to of submitter in dc.description.provenance metadata More... 3 months ago
Make dc.type required More... 3 months ago
Update test to prove CSRF token changes for every GET request to endpoint More... 3 months ago
Update to latest version of dependencies in main POM. Tested with UI and nothing seems to break. More... 3 months ago
Remove unnecessary SQL "GROUP BY" clauses. There are no aggregate functions requiring a GROUP BY, and they throw errors now in latest Hibernate/Postgres More... 3 months ago
Fix PatchMetadataIT failures by ensuring MetadataValue place is updated for virtual fields as well. Also minor code cleanup in PatchMetadataIT. More... 3 months ago
Updated javadoc. More... 3 months ago
Unused import removed More... 3 months ago
Add new CacheableDSpaceObject abstract class for Hibernate second-level caching. Required in Hibernate 6 as subclasses cannot use @Cache annotation More... 3 months ago
Fix tests which had random failures caused by pagination. Add a "feature" filter to ensure we are just searching for the one feature we are interested in. More... 3 months ago
Disable invalid test. This test expects a 400 error but its code is identical to the test that expects a 200 OK. More... 3 months ago
avoid outputStream write after close More... 3 months ago
Add empty check before call iterator().next() More... 3 months ago
check path before mkdirs More... 3 months ago
Fix typo More... 3 months ago
Create templates mail and renamed name in getEmailFileName More... 3 months ago
Add a GET /csrf endpoint for usage in tests because csrf() doesn't support CSRF cookies well. More... 3 months ago
Update CSRF settings to align with Spring Security 6. More... 3 months ago
adding Unicode filtering for sorts More... 3 months ago
In Hibernate 6, to support Postgres + H2, all @Lob columns must now be Length.LONG32 More... 3 months ago
In Hibernate 6, columnDefinition of "integer" should be @JdbcTypeCode(SqlTypes.INTEGER) More... 3 months ago