Releases: RunOrg/RunOrg
Production release 0.9.9
Adds endpoint DELETE /form/{id}
for deleting forms.
Production release 0.9.7
Sent e-mail preview /mail/{id}/to/{to}
now includes fields opened
and clicked
that contain the time when the sent mail was first opened (based on the track
link), and when one of its links was first clicked, respectively.
Production release 0.9.6
- Implements chatrooms and posts
- Breaking change to the CQRS clock JSON format
- Added several missing PUT and DELETE endpoints
Production release 0.9.3
Provides GET /db/{db}/tokens/{token}
, required for authenticating a person from clicking a link in outgoing e-mail.
Production release 0.9.2
Fixes a defect in JSON parser handling of \/
(solidus) escape sequence.
Production release 0.9.1
Fixes SQL error management.
Production release 0.9.0
Beta version for :
- People (including name search and mass import)
- Groups
- Forms
- Mass mailing
- Keys
Fixes several major stability issues in the Httpd subsystem.
Internal production release 0.1.53
Mail preview and stats, configuration-enabled request logging, fixes default UI.
Internal production release 0.1.51
Contacts became People. Documentation framework upgraded.
Internal production release 0.1.47
Adds documentation and sub-second date-time format support.