.. |
blocklist.inc
|
Sqids support - base classes + converter mechanism. Added ":sqid" converter.
|
2024-05-09 23:50:01 +02:00 |
dmvcframework.inc
|
WebStencils support in IDE Wizard and code generator
|
2024-10-14 09:21:56 +02:00 |
dmvcframeworkbuildconsts.inc
|
Version 3.4.2-magnesium-rc4
|
2024-10-16 08:00:28 +02:00 |
JsonDataObjects.pas
|
Updated JsonDataObjects to 60c6604d65
|
2024-07-22 14:27:43 +02:00 |
MSHeap.pas
|
Added MSHeap.pas (https://github.com/RDP1974/DelphiMSHeap)
|
2023-06-21 12:30:29 +02:00 |
MVCFramework.ActiveRecord.pas
|
TMVCActiveRecord // in WriteableFieldsCount is considered also a not-autogenerated primary key
|
2024-11-05 12:24:45 +01:00 |
MVCFramework.ActiveRecordController.pas
|
Added SWAGGER support also for APIs generated by the TMVCActiveRecordController
|
2024-10-01 16:16:27 +02:00 |
MVCFramework.ApplicationSession.pas
|
Copyright updated to 2010-2024
|
2024-01-02 17:04:27 +01:00 |
MVCFramework.AsyncTask.pas
|
Added "Always" callback in the MVCAsync
|
2024-07-28 23:25:12 +02:00 |
MVCFramework.Cache.pas
|
Copyright updated to 2010-2024
|
2024-01-02 17:04:27 +01:00 |
MVCFramework.Commons.pas
|
New helper method: ObjectToJSONObjectStr to easily convert an object to a json string
|
2024-10-16 07:59:51 +02:00 |
MVCFramework.Console.pas
|
Copyright updated to 2010-2024
|
2024-01-02 17:04:27 +01:00 |
MVCFramework.Container.pas
|
Added delegates to service container service registration
|
2024-09-02 17:48:01 +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
|
Small refactoring to JSONRPC classes
|
2024-10-10 00:13:07 +02:00 |
MVCFramework.DotEnv.Parser.pas
|
Copyright updated to 2010-2024
|
2024-01-02 17:04:27 +01:00 |
MVCFramework.DotEnv.pas
|
Improved dotEnv parse of boolean value. (yes,1,true,no,0,false)
|
2024-09-13 09:48:12 +02:00 |
MVCFramework.DuckTyping.pas
|
New template language: TemplatePro
|
2024-08-07 16:25:08 +02:00 |
MVCFramework.FireDAC.Utils.pas
|
Copyright updated to 2010-2024
|
2024-01-02 17:04:27 +01:00 |
MVCFramework.HMAC.pas
|
Copyright updated to 2010-2024
|
2024-01-02 17:04:27 +01:00 |
MVCFramework.HTMX.pas
|
MVCFramework.HTMX.pas finally gone into the main source folder
|
2024-09-12 23:03:47 +02:00 |
MVCFramework.IntfObjectPool.pas
|
Improved template engines mechanism
|
2024-08-18 11:40:14 +02:00 |
MVCFramework.JSONRPC.Client.pas
|
JSONRPC methods can use MVCInject attribute
|
2024-10-10 01:26:34 +02:00 |
MVCFramework.JSONRPC.pas
|
Small improvements in id handling for jsonrpc requests
|
2024-10-24 15:05:36 +02:00 |
MVCFramework.JWT.pas
|
Copyright updated to 2010-2024
|
2024-01-02 17:04:27 +01:00 |
MVCFramework.Logger.pas
|
Added TLogWriterDecorator; removed deprecated *fmt methods from ILogWriter
|
2024-09-03 12:57:27 +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
|
active_search_htmx sample now uses if expressions in template
|
2024-09-14 16:10:33 +02: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.Shutdown.pas
|
Updated sample projects to D12.2; New middleware TMVCShutdownMiddleware (useful to create a route which shutdown the server in automated testing environments)
|
2024-10-01 09:46:54 +02:00 |
MVCFramework.Middleware.StaticFiles.pas
|
Merge commit '547fec74b9dcbf32887aad4fdd6348685c654ef2' into feature_filters
|
2024-02-05 16:30:02 +01:00 |
MVCFramework.Middleware.Swagger.pas
|
Issue#789 (#790)
|
2024-10-18 07:32:58 +02: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
|
Added ValueOrElse method to nullables. Works like ValueOrDefault but instead of default value for type, allows to return an "else" value in case the instance is null
|
2024-11-05 12:29:01 +01:00 |
MVCFramework.Nullables.pas.template
|
Added ValueOrElse method to nullables. Works like ValueOrDefault but instead of default value for type, allows to return an "else" value in case the instance is null
|
2024-11-05 12:29:01 +01:00 |
MVCFramework.ObjectPool.pas
|
Copyright updated to 2010-2024
|
2024-01-02 17:04:27 +01:00 |
MVCFramework.pas
|
Added ToFree<T>
|
2024-11-03 17:21:23 +01: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
|
Better exception error messages for mid-air edit collision
|
2024-07-28 23:26:04 +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
|
Compatibility fix with Delphi Sydney when adding Streams to form-data in TMVCRESTClient
|
2024-10-22 10:24:34 -03:00 |
MVCFramework.RESTClient.pas
|
Removed the long time deprecated support for "TMVCDataSetHolderSerializer" class in JSON default serializer. Switch to the modern ObjDict as the deprecation message says.
|
2024-10-24 12:59:26 +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
|
Improved pagination info
|
2024-10-16 08:40:16 +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 serialization/deserialization of lists of simple types as root (#761)
|
2024-07-19 18:30:02 +02:00 |
MVCFramework.Serializer.JsonDataObjects.OptionalCustomTypes.pas
|
Copyright updated to 2010-2024
|
2024-01-02 17:04:27 +01:00 |
MVCFramework.Serializer.JsonDataObjects.pas
|
Removed the long time deprecated support for "TMVCDataSetHolderSerializer" class in JSON default serializer. Switch to the modern ObjDict as the deprecation message says.
|
2024-10-24 12:59:26 +02:00 |
MVCFramework.Serializer.Text.pas
|
Updated sample (refactored to functional actions when possibile)
|
2024-10-05 14:22:15 +02:00 |
MVCFramework.Serializer.URLEncoded.pas
|
Improved support for Nullable types in URLEncoded serializer (very useful in case of SSV and HTMX)
|
2024-11-05 12:29:44 +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
|
Update MVCFramework.SSEClient.pas (#782)
|
2024-09-25 21:27:53 +02:00 |
MVCFramework.SSEController.pas
|
Copyright updated to 2010-2024
|
2024-01-02 17:04:27 +01:00 |
MVCFramework.Swagger.Commons.pas
|
Issue#789 (#790)
|
2024-10-18 07:32:58 +02: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
|
Added HigherOrder.Map<T1,T2> with some overloads
|
2024-11-03 17:21:58 +01:00 |
MVCFramework.View.Cache.pas
|
Copyright updated to 2010-2024
|
2024-01-02 17:04:27 +01:00 |
MVCFramework.View.Renderers.Mustache.pas
|
WebStencils support in IDE Wizard and code generator
|
2024-10-14 09:21:56 +02:00 |
MVCFramework.View.Renderers.TemplatePro.pas
|
Updated TemplatePro
|
2024-11-05 12:32:38 +01:00 |
MVCFramework.View.Renderers.WebStencils.pas
|
WebStencils support in IDE Wizard and code generator
|
2024-10-14 09:21:56 +02:00 |
sqids.pas
|
Updated sqids ext lib
|
2024-05-27 09:07:37 +02:00 |
TemplatePro.pas
|
Updated TemplatePro
|
2024-11-05 12:32:38 +01:00 |