delphimvcframework/sources
2023-06-14 17:57:33 +02:00
..
dmvcframework.inc https://github.com/danieleteti/delphimvcframework/issues/652 2023-04-17 12:34:30 +02:00
dmvcframeworkbuildconsts.inc Removed a potential memory leak when a JSONRPC with dinamically allocated parameters method raises exception. 2023-05-23 11:45:58 +02:00
JsonDataObjects.pas + Support for Delphi 11 Alexandria 2021-09-09 23:56:56 +02:00
MVCFramework.ActiveRecord.pas Fixed wrong data type for NullableTGUID (#651) 2023-03-28 17:08:58 +02:00
MVCFramework.ActiveRecordController.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.ApplicationSession.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.AsyncTask.pas https://github.com/danieleteti/delphimvcframework/issues/630 2023-01-28 23:31:00 +01:00
MVCFramework.Cache.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Commons.pas Removed dotEnv(<instance>), introduced dotEnvConfigure(TFunc<IMVCDotEnv>); ide expert updated accordingly 2023-06-14 17:57:33 +02:00
MVCFramework.Console.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Controllers.CacheController.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Controllers.Register.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Crypt.Utils.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.DataSet.Utils.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.DotEnv.Parser.pas Small improvements on shutdown 2023-06-06 17:34:24 +02:00
MVCFramework.DotEnv.pas Wizard uses dotEnv configurations 2023-06-06 13:00:21 +02:00
MVCFramework.DuckTyping.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.FireDAC.Utils.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.HMAC.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.IntfObjectPool.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.JSONRPC.Client.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.JSONRPC.pas Removed a potential memory leak when a JSONRPC with dinamically allocated parameters method raises exception. 2023-05-23 11:45:58 +02:00
MVCFramework.JWT.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Logger.pas Added "Profiler.LogsOnlyIfOverThreshold" which logs only if over the defined threshold 2023-04-06 14:47:01 +02:00
MVCFramework.LRUCache.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Middleware.ActiveRecord.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Middleware.Analytics.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Middleware.Authentication.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Middleware.Authentication.RoleBasedAuthHandler.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Middleware.Compression.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Middleware.CORS.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Middleware.ETag.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Middleware.JWT.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Middleware.Redirect.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Middleware.SecurityHeaders.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Middleware.StaticFiles.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Middleware.Swagger.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Middleware.Trace.pas Small improvements on shutdown 2023-06-06 17:34:24 +02:00
MVCFramework.MultiMap.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Nullables.pas https://github.com/danieleteti/delphimvcframework/issues/631 2023-01-29 17:29:24 +01:00
MVCFramework.Nullables.pas.template https://github.com/danieleteti/delphimvcframework/issues/631 2023-01-29 17:29:24 +01:00
MVCFramework.NullableTypes.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.ObjectPool.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.pas Small improvements on shutdown 2023-06-06 17:34:24 +02:00
MVCFramework.Patches.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.REPLCommandsHandlerU.pas added more flexibility to ObjectDict 2020-11-10 17:15:24 +01:00
MVCFramework.RESTAdapter.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.RESTClient.Commons.pas Improved some unit tests - fix some failing tests 2023-05-27 12:20:24 +02:00
MVCFramework.RESTClient.Indy.pas Added all supported SSL version to RESTClient 2023-03-13 15:14:46 +01:00
MVCFramework.RESTClient.Intf.pas Removed a potential memory leak when a JSONRPC with dinamically allocated parameters method raises exception. 2023-05-23 11:45:58 +02:00
MVCFramework.RESTClient.pas Removed a potential memory leak when a JSONRPC with dinamically allocated parameters method raises exception. 2023-05-23 11:45:58 +02:00
MVCFramework.Router.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.RQL.AST2FirebirdSQL.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.RQL.AST2InterbaseSQL.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.RQL.AST2MSSQL.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.RQL.AST2MySQL.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.RQL.AST2PostgreSQL.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.RQL.AST2SQLite.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.RQL.Parser.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Rtti.Utils.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Serializer.Abstract.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Serializer.Commons.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Serializer.Defaults.pas refactored some ObjectsMappers responsibilities 2017-04-24 00:21:00 +02:00
MVCFramework.Serializer.HTML.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Serializer.Intf.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Serializer.JsonDataObjects.CustomTypes.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Serializer.JsonDataObjects.NullableTypes.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Serializer.JsonDataObjects.OptionalCustomTypes.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Serializer.JsonDataObjects.pas https://github.com/danieleteti/delphimvcframework/issues/648 2023-03-13 15:43:46 +01:00
MVCFramework.Server.Impl.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Server.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Session.pas Removed a potential memory leak when a JSONRPC with dinamically allocated parameters method raises exception. 2023-05-23 11:45:58 +02:00
MVCFramework.Signal.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.SQLGenerators.Firebird.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.SQLGenerators.Interbase.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.SQLGenerators.MSSQL.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.SQLGenerators.MySQL.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.SQLGenerators.PostgreSQL.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.SQLGenerators.Sqlite.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.SSEClient.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.SSEController.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Swagger.Commons.pas Improved Wizard (commeneted code to show how to use context events) 2023-03-24 17:52:32 +01:00
MVCFramework.SysControllers.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.SystemJSONUtils.pas + First changes to allow records as JSONRPC parameters 2022-05-25 15:13:49 +02:00
MVCFramework.Utils.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.View.Cache.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.View.Renderers.Mustache.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00