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 |
|
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 |
|