..
dmvcframework.inc
TransactionContext (WIP)
2024-03-31 18:09:13 +02:00
dmvcframeworkbuildconsts.inc
new beta version 3.4.2-magnesium-beta
2024-01-09 09:24:47 +01: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
Check if the field is writeable when mapping value to param ( #735 )
2024-04-29 14:48:31 +02:00
MVCFramework.ActiveRecordController.pas
Profiling can be enabled by the wizard
2024-04-24 17:03:05 +02:00
MVCFramework.ApplicationSession.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.AsyncTask.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Cache.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Commons.pas
Wizard can generate or not the dotEnvConfigure call - if not called, a defuault configuration for dotEnv is provided.
2024-04-19 15:58:19 +02:00
MVCFramework.Console.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Container.pas
Changed param order for RegisterType
2024-04-17 09:57:22 +02:00
MVCFramework.Controllers.CacheController.pas
Fixed issue where an exception is raised if KEYS() finds no matches and returns null ( #733 )
2024-03-08 15:26:35 +01:00
MVCFramework.Controllers.Register.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Crypt.Utils.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.DataSet.Utils.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.DotEnv.Parser.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.DotEnv.pas
Added HTTP Status Code in logs in case of global exception handling
2024-04-23 14:35:20 +02:00
MVCFramework.DuckTyping.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.FireDAC.Utils.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Functional.pas
Added functional utils: Filter, Map, Reduce, ForEach
2024-02-21 23:40:25 +01:00
MVCFramework.HMAC.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.IntfObjectPool.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.JSONRPC.Client.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.JSONRPC.pas
Small refactoring of JSONRPC controller
2024-04-05 00:01:04 +02:00
MVCFramework.JWT.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Logger.pas
Default log size = 10KiB
2024-04-09 17:15:11 +02:00
MVCFramework.LRUCache.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Middleware.ActiveRecord.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Middleware.Analytics.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Middleware.Authentication.pas
Less string concats in router
2024-01-25 19:32:04 +01:00
MVCFramework.Middleware.Authentication.RoleBasedAuthHandler.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Middleware.Compression.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Middleware.CORS.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Middleware.ETag.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Middleware.JWT.pas
Return 401 instead 403 when authenticating an user ( #734 )
2024-02-27 21:17:34 +01:00
MVCFramework.Middleware.Redirect.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Middleware.SecurityHeaders.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Middleware.StaticFiles.pas
Merge commit '547fec74b9dcbf32887aad4fdd6348685c654ef2' into feature_filters
2024-02-05 16:30:02 +01:00
MVCFramework.Middleware.Swagger.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Middleware.Trace.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.MultiMap.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Nullables.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Nullables.pas.template
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.NullableTypes.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.ObjectPool.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.pas
Added HTTP Status Code in logs in case of global exception handling
2024-04-23 14:35:20 +02:00
MVCFramework.Patches.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.REPLCommandsHandlerU.pas
added more flexibility to ObjectDict
2020-11-10 17:15:24 +01:00
MVCFramework.RESTAdapter.pas
Aligned sample data database for activerecorddb
2024-04-22 18:11:53 +02:00
MVCFramework.RESTClient.Commons.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.RESTClient.Indy.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.RESTClient.Intf.pas
Added OnSendData callback in TMVCRESTClient
2024-04-23 14:34:40 +02:00
MVCFramework.RESTClient.pas
Added OnSendData callback in TMVCRESTClient
2024-04-23 14:34:40 +02:00
MVCFramework.Router.pas
Preparing for release
2024-04-19 13:21:45 +02:00
MVCFramework.RQL.AST2FirebirdSQL.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.RQL.AST2InterbaseSQL.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.RQL.AST2MSSQL.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.RQL.AST2MySQL.pas
FIX some encoding problems introduced by VSCode replace-in-files >:|
2024-01-03 14:31:28 +01:00
MVCFramework.RQL.AST2PostgreSQL.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.RQL.AST2SQLite.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.RQL.Parser.pas
Fix Linux compilation
2024-04-17 08:11:47 -03:00
MVCFramework.Rtti.Utils.pas
Fixed incompatibilities with Delphi Sydney and previous (thanks Mark Lobanov)
2024-04-10 14:19:21 +02:00
MVCFramework.Serializer.Abstract.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Serializer.Commons.pas
Added proper handling of TimeStampWithOffset
2024-02-23 00:30:04 +01:00
MVCFramework.Serializer.Defaults.pas
MVCFramework.Serializer.HTML.pas
Polished some log messages for dotEnv
2024-04-19 18:17:57 +02:00
MVCFramework.Serializer.Intf.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Serializer.JsonDataObjects.CustomTypes.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Serializer.JsonDataObjects.NullableTypes.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Serializer.JsonDataObjects.OptionalCustomTypes.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Serializer.JsonDataObjects.pas
https://github.com/danieleteti/delphimvcframework/issues/746
2024-04-29 12:50:25 +02:00
MVCFramework.Serializer.Text.pas
Added TEXT serializer - Improved content type handling in case of errors and no_route_found cases.
2024-02-22 19:18:34 +01:00
MVCFramework.Serializer.URLEncoded.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Server.Impl.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Server.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Session.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Signal.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.SQLGenerators.Firebird.pas
Completed new field options (foDoNot*)
2024-03-13 16:45:09 +01:00
MVCFramework.SQLGenerators.Interbase.pas
Completed new field options (foDoNot*)
2024-03-13 16:45:09 +01:00
MVCFramework.SQLGenerators.MSSQL.pas
Completed new field options (foDoNot*)
2024-03-13 16:45:09 +01:00
MVCFramework.SQLGenerators.MySQL.pas
Completed new field options (foDoNot*)
2024-03-13 16:45:09 +01:00
MVCFramework.SQLGenerators.PostgreSQL.pas
First implementation for foDoNotInsert and foDoNotUpdate
2024-03-13 13:00:11 +01:00
MVCFramework.SQLGenerators.Sqlite.pas
Completed new field options (foDoNot*)
2024-03-13 16:45:09 +01:00
MVCFramework.SSEClient.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.SSEController.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.Swagger.Commons.pas
Swagger: adding support for defining request body parameters as an array of objects.
2024-03-09 18:24:20 -03:00
MVCFramework.SysControllers.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.SystemJSONUtils.pas
+ First changes to allow records as JSONRPC parameters
2022-05-25 15:13:49 +02:00
MVCFramework.Utils.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.View.Cache.pas
Copyright updated to 2010-2024
2024-01-02 17:04:27 +01:00
MVCFramework.View.Renderers.Mustache.pas
Removed ViewDataSets and all related methods from TMVCController. Use ViewData instead.
2024-03-08 16:17:30 +01:00