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 |
|
Daniele Teti
|
4eb5444cb6
|
Added sequence support fo mvcactiverecord (required for interbase, optional for other dbms)
|
2020-01-08 15:30:10 +01:00 |
|
Daniele Teti
|
b5df488157
|
Updated SQLite sample schema to correctly work with the mvcactiverecord nullable tests
|
2020-01-07 14:58:04 +01:00 |
|
Daniele Teti
|
9027d0e192
|
3.2.0-boron-RC3
|
2020-01-06 16:51:54 +01:00 |
|
Daniele Teti
|
8144baf40c
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
|
Daniele Teti
|
b097121ee7
|
First working version of nullable support for mvcactiverecord
|
2020-01-04 12:54:38 +01:00 |
|
Daniele Teti
|
691e6e9832
|
Merge pull request #317 from joaoduarte19/swagger_improvements
Swagger improvements
|
2020-01-03 23:40:06 +01:00 |
|
João Antônio Duarte
|
64d9936784
|
Added EnumValues parameter to MVCSwagParamAttribute attribute. When adding an enum, swagger will display a list of possible values to select
|
2020-01-03 18:08:47 -03:00 |
|
João Antônio Duarte
|
996c1344c7
|
improved path ordering
Added DefaultValue parameter to MVCSwagParamAttribute attribute
|
2020-01-03 17:47:01 -03:00 |
|
João Antônio Duarte
|
4c60e67a3e
|
Added ordering of paths by tags
|
2020-01-03 16:49:53 -03:00 |
|
João Antônio Duarte
|
7222b19003
|
Json schemas moved to Definitions section
|
2020-01-03 15:48:22 -03:00 |
|
Daniele Teti
|
7230149cb2
|
dmvchandbook cover
|
2019-12-23 18:40:31 +01:00 |
|
Daniele Teti
|
7c89df545d
|
Middleware Trace
|
2019-12-23 18:37:28 +01:00 |
|
Daniele Teti
|
e2f6bd76d4
|
https://github.com/danieleteti/delphimvcframework/issues/312
|
2019-12-23 18:35:21 +01:00 |
|
Daniele Teti
|
ab3ef05550
|
Updated roadmap and readme page
|
2019-12-23 17:51:44 +01:00 |
|
Daniele Teti
|
09c7634001
|
Merge pull request #314 from landrix/master
SSL-server-support for TMVCListener
|
2019-12-23 17:34:07 +01:00 |
|
Daniele Teti
|
519d607b90
|
Added a NOTE field in all ActiveRecordDB - the sample has been updated as well
|
2019-12-23 10:35:36 +01:00 |
|
Sven Harazim
|
ed3757ac52
|
SSL-server-support for TMVCListener
|
2019-12-19 10:39:13 +01:00 |
|
Daniele Teti
|
fdcb617801
|
Improved error messages for ActiveRecord
|
2019-12-17 17:34:23 +01:00 |
|
Daniele Teti
|
3793a42b5d
|
Improved router ACCEPT resolution - Improved MSSQLServer support for nvarchar(max) data type
|
2019-12-17 14:52:11 +01:00 |
|
Daniele Teti
|
2f43b31bbd
|
v3_2_0-boron-RC2
|
2019-12-01 20:55:31 +01:00 |
|
Daniele Teti
|
b4a5c9bdab
|
Fix some packages issues
|
2019-12-01 17:40:45 +01:00 |
|
Daniele Teti
|
57da1259d8
|
MVCAREntitiesGenerator can optionally register all the generated entities also in the ActiveRecordMappingRegistry (Thanks to [Fabrizio Bitti](https://twitter.com/fabriziobitti) from [bit Time Software](http://www.bittime.it))
|
2019-11-28 19:04:26 +01:00 |
|
Daniele Teti
|
9b57586dd4
|
Added ConfigHTTPClient in MVCJSONRPCExecutor
|
2019-11-28 00:19:27 +01:00 |
|
João Antônio Duarte
|
dfa619f14f
|
Merge pull request #304 from joaoduarte19/swagger_improvements
Swagger Improvements
|
2019-11-27 16:31:06 -03:00 |
|
João Antônio Duarte
|
00bb4c6e21
|
Added MVCSwagIgnorePathAttribute attribute to allow hiding endpoints in swagger documentation
|
2019-11-27 16:27:07 -03:00 |
|