Dashboard

Daniel Lichtenberger

committed 2861 to fleXive

14 Jun
PostgreSQL sequencer storage: Fixed missing sequence detection
Daniel Lichtenberger

committed 2860 to fleXive

14 Jun
PostgreSQL sequencer storage: getCurrentId(String) should throw FxCreateException when the sequencer does not exist (like the other storages do)
Markus Plesser

committed 2858 to fleXive

12 Jun
PhraseEngine: do not reset sequencers unless all phrases/nodes are removed
Markus Plesser

committed 2857 to fleXive

12 Jun
PhraseEngine: exposed interface to clear selected categories of a tree
Daniel Lichtenberger

committed 2856 to fleXive

12 Jun
Revert: FX_CONTENT_DATA: removed unused parentxmult column

The column is currently not used inside flexive, but it is required for combined queries on multiple properties of a group
Daniel Lichtenberger

committed 2854 to fleXive

11 Jun
PostgreSQL sequencer storage: optimized implementation of getCurrentId(String)
Daniel Lichtenberger

committed 2850 to fleXive

06 Jun
FxBasicFilter: expose request URI and query string in the flexive request context
Daniel Lichtenberger

committed 2848 to fleXive

05 Jun
REST-API: response builder support for collections with additional element information to support clean XML serialization
Markus Plesser

committed 2846 to fleXive

03 Jun
increased default TTL for binary transits from 5 minutes to 2 hours
Daniel Lichtenberger

committed 2843 to fleXive

27 May
flexive-modules-resources: added distribution settings for CI builds

Daniel Lichtenberger

committed 2841 to fleXive

27 May
REST-API: Updated modules base pom
Daniel Lichtenberger

committed 2835 to fleXive

23 May
REST-API: wrap RestApiResponses in the call interceptor

This makes the API code slightly cleaner and easier to read, however the methods must return Object instead of RestApiResponse to avoid runtime errors. Not sure how to fix this in pure JAX-RS w/CDI, altering the response type in an interceptor is probably not the best idea to begin with.