delphimvcframework/sources
2023-08-15 21:25:46 +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
MSHeap.pas Added MSHeap.pas (https://github.com/RDP1974/DelphiMSHeap) 2023-06-21 12:30:29 +02:00
MVCFramework.ActiveRecord.pas Added MVCNamedSQLQuery and MVCNamedRQLQuery (Named queries support is complete) 2023-08-09 10:55:34 +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 Added support for configuration; better handling for topics cleaning. 2023-06-15 23:42:07 +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 Improved dotEnv parser to better handling border cases 2023-06-16 14:58:17 +02:00
MVCFramework.DotEnv.pas Improved ISAPI sample 2023-08-09 15:57:28 +02:00
MVCFramework.DuckTyping.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.FireDAC.Utils.pas Improved dataset handling for functional actions. 2023-07-19 11:10:21 +02: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 Fixed a default initialization for JWT (thanks to Flavio Basile) 2023-07-20 16:47:48 +02:00
MVCFramework.Logger.pas Improved ISAPI sample 2023-08-09 15:57:28 +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 https://github.com/danieleteti/delphimvcframework/issues/679 2023-08-15 21:25:46 +02:00
MVCFramework.Middleware.ETag.pas Updated copyright message, removing some warnings 2023-01-17 08:52:26 +01:00
MVCFramework.Middleware.JWT.pas https://github.com/danieleteti/delphimvcframework/issues/667 2023-06-21 12:56:21 +02: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 https://github.com/danieleteti/delphimvcframework/issues/680 2023-08-15 11:43:47 +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 Fixed data decompression in TMVCRestClient. On MACOS/iOS clients the decompression is automatic. 2023-07-25 15:42:08 -03: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 Works: PODO, TObjectList<T>, TStream, string, enum, bool, nested objects 2023-02-05 00:36:01 +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 Better exception description and better recognize of boolean type when database doesn't know boolean field types 2023-08-08 18:54:44 +02:00
MVCFramework.Serializer.Defaults.pas refactored some ObjectsMappers responsibilities 2017-04-24 00:21:00 +02:00
MVCFramework.Serializer.HTML.pas Added support for records and array of record in function/action return 2023-03-14 08:56:00 +01:00
MVCFramework.Serializer.Intf.pas Added support for records and array of record in function/action return 2023-03-14 08:56:00 +01:00
MVCFramework.Serializer.JsonDataObjects.CustomTypes.pas - Added IMVCResponse with related helper methods "MVCResponse(...)" 2023-08-04 13:09:05 +02: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 Added more tests on "functional actions" 2023-07-19 12:29:16 +02: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 Added server side session with file persistence 2023-08-12 01:24:10 +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