Commit Graph

1662 Commits

Author SHA1 Message Date
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
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
Daniele Teti
cf3c3d8adf + Removed ViewJSON reference from Mustache View Engine 2022-01-21 18:33:00 +01:00
João Antônio Duarte
762d983e5b + Improved adding Body of TStream type in RESTClient to allow adding Binary Streams 2022-01-18 11:58:39 -03:00
Daniele Teti
8affcab0e8
Update README.md 2022-01-12 11:46:32 +01:00
Daniele Teti
3bde059f5e + Updated sponsors section 2022-01-12 11:44:29 +01:00
Daniele Teti
7e7113d405 + Added sponsor logos 2022-01-12 11:35:59 +01:00
Daniele Teti
e698987a0e + Removed some HINTS/WARNINGS (thanks to the Compatibility Mantainer Mark Lobanov) 2022-01-12 11:16:49 +01:00
Daniele Teti
e7972048c8 + final version for the new SWAGGER engine (Sponsored by CENTRO SOFTWARE) 2022-01-11 15:30:40 +01:00
danieleteti
d1dcbb5adb chore(docs): update TOC 2022-01-04 14:45:18 +00:00
Daniele Teti
a8ce1bb25b + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
Daniele Teti
4b635b9daf Merge branch 'master' of https://github.com/danieleteti/delphimvcframework 2021-12-31 18:06:42 +01:00
Daniele Teti
fd7f508c1b + Swagger for inherited controllers amost works 2021-12-31 18:00:54 +01:00
João Antônio Duarte
dbffee6ff6 [+] Fix https://github.com/danieleteti/delphimvcframework/issues/537 2021-12-30 17:34:52 -03:00
Daniele Teti
be4a824b5f + gitignore 2021-12-30 10:21:50 +01:00
Daniele Teti
f119fb0a13 + added Lua4Delphi 2021-12-30 10:21:38 +01:00
Daniele Teti
f1fa322632 + CustomIntfObject support 2021-12-30 00:45:19 +01:00
Daniele Teti
810282b89e + added eLua server side view support. eLua views requires Lua dlls so the LuaViewEngine is not included in the core but in the sample folder 2021-12-30 00:36:35 +01:00
Daniele Teti
f3e8def287 + Added "LogException", fixed some IFDEFs to correctly compile on mobile platforms 2021-12-27 10:13:23 +01:00
Daniele Teti
17cc5d5eea + Compatibility fix for Delphi 10.2 Tokyo 2021-11-23 18:03:48 +01:00
Daniele Teti
02de5b11ea - Added default filtering for TMVCActiveRecord descendants (more info ASAP)
- Added partitioning for `TMVCActiveRecord descendants` (more info ASAP)

- After a big refactoring (*"I love to delete code" -- cit. Daniele Teti*), support a new SQLGenerator is just 2 (two) methods away!
2021-11-21 19:27:06 +01:00
Daniele Teti
3360dea516 + completed tests for default filtering and partitioning (just for PostgreSQL) (WIP for other RDBMSes) 2021-11-19 00:34:37 +01:00
Daniele Teti
c231e6540e + added test for default filtering 2021-11-18 17:52:06 +01:00
Daniele Teti
5550819fca + Fixed a bug in RQL' MaxRecordCount
+ Implemented Table Partitioning (WIP)
2021-11-18 00:49:12 +01:00
Daniele Teti
49518a311b + table filtering (WIP) 2021-11-17 15:36:20 +01:00
Daniele Teti
6e01425ebc + updated readme 2021-11-05 11:29:28 +01:00
Daniele Teti
07dc4d8569 + fixed fileuploaddemo 2021-11-05 09:53:01 +01:00
Daniele Teti
eceefb2366 + removed inline var for older delphi versions still supported 2021-11-05 09:27:28 +01:00
Daniele Teti
a5a147c91d https://github.com/danieleteti/delphimvcframework/issues/526 2021-11-02 12:03:22 +01:00
João Antônio Duarte
58e53dd9b0 + Added Host and BasePath parameters to the Swagger middleware to make it possible to define a custom BaseURL for the documentation 2021-10-21 20:18:49 -03:00
João Antônio Duarte
932a1a6ac5 Swagger UI updated to version 3.52.5 2021-10-21 20:15:10 -03:00
Daniele Teti
07e16c1e1f - added AddDefaultConnection overload
- added helper methods to IMVCRESTResponse
2021-10-20 11:29:49 +02:00
Daniele Teti
d2157919fe + added overloaded constructors to all MVCFrom* attributes (allows to pass a default values as string, integer and boolean) 2021-10-07 10:08:53 +02:00