Commit Graph

828 Commits

Author SHA1 Message Date
Daniele Teti
beb059a0e3 Improved support for HATEOAS in renders 2019-03-08 09:34:03 +01:00
Daniele Teti
98d4b353f4 TMVCConfig.SaveToFile and TMVCConfig.LoadFromFile now use the default serializer 2019-03-08 07:15:58 +01:00
Daniele Teti
89ea997cda Removed System.JSON dependency from MVCFramework.Middleware.JWT.pas (thank you to joaoduarte19) 2019-03-06 22:28:22 +01:00
Daniele Teti
2dc854c4eb
Merge pull request #193 from joaoduarte19/changes_jwt
JWT Middleware Enhancements
2019-03-06 22:16:06 +01:00
Daniele Teti
5b24962f08
Update COMPATIBILITY_MANTAINERS.MD 2019-03-06 20:39:45 +01:00
João Antônio Duarte
10b234666f Removed references to System.JSON
Improved return of exceptions
2019-03-06 13:38:26 -03:00
Daniele Teti
6f32a206d1
Update COMPATIBILITY_MANTAINERS.MD 2019-03-06 15:42:42 +01:00
Daniele Teti
f116481ebf
Update README.md 2019-03-06 14:52:43 +01:00
Daniele Teti
d727c7b1f6 Compatibility Mantainers 2019-03-06 14:49:45 +01:00
Daniele Teti
ea59d4b458 added loggerpro and dmustache as part of the project (no more submodules) 2019-03-06 12:22:35 +01:00
Daniele Teti
3f22a22a77 Removed submodules 2019-03-06 12:17:03 +01:00
Daniele Teti
122cc50b6d Updated Sample 2019-03-06 12:11:31 +01:00
Daniele Teti
f7f0ce8548 Fixed! #164 2019-03-06 12:01:00 +01:00
Daniele Teti
9ebb33969a - New overloads for all the Log* calls. Now it is possibile to call LogD(lMyObject) to get logged lMyObject as JSON.
- Added new unit tests for
- Improved `MVCEntitiesGenerator`
2019-03-05 20:57:25 +01:00
Daniele Teti
75e975811b - Improved! In case of unhandled exception TMVCEngine is compliant with the default response content-type (usually it did would reply using text/plain).
- Fix! [issue184](https://github.com/danieleteti/delphimvcframework/issues/184).
2019-02-24 20:43:40 +01:00
Daniele Teti
e4274d27db
Merge pull request #190 from joaoduarte19/fix_jsondataobjects
Added JsonArray desserialization to TDataSet type field in Object
2019-02-23 12:55:04 +01:00
João Antônio Duarte
62ead877a6 Added JsonArray desserialization to TDataSet type field in Object 2019-02-22 14:22:52 -03:00
Daniele Teti
cfb4a3268c - Small fixes on ActiveRecordController and PostgreSQL SQLGenerator 2019-02-21 20:27:43 +01:00
Daniele Teti
a57cc3581f - New! TMVCActiveRecord.DeleteAll deletes all the records from a table
- New! `TMVCActiveRecord.DeleteRQL` deletes records using an `RQL` expression as `where` clause.
- New! Microsoft SQLServer Support in ActiveRecord and RQL (thanks to one of the biggest Delphi based company in Italy which heavily uses DMVCFramework)
- Improved! `ActiveRecordShowCase` sample is much better now.
2019-02-21 18:12:01 +01:00
Daniele Teti
425a7c5d26
Merge pull request #187 from pedrooliveira01/master
Pedro <pedrooliveira__@hotmail.com>
2019-02-21 11:07:17 +01:00
Daniele Teti
32e5d0a46a
Merge pull request #189 from regyssilveira/master
fixes to correct compile in Delphi Tokyo and Rio
2019-02-21 11:05:26 +01:00
Régys Borges da Silveira
b93a57f05e Merge branch 'master' of https://github.com/regyssilveira/delphimvcframework 2019-02-19 09:05:29 -03:00
Régys Borges da Silveira
30a8d3f163 fixes to correct compile in Delphi Tokyo and Rio 2019-02-19 09:05:12 -03:00
Régys Borges da Silveira
7dc71dea5d fixes to correct compile in Delphi Tokyo and Rio 2019-02-19 09:01:50 -03:00
Pedro
11a286f3db Pedro <pedrooliveira__@hotmail.com> 2019-02-15 09:21:11 -02:00
Daniele Teti
4929253007 Added RQL2MSSQL Compiler (preview) 2019-02-05 18:17:25 +01:00
Daniele Teti
1acdb86710 Merge branch 'master' of https://github.com/danieleteti/delphimvcframework 2019-02-05 18:09:11 +01:00
Daniele Teti
3a0bfcdee7 Now primary Key is the first field in the ActiveRecord Mapping (if exists) 2019-02-05 18:08:54 +01:00
Daniele Teti
20a0e88791 Improved FileUpload Sample, better cacheitem handling, improved TemplatePro view engine 2019-02-01 20:11:33 +01:00
Daniele Teti
fa3fcaf66c
Merge pull request #183 from joaoduarte19/rql_compiler
Added RQL compiler for MSSQL
2019-01-30 21:25:46 +01:00
João Antônio Duarte
7b8af70a73 Added RQL compiler for MSSQL 2019-01-30 17:49:46 -02:00
Daniele Teti
73573c0130 3.1.1 (beryllium) RC2 2019-01-29 17:59:14 +01:00
Daniele Teti
10f36cafc3 Bump version to v3_1_1-beryllium-RC1 2019-01-18 19:56:23 +01:00
Daniele Teti
c6dba72860 https://github.com/danieleteti/delphimvcframework/issues/116 2019-01-18 19:35:57 +01:00
Daniele Teti
cd7df5dd36 https://github.com/danieleteti/delphimvcframework/issues/157 2019-01-18 19:04:20 +01:00
Daniele Teti
1b3dc4ae2c - FIXes for Delphi 10.0 Seattle
- New! `TMVCActiveRecord.Count` method (e.g. `TMVCActiveRecord.Count(TCustomer)` returns the number of records for the entity mapped by the class `TCustomer`)
- Change! `TMVCACtiveRecord.GetByPK<T>` raises an exception if the record is not found
- New! `contains` clause has been added in the RQL compiler for Firebird and Interbase
- New Installation procedure! Just open the project group, build all and install the design-time package (which is `dmvcframeworkDT`)
2019-01-18 18:18:52 +01:00
Daniele Teti
3174504b90 Fix for berlin
https://www.facebook.com/photo.php?fbid=10217757569041117&set=gm.2029342450482217&type=3&theater&ifg=1
2019-01-16 14:24:13 +01:00
Daniele Teti
715f4cb8ac Improving build system for packages 2019-01-14 11:53:58 +01:00
Daniele Teti
98197beb01 Added TMVCActiveRecord.Count 2019-01-13 19:18:57 +01:00
Daniele Teti
f09ae31a91 Added PostgreSQL SQLGenerator 2019-01-13 18:57:15 +01:00
Daniele Teti
5c7c8ade66 Added packages for Delphi 10.1 Seattle 2019-01-13 00:26:45 +01:00
Daniele Teti
6112d21337 Packages resources fix 2019-01-13 00:18:15 +01:00
Daniele Teti
728043e38c Merge branch 'master' of https://github.com/danieleteti/delphimvcframework 2019-01-13 00:11:46 +01:00
Daniele Teti
6b32e5a81d Packages refactoring 2019-01-13 00:11:38 +01:00
Daniele Teti
5981905c0d
Merge pull request #180 from joaoduarte19/serializer
Bug fix when deserialize object with custom type and JSON with null value
2019-01-10 23:27:22 +01:00
joao.duarte
8edd6241e6 Bug fix when deserialize object with custom type and JSON with null value 2019-01-10 14:30:40 -02:00
Daniele Teti
303aa3d416 facebook logo 2019-01-08 15:40:45 +01:00
Daniele Teti
9acb82b8f8 Updated the README.md 2019-01-08 15:31:50 +01:00
Daniele Teti
5a426656ef 3.1.0 (lithium) 2019-01-08 15:19:26 +01:00
Daniele Teti
8ed859b7d1 New build system based on pyinvoke 2019-01-08 12:48:53 +01:00