delphimvcframework/sources
João Antônio Duarte 81bcb82f8f Improved methods for understanding a class as a list.
Swagger PathID renamed to OperationID. This modification had been made in commit 51b0efdba4, but had been reversed with the latest swagger changes.
2019-10-31 08:31:41 -03:00
..
dmvcframework.inc FIXED compatibility problems with XE7 2019-08-02 12:32:31 +02:00
dmvcframeworkbuildconsts.inc v3.2 (boron) RC1 2019-10-09 23:24:08 +02:00
JsonDataObjects.pas New build system based on pyinvoke 2019-01-08 12:48:53 +01:00
MVCFramework.ActiveRecord.pas TDataSetHolder.Items -> data 2019-09-30 00:06:23 +02:00
MVCFramework.ActiveRecordController.pas FIXED compatibility problems with XE7 2019-08-02 12:32:31 +02:00
MVCFramework.ApplicationSession.pas New build system based on pyinvoke 2019-01-08 12:48:53 +01:00
MVCFramework.Cache.pas fixes to correct compile in Delphi Tokyo and Rio 2019-02-19 09:05:12 -03:00
MVCFramework.Commons.pas Merge branch 'master' into SwagDoc 2019-09-25 13:01:59 +02:00
MVCFramework.Console.pas Added ToMVCList to wrap any object and try to use as list 2019-10-10 20:16:48 +02:00
MVCFramework.Controllers.CacheController.pas New build system based on pyinvoke 2019-01-08 12:48:53 +01:00
MVCFramework.Controllers.Register.pas https://github.com/danieleteti/delphimvcframework/issues/154 2019-04-16 23:36:58 +02:00
MVCFramework.DataSet.Utils.pas DMVCFramework package includes SwaggerDoc code. 2019-10-24 15:35:39 +02:00
MVCFramework.DuckTyping.pas Added ToMVCList to wrap any object and try to use as list 2019-10-10 20:16:48 +02:00
MVCFramework.FireDAC.Utils.pas No set param datatype on TFireDACUtils.ObjectToParameters method 2019-05-29 16:27:50 -03:00
MVCFramework.HMAC.pas New build system based on pyinvoke 2019-01-08 12:48:53 +01:00
MVCFramework.JSONRPC.Client.pas Changed exception message text in JSON-RPC client to better identify remote exceptions 2019-10-11 00:32:41 +02:00
MVCFramework.JSONRPC.pas TDataSetHolder.Items -> data 2019-09-30 00:06:23 +02:00
MVCFramework.JWT.pas Merge pull request #242 from joaoduarte19/jwt_improvements 2019-07-26 09:34:11 +02:00
MVCFramework.Logger.pas Removed strings indexing 2019-05-02 17:39:17 +02:00
MVCFramework.Middleware.Analytics.pas Swagger PathID renamed to OperationID 2019-10-30 00:25:01 +01:00
MVCFramework.Middleware.Authentication.pas New build system based on pyinvoke 2019-01-08 12:48:53 +01:00
MVCFramework.Middleware.Authentication.RoleBasedAuthHandler.pas Swagger PathID renamed to OperationID 2019-10-30 00:25:01 +01:00
MVCFramework.Middleware.Compression.pas Removed some hints for old version of Delphi 2019-08-05 12:55:57 +02:00
MVCFramework.Middleware.CORS.pas New build system based on pyinvoke 2019-01-08 12:48:53 +01:00
MVCFramework.Middleware.JWT.pas Swagger PathID renamed to OperationID 2019-10-30 00:25:01 +01:00
MVCFramework.Middleware.SecurityHeaders.pas New build system based on pyinvoke 2019-01-08 12:48:53 +01:00
MVCFramework.Middleware.Swagger.pas Added attribute to define authentication type of controller or method. Improvements and fixes in JSON Schema generation from entity 2019-10-30 12:02:30 -03:00
MVCFramework.MultiMap.pas New build system based on pyinvoke 2019-01-08 12:48:53 +01:00
MVCFramework.pas Swagger PathID renamed to OperationID 2019-10-30 00:25:01 +01:00
MVCFramework.Patches.pas New build system based on pyinvoke 2019-01-08 12:48:53 +01:00
MVCFramework.REPLCommandsHandlerU.pas - Config[TMVCConfigKey.FallbackResource] is served only if request path is empty or /. 2018-08-05 20:31:56 +02:00
MVCFramework.RESTAdapter.pas New build system based on pyinvoke 2019-01-08 12:48:53 +01:00
MVCFramework.RESTClient.pas TRESTClient.BasicAuthentication is enabled if UserName <> '' 2019-08-23 12:12:38 +02:00
MVCFramework.Router.pas Add back units previously removed from uses clauses 2019-07-29 23:26:33 +10:00
MVCFramework.RQL.AST2FirebirdSQL.pas Added support for comparisons with null fields 2019-07-02 11:59:01 -03:00
MVCFramework.RQL.AST2InterbaseSQL.pas New build system based on pyinvoke 2019-01-08 12:48:53 +01:00
MVCFramework.RQL.AST2MSSQL.pas Added support for comparisons with null fields 2019-07-02 11:59:01 -03:00
MVCFramework.RQL.AST2MySQL.pas Added support for comparisons with null fields 2019-07-02 11:59:01 -03:00
MVCFramework.RQL.AST2PostgreSQL.pas Added support for comparisons with null fields 2019-07-02 11:59:01 -03:00
MVCFramework.RQL.AST2SQLite.pas Added support for comparisons with null fields 2019-07-02 11:59:01 -03:00
MVCFramework.RQL.Parser.pas Added support for comparisons with null fields 2019-07-02 11:59:01 -03:00
MVCFramework.Rtti.Utils.pas New build system based on pyinvoke 2019-01-08 12:48:53 +01:00
MVCFramework.Serializer.Abstract.pas Improved methods for understanding a class as a list. 2019-10-31 08:31:41 -03:00
MVCFramework.Serializer.Commons.pas Merge branch 'master' into serialization_enums 2019-10-10 00:02:02 +02:00
MVCFramework.Serializer.Defaults.pas refactored some ObjectsMappers responsibilities 2017-04-24 00:21:00 +02:00
MVCFramework.Serializer.Intf.pas * Serialization for interfaces 2019-09-17 20:14:54 -03:00
MVCFramework.Serializer.JsonDataObjects.CustomTypes.pas TDataSetHolder.Items -> data 2019-09-30 00:06:23 +02:00
MVCFramework.Serializer.JsonDataObjects.OptionalCustomTypes.pas FIXED compatibility problems with XE7 2019-08-02 12:32:31 +02:00
MVCFramework.Serializer.JsonDataObjects.pas DMVCFramework package includes SwaggerDoc code. 2019-10-24 15:35:39 +02:00
MVCFramework.Server.Impl.pas Added support for SQLite in MVCActiveRecord 2019-06-24 21:00:17 +02:00
MVCFramework.Server.pas New build system based on pyinvoke 2019-01-08 12:48:53 +01:00
MVCFramework.Session.pas https://github.com/danieleteti/delphimvcframework/issues/230 2019-07-08 19:26:45 +02:00
MVCFramework.SQLGenerators.Firebird.pas Forcar a inclusao no Create conter a primary key, evitar erro de banco 2019-04-20 09:32:31 -03:00
MVCFramework.SQLGenerators.Interbase.pas - Small fixes on ActiveRecordController and PostgreSQL SQLGenerator 2019-02-21 20:27:43 +01:00
MVCFramework.SQLGenerators.MSSQL.pas - Small fixes on ActiveRecordController and PostgreSQL SQLGenerator 2019-02-21 20:27:43 +01:00
MVCFramework.SQLGenerators.MySQL.pas - New! TMVCActiveRecord.DeleteAll deletes all the records from a table 2019-02-21 18:12:01 +01:00
MVCFramework.SQLGenerators.PostgreSQL.pas - Small fixes on ActiveRecordController and PostgreSQL SQLGenerator 2019-02-21 20:27:43 +01:00
MVCFramework.SQLGenerators.Sqlite.pas Added support for SQLite in MVCActiveRecord 2019-06-24 21:00:17 +02:00
MVCFramework.Swagger.Commons.pas Improved methods for understanding a class as a list. 2019-10-31 08:31:41 -03:00
MVCFramework.SysControllers.pas v3.2 (boron) RC1 2019-10-09 23:24:08 +02:00
MVCFramework.SystemJSONUtils.pas Removed unit MVCFramework.TypesAliases.pas 2018-11-24 16:57:04 +01:00
MVCFramework.View.Cache.pas New build system based on pyinvoke 2019-01-08 12:48:53 +01:00
MVCFramework.View.Renderers.Mustache.pas New build system based on pyinvoke 2019-01-08 12:48:53 +01:00