delphimvcframework/sources
João Antônio Duarte ff5565b5ac Fix warnings
2022-08-23 12:14:12 -03:00
..
dmvcframework.inc + renamed folder outputcompression to middleware_compression 2021-09-17 10:45:11 +02:00
dmvcframeworkbuildconsts.inc More work on Wizard (WIP), added ActiveRecord middleware 2022-08-13 16:10:19 +02:00
JsonDataObjects.pas + Support for Delphi 11 Alexandria 2021-09-09 23:56:56 +02:00
MVCFramework.ActiveRecord.pas Improved ActiveRecord middleware (better connections handling in case of huge traffic). New sample "middleware_activerecord" 2022-08-13 15:01:15 +02:00
MVCFramework.ActiveRecordController.pas - Improved nullable types Python generator 2022-08-01 19:11:42 +02:00
MVCFramework.ApplicationSession.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.Cache.pas Improved MVCEntitiesGenerator (WIP) 2022-08-19 10:50:45 +02:00
MVCFramework.Commons.pas While not strictly required nor defined, DMVCFramework supports sending body data for all HTTP VERBS - see https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET 2022-08-17 12:59:40 +02:00
MVCFramework.Console.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.Controllers.CacheController.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.Controllers.Register.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.Crypt.Utils.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.DataSet.Utils.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.DuckTyping.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.FireDAC.Utils.pas + Improved TMVCActiveRecord Interbase support 2022-01-26 23:00:32 +01:00
MVCFramework.HMAC.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.JSONRPC.Client.pas Delphi 10.2 Tokyo Compatibility 2022-07-28 08:58:27 +02:00
MVCFramework.JSONRPC.pas Improved enum and set parameters handling in JSONRPC API 2022-08-10 17:57:59 +02:00
MVCFramework.JWT.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.Logger.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.LRUCache.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.Middleware.ActiveRecord.pas Improved ActiveRecord middleware (better connections handling in case of huge traffic). New sample "middleware_activerecord" 2022-08-13 15:01:15 +02:00
MVCFramework.Middleware.Analytics.pas Updated LoggerPro, improved Wizard, general code cleaning 2022-08-13 00:21:00 +02:00
MVCFramework.Middleware.Authentication.pas Updated LoggerPro, improved Wizard, general code cleaning 2022-08-13 00:21:00 +02:00
MVCFramework.Middleware.Authentication.RoleBasedAuthHandler.pas issue 556 - Add override support in the method TRoleBasedAuthHandler.OnAuthorization; 2022-05-26 15:06:35 -03:00
MVCFramework.Middleware.Compression.pas Updated LoggerPro, improved Wizard, general code cleaning 2022-08-13 00:21:00 +02:00
MVCFramework.Middleware.CORS.pas Updated LoggerPro, improved Wizard, general code cleaning 2022-08-13 00:21:00 +02:00
MVCFramework.Middleware.ETag.pas Automated support to avoid "mid-air collisions". New methods SetETag and CheckIfMatch allows a better security without adding complexity to the controller code - check avoid_mid_air_collisions_sample.dproj sample and see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag#avoiding_mid-air_collisions for more info about mid-air collisions. 2022-08-18 01:45:49 +02:00
MVCFramework.Middleware.JWT.pas Updated LoggerPro, improved Wizard, general code cleaning 2022-08-13 00:21:00 +02:00
MVCFramework.Middleware.Redirect.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.Middleware.SecurityHeaders.pas Updated LoggerPro, improved Wizard, general code cleaning 2022-08-13 00:21:00 +02:00
MVCFramework.Middleware.StaticFiles.pas Updated LoggerPro, improved Wizard, general code cleaning 2022-08-13 00:21:00 +02:00
MVCFramework.Middleware.Swagger.pas Updated LoggerPro, improved Wizard, general code cleaning 2022-08-13 00:21:00 +02:00
MVCFramework.Middleware.Trace.pas Updated LoggerPro, improved Wizard, general code cleaning 2022-08-13 00:21:00 +02:00
MVCFramework.MultiMap.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.Nullables.pas - Improved nullable types Python generator 2022-08-01 19:11:42 +02:00
MVCFramework.Nullables.pas.template - Improved nullable types Python generator 2022-08-01 19:11:42 +02:00
MVCFramework.NullableTypes.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.pas Automated support to avoid "mid-air collisions". New methods SetETag and CheckIfMatch allows a better security without adding complexity to the controller code - check avoid_mid_air_collisions_sample.dproj sample and see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag#avoiding_mid-air_collisions for more info about mid-air collisions. 2022-08-18 01:45:49 +02:00
MVCFramework.Patches.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.REPLCommandsHandlerU.pas added more flexibility to ObjectDict 2020-11-10 17:15:24 +01:00
MVCFramework.RESTAdapter.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.RESTClient.Commons.pas + Adjustments for Delphi Seattle/Berlin compatibility 2022-07-15 15:42:29 -03:00
MVCFramework.RESTClient.Indy.pas + First changes to allow records as JSONRPC parameters 2022-05-25 15:13:49 +02:00
MVCFramework.RESTClient.Intf.pas Added automatic deserialization to TMVCRESTClient. 2022-08-03 14:28:01 -03:00
MVCFramework.RESTClient.pas Improved HTTP schema insertion when not defined in MVCRESTClient 2022-08-09 08:29:39 -03:00
MVCFramework.Router.pas Update MVCFramework.Router.pas (#543) 2022-03-22 12:38:57 +01:00
MVCFramework.RQL.AST2FirebirdSQL.pas + Merge https://github.com/danieleteti/delphimvcframework/pull/559 2022-06-14 15:05:04 +02:00
MVCFramework.RQL.AST2InterbaseSQL.pas https://github.com/danieleteti/delphimvcframework/issues/550 2022-04-12 12:12:08 +02:00
MVCFramework.RQL.AST2MSSQL.pas https://github.com/danieleteti/delphimvcframework/issues/565 2022-08-09 13:02:29 +02:00
MVCFramework.RQL.AST2MySQL.pas + Fixed some methods visibility for RQL Compilers 2022-06-15 12:16:25 +02:00
MVCFramework.RQL.AST2PostgreSQL.pas + Fixed some methods visibility for RQL Compilers 2022-06-15 12:16:25 +02:00
MVCFramework.RQL.AST2SQLite.pas + Fixed some methods visibility for RQL Compilers 2022-06-15 12:16:25 +02:00
MVCFramework.RQL.Parser.pas Improved ActiveRecord middleware (better connections handling in case of huge traffic). New sample "middleware_activerecord" 2022-08-13 15:01:15 +02:00
MVCFramework.Rtti.Utils.pas Merge branch 'feature_jsonrpc_records' 2022-07-25 15:42:37 +02:00
MVCFramework.Serializer.Abstract.pas https://github.com/danieleteti/delphimvcframework/issues/553 2022-08-12 10:50:46 +02:00
MVCFramework.Serializer.Commons.pas Improved enum and set parameters handling in JSONRPC API 2022-08-10 17:57:59 +02:00
MVCFramework.Serializer.Defaults.pas refactored some ObjectsMappers responsibilities 2017-04-24 00:21:00 +02:00
MVCFramework.Serializer.HTML.pas + Simple echo-call with nested record works correctly (jsonrpc) 2022-07-05 13:20:09 +02:00
MVCFramework.Serializer.Intf.pas + Simple echo-call with nested record works correctly (jsonrpc) 2022-07-05 13:20:09 +02:00
MVCFramework.Serializer.JsonDataObjects.CustomTypes.pas https://github.com/danieleteti/delphimvcframework/issues/553 2022-08-12 10:50:46 +02:00
MVCFramework.Serializer.JsonDataObjects.NullableTypes.pas Improved support of new MVCSerializeGuidWithoutBracesAttribute attribute for TGUID and NullableTGUID types 2022-06-24 14:50:23 -03:00
MVCFramework.Serializer.JsonDataObjects.OptionalCustomTypes.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.Serializer.JsonDataObjects.pas Fix warnings 2022-08-23 12:14:12 -03:00
MVCFramework.Server.Impl.pas + Samples are compilable with Delphi 10.2 Tokyo or better 2022-03-31 09:31:11 +02:00
MVCFramework.Server.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.Session.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.Signal.pas + MVCFramework.SignalHandling (WIP) 2022-04-01 17:59:21 +02:00
MVCFramework.SQLGenerators.Firebird.pas + Improved TMVCActiveRecord Interbase support 2022-01-26 23:00:32 +01:00
MVCFramework.SQLGenerators.Interbase.pas + Improved TMVCActiveRecord Interbase support 2022-01-26 23:00:32 +01:00
MVCFramework.SQLGenerators.MSSQL.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.SQLGenerators.MySQL.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.SQLGenerators.PostgreSQL.pas + Implemented unit test for GUID support (WIP) 2022-06-23 14:34:01 +02:00
MVCFramework.SQLGenerators.Sqlite.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.Swagger.Commons.pas + Added support for API versioning in Swagger UI 2022-04-01 16:49:29 +02:00
MVCFramework.SysControllers.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.SystemJSONUtils.pas + First changes to allow records as JSONRPC parameters 2022-05-25 15:13:49 +02:00
MVCFramework.Utils.pas Automated support to avoid "mid-air collisions". New methods SetETag and CheckIfMatch allows a better security without adding complexity to the controller code - check avoid_mid_air_collisions_sample.dproj sample and see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag#avoiding_mid-air_collisions for more info about mid-air collisions. 2022-08-18 01:45:49 +02:00
MVCFramework.View.Cache.pas + Updated copyright for 2022 2022-01-04 15:44:47 +01:00
MVCFramework.View.Renderers.Mustache.pas https://github.com/danieleteti/delphimvcframework/issues/533 2022-04-05 17:17:35 +02:00