Skip to content

#8879 List IncomingMessages on chronological order

Victor requested to merge shyba/soledad:8879 into master

This MR solves #8879 (closed) by adding an optional order_by on list API, which can be 'date', '+date' or '-date'.

The other commit just exposes namespace on the API and implements it on list and upload operations on client side. Further implementations are expected as we need them.

Merge request reports