Commit Graph

9788 Commits

Author SHA1 Message Date
Pablo Prieto
67cc795026 Return 422 error code when trying to delete logo bitstreams. 2018-05-14 21:57:33 -05:00
Terry W Brady
5c95001c09 check req params 2018-05-14 15:42:48 -07:00
Terry W Brady
42253e7d6e force test pass 2018-05-14 14:04:59 -07:00
Terry W Brady
c32d21378a Update test cases for 204 change 2018-05-14 13:34:57 -07:00
Terry W Brady
e9083bdfa3 req param annotation 2018-05-14 13:12:24 -07:00
Terry W Brady
da1917539a 204 logic 2018-05-14 12:35:27 -07:00
Pablo Prieto
2d8a9fb315 Full working implementation.
TODO: Raise error when trying to delete logos
2018-05-14 14:20:10 -05:00
Pablo Prieto
e23076da09 Fixed UUID - id mapping bug of RestResourceController.
First DELETE implementation on bitstream endpoint.

TODO: Investigate why the endpoint triggers but doesn't end in the bitstream deletion.
2018-05-14 09:10:43 -05:00
Andrea Bollini
e806bd7727 Merge pull request #2051 from Georgetown-University-Libraries/ds3650
[DS-3650] Add subcommunities link to community object
2018-05-14 15:52:34 +02:00
James Creel
a59e15a2b3 Web Security ignores not-allowed methods on authn/login endpoint 2018-05-12 12:29:29 -05:00
James Creel
9e7a56954c New authn controller endpoint to intercept not allowed methods 2018-05-12 12:26:27 -05:00
James Creel
1d52ec86cd removing GET from allowed methods on authn/login controller endpoint 2018-05-12 11:53:53 -05:00
Bill Tantzen
a7d89fbb58 removed unecessary classes; changed from problematic{prefix}/{suffix} path to params-based path; changed response to 501 when IdentifierNotResolvable. 2018-05-11 15:21:59 -05:00
Bill Tantzen
195bc622e9 reformat to DSpace style guidelines. 2018-05-10 15:32:48 -05:00
Bill Tantzen
76d60c2e94 simplified method signature; converted DSpaceObject to DSpaceObjectRest; leveraged ControllerLinkBuilder.linkTo() to construct the redirect. 2018-05-10 11:53:31 -05:00
Terry W Brady
892667d623 handle improperly formatted parent param 2018-05-09 16:19:18 -07:00
Terry W Brady
d7739c376f missing parameter exception 2018-05-09 15:35:36 -07:00
Terry W Brady
3ab889670e rm unneeded decl 2018-05-09 15:05:47 -07:00
Terry W Brady
ed5c43226a change ret code for empty 2018-05-09 14:53:24 -07:00
Terry W Brady
48de581514 comment placeholder 2018-05-09 14:26:04 -07:00
Terry W Brady
c455c59df0 activate ignored test 2018-05-09 14:22:04 -07:00
kshepherd
8c9e6afa53 Merge pull request #2032 from mwoodiupui/DS-3795
[DS-3795] Update jackson-databind due to known vulnerabilities.
2018-05-10 08:58:21 +12:00
Terry W Brady
d29666d74f placeholder for 204 checks 2018-05-09 13:05:59 -07:00
Terry W Brady
6b983bfee9 format exception output 2018-05-08 16:31:42 -07:00
Terry W Brady
07e59b82a5 Add 422 return 2018-05-08 16:20:04 -07:00
Terry W Brady
69c62d33ca add initial exception 2018-05-08 15:55:41 -07:00
Bill Tantzen
e5641262ef DS-3905; add a custom RestController 2018-05-08 15:12:41 -05:00
Mark H. Wood
5cda7abed4 [DS-3795] Update zookeeper (even though not used) to address known vulnerabilities. 2018-05-08 12:28:55 -04:00
Mark H. Wood
a3fb9f5c3a [DS-3795] Update ant to address known vulnerabilities. 2018-05-08 12:28:55 -04:00
Mark H. Wood
310e5d8579 [DS-3795] Update jackson-databind due to known vulnerabilities. 2018-05-08 12:28:55 -04:00
Tim Donohue
598f35b267 Merge pull request #2050 from Georgetown-University-Libraries/ds3903m
[DS-3903] Port to master, Legacy Rest Jar Resolution
2018-05-08 11:01:00 -05:00
Tim Donohue
a5a3dda2fd Remove obsolete comment. Minor alignment fix 2018-05-08 09:01:27 -05:00
Terry W Brady
e5eb901065 clarify specific checks for desc objs 2018-05-07 15:54:53 -07:00
Terry W Brady
a7c81129f4 update based on review 2018-05-07 15:45:01 -07:00
Terry W Brady
d631f33d64 Handle empty child arrays 2018-05-07 15:38:53 -07:00
kshepherd
d64ebe2788 Merge pull request #2001 from minurmin/DS-3511-master
DS-3511: Fix HTTP 500 errors on REST API bitstream updates (7.0)
2018-05-08 09:39:02 +12:00
Terry W Brady
71281d2f09 mirror link.collections tests 2018-05-07 14:34:21 -07:00
Terry W Brady
cc48340fcc rem unnecessary ref 2018-05-07 10:48:36 -07:00
Terry W Brady
74ddde6c7a normalize endpoint link name 2018-05-07 09:44:13 -07:00
Terry W Brady
4dd3bcbbfd add converter 2018-05-07 09:30:27 -07:00
Terry W Brady
129a6a5d1f subcomm links 2018-05-07 09:08:09 -07:00
Terry W Brady
d3f150e2f9 pr port 2018-05-07 08:25:30 -07:00
Tim Donohue
b60fecbb0a Merge pull request #2047 from kshepherd/ds-2862_fix_legacy_embargo_checks_master_port
[DS-2862] Apply DSPR#2000 changes manually and fix style for master port
2018-05-03 10:59:31 -05:00
Kim Shepherd
c96e1598ec [DS-2862] Fix line length of comment on line 150 to conform to checkstyle rules 2018-05-03 19:12:29 +12:00
Kim Shepherd
da117687e8 [DS-2862] Apply DSPR#2000 changes manually and fix style for master port (cherry-pick resulted in conflicts due to other changes in master) 2018-05-03 18:42:58 +12:00
kshepherd
295da5e14a Merge pull request #2002 from KingKrimmson/DS-3877
DS-3877 Trim bitstream name during filter-media comparison
2018-05-03 17:51:35 +12:00
kshepherd
a6fd4c07f4 Merge pull request #2040 from kshepherd/ds-3734_last_modified_timestamp_master_port
DS-3734 Fixed missing trigger of item last modified date when adding …
2018-04-30 13:38:09 +12:00
Kim Shepherd
68cca2c11c [DS-3734] Fix checkstyle issues for master port 2018-04-30 11:59:20 +12:00
Christian Scheible
0f752b4f62 DS-3734 Fixed missing trigger of item last modified date when adding a bitstream. 2018-04-30 11:31:53 +12:00
kshepherd
c293756a45 Merge pull request #2037 from kshepherd/ds-3556_ds-3733_xalan_rollback_master_port
Ds 3556 ds 3733 xalan rollback master port
2018-04-26 08:37:48 +12:00