.. |
dmvcframework.inc
|
https://github.com/danieleteti/delphimvcframework/issues/388
|
2020-05-28 22:35:45 +02:00 |
dmvcframeworkbuildconsts.inc
|
Better internal unit test irganization for TMVCActiveRecord
|
2020-12-11 18:53:37 +01:00 |
JsonDataObjects.pas
|
Removed Warning under Linux compilation: W1073 Combining signed type and unsigned 64-bit type - treated as an unsigned type
|
2021-01-07 14:39:46 -03:00 |
MVCFramework.ActiveRecord.pas
|
[+] Fix for compatibility with delphi Berlin.
|
2021-07-16 18:55:33 -03:00 |
MVCFramework.ActiveRecordController.pas
|
[+] Added ability to show the entities managed by the TMVCActiveRecordController directly in the /system/describeserver.info
|
2021-04-07 23:58:02 +02:00 |
MVCFramework.ApplicationSession.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Cache.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Commons.pas
|
[+] Fix for compatibility with delphi Berlin.
|
2021-07-16 18:55:33 -03:00 |
MVCFramework.Console.pas
|
Small FIXES for ActiveRecordController
|
2020-06-18 14:49:06 +02:00 |
MVCFramework.Controllers.CacheController.pas
|
Update MVCFramework.Controllers.CacheController.pas
|
2020-04-11 01:11:34 -03:00 |
MVCFramework.Controllers.Register.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Crypt.Utils.pas
|
Improved TDuckList to handle simple types too
|
2020-08-25 17:19:28 +02:00 |
MVCFramework.DataSet.Utils.pas
|
[+] Fixed memory leaks
|
2021-04-14 10:53:02 -03:00 |
MVCFramework.DuckTyping.pas
|
Improved TDuckList to handle simple types too
|
2020-08-25 17:19:28 +02:00 |
MVCFramework.FireDAC.Utils.pas
|
Added mechanism to describe dataset metadata (TDatasetHelper) and to initialize a TFDMemTable with such metadata (TFireDACUtils.CreateDataSetFromMeta). Added a new sample to show the mechanism.
|
2020-09-23 23:33:30 +02:00 |
MVCFramework.HMAC.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.JSONRPC.Client.pas
|
[+] Added URLEncode, URLDecode
|
2021-02-25 10:50:57 +01:00 |
MVCFramework.JSONRPC.pas
|
[+] Almost complete work on MultiExecutor - we need an elegant and efficient way to handle primary keys of multiple types
|
2021-04-27 22:57:15 +02:00 |
MVCFramework.JWT.pas
|
[+] Added "Data" property to the TJWT class. This property is of type TObject but the JWTMiddleware injects TMVCWebRequest during the token generation. Is useful to affect the JWT generation considering some data coming from the client.
|
2021-04-08 00:00:08 +02:00 |
MVCFramework.Logger.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.LRUCache.pas
|
[+] Added type aliases for generic types registered as custom type serializer
|
2021-02-15 18:17:39 +01:00 |
MVCFramework.Middleware.ActiveRecord.pas
|
Fix for CompressionMiddleware when compiled as apache or IIS module with compression enabled
|
2020-06-29 18:07:25 +02:00 |
MVCFramework.Middleware.Analytics.pas
|
OnAfterRouting method inserted in middlewares
|
2020-04-28 20:57:29 -03:00 |
MVCFramework.Middleware.Authentication.pas
|
Added the ability to deserialize an object starting from an arbitrary node in the JSON (or other format) present in the request body.
|
2020-08-13 17:40:02 +02:00 |
MVCFramework.Middleware.Authentication.RoleBasedAuthHandler.pas
|
Added the ability to deserialize an object starting from an arbitrary node in the JSON (or other format) present in the request body.
|
2020-08-13 17:40:02 +02:00 |
MVCFramework.Middleware.Compression.pas
|
Fix for CompressionMiddleware when compiled as apache or IIS module with compression enabled
|
2020-06-29 18:07:25 +02:00 |
MVCFramework.Middleware.CORS.pas
|
OnAfterRouting method inserted in middlewares
|
2020-04-28 20:57:29 -03:00 |
MVCFramework.Middleware.ETag.pas
|
Change SEATTLEORBETTER to TOKYOORBETTER
|
2020-10-01 07:36:34 -03:00 |
MVCFramework.Middleware.JWT.pas
|
[+] All hooks methods in JWT Middleware are now virtual - it is useful to migrate to dmvcframework from other rest framework
|
2021-07-22 19:13:23 +02:00 |
MVCFramework.Middleware.SecurityHeaders.pas
|
OnAfterRouting method inserted in middlewares
|
2020-04-28 20:57:29 -03:00 |
MVCFramework.Middleware.StaticFiles.pas
|
[+] Improved built runner
|
2021-03-04 14:29:13 +01:00 |
MVCFramework.Middleware.Swagger.pas
|
[+] Fix for compatibility with Delphi Tokyo
|
2021-05-18 12:05:29 -03:00 |
MVCFramework.Middleware.Trace.pas
|
Added overload on ExecuteRequest and ExecuteNotification for JSONRPCExecutor - added ClientIP in trace middleware added more checks in activerecord for forgotten attributes
|
2020-09-25 00:32:55 +02:00 |
MVCFramework.MultiMap.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Nullables.pas
|
Serialization support for all the types in MVCFramework.Nullables
|
2020-02-03 10:51:40 +01:00 |
MVCFramework.Nullables.pas.template
|
Nullable Templates
|
2020-03-11 01:35:31 +01:00 |
MVCFramework.NullableTypes.pas
|
Added serializer for Spring4D TNullableDouble
|
2020-04-28 12:37:21 +02:00 |
MVCFramework.pas
|
[+] Added Context.Request.Query method which returns the RawWebRequest property
|
2021-07-03 11:30:05 +02:00 |
MVCFramework.Patches.pas
|
[+] Added "Data" property to the TJWT class. This property is of type TObject but the JWTMiddleware injects TMVCWebRequest during the token generation. Is useful to affect the JWT generation considering some data coming from the client.
|
2021-04-08 00:00:08 +02:00 |
MVCFramework.REPLCommandsHandlerU.pas
|
added more flexibility to ObjectDict
|
2020-11-10 17:15:24 +01:00 |
MVCFramework.RESTAdapter.pas
|
Merge branch 'master' into feature_restclient
|
2020-10-19 19:41:42 -03:00 |
MVCFramework.RESTClient.Commons.pas
|
Correction of issue #438 applied to TMVCRESTClient
|
2020-10-19 19:44:28 -03:00 |
MVCFramework.RESTClient.Indy.pas
|
#447 fix applied to RESTClient.Indy
|
2020-11-12 08:13:09 -03:00 |
MVCFramework.RESTClient.Intf.pas
|
[+] Added ability to access or assign a serializer to the TMVCRESTClient
|
2021-04-11 17:37:14 -03:00 |
MVCFramework.RESTClient.pas
|
[+] Added ability to access or assign a serializer to the TMVCRESTClient
|
2021-04-11 17:37:14 -03:00 |
MVCFramework.Router.pas
|
[+] Fix for compatibility with delphi Berlin.
|
2021-07-16 18:55:33 -03:00 |
MVCFramework.RQL.AST2FirebirdSQL.pas
|
Introducing a way to handle poor column names, that conflicts with reserved words. (#499)
|
2021-07-27 15:02:49 +02:00 |
MVCFramework.RQL.AST2InterbaseSQL.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.RQL.AST2MSSQL.pas
|
Added out operator in RQL parser
|
2020-05-13 15:29:04 -03:00 |
MVCFramework.RQL.AST2MySQL.pas
|
Added out operator in RQL parser
|
2020-05-13 15:29:04 -03:00 |
MVCFramework.RQL.AST2PostgreSQL.pas
|
Added foReadonly and foWriteOnly os MVCActiveRecord Field Options
|
2020-08-11 00:54:42 +02:00 |
MVCFramework.RQL.AST2SQLite.pas
|
Added out operator in RQL parser
|
2020-05-13 15:29:04 -03:00 |
MVCFramework.RQL.Parser.pas
|
[+] Regression for "with spaces". More work needed.
|
2021-04-07 09:16:28 +02:00 |
MVCFramework.Rtti.Utils.pas
|
[+] Now the injectable parameters can be defined with a default value
|
2021-04-21 18:19:51 +02:00 |
MVCFramework.Serializer.Abstract.pas
|
[+] Fixed Schema JSON Swagger generation for array and TList type fields.FieldName
|
2021-06-11 14:36:47 +02:00 |
MVCFramework.Serializer.Commons.pas
|
https://github.com/danieleteti/delphimvcframework/issues/496
|
2021-05-14 18:26:46 +02:00 |
MVCFramework.Serializer.Defaults.pas
|
refactored some ObjectsMappers responsibilities
|
2017-04-24 00:21:00 +02:00 |
MVCFramework.Serializer.HTML.pas
|
Small test refactoring
|
2020-09-18 09:44:01 +02:00 |
MVCFramework.Serializer.Intf.pas
|
Handle RootNode when deserializing a collection of objects (BodyAsListOf).
|
2020-09-07 11:28:53 +02:00 |
MVCFramework.Serializer.JsonDataObjects.CustomTypes.pas
|
[+] Small improvement in custom type serialisers
|
2021-02-15 18:28:45 +01:00 |
MVCFramework.Serializer.JsonDataObjects.NullableTypes.pas
|
Added serializer for Spring4D TNullableDouble
|
2020-04-28 12:37:21 +02:00 |
MVCFramework.Serializer.JsonDataObjects.OptionalCustomTypes.pas
|
3.2.0-boron-RC4
|
2020-02-05 23:46:38 +01:00 |
MVCFramework.Serializer.JsonDataObjects.pas
|
Serializer improvements (#486)
|
2021-06-01 15:10:45 +02:00 |
MVCFramework.Server.Impl.pas
|
[+] Unit test refactoring
|
2021-02-04 14:11:33 +01:00 |
MVCFramework.Server.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Session.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.SQLGenerators.Firebird.pas
|
[+] Fixed a problem with parameter names when when fields contains spaces
|
2021-04-07 19:40:23 +02:00 |
MVCFramework.SQLGenerators.Interbase.pas
|
Added foReadonly and foWriteOnly os MVCActiveRecord Field Options
|
2020-08-11 00:54:42 +02:00 |
MVCFramework.SQLGenerators.MSSQL.pas
|
https://github.com/danieleteti/delphimvcframework/issues/424
|
2020-09-30 11:16:10 +02:00 |
MVCFramework.SQLGenerators.MySQL.pas
|
https://github.com/danieleteti/delphimvcframework/issues/424
|
2020-09-30 11:16:10 +02:00 |
MVCFramework.SQLGenerators.PostgreSQL.pas
|
https://github.com/danieleteti/delphimvcframework/issues/424
|
2020-09-30 11:16:10 +02:00 |
MVCFramework.SQLGenerators.Sqlite.pas
|
no message
|
2021-04-05 19:35:46 +02:00 |
MVCFramework.Swagger.Commons.pas
|
[+] Fixed Schema JSON Swagger generation for array and TList type fields.FieldName
|
2021-06-11 14:36:47 +02:00 |
MVCFramework.SysControllers.pas
|
[+] Added ability to show the entities managed by the TMVCActiveRecordController directly in the /system/describeserver.info
|
2021-04-07 23:58:02 +02:00 |
MVCFramework.SystemJSONUtils.pas
|
Removed unit MVCFramework.TypesAliases.pas
|
2018-11-24 16:57:04 +01:00 |
MVCFramework.View.Cache.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.View.Renderers.Mustache.pas
|
[+] Improved folder detect in static files middleware
|
2021-03-03 23:16:55 +01:00 |