delphimvcframework/sources
2024-07-08 12:57:06 +02:00
..
blocklist.inc Sqids support - base classes + converter mechanism. Added ":sqid" converter. 2024-05-09 23:50:01 +02:00
dmvcframework.inc TransactionContext (WIP) 2024-03-31 18:09:13 +02:00
dmvcframeworkbuildconsts.inc Added "MVCSerializeAsSqids" attribute. Added Sqids support in Wizard. Renamed ":sqid" converter to ":sqids". Added more tests. 2024-05-10 16:16:47 +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 Updated dmustache to version 2 2024-04-29 15:40:45 +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 NEW SAMPLE: Render Binary Contents 2024-07-08 12:57:06 +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 Added MVCNameCaseDefault global config variable (with updated tests and wizard) 2024-06-08 23:05:46 +02: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 Removed old sample about jsonrpc 2024-07-02 19:08:56 +02:00
MVCFramework.JSONRPC.pas Added MVCNameCaseDefault global config variable (with updated tests and wizard) 2024-06-08 23:05:46 +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 Updated dmustache to version 2 2024-04-29 15:40:45 +02: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 Removed ENTER/EXIT log entries from LoadDefaultConfig and LoadSystemController 2024-06-19 23:14:01 +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 Delphi Tokyo Compat 2024-05-02 19:14:59 +02:00
MVCFramework.RESTClient.pas Delphi Tokyo Compat 2024-05-02 19:14:59 +02:00
MVCFramework.Router.pas Added "MVCSerializeAsSqids" attribute. Added Sqids support in Wizard. Renamed ":sqid" converter to ":sqids". Added more tests. 2024-05-10 16:16:47 +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 Delphi 10.2 Tokyo Compatibility Fix (Thanks Mark Lobanov) 2024-06-25 12:02:47 +02:00
MVCFramework.Serializer.Defaults.pas refactored some ObjectsMappers responsibilities 2017-04-24 00:21:00 +02:00
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 Added MVCNameCaseDefault global config variable (with updated tests and wizard) 2024-06-08 23:05:46 +02: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/754 2024-06-10 00:18:02 +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 Added sample for nested and internal partials with Mustache 2024-05-23 15:30:50 +02:00
sqids.pas Updated sqids ext lib 2024-05-27 09:07:37 +02:00