Commit Graph

2247 Commits

Author SHA1 Message Date
Daniele Teti
7420015c5c Sqids support - base classes + converter mechanism. Added ":sqid" converter. 2024-05-09 23:50:01 +02:00
Daniele Teti
c2646a2e28 dmvcframework-3.4.2-magnesium-rc1 2024-05-03 12:24:56 +02:00
Daniele Teti
fe5f7d4a72 Preparing for dmvcframework-3.4.2-magnesium-rc1 2024-05-03 00:13:08 +02:00
Daniele Teti
9b414b8665 Delphi Tokyo Compat 2024-05-02 19:14:59 +02:00
rjantz2
d0c3414a5e
Fix crash caused by null value set as a nested record. (#750) 2024-05-01 11:03:49 +02:00
Daniele Teti
91a019c113 Wizard generates sample entity and service container 2024-04-29 17:49:54 +02:00
Daniele Teti
9b079a9d6b Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
# Conflicts:
#	sources/MVCFramework.View.Renderers.Mustache.pas
2024-04-29 15:41:22 +02:00
Daniele Teti
d743333741 Updated dmustache to version 2 2024-04-29 15:40:45 +02:00
Sven Harazim
0f09dc1489
Update MVCFramework.View.Renderers.Mustache to mORMot2 (#748) 2024-04-29 15:03:53 +02:00
Marcelo Varela
493d2f21ae
Add Http Only Cookie support (#738)
* HTTP Only Cookie support

* Unit name

* Without chaning the formatting

* Without chaning the formatting

* On logoff check if UseHttpOnly is true
2024-04-29 14:55:58 +02:00
Francisco Zanini
f0bf273e0b
Check if the field is writeable when mapping value to param (#735)
* Return 401 instead 403 when authenticating an user

* Check if the field is writeable when mapping value to param

---------

Co-authored-by: Francisco Zanini <francisco@digifort.com.br>
2024-04-29 14:48:31 +02:00
Daniele Teti
8e8c31b904 https://github.com/danieleteti/delphimvcframework/issues/693 2024-04-29 13:35:07 +02:00
Daniele Teti
dc29941164 https://github.com/danieleteti/delphimvcframework/issues/746 2024-04-29 12:50:25 +02:00
Daniele Teti
5bda685228 https://github.com/danieleteti/delphimvcframework/issues/749 2024-04-29 12:46:19 +02:00
Daniele Teti
8e7e14151d Profiling can be enabled by the wizard 2024-04-24 17:03:05 +02:00
Daniele Teti
a4995177c6 Updated sample 2024-04-23 23:20:01 +02:00
Daniele Teti
b3e903ce5d DB Logger for articles_crud_server 2024-04-23 23:19:45 +02:00
Daniele Teti
b1db039655 Updated samples 2024-04-23 23:16:28 +02:00
Daniele Teti
b5b18792d4 Added HTTP Status Code in logs in case of global exception handling 2024-04-23 14:35:20 +02:00
Daniele Teti
2a7a840b13 Added OnSendData callback in TMVCRESTClient 2024-04-23 14:34:40 +02:00
Daniele Teti
d7bbd34d2a Updated RESTAdapter tests 2024-04-23 14:34:11 +02:00
Daniele Teti
2559a00084 Aligned sample data database for activerecorddb 2024-04-22 18:11:53 +02:00
Daniele Teti
bdfb74abce Added Profiler and PATREON label in Wizard 2024-04-19 18:19:08 +02:00
Daniele Teti
c297081c07 Polished some log messages for dotEnv 2024-04-19 18:17:57 +02:00
Daniele Teti
453d4571e2 Wizard can generate or not the dotEnvConfigure call - if not called, a defuault configuration for dotEnv is provided. 2024-04-19 15:58:19 +02:00
Daniele Teti
46ee03c2e6 Merge branch 'master' of https://github.com/danieleteti/delphimvcframework 2024-04-19 13:22:12 +02:00
Daniele Teti
4c191c3742 Preparing for release 2024-04-19 13:21:45 +02:00
Daniele Teti
8e4d5e9c2a
Update README.md 2024-04-18 11:26:48 +02:00
Daniele Teti
739b751607 Merge branch 'master' of https://github.com/danieleteti/delphimvcframework 2024-04-17 23:32:18 +02:00
Daniele Teti
65fa22ea55 Improved TransactionContext sample 2024-04-17 23:32:06 +02:00
João Antônio Duarte
eba712e902 Fix Linux compilation 2024-04-17 08:11:47 -03:00
João Antônio Duarte
0816f12ed8 Compatibility fix with Delphi 10.4 Sydney 2024-04-17 08:11:16 -03:00
Daniele Teti
d231ebf3cb Changed param order for RegisterType 2024-04-17 09:57:22 +02:00
Daniele Teti
563f184eb2 Code cleanup between TMVCRenderer and TMVCController 2024-04-16 16:39:41 +02:00
Daniele Teti
74211a95b2 Added CreateResponse(string,string) 2024-04-16 15:21:18 +02:00
Daniele Teti
deff8e6d91 Simplifies content handling in Render(string) 2024-04-16 15:20:50 +02:00
Daniele Teti
80354984e5 Clean some comments 2024-04-16 15:20:18 +02:00
Daniele Teti
3820d47a99 Improved file names generated by the wizard 2024-04-16 11:09:02 +02:00
Daniele Teti
51a457e5ec Packages update 2024-04-16 09:30:19 +02:00
Daniele Teti
10d31561af Removed old code from the old IDE Wizard 2024-04-16 00:22:41 +02:00
Daniele Teti
bbea870489 Completed "New Controller" Wizard. 2024-04-14 11:49:45 +02:00
Daniele Teti
8a7533f252 Generated dpr should not refers to conditionals defined by dmvc itself. 2024-04-12 12:37:43 +02:00
Daniele Teti
0d7a890e87 Removed debug log 2024-04-12 12:37:14 +02:00
Daniele Teti
8ebf4a253e Huge refactoring of IDE Wizard (WIP) 2024-04-12 12:28:34 +02:00
Daniele Teti
4d3ce6a82d [DMVCPROJECT Generator] Moved strings into consts in TConfigKey 2024-04-12 10:07:54 +02:00
Daniele Teti
089513e2cf New Project Generator Architecture 2024-04-11 18:54:29 +02:00
Daniele Teti
dea575f3df Modernized FileUpload sample 2024-04-10 17:12:42 +02:00
Daniele Teti
59cd33cb40 Update packages for older Delphi versions 2024-04-10 14:19:53 +02:00
Daniele Teti
6d1ea32678 Fixed incompatibilities with Delphi Sydney and previous (thanks Mark Lobanov) 2024-04-10 14:19:21 +02:00
Daniele Teti
7332259f25 Default log size = 10KiB 2024-04-09 17:15:11 +02:00