Daniele Teti
|
028089969a
|
TMVCEngine.Config property is now read-only. Can be changed only in the anonymous method injected in the constructor. (All the samples have been updated - from an idea of @Spinettato a.k.a. Danielino)
|
2020-05-11 23:39:43 +02:00 |
|
Daniele Teti
|
e0e14be6e5
|
Added MVCDoNotDeSerializeAttribute (if marked with this attribute, a property is not deserialized)
|
2020-05-04 12:39:54 +02:00 |
|
Daniele Teti
|
6c96a6ef3e
|
Small fix for relative path and documentroot in staticfilemiddleware
|
2020-05-02 17:06:59 +02:00 |
|
Daniele Teti
|
ddc5f4d97d
|
JSON-RPC named parameters support
|
2020-05-02 16:39:32 +02:00 |
|
João Antônio Duarte
|
fb7c664233
|
All examples using static files have been updated to use TMVCStaticFilesMiddleware
|
2020-04-28 20:59:41 -03:00 |
|
João Antônio Duarte
|
7dde0cf7d9
|
Correction of exception raised when middleware tried to map url with invalid characters as path to a file
|
2020-04-24 21:55:36 -03:00 |
|
João Antônio Duarte
|
ebcda178ff
|
Merge remote-tracking branch 'upstream/master' into middleware_staticfiles
|
2020-04-24 19:13:44 -03:00 |
|
Daniele Teti
|
1e4d374101
|
Comepleted ObjectDict support - fixed ncCamelCase mangling
|
2020-04-24 16:36:18 +02:00 |
|
João Antônio Duarte
|
2e105ec59f
|
The static file server that was at the core of TMVCEngine has been moved to TMVCStaticFilesMiddleware middleware
|
2020-04-23 21:48:39 -03:00 |
|
Daniele Teti
|
dd64ab4c49
|
Completed ObjectDict tests
|
2020-04-21 17:04:04 +02:00 |
|
Daniele Teti
|
d261edb622
|
Added ncPascalCase, improved ncCamelCase support, improved DataSet Serialization
|
2020-04-20 17:56:17 +02:00 |
|
Daniele Teti
|
08f01e6633
|
https://github.com/danieleteti/delphimvcframework/issues/366
|
2020-04-19 12:23:55 +02:00 |
|
Daniele Teti
|
f853b362b3
|
https://github.com/danieleteti/delphimvcframework/issues/362
|
2020-04-18 23:32:24 +02:00 |
|
Daniele Teti
|
26b82080d9
|
https://github.com/danieleteti/delphimvcframework/issues/330
|
2020-04-13 16:22:15 +02:00 |
|
Daniele Teti
|
440e979aba
|
Fixed some gitignore entries
|
2020-04-10 00:28:40 +02:00 |
|
João Antônio Duarte
|
91f2bebcfc
|
Added support for guid path parameters (#353)
|
2020-04-09 11:04:45 -03:00 |
|
Daniele Teti
|
18e988d604
|
https://github.com/danieleteti/delphimvcframework/issues/356
|
2020-04-08 13:00:32 +02:00 |
|
Daniele Teti
|
4a1ef47bd3
|
"404 Not Found" exceptions now contains the requested URL (as in the log)
|
2020-04-07 10:37:33 +02:00 |
|
Daniele Teti
|
d577221a71
|
Now ActiveRecord PrimaryKey can be string, nullablestring, integer, nullableinteger, int64, nullableint64
|
2020-03-31 16:23:22 +02:00 |
|
Daniele Teti
|
841edeb114
|
https://github.com/danieleteti/delphimvcframework/issues/349
https://github.com/danieleteti/delphimvcframework/issues/38
|
2020-03-31 00:47:35 +02:00 |
|
Daniele Teti
|
99664f141b
|
Refactoring of some internals structures of TMVCActiveRecord
|
2020-03-25 11:35:25 +01:00 |
|
Daniele Teti
|
71b6108149
|
Improved deserialization in cases of derived properties
|
2020-03-23 18:51:57 +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 |
|
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
|
36c2a2201e
|
Nullable Templates
|
2020-03-11 01:35:31 +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
|
92dcbd8b40
|
FIXED a Vulnerability bug which affects some deployment configurations.
|
2020-02-13 23:33:30 +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
|
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 |
|
Daniele Teti
|
9d7ff23c11
|
Added more unit tests for MVCActiveRecord
|
2020-01-08 23:59:41 +01:00 |
|
Daniele Teti
|
8144baf40c
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
|
Daniele Teti
|
2f43b31bbd
|
v3_2_0-boron-RC2
|
2019-12-01 20:55:31 +01:00 |
|
Daniele Teti
|
23a108896c
|
JSON properties can be de/serialized verbatim by the default json serializer
|
2019-11-05 14:40:39 +01:00 |
|
Daniele Teti
|
7ce87edb51
|
dmvcframework 3.2.0-boron
|
2019-11-03 16:18:24 +01:00 |
|
Daniele Teti
|
ead05b8d5d
|
dmvcframework 3.2.0-RC0-boron
|
2019-10-15 12:51:35 +02:00 |
|
Daniele Teti
|
cbbf2956f4
|
Added support for deserializing generic lists without MVCListOf attribute.
|
2019-10-15 09:33:53 +02:00 |
|
João Antônio Duarte
|
db9cb7406b
|
Added support for deserialize generic lists without MVCListOf attribute
Unit Tests Added
|
2019-10-14 18:11:08 -03:00 |
|
João Antônio Duarte
|
58153c1abf
|
Merge remote-tracking branch 'upstream/master' into serialize_interfaces
# Conflicts:
# sources/MVCFramework.Serializer.JsonDataObjects.pas
# sources/MVCFramework.pas
|
2019-10-09 19:59:04 -03:00 |
|
Daniele Teti
|
8b3d0ee384
|
Improved windowsservice sample
|
2019-10-10 00:20:03 +02:00 |
|
João Antônio Duarte
|
6a88ff38db
|
Merge remote-tracking branch 'upstream/master' into serialization_enums
|
2019-09-25 11:43:22 -03:00 |
|
Daniele Teti
|
a3738777a7
|
Added SwagDoc
|
2019-09-25 14:54:04 +02:00 |
|
João Duarte
|
530edca638
|
Added overload to render method for types Iinterfaces
|
2019-09-18 11:53:54 -03:00 |
|
João Duarte
|
ef64fbaa55
|
Improvement to serialize nested interfaces
|
2019-09-18 08:30:50 -03:00 |
|
João Duarte
|
a184165e47
|
* Serialization for interfaces
Added support for serialization of interface instances
Added unit test
|
2019-09-17 20:14:54 -03:00 |
|
Daniele Teti
|
698f34354c
|
Added ResponseCreated, ResponseNoContent, ResponseAccepted
|
2019-09-01 20:36:36 +02:00 |
|