Daniele Teti
|
1fd7740048
|
Added JSONRPC Hooks - Renamed RenderXXX Methods
|
2020-03-30 13:30:45 +02:00 |
|
Daniele Teti
|
5fb572ca63
|
Support for non autogenerated primary keys
|
2020-03-27 00:37:28 +01:00 |
|
Daniele Teti
|
d00f8e6206
|
Improved JSONRPC Exceptions
|
2020-03-25 22:27:29 +01:00 |
|
Daniele Teti
|
99664f141b
|
Refactoring of some internals structures of TMVCActiveRecord
|
2020-03-25 11:35:25 +01:00 |
|
Daniele Teti
|
f4e27a2179
|
Added JSONRPC HOOKS
|
2020-03-24 17:55:25 +01:00 |
|
João Antônio Duarte
|
fd3600fa66
|
Merge pull request #347 from joaoduarte19/master
Swagger improvements
|
2020-03-23 20:44:38 -03:00 |
|
João Antônio Duarte
|
e844b7a42e
|
Correction of the JWT authentication endpoint definition in TMVCMiddlewareSwagger. Username and passoword definition headers cannot be required.
|
2020-03-23 20:42:58 -03:00 |
|
Daniele Teti
|
71b6108149
|
Improved deserialization in cases of derived properties
|
2020-03-23 18:51:57 +01:00 |
|
Daniele Teti
|
1387cf278a
|
Improved parameters handling in ActiveRecord "Select" methods.
|
2020-03-23 18:30:32 +01:00 |
|
Daniele Teti
|
469d83d35e
|
Track in README.MD some fixed issues
|
2020-03-22 00:02:53 +01:00 |
|
Daniele Teti
|
ef6d609c8b
|
https://github.com/danieleteti/delphimvcframework/issues/345
|
2020-03-21 23:58:09 +01:00 |
|
Daniele Teti
|
6e1978791f
|
First public version of TMVCAPIBinder
|
2020-03-20 23:08:45 +01:00 |
|
João Antônio Duarte
|
527e389928
|
Merge pull request #342 from joaoduarte19/master
EnumMappedValues improvements
|
2020-03-13 11:59:57 -03:00 |
|
João Antônio Duarte
|
cd162c5977
|
Exception handling when receiving value that does not exist in the mapped values.
Search for mapped values case insensitive
|
2020-03-13 11:58:04 -03:00 |
|
João Antônio Duarte
|
782bf2c4e0
|
Merge pull request #341 from joaoduarte19/master
Warnings removal
|
2020-03-12 17:20:22 -03:00 |
|
João Antônio Duarte
|
12fcc9b8b4
|
Warnings removal
|
2020-03-12 17:19:30 -03:00 |
|
Daniele Teti
|
bcac1008a8
|
readme file
|
2020-03-12 20:38:07 +01:00 |
|
Daniele Teti
|
406ee139fd
|
Renamed "MVCEnumSerializationTypeAttribute" to "MVCEnumSerializationAttribute"
Added "DataTypeName" in MVCActiveRecord to better use specific RDBMS types (e.g. JSON / JSONP data type in PostgreSQL)
|
2020-03-12 20:37:48 +01:00 |
|
Daniele Teti
|
a425c124c2
|
Merge pull request #340 from joaoduarte19/enumserialization_improvements
Improved enumeration serialization
|
2020-03-12 20:26:13 +01:00 |
|
João Antônio Duarte
|
25d2a909ef
|
Added ability to serialize/desserialize types enumerated by an array of mapped values
|
2020-03-12 14:24:20 -03:00 |
|
Daniele Teti
|
5bf7fcf7e1
|
Merge pull request #339 from andreaciotti/hotfix/dataset_json_serializer
DataSetToJsonObject serializer: Added TFieldType.ftWord to the list o…
|
2020-03-11 10:14:49 +01:00 |
|
Andrea Ciotti
|
2bb620bec2
|
DataSetToJsonObject serializer: Added TFieldType.ftWord to the list of types to be serialized
|
2020-03-11 09:03:30 +01:00 |
|
Daniele Teti
|
36c2a2201e
|
Nullable Templates
|
2020-03-11 01:35:31 +01:00 |
|
Daniele Teti
|
2c6552276e
|
https://github.com/danieleteti/delphimvcframework/issues/336
|
2020-03-08 19:35:17 +01:00 |
|
Daniele Teti
|
ab2c92c26f
|
https://github.com/danieleteti/delphimvcframework/issues/338
|
2020-03-08 17:54:10 +01:00 |
|
Daniele Teti
|
ac9f3bc7f6
|
FIX https://github.com/danieleteti/delphimvcframework/issues/334
|
2020-03-05 18:34:00 +01:00 |
|
Daniele Teti
|
f99aa89fda
|
Added more characters in URL_MAPPED_PARAMS_ALLOWED_CHARS = ' àèéùòì''"@\[\]\{\}\(\)\=;&#\.:!\_\/,%\w\d\x2D\x3A';
Added more unit tests
|
2020-03-04 19:56:01 +01:00 |
|
Daniele Teti
|
cb46414e4d
|
https://github.com/danieleteti/delphimvcframework/issues/321
|
2020-02-28 18:33:28 +01:00 |
|
Daniele Teti
|
70a5b2c306
|
Updated README.md
|
2020-02-26 13:25:00 +01:00 |
|
Daniele Teti
|
992262d152
|
Added "OnRouterLog" configuration - Fixed packages to include "MVCFramework.Nullables.pas"
|
2020-02-26 13:10:41 +01:00 |
|
Daniele Teti
|
106e1c2bd4
|
Merge pull request #332 from andreaciotti/feature/configurable_log
Configurable log for requests
|
2020-02-24 11:04:17 +01:00 |
|
Andrea Ciotti
|
13571aa584
|
Configurable log for requests
|
2020-02-24 10:37:37 +01:00 |
|
Daniele Teti
|
c919faa1e3
|
Merge pull request #328 from joaoduarte19/rql_bugfix
Rql bugfix
|
2020-02-22 16:51:29 +01:00 |
|
Daniele Teti
|
35a32ceb06
|
Merge pull request #331 from joaoduarte19/delphi_berlin_compatibility
Fixes for delphi berlin compatibility
|
2020-02-22 16:50:40 +01:00 |
|
João Antônio Duarte
|
3218492a6c
|
Correction when converting TField ftGUID to property TGUID in Delphi 10.1 Berlin
Removal of warnings in Delphi 10.1 Berlin
|
2020-02-21 16:14:15 -03:00 |
|
João Antônio Duarte
|
28b8f02c43
|
Merge remote-tracking branch 'upstream/master' into rql_bugfix
|
2020-02-13 20:15:55 -03:00 |
|
João Antônio Duarte
|
e83fcac362
|
Fixed error in the RQL compiler when passing a string containing the apostrophe (') symbol in the "contains" and "in" operators
|
2020-02-13 20:15:25 -03:00 |
|
Daniele Teti
|
92dcbd8b40
|
FIXED a Vulnerability bug which affects some deployment configurations.
|
2020-02-13 23:33:30 +01:00 |
|
Daniele Teti
|
8b46dfc8a6
|
Improved sample about https://pastebin.com/RVAKR8VU
|
2020-02-11 15:45:35 +01:00 |
|
Daniele Teti
|
c36cd13988
|
3.2.0-boron-RC4
|
2020-02-05 23:46:38 +01:00 |
|
Daniele Teti
|
4a78322aef
|
Improvement is Nullable primary keys. Added method "Store"
|
2020-02-03 13:19:55 +01:00 |
|
Daniele Teti
|
42cf51b595
|
All serialization/deserialization unittests pass for nullables!! :-)
|
2020-02-03 12:11:42 +01:00 |
|
Daniele Teti
|
3388354743
|
Serialization support for all the types in MVCFramework.Nullables
|
2020-02-03 10:51:40 +01:00 |
|
Daniele Teti
|
1ddb6e11b9
|
Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
|
2020-01-24 10:09:40 +01:00 |
|
Daniele Teti
|
3233ea123f
|
Fixed a mleak in caso of disconnection while the request is running (https://github.com/danieleteti/delphimvcframework/issues/323)
|
2020-01-24 10:09:14 +01:00 |
|
João Antônio Duarte
|
33cd117255
|
Merge pull request #320 from juliomar/master
Correction of the example to run the windows service
|
2020-01-17 17:30:00 -03:00 |
|
juliomar
|
990eec48ed
|
Correction of the example to run the windows service
|
2020-01-17 17:25:31 -03:00 |
|
Daniele Teti
|
9d7ff23c11
|
Added more unit tests for MVCActiveRecord
|
2020-01-08 23:59:41 +01:00 |
|
Daniele Teti
|
23b3826f02
|
Fixed WineCellar* samples (thank you Stephen)
|
2020-01-08 20:34:02 +01:00 |
|
Daniele Teti
|
25f67480cb
|
interbase db
|
2020-01-08 15:32:08 +01:00 |
|