302 Commits

Author SHA1 Message Date
James Agnew
044b9f584a Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2018-01-28 14:02:53 -06:00
James Agnew
f976b7bf7e Add new interceptor method which enabled interceptors to modify response 2018-01-28 14:01:20 -06:00
jamesagnew
2e4f80d7a3 Fix #831 - Remove useless TagListParam annotation 2018-01-26 10:03:21 -05:00
jamesagnew
5750cfd03c Prevent double calling server interceptor methods under certain
conditions
2018-01-26 07:44:13 -05:00
jamesagnew
ede32b6acc Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2018-01-23 11:33:52 -05:00
jamesagnew
c081f7c15d More rule fixes 2018-01-23 11:33:31 -05:00
James Agnew
0677f35847 Implement tenant ID checking in authorizationinterceptor 2018-01-23 11:32:35 -05:00
James Agnew
16038ece26 Version bump to 3.3.0-SNAPSHOT 2018-01-23 10:31:01 -05:00
James Agnew
4fd3e20d06 Remove duplicate resource body creation (Merge branch 'optimize_jpa') 2018-01-21 18:16:11 +08:00
jamesagnew
001bdbc07e Version bump to 3.2.0 2018-01-13 04:07:57 -05:00
James Agnew
6468ca474a Verion bump to 3.2.0 2018-01-13 02:14:33 -05:00
James Agnew
f6c9e3d0fe Add multitenancy support for server 2018-01-11 11:14:54 -05:00
jamesagnew
b0e196e5cf Merge branch 'master' into optimize_jpa 2018-01-10 06:27:15 -05:00
James Agnew
d375977410 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2018-01-08 14:14:42 -05:00
James Agnew
9a72927dbc Fix #808 - Use version from meta if not found in the resource ID 2018-01-08 14:07:27 -05:00
jamesagnew
0352d48720 Bump copyright message to 2018 2018-01-08 13:52:15 -05:00
jamesagnew
6fc88caa51 More work on optimizing JPA 2018-01-08 07:15:58 -05:00
James Agnew
377bae8c16 Allow interceptors to modify request contents 2018-01-06 14:27:32 -05:00
James Agnew
b18e71d4f5 Added new callbacks to IServerOperationInterceptor to be invoked before
other operation methods
2017-12-23 17:13:33 -05:00
Jiajing LIANG
cc40d47d2a fix inCompartment for a collection of owners 2017-12-14 17:29:27 +01:00
James Agnew
6c85cd1375 Improve documentation and mark redundant methods as deprecated in
IServerInterceptor
2017-12-12 21:45:54 -05:00
jamesagnew
d710682fed Fix searching in JPA with _id and _content params 2017-12-05 07:25:34 -05:00
James Agnew
3e296f9d1b Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2017-11-25 17:53:01 -05:00
James Agnew
6afe6804db Fix #796 - Correctly escape spaces in generated URLs 2017-11-25 17:52:12 -05:00
jamesagnew
5b909b4746 Version bump to 3.2.0-SNAPSHOT 2017-11-24 13:32:47 -05:00
jamesagnew
42dd34252d Version bump to 3.1.0 2017-11-23 13:27:21 -05:00
James Agnew
4887f18bb3 Further refine #762 2017-11-23 11:05:11 -05:00
jamesagnew
ffac599a30 Credit and tests for #762 2017-11-23 06:42:10 -05:00
James Agnew
193edea1a1
Merge pull request #762 from dconlan/master
Auth Interceptor - make sure Id has a type before trying to get its associated resource
2017-11-23 06:40:14 -05:00
James Agnew
6293bb112b
Merge pull request #769 from InfiniteLoop90/issue-768-exclude-stacktrace-jax-rs
Fixes issue #768 to conditionally include stacktraces for DataFormatExceptions in OperationOutcomes when using AbstractJaxRsProviders
2017-11-22 20:00:44 -05:00
James Agnew
59f4177a59 Fix #750 - Elements are not preserved in page requests 2017-11-06 19:49:50 -05:00
James Agnew
75bfb6af1b Add support for Binary X-Security-Context header in server 2017-11-02 11:38:43 -04:00
James Agnew
7c1ab11b02 Clean up places where CORS headers are declared - Related to #718 2017-10-30 16:37:47 -04:00
James Agnew
0fec0485e8 Merge pull request #717 from aehrc/feature/ifModifiedSince_bugfix_master
fix bugs with inverted test for If-Modified-Since (impl and tests)
2017-10-26 18:31:19 -04:00
James
d461567433 Allow cache-control to be used with CORS 2017-10-26 09:08:10 -04:00
James
15ba0dff03 Clean up email subscription type 2017-10-26 06:02:12 -04:00
Clayton Bodendein
d0e747d6ec Fixed issue #768 in a different way by wrapping the DataFormatException as an InvalidRequestException so that it still gets sent as a 400 response but now DataFormatException stacktraces can now be conditionally sent based on the ExceptionHandlingInterceptor#setReturnStackTracesForExceptionTypes(Class<?>...) configuration 2017-10-22 22:20:48 -05:00
David Conlan
1a7e43d2a8 Make sure we actually have a type associated with the resourceId or we get an exception 2017-10-17 15:07:51 +10:00
James
31fb1236a1 Reuse bundle ID when returning query cache results 2017-10-11 06:05:14 -04:00
James Agnew
87383ad802 Version bump to 3.1.0-SNAPSHOT 2017-09-27 21:23:34 -04:00
James
49bdaa1a45 Version bump to 3.0.0 2017-09-23 17:31:39 -04:00
James Agnew
984c0c387c Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2017-09-05 17:34:02 -07:00
James Agnew
2aa538bd56 Add ability for system to track unique constraints 2017-09-05 17:33:19 -07:00
James
0eea7b8f1f Fix android build hopefully 2017-09-01 06:39:55 -04:00
James Agnew
022b556648 Add documentation for logginginterceptor processing time variable (which
already worked, but wasn't documented)
2017-08-31 10:17:31 -04:00
James Agnew
cae21f4898 Update syntax highlighter to not use tables 2017-08-28 10:26:07 -04:00
James Agnew
ff8b5607f3 More test cleanup 2017-08-24 22:19:12 -04:00
James Agnew
1ec14f4a31 Small perf improvement for JPA terminology 2017-08-24 13:07:05 -04:00
Michael Lawley
a4365f9b83 fix bugs with inverted test for If-Modified-Since (impl and tests) 2017-08-24 13:54:59 +10:00
James
94953e8a5c Merge in latest work on subscriptions and GraphQL 2017-08-14 22:00:59 -04:00