.. |
dmvcframework.inc
|
FIXED compatibility problems with XE7
|
2019-08-02 12:32:31 +02:00 |
dmvcframeworkbuildconsts.inc
|
"404 Not Found" exceptions now contains the requested URL (as in the log)
|
2020-04-07 10:37:33 +02:00 |
JsonDataObjects.pas
|
New build system based on pyinvoke
|
2019-01-08 12:48:53 +01:00 |
MVCFramework.ActiveRecord.pas
|
Better exception messages for deserialization errors
|
2020-04-09 17:01:33 +02:00 |
MVCFramework.ActiveRecordController.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.ApplicationSession.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Cache.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Commons.pas
|
Added support for guid path parameters (#353)
|
2020-04-09 11:04:45 -03:00 |
MVCFramework.Console.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Controllers.CacheController.pas
|
Added authentication key for redis connection
|
2020-04-02 09:41:33 -03:00 |
MVCFramework.Controllers.Register.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.DataSet.Utils.pas
|
First public version of TMVCAPIBinder
|
2020-03-20 23:08:45 +01:00 |
MVCFramework.DuckTyping.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.FireDAC.Utils.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.HMAC.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.JSONRPC.Client.pas
|
Added JSONRPC Hooks - Renamed RenderXXX Methods
|
2020-03-30 13:30:45 +02:00 |
MVCFramework.JSONRPC.pas
|
Added JSONRPC Hooks - Renamed RenderXXX Methods
|
2020-03-30 13:30:45 +02:00 |
MVCFramework.JWT.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Logger.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Middleware.Analytics.pas
|
https://github.com/danieleteti/delphimvcframework/issues/321
|
2020-02-28 18:33:28 +01:00 |
MVCFramework.Middleware.Authentication.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Middleware.Authentication.RoleBasedAuthHandler.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Middleware.Compression.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Middleware.CORS.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Middleware.JWT.pas
|
SessionCustomData and Context.LoggedUser are filled also for public endpoint if the request contains a valid jwt
|
2020-04-09 13:02:08 +02:00 |
MVCFramework.Middleware.SecurityHeaders.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Middleware.Swagger.pas
|
Correction of the JWT authentication endpoint definition in TMVCMiddlewareSwagger. Username and passoword definition headers cannot be required.
|
2020-03-23 20:42:58 -03:00 |
MVCFramework.Middleware.Trace.pas
|
FIX https://github.com/danieleteti/delphimvcframework/issues/334
|
2020-03-05 18:34:00 +01:00 |
MVCFramework.MultiMap.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Nullables.pas
|
Serialization support for all the types in MVCFramework.Nullables
|
2020-02-03 10:51:40 +01:00 |
MVCFramework.Nullables.pas.template
|
Nullable Templates
|
2020-03-11 01:35:31 +01:00 |
MVCFramework.NullableTypes.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.pas
|
Added support for guid path parameters (#353)
|
2020-04-09 11:04:45 -03:00 |
MVCFramework.Patches.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.REPLCommandsHandlerU.pas
|
Serialization support for all the types in MVCFramework.Nullables
|
2020-02-03 10:51:40 +01:00 |
MVCFramework.RESTAdapter.pas
|
Fixed WineCellar* samples (thank you Stephen)
|
2020-01-08 20:34:02 +01:00 |
MVCFramework.RESTClient.pas
|
First public version of TMVCAPIBinder
|
2020-03-20 23:08:45 +01:00 |
MVCFramework.Router.pas
|
Added "OnRouterLog" configuration - Fixed packages to include "MVCFramework.Nullables.pas"
|
2020-02-26 13:10:41 +01:00 |
MVCFramework.RQL.AST2FirebirdSQL.pas
|
Fixed error in the RQL compiler when passing a string containing the apostrophe (') symbol in the "contains" and "in" operators
|
2020-02-13 20:15:25 -03:00 |
MVCFramework.RQL.AST2InterbaseSQL.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.RQL.AST2MSSQL.pas
|
Fixed error in the RQL compiler when passing a string containing the apostrophe (') symbol in the "contains" and "in" operators
|
2020-02-13 20:15:25 -03:00 |
MVCFramework.RQL.AST2MySQL.pas
|
Fixed error in the RQL compiler when passing a string containing the apostrophe (') symbol in the "contains" and "in" operators
|
2020-02-13 20:15:25 -03:00 |
MVCFramework.RQL.AST2PostgreSQL.pas
|
https://github.com/danieleteti/delphimvcframework/issues/348
|
2020-04-08 18:04:45 +02:00 |
MVCFramework.RQL.AST2SQLite.pas
|
Fixed error in the RQL compiler when passing a string containing the apostrophe (') symbol in the "contains" and "in" operators
|
2020-02-13 20:15:25 -03:00 |
MVCFramework.RQL.Parser.pas
|
https://github.com/danieleteti/delphimvcframework/issues/348
|
2020-04-08 18:04:45 +02:00 |
MVCFramework.Rtti.Utils.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Serializer.Abstract.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Serializer.Commons.pas
|
https://github.com/danieleteti/delphimvcframework/issues/349
|
2020-03-31 00:47:35 +02:00 |
MVCFramework.Serializer.Defaults.pas
|
refactored some ObjectsMappers responsibilities
|
2017-04-24 00:21:00 +02:00 |
MVCFramework.Serializer.Intf.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Serializer.JsonDataObjects.CustomTypes.pas
|
Added support for guid path parameters (#353)
|
2020-04-09 11:04:45 -03:00 |
MVCFramework.Serializer.JsonDataObjects.NullableTypes.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Serializer.JsonDataObjects.OptionalCustomTypes.pas
|
3.2.0-boron-RC4
|
2020-02-05 23:46:38 +01:00 |
MVCFramework.Serializer.JsonDataObjects.pas
|
Better exception messages for deserialization errors
|
2020-04-09 17:01:33 +02:00 |
MVCFramework.Server.Impl.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Server.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.Session.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.SQLGenerators.Firebird.pas
|
Now ActiveRecord PrimaryKey can be string, nullablestring, integer, nullableinteger, int64, nullableint64
|
2020-03-31 16:23:22 +02:00 |
MVCFramework.SQLGenerators.Interbase.pas
|
Support for non autogenerated primary keys
|
2020-03-27 00:37:28 +01:00 |
MVCFramework.SQLGenerators.MSSQL.pas
|
Now ActiveRecord PrimaryKey can be string, nullablestring, integer, nullableinteger, int64, nullableint64
|
2020-03-31 16:23:22 +02:00 |
MVCFramework.SQLGenerators.MySQL.pas
|
Now ActiveRecord PrimaryKey can be string, nullablestring, integer, nullableinteger, int64, nullableint64
|
2020-03-31 16:23:22 +02:00 |
MVCFramework.SQLGenerators.PostgreSQL.pas
|
https://github.com/danieleteti/delphimvcframework/issues/348
|
2020-04-08 18:04:45 +02:00 |
MVCFramework.SQLGenerators.Sqlite.pas
|
Now ActiveRecord PrimaryKey can be string, nullablestring, integer, nullableinteger, int64, nullableint64
|
2020-03-31 16:23:22 +02:00 |
MVCFramework.Swagger.Commons.pas
|
Correction of the JWT authentication endpoint definition in TMVCMiddlewareSwagger. Username and passoword definition headers cannot be required.
|
2020-03-23 20:42:58 -03:00 |
MVCFramework.SysControllers.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.SystemJSONUtils.pas
|
Removed unit MVCFramework.TypesAliases.pas
|
2018-11-24 16:57:04 +01:00 |
MVCFramework.View.Cache.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
MVCFramework.View.Renderers.Mustache.pas
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |