mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 15:55:54 +01:00
1ef246a589
- TWebContext param in the actions is optional - In case of "action not found", the server dont returns NEVER the document index - Refactoring - More unit tests - BasicDemo updated with typed actions - Copyright updated (just formatting)
25 lines
945 B
Plaintext
25 lines
945 B
Plaintext
22/06/2016
|
|
- Added strongly typed actions
|
|
- TWebContext param in the actions is optional
|
|
- In caso of "action not found", the server dont returns NEVER the document index
|
|
- Refactoring
|
|
- More unit tests
|
|
|
|
15/03/2015
|
|
- all the built-in methods have been moved under the /system controller
|
|
- messaging system is ready to test. It now uses RabbitMQ
|
|
- authentication/authorization architecture
|
|
- basic authentication is builtin
|
|
- new method for middleware: OnBeforeControllerAction
|
|
- new configuration block in TMVCEngine.Create (now is the preferred way to configure the server)
|
|
- Declared in MVCFramework.Commons the record HTTP_STATUS which defines all the HTTP/1.1 status code.
|
|
|
|
31/03/2015
|
|
- messaging system now supports queues and topics
|
|
- some minor bug fixes in the objectsmappers
|
|
- added new build system based on a python script
|
|
- added more unit tests
|
|
|
|
|
|
- added support for JWT
|
|
- added auth middleware based on JWT |