Commit Graph

1736 Commits

Author SHA1 Message Date
Daniele Teti
79f4dd1384 [+] Fixed a problem with parameter names when when fields contains spaces 2021-04-07 19:40:23 +02:00
Daniele Teti
f0c29801ea [+] All article CRUD samples in one project group 2021-04-07 19:14:12 +02:00
Daniele Teti
585207e8c5 Merge branch 'master' of https://github.com/danieleteti/delphimvcframework 2021-04-07 09:16:45 +02:00
Daniele Teti
f736c72e5b [+] Regression for "with spaces". More work needed. 2021-04-07 09:16:28 +02:00
João Antônio Duarte
b0df0b1f5a [+] Improved SnakeCase conversion 2021-04-06 19:50:50 -03:00
Daniele Teti
ea17335bcd [+] added two new samples (simple_api_using_datasets, simple_api_using_mvcactiverecord). Thiese sample are used in official trainings. 2021-04-06 19:23:30 +02:00
Daniele Teti
a850d2c31d [+] improved an old sample 2021-04-06 19:22:28 +02:00
Daniele Teti
3f4d006295 [+] added default parameter to StrToJSON* functions 2021-04-06 19:21:53 +02:00
Daniele Teti
5516b49345 no message 2021-04-05 19:35:46 +02:00
Daniele Teti
51a15cfaa9 [+] Added connection support for unicode data 2021-04-05 18:45:55 +02:00
Daniele Teti
50b2983e30 [+] added Delphi 10.4.2 LSP files to the .gitignore 2021-04-04 18:16:27 +02:00
João Antônio Duarte
468229545d [+] Added constant for HTTP status code 429 2021-03-26 11:03:22 -03:00
Daniele Teti
8ec3d5dbad Merge branch 'master' of https://github.com/danieleteti/delphimvcframework 2021-03-24 11:01:04 +01:00
Daniele Teti
e4a3ed87da Removed the standard log line in case of CustomExceptionHandling; now the custom handler can write all, and only, the logs it needs 2021-03-24 10:58:20 +01:00
João Antônio Duarte
d4ffc1329f [+] Improved exception return when executing request in TMVCRESTClient 2021-03-23 09:23:56 -03:00
Daniele Teti
5a83991991 [+] Added XML support in TMVCActiveRecord for backend PostgreSQL 2021-03-20 00:30:20 +01:00
João Antônio Duarte
d101ff8fcd [+] Improved Swagger Json Schema generation 2021-03-04 10:58:52 -03:00
Daniele Teti
7870b20907 [+] Improved built runner 2021-03-04 14:29:13 +01:00
Daniele Teti
b845afc7af [+] Improved folder detect in static files middleware 2021-03-03 23:16:55 +01:00
Daniele Teti
e8a08a4a78 https://github.com/danieleteti/delphimvcframework/issues/488 2021-03-03 18:42:59 +01:00
Daniele Teti
2db238918e [+] Improved proxy generation routes for JSONRPC 2021-03-02 18:03:08 +01:00
Daniele Teti
f0510b4bbf Merge branch 'master' of https://github.com/danieleteti/delphimvcframework 2021-02-25 10:51:09 +01:00
Daniele Teti
4139fc4a26 [+] Added URLEncode, URLDecode 2021-02-25 10:50:57 +01:00
danieleteti
59b5109461 chore(docs): update TOC 2021-02-23 17:11:43 +00:00
Daniele Teti
3544142ab5 [+] updated readme 2021-02-23 18:11:07 +01:00
Daniele Teti
244c70084e [+] Improved ThreadSafeQueue
[+] Added MVCJSONRPCAllowGET attribute
2021-02-23 18:00:32 +01:00
Daniele Teti
7093035347 Merge branch 'master' of https://github.com/danieleteti/delphimvcframework 2021-02-23 17:30:24 +01:00
Daniele Teti
12a075e74e [+] updated readme 2021-02-23 17:30:13 +01:00
danieleteti
5468b1781c chore(docs): update TOC 2021-02-23 16:26:59 +00:00
Daniele Teti
a168ecde20 [+] updated readme 2021-02-23 17:26:25 +01:00
Daniele Teti
e36604044c Merge branch 'master' of https://github.com/danieleteti/delphimvcframework 2021-02-23 14:47:57 +01:00
Daniele Teti
5ca1bebdfd [+] Added TOC on the readme using github actions 2021-02-23 14:47:44 +01:00
danieleteti
ce5fa37d31 chore(docs): update TOC 2021-02-23 12:43:54 +00:00
Daniele Teti
de71eba5aa
Update main.yml 2021-02-23 13:43:22 +01:00
Daniele Teti
4056e3d12d
Create main.yml 2021-02-23 13:40:31 +01:00
Daniele Teti
3984e56940 Merge branch 'master' of https://github.com/danieleteti/delphimvcframework 2021-02-17 00:05:14 +01:00
Daniele Teti
a138551cc8 [+] improved apache module and isapi samples 2021-02-17 00:04:58 +01:00
João Antônio Duarte
779bbee6df [+] Fix https://github.com/danieleteti/delphimvcframework/issues/484 2021-02-16 19:09:46 -03:00
Daniele Teti
c55bfea9da [+] Small improvement in custom type serialisers 2021-02-15 18:28:45 +01:00
Daniele Teti
6b0b09b5bb [+] Added type aliases for generic types registered as custom type serializer 2021-02-15 18:17:39 +01:00
Daniele Teti
444628ef5b [+] FIX for LRU 2021-02-12 18:48:50 +01:00
Daniele Teti
dbd46c8042 [+] More test for LRUCache 2021-02-12 18:44:43 +01:00
Daniele Teti
088b8b3240 [+] improved unit test architecture 2021-02-10 11:26:14 +01:00
João Antônio Duarte
618a087c86 Small improvement to get the URL in TMVCRESTClient 2021-02-05 16:03:33 -03:00
Daniele Teti
2c79ff6c6a [+] Unit test refactoring 2021-02-04 14:11:33 +01:00
Daniele Teti
34a3f2b993 [+] Improved ServerContainer sample - now it shows hot tu publish more than 1 TMVCEngine in more than 1 WebModule 2021-02-03 18:23:48 +01:00
Daniele Teti
4b8491a47c [+] Small optimizations in router and core 2021-02-03 16:04:36 +01:00
Daniele Teti
d1b2970d28
Merge pull request #474 from joaoduarte19/path_prefix_improvements
Changed how PathPrefix is used in calculating the method route
2021-02-03 15:23:41 +01:00
Daniele Teti
bc68d366fb
Merge pull request #476 from landrix/master
fix for danieleteti#403 and MVCFramework.Server.Impl
2021-02-03 15:01:02 +01:00
Sven Harazim
6d70d49bec
Update MVCFramework.Server.Impl.pas 2021-02-03 13:21:01 +01:00