delphimvcframework/sources
2022-11-15 09:27:08 +01:00
..
dmvcframework.inc + renamed folder outputcompression to middleware_compression 2021-09-17 10:45:11 +02:00
dmvcframeworkbuildconsts.inc 3.2.2-nitrogen 2022-09-15 10:48:33 +02:00
JsonDataObjects.pas + Support for Delphi 11 Alexandria 2021-09-09 23:56:56 +02:00
MVCFramework.ActiveRecord.pas - Removed foTransient from MVCTableField FieldOptions 2022-11-15 09:27:08 +01:00
MVCFramework.ActiveRecordController.pas Renamed "Render(AErrorCode: Integer etc" in "RenderStatusMessage(etc..." 2022-10-26 19:31:54 +02:00
MVCFramework.ApplicationSession.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.AsyncTask.pas Added JSONRPC "SetConfigureHTTPClientAsync" to configure HTTP client in case of Async call - added Profiler and AsyncTask samples 2022-11-07 15:37:21 +01:00
MVCFramework.Cache.pas Improved MVCEntitiesGenerator (WIP) 2022-08-19 10:50:45 +02:00
MVCFramework.Commons.pas Improved loggin in StaticFile Middleware 2022-10-09 17:15:25 +02:00
MVCFramework.Console.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.Controllers.CacheController.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.Controllers.Register.pas Add way to register your controller using this procedure when need a create action (#578) 2022-10-13 23:29:34 +02:00
MVCFramework.Crypt.Utils.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.DataSet.Utils.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.DuckTyping.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.FireDAC.Utils.pas + Improved TMVCActiveRecord Interbase support 2022-01-26 23:00:32 +01:00
MVCFramework.HMAC.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.IntfObjectPool.pas Added ObjectPool and InterfacedObjectPool donated by Vivaticket S.p.A. https://www.vivaticket.com/ - Original UnitTests have been merged in the standard DMVCFramework UnitTests 2022-10-26 00:11:32 +02:00
MVCFramework.JSONRPC.Client.pas Added JSONRPC "SetConfigureHTTPClientAsync" to configure HTTP client in case of Async call - added Profiler and AsyncTask samples 2022-11-07 15:37:21 +01:00
MVCFramework.JSONRPC.pas + New built-in Profiler (check Profiling sample), new Context.ActionQualifiedName property 2022-10-20 17:29:04 +02:00
MVCFramework.JWT.pas preparing for 3.2.2-nitrogen 2022-09-15 09:09:33 +02:00
MVCFramework.Logger.pas + New built-in Profiler (check Profiling sample), new Context.ActionQualifiedName property 2022-10-20 17:29:04 +02:00
MVCFramework.LRUCache.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.Middleware.ActiveRecord.pas Issue#581 - Fix error on removing default connection; (#582) 2022-10-22 07:06:27 +02:00
MVCFramework.Middleware.Analytics.pas Updated LoggerPro, improved Wizard, general code cleaning 2022-08-13 00:21:00 +02:00
MVCFramework.Middleware.Authentication.pas Updated LoggerPro, improved Wizard, general code cleaning 2022-08-13 00:21:00 +02:00
MVCFramework.Middleware.Authentication.RoleBasedAuthHandler.pas issue 556 - Add override support in the method TRoleBasedAuthHandler.OnAuthorization; 2022-05-26 15:06:35 -03:00
MVCFramework.Middleware.Compression.pas Updated LoggerPro, improved Wizard, general code cleaning 2022-08-13 00:21:00 +02:00
MVCFramework.Middleware.CORS.pas Updated LoggerPro, improved Wizard, general code cleaning 2022-08-13 00:21:00 +02:00
MVCFramework.Middleware.ETag.pas Improved loggin in StaticFile Middleware 2022-10-09 17:15:25 +02:00
MVCFramework.Middleware.JWT.pas preparing for 3.2.2-nitrogen 2022-09-15 09:09:33 +02:00
MVCFramework.Middleware.Redirect.pas https://github.com/danieleteti/delphimvcframework/issues/573 2022-09-10 11:59:45 +02:00
MVCFramework.Middleware.SecurityHeaders.pas Updated LoggerPro, improved Wizard, general code cleaning 2022-08-13 00:21:00 +02:00
MVCFramework.Middleware.StaticFiles.pas Improved loggin in StaticFile Middleware 2022-10-09 17:15:25 +02:00
MVCFramework.Middleware.Swagger.pas Issue#583 - Fixes bugs 'Invalid class typecast' when using Active Record and Enumerated Type (#584) 2022-10-21 23:08:20 +02:00
MVCFramework.Middleware.Trace.pas Updated LoggerPro, improved Wizard, general code cleaning 2022-08-13 00:21:00 +02:00
MVCFramework.MultiMap.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.Nullables.pas - Improved nullable types Python generator 2022-08-01 19:11:42 +02:00
MVCFramework.Nullables.pas.template - Improved nullable types Python generator 2022-08-01 19:11:42 +02:00
MVCFramework.NullableTypes.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.ObjectPool.pas Added ObjectPool and InterfacedObjectPool donated by Vivaticket S.p.A. https://www.vivaticket.com/ - Original UnitTests have been merged in the standard DMVCFramework UnitTests 2022-10-26 00:11:32 +02:00
MVCFramework.pas Renamed "Render(AErrorCode: Integer etc" in "RenderStatusMessage(etc..." 2022-10-26 19:31:54 +02:00
MVCFramework.Patches.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.REPLCommandsHandlerU.pas added more flexibility to ObjectDict 2020-11-10 17:15:24 +01:00
MVCFramework.RESTAdapter.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.RESTClient.Commons.pas + Adjustments for Delphi Seattle/Berlin compatibility 2022-07-15 15:42:29 -03:00
MVCFramework.RESTClient.Indy.pas + First changes to allow records as JSONRPC parameters 2022-05-25 15:13:49 +02:00
MVCFramework.RESTClient.Intf.pas Added automatic deserialization to TMVCRESTClient. 2022-08-03 14:28:01 -03:00
MVCFramework.RESTClient.pas Improved HTTP schema insertion when not defined in MVCRESTClient 2022-08-09 08:29:39 -03:00
MVCFramework.Router.pas Update MVCFramework.Router.pas (#543) 2022-03-22 12:38:57 +01:00
MVCFramework.RQL.AST2FirebirdSQL.pas + Merge https://github.com/danieleteti/delphimvcframework/pull/559 2022-06-14 15:05:04 +02:00
MVCFramework.RQL.AST2InterbaseSQL.pas https://github.com/danieleteti/delphimvcframework/issues/550 2022-04-12 12:12:08 +02:00
MVCFramework.RQL.AST2MSSQL.pas https://github.com/danieleteti/delphimvcframework/issues/565 2022-08-09 13:02:29 +02:00
MVCFramework.RQL.AST2MySQL.pas + Fixed some methods visibility for RQL Compilers 2022-06-15 12:16:25 +02:00
MVCFramework.RQL.AST2PostgreSQL.pas + Fixed some methods visibility for RQL Compilers 2022-06-15 12:16:25 +02:00
MVCFramework.RQL.AST2SQLite.pas + Fixed some methods visibility for RQL Compilers 2022-06-15 12:16:25 +02:00
MVCFramework.RQL.Parser.pas Improved ActiveRecord middleware (better connections handling in case of huge traffic). New sample "middleware_activerecord" 2022-08-13 15:01:15 +02:00
MVCFramework.Rtti.Utils.pas Improved MasterDetails sample 2022-10-12 13:01:45 +02:00
MVCFramework.Serializer.Abstract.pas https://github.com/danieleteti/delphimvcframework/issues/553 2022-08-12 10:50:46 +02:00
MVCFramework.Serializer.Commons.pas Issue#583 - Fixes bugs 'Invalid class typecast' when using Active Record and Enumerated Type (#584) 2022-10-21 23:08:20 +02:00
MVCFramework.Serializer.Defaults.pas refactored some ObjectsMappers responsibilities 2017-04-24 00:21:00 +02:00
MVCFramework.Serializer.HTML.pas Renamed "Render(AErrorCode: Integer etc" in "RenderStatusMessage(etc..." 2022-10-26 19:31:54 +02:00
MVCFramework.Serializer.Intf.pas + Simple echo-call with nested record works correctly (jsonrpc) 2022-07-05 13:20:09 +02:00
MVCFramework.Serializer.JsonDataObjects.CustomTypes.pas Improved MVCARAntitiesGenerator (WIP), Improved TMVCActiveRecord.Merge method 2022-08-28 13:06:16 +02:00
MVCFramework.Serializer.JsonDataObjects.NullableTypes.pas Improved support of new MVCSerializeGuidWithoutBracesAttribute attribute for TGUID and NullableTGUID types 2022-06-24 14:50:23 -03:00
MVCFramework.Serializer.JsonDataObjects.OptionalCustomTypes.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.Serializer.JsonDataObjects.pas https://github.com/danieleteti/delphimvcframework/issues/589 2022-11-07 21:35:04 +01:00
MVCFramework.Server.Impl.pas + Samples are compilable with Delphi 10.2 Tokyo or better 2022-03-31 09:31:11 +02:00
MVCFramework.Server.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.Session.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.Signal.pas + MVCFramework.SignalHandling (WIP) 2022-04-01 17:59:21 +02:00
MVCFramework.SQLGenerators.Firebird.pas + Improved TMVCActiveRecord Interbase support 2022-01-26 23:00:32 +01:00
MVCFramework.SQLGenerators.Interbase.pas + Improved TMVCActiveRecord Interbase support 2022-01-26 23:00:32 +01:00
MVCFramework.SQLGenerators.MSSQL.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.SQLGenerators.MySQL.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.SQLGenerators.PostgreSQL.pas + Implemented unit test for GUID support (WIP) 2022-06-23 14:34:01 +02:00
MVCFramework.SQLGenerators.Sqlite.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.Swagger.Commons.pas + Added support for API versioning in Swagger UI 2022-04-01 16:49:29 +02:00
MVCFramework.SysControllers.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.SystemJSONUtils.pas + First changes to allow records as JSONRPC parameters 2022-05-25 15:13:49 +02:00
MVCFramework.Utils.pas - Default error responses contains the official "reason string" associated to the HTTP status code (this can be a breaking change for some generic client which doesn't correctly interpret the http status code) 2022-10-09 15:45:59 +02:00
MVCFramework.View.Cache.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.View.Renderers.Mustache.pas https://github.com/danieleteti/delphimvcframework/issues/533 2022-04-05 17:17:35 +02:00