delphimvcframework/sources
2021-09-15 14:24:39 +02:00
..
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 + Support for Delphi 11 Alexandria 2021-09-09 23:56:56 +02:00
MVCFramework.ActiveRecord.pas + Added new default parameter to TMVCActiveRecord.RemoveDefaultConnection and TMVCActiveRecord.RemoveConnection to avoid exceptions in case of not initialized connection. 2021-08-13 18:05:48 +02:00
MVCFramework.ActiveRecordController.pas + updated MVCFramework.ActiveRecordController render methods to use ObjectDict 2021-09-09 23:06:49 +02:00
MVCFramework.ApplicationSession.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Cache.pas + TMVCJWTBlackListMiddleware 2021-08-14 00:48:37 +02:00
MVCFramework.Commons.pas +added unit MVCFramework.Utils.pas which will contains all the 'simple functions' used in end user controllers 2021-09-15 14:24:39 +02:00
MVCFramework.Console.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Controllers.CacheController.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Controllers.Register.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Crypt.Utils.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.DataSet.Utils.pas [+] Fixed memory leaks 2021-04-14 10:53:02 -03:00
MVCFramework.DuckTyping.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.FireDAC.Utils.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.HMAC.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.JSONRPC.Client.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.JSONRPC.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.JWT.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Logger.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.LRUCache.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Middleware.ActiveRecord.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Middleware.Analytics.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Middleware.Authentication.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Middleware.Authentication.RoleBasedAuthHandler.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Middleware.Compression.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Middleware.CORS.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Middleware.ETag.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Middleware.JWT.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Middleware.SecurityHeaders.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Middleware.StaticFiles.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Middleware.Swagger.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Middleware.Trace.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.MultiMap.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Nullables.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Nullables.pas.template Nullable Templates 2020-03-11 01:35:31 +01:00
MVCFramework.NullableTypes.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.pas + request content type are decoded only for mtPut, mtPost, mtPatch 2021-08-13 17:06:15 +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 + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.RESTClient.Commons.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.RESTClient.Indy.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.RESTClient.Intf.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.RESTClient.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Router.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.RQL.AST2FirebirdSQL.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.RQL.AST2InterbaseSQL.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.RQL.AST2MSSQL.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.RQL.AST2MySQL.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.RQL.AST2PostgreSQL.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.RQL.AST2SQLite.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.RQL.Parser.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Rtti.Utils.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Serializer.Abstract.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Serializer.Commons.pas + first version of push/persist messages 2021-08-19 17:58:19 +02:00
MVCFramework.Serializer.Defaults.pas refactored some ObjectsMappers responsibilities 2017-04-24 00:21:00 +02:00
MVCFramework.Serializer.HTML.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Serializer.Intf.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Serializer.JsonDataObjects.CustomTypes.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Serializer.JsonDataObjects.NullableTypes.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Serializer.JsonDataObjects.OptionalCustomTypes.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Serializer.JsonDataObjects.pas + improved messages rendering 2021-08-31 17:05:11 +02:00
MVCFramework.Server.Impl.pas [+] Unit test refactoring 2021-02-04 14:11:33 +01:00
MVCFramework.Server.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.Session.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.SQLGenerators.Firebird.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.SQLGenerators.Interbase.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.SQLGenerators.MSSQL.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.SQLGenerators.MySQL.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.SQLGenerators.PostgreSQL.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.SQLGenerators.Sqlite.pas no message 2021-04-05 19:35:46 +02:00
MVCFramework.Swagger.Commons.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.SysControllers.pas https://github.com/danieleteti/delphimvcframework/issues/509 2021-07-28 10:39:54 +02:00
MVCFramework.SystemJSONUtils.pas Removed unit MVCFramework.TypesAliases.pas 2018-11-24 16:57:04 +01:00
MVCFramework.Utils.pas +added unit MVCFramework.Utils.pas which will contains all the 'simple functions' used in end user controllers 2021-09-15 14:24:39 +02:00
MVCFramework.View.Cache.pas + updated copyright header 2021-08-15 18:39:55 +02:00
MVCFramework.View.Renderers.Mustache.pas + updated copyright header 2021-08-15 18:39:55 +02:00