delphimvcframework/sources
2023-10-06 10:45:42 +02:00
..
dmvcframework.inc https://github.com/danieleteti/delphimvcframework/issues/652 2023-04-17 12:34:30 +02:00
dmvcframeworkbuildconsts.inc https://github.com/danieleteti/delphimvcframework/issues/694 2023-09-22 09:43:35 +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 Cleanup 2023-10-06 10:42:49 +02:00
MVCFramework.ActiveRecordController.pas https://github.com/danieleteti/delphimvcframework/issues/694 2023-09-22 09:43:35 +02: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 New sample: HTMX_mustache, fix for some unit test, workaround for IdCustomHTTP strange behaviour in case of empty response and HTTP 200 OK. 2023-09-25 23:55:28 +02:00
MVCFramework.Console.pas FIX for older versions 2023-10-03 13:01:59 +02: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 Allows to run code like this: C:\Projects\Win32\Debug>set dmvc.server.port = 9999 & Project6.exe 2023-09-22 09:41:37 +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 FIX for Tokyo - thanks Mark Lobanov 2023-09-13 00:00:04 +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 https://github.com/danieleteti/delphimvcframework/issues/682 2023-08-30 16:34:36 +02:00
MVCFramework.pas https://github.com/danieleteti/delphimvcframework/issues/701 2023-10-06 10:45:42 +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 https://github.com/danieleteti/delphimvcframework/issues/692 2023-09-14 16:35:49 +02: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 https://github.com/danieleteti/delphimvcframework/issues/682 2023-08-30 16:34:36 +02:00
MVCFramework.Serializer.Abstract.pas https://github.com/danieleteti/delphimvcframework/issues/681 2023-08-16 17:15:11 +02:00
MVCFramework.Serializer.Commons.pas Added MVCActiveRecord feature which allows to map a boolean object attribute to integer field on the actual table. 2023-10-01 15:22:43 +02:00
MVCFramework.Serializer.Defaults.pas refactored some ObjectsMappers responsibilities 2017-04-24 00:21:00 +02:00
MVCFramework.Serializer.HTML.pas Improved HTML error page look&feel 2023-10-01 15:22:05 +02: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 FIX for Tokyo. Removed absolute paths in dpk. 2023-09-13 10:11:17 +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 Cleanup 2023-10-06 10:42:49 +02:00