Daniele Teti
|
724bdb1400
|
+ New Silver Sponsor: ORIONLAW
|
2022-06-15 15:48:30 +02:00 |
|
Daniele Teti
|
39b795845b
|
+ Fixed some methods visibility for RQL Compilers
|
2022-06-15 12:16:25 +02:00 |
|
Daniele Teti
|
617d6ffa4a
|
https://github.com/danieleteti/delphimvcframework/issues/514 (partial)
|
2022-06-15 12:02:11 +02:00 |
|
Daniele Teti
|
db0de0f402
|
https://github.com/danieleteti/delphimvcframework/issues/560
|
2022-06-14 15:31:27 +02:00 |
|
Daniele Teti
|
5b7bda8d5b
|
Merge branch 'master' into feature_jsonrpc_records
|
2022-06-14 15:16:46 +02:00 |
|
Daniele Teti
|
af8a728acc
|
+ Merge https://github.com/danieleteti/delphimvcframework/pull/559
+ Small changes for MSSQL compatibility
|
2022-06-14 15:05:04 +02:00 |
|
Daniele Teti
|
31aecd0417
|
+ fixed DB path for winecellarserver
|
2022-06-13 15:52:07 +02:00 |
|
azapater
|
1ab553d3fb
|
#558 - Implements "starts" operator in RQL parser
The parser has been tested in Firebird but not in the rest of database platforms. I've tried to guess the code, but further testing would be needed.
|
2022-06-10 00:28:34 +02:00 |
|
Marcelo Jaloto
|
c069a618f6
|
Simple improvement for when serializing the TMVCResponse object to a Json string;
|
2022-05-31 15:43:22 -03:00 |
|
Marcelo Jaloto
|
8f25550899
|
issue 556 - Add override support in the method TRoleBasedAuthHandler.OnAuthorization;
|
2022-05-26 15:06:35 -03:00 |
|
Daniele Teti
|
63cc2aa4c6
|
+ First changes to allow records as JSONRPC parameters
|
2022-05-25 15:13:49 +02:00 |
|
Marcelo Jaloto
|
dd4f7f0afd
|
New improvements for use with fields of primary key of kind Guid;
|
2022-05-13 12:23:00 -03:00 |
|
Marcelo Jaloto
|
88f42572f7
|
Adds new custom attribute, MVCSerializeGuidWithoutBracesAttribute, in the model class to define a field of type TGuid if at the time of attribute serialization the value of the guid field will be obtained without braces;
|
2022-05-13 12:19:59 -03:00 |
|
Marcelo Jaloto
|
80dc7f141a
|
Fixes bug when a Active Record field primary key is a Guid. See more issue 552;
|
2022-05-13 12:15:32 -03:00 |
|
Daniele Teti
|
0fac2dd2fa
|
https://github.com/danieleteti/delphimvcframework/issues/550
|
2022-04-12 12:12:08 +02:00 |
|
Daniele Teti
|
f935895054
|
Create FUNDING.yml
|
2022-04-06 10:32:27 +02:00 |
|
Daniele Teti
|
00080e8b84
|
Update README.md
|
2022-04-06 10:26:52 +02:00 |
|
danieleteti
|
8a54ea5b00
|
chore(docs): update TOC
|
2022-04-06 08:24:00 +00:00 |
|
Daniele Teti
|
a82a6ef5a3
|
+ added PATREON button
|
2022-04-06 10:23:21 +02:00 |
|
Daniele Teti
|
ff9fe81426
|
https://github.com/danieleteti/delphimvcframework/issues/533
|
2022-04-05 17:17:35 +02:00 |
|
Daniele Teti
|
624acbec1a
|
Improved TMVCStaticFilesMiddleware
|
2022-04-04 21:18:29 +02:00 |
|
Daniele Teti
|
52640cb1fb
|
https://github.com/danieleteti/delphimvcframework/issues/548 (WIP)
|
2022-04-04 14:48:39 +02:00 |
|
Daniele Teti
|
d750b19e55
|
https://github.com/danieleteti/delphimvcframework/issues/548 (WIP)
|
2022-04-04 13:08:50 +02:00 |
|
Daniele Teti
|
56dc4ede47
|
https://github.com/danieleteti/delphimvcframework/issues/548 (WIP)
|
2022-04-04 13:05:34 +02:00 |
|
Daniele Teti
|
81d25d5077
|
Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
|
2022-04-01 17:59:32 +02:00 |
|
Daniele Teti
|
c10cb7417e
|
+ MVCFramework.SignalHandling (WIP)
|
2022-04-01 17:59:21 +02:00 |
|
danieleteti
|
3dd4d17dde
|
chore(docs): update TOC
|
2022-04-01 14:52:08 +00:00 |
|
Daniele Teti
|
3fc8858205
|
+ dump readme
|
2022-04-01 16:51:35 +02:00 |
|
Daniele Teti
|
347c5fb2fd
|
+ Added support for API versioning in Swagger UI
+ Added Swagger API Versioning Sample (swagger_api_versioning_primer)
|
2022-04-01 16:49:29 +02:00 |
|
Daniele Teti
|
b5ddf9fe6a
|
Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
|
2022-04-01 12:53:45 +02:00 |
|
Daniele Teti
|
c1eee8f175
|
More work about https://github.com/danieleteti/delphimvcframework/issues/538 (thanks to https://github.com/fastbike)
|
2022-04-01 12:53:13 +02:00 |
|
Marcelo Jaloto
|
c0a7f2ac00
|
Issue #546 - Formmat swagger.json file for when needed to investigate in the Swagger Editor. (#547)
|
2022-04-01 00:29:39 +02:00 |
|
Marcelo Jaloto
|
4a4ce3e8ef
|
Issue #546 - Formmat swagger.json file for when needed to investigate in the Swagger Editor.
|
2022-03-31 18:43:34 -03:00 |
|
Daniele Teti
|
594b3a36a9
|
https://github.com/danieleteti/delphimvcframework/issues/538 (WIP)
|
2022-03-31 16:43:32 +02:00 |
|
Daniele Teti
|
96bb67a29d
|
+ Samples are compilable with Delphi 10.2 Tokyo or better
|
2022-03-31 09:31:11 +02:00 |
|
Daniele Teti
|
fda68ca3b9
|
- update loggerpro package
|
2022-03-26 18:26:41 +01:00 |
|
Daniele Teti
|
46e1d80852
|
Merge commit '4b3008e7c62ba577583508bd70b1d1bad0387222' as 'lib/loggerpro'
|
2022-03-26 18:24:43 +01:00 |
|
Daniele Teti
|
4b3008e7c6
|
Squashed 'lib/loggerpro/' content from commit 1bd3abc1
git-subtree-dir: lib/loggerpro
git-subtree-split: 1bd3abc12b5cd2a89d5eec9c5ebf4261eeb8751e
|
2022-03-26 18:24:43 +01:00 |
|
Daniele Teti
|
312cff2005
|
switching loggerpro as subtree
|
2022-03-26 18:24:32 +01:00 |
|
Daniele Teti
|
98fd21ac8f
|
https://github.com/danieleteti/delphimvcframework/issues/530
|
2022-03-25 11:49:22 +01:00 |
|
Daniele Teti
|
578a581f4b
|
https://github.com/danieleteti/delphimvcframework/issues/539
|
2022-03-25 11:25:31 +01:00 |
|
Daniele Teti
|
78ef7c01a9
|
https://github.com/danieleteti/delphimvcframework/issues/544
|
2022-03-25 11:02:09 +01:00 |
|
Daniele Teti
|
c2d3cbc859
|
https://github.com/danieleteti/delphimvcframework/issues/542
|
2022-03-25 10:49:12 +01:00 |
|
Daniele Teti
|
9a9b74ee22
|
Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
|
2022-03-22 12:42:45 +01:00 |
|
Julio Senha
|
ec075cd2fe
|
Update MVCFramework.Router.pas (#543)
|
2022-03-22 12:38:57 +01:00 |
|
Daniele Teti
|
d6942d5fbd
|
Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
|
2022-02-07 14:21:53 +01:00 |
|
Daniele Teti
|
6a1104cb2c
|
Update README.md
|
2022-02-03 00:12:37 +01:00 |
|
Daniele Teti
|
f8178e250c
|
Improved MVCAREntitiesGenerator project - now it can better handle border cases, field names which collide with Delphi keywords and a big number of tables.
|
2022-01-27 01:06:40 +01:00 |
|
Daniele Teti
|
07bd70c5ed
|
+ Improved TMVCActiveRecord Interbase support
|
2022-01-26 23:00:32 +01:00 |
|
Daniele Teti
|
7a2b6458fd
|
Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
|
2022-01-21 18:33:14 +01:00 |
|