Daniele Teti
|
7e20aafa54
|
Fix for a sample
|
2020-04-21 18:22:27 +02:00 |
|
Daniele Teti
|
dd64ab4c49
|
Completed ObjectDict tests
|
2020-04-21 17:04:04 +02:00 |
|
Daniele Teti
|
c075b1fbca
|
Now ObjectDict() returns an interface - allows easily pattern for rendering complex objects
|
2020-04-20 18:32:46 +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
|
fc525e9d97
|
https://github.com/danieleteti/delphimvcframework/issues/363
|
2020-04-18 15:04:27 +02:00 |
|
Daniele Teti
|
72fbb7d8f2
|
v3_2_0_boron_RC6
|
2020-04-14 13:17:09 +02:00 |
|
Daniele Teti
|
26b82080d9
|
https://github.com/danieleteti/delphimvcframework/issues/330
|
2020-04-13 16:22:15 +02:00 |
|
Daniele Teti
|
640ffef55f
|
Updated SynMustache to 7b825b70ea
|
2020-04-12 16:45:05 +02:00 |
|
Daniele Teti
|
e437d33434
|
https://github.com/danieleteti/delphimvcframework/issues/355
|
2020-04-12 12:38:00 +02:00 |
|
Daniele Teti
|
d61c3507ed
|
Merge pull request #359 from Vitao-Jose/patch-1
Update MVCFramework.Controllers.CacheController.pas
|
2020-04-11 11:03:05 +02:00 |
|
Vitao-Jose
|
26a507748b
|
Update MVCFramework.Controllers.CacheController.pas
Line 191 - change
if not String.IsNullOrWhiteSpace(lConnection) then
by
if not String.IsNullOrWhiteSpace(lKeyAuth) then
|
2020-04-11 01:11:34 -03:00 |
|
Daniele Teti
|
82624d50f7
|
no message
|
2020-04-10 00:29:05 +02:00 |
|
Daniele Teti
|
440e979aba
|
Fixed some gitignore entries
|
2020-04-10 00:28:40 +02:00 |
|
Daniele Teti
|
bddca2f9b2
|
Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
|
2020-04-09 17:01:51 +02:00 |
|
Daniele Teti
|
3c2c7e600e
|
Better exception messages for deserialization errors
|
2020-04-09 17:01:33 +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
|
0a80e649b7
|
SessionCustomData and Context.LoggedUser are filled also for public endpoint if the request contains a valid jwt
|
2020-04-09 13:02:08 +02:00 |
|
Daniele Teti
|
e56fb272a9
|
https://github.com/danieleteti/delphimvcframework/issues/348
Just for PostgreSQL
|
2020-04-08 18:04:45 +02: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
|
36ca9d43dc
|
https://github.com/danieleteti/delphimvcframework/issues/337
|
2020-04-03 11:56:14 +02:00 |
|
Daniele Teti
|
f99590f50f
|
https://github.com/danieleteti/delphimvcframework/issues/350
|
2020-04-02 19:26:04 +02:00 |
|
Daniele Teti
|
2273c88b00
|
Added MediaTypes TMVCMediaType.IMAGE_X_ICON
|
2020-04-02 15:28:06 +02:00 |
|
Daniele Teti
|
447ee2df81
|
Merge pull request #352 from sandrolborges/redis_auth
Added authentication key for redis connection
|
2020-04-02 15:26:56 +02:00 |
|
Sandro Borges
|
1052769b54
|
Added authentication key for redis connection
|
2020-04-02 09:41:33 -03:00 |
|
Daniele Teti
|
92b013363b
|
https://github.com/danieleteti/delphimvcframework/issues/351
|
2020-03-31 20:53:03 +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
|
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 |
|