delphimvcframework/samples
2020-10-01 08:39:05 -03:00
..
_ Refactoring 2014-03-31 22:02:31 +00:00
actionfilters All examples using static files have been updated to use TMVCStaticFilesMiddleware 2020-04-28 20:59:41 -03:00
activerecord_restful_crud All examples using static files have been updated to use TMVCStaticFilesMiddleware 2020-04-28 20:59:41 -03:00
activerecord_showcase https://github.com/danieleteti/delphimvcframework/issues/424 2020-09-30 11:16:10 +02:00
angular All examples using static files have been updated to use TMVCStaticFilesMiddleware 2020-04-28 20:59:41 -03:00
apachemodule All examples using static files have been updated to use TMVCStaticFilesMiddleware 2020-04-28 20:59:41 -03:00
articles_crud_server Sample article_crud_server 2020-09-29 19:58:48 +02:00
articles_crud_vcl_client Samples changed to use TMVCRESTClient 2020-09-24 16:30:45 -03:00
articles_crud_vcl_client_api_binder Samples changed to use TMVCRESTClient 2020-09-24 16:30:45 -03:00
articles_crud_vcl_client_meta Samples changed to use TMVCRESTClient 2020-09-24 16:30:45 -03:00
authenticationauthorization Samples changed to use TMVCRESTClient 2020-09-24 16:30:45 -03:00
basicdemo_server Samples changed to use TMVCRESTClient 2020-09-24 16:30:45 -03:00
basicdemo_vclclient Samples changed to use TMVCRESTClient 2020-09-24 16:30:45 -03:00
commons New functionality explained in the jsonrpc samples (TMultiDataset) 2020-09-22 15:18:22 +02:00
concurrency_speed_test All examples using static files have been updated to use TMVCStaticFilesMiddleware 2020-04-28 20:59:41 -03:00
consolesample Full UnitTest Linux compatibilities (working on) for 10.4 2020-05-25 19:34:14 +02:00
controllers_register All examples using static files have been updated to use TMVCStaticFilesMiddleware 2020-04-28 20:59:41 -03:00
custom_exception_handling All examples using static files have been updated to use TMVCStaticFilesMiddleware 2020-04-28 20:59:41 -03:00
CustomAuth Samples changed to use TMVCRESTClient 2020-09-24 16:30:45 -03:00
customlogger All examples using static files have been updated to use TMVCStaticFilesMiddleware 2020-04-28 20:59:41 -03:00
CustomRoleAuth Samples changed to use TMVCRESTClient 2020-09-24 16:30:45 -03:00
data Samples changed to use TMVCRESTClient 2020-09-24 16:30:45 -03:00
fileupload TMVCEngine.Config property is now read-only. Can be changed only in the anonymous method injected in the constructor. (All the samples have been updated - from an idea of @Spinettato a.k.a. Danielino) 2020-05-11 23:39:43 +02:00
hmacsample All examples using static files have been updated to use TMVCStaticFilesMiddleware 2020-04-28 20:59:41 -03:00
ISAPI Small FIXES for ActiveRecordController 2020-06-18 14:49:06 +02:00
jsondataobjects_serializer All examples using static files have been updated to use TMVCStaticFilesMiddleware 2020-04-28 20:59:41 -03:00
jsonrpc removed tmvcrestclient from samples 2020-09-02 19:43:34 +02:00
jsonrpc_with_published_objects Added overload on ExecuteRequest and ExecuteNotification for JSONRPCExecutor - added ClientIP in trace middleware added more checks in activerecord for forgotten attributes 2020-09-25 00:32:55 +02:00
jsonwebtoken Samples changed to use TMVCRESTClient 2020-09-24 16:30:45 -03:00
jsonwebtoken_livevaliditywindow Samples changed to use TMVCRESTClient 2020-09-24 16:30:45 -03:00
jsonwebtoken_roleauth Samples changed to use TMVCRESTClient 2020-09-24 16:30:45 -03:00
jsonwebtokenplain Samples changed to use TMVCRESTClient 2020-09-24 16:30:45 -03:00
jsonwriterrenders All examples using static files have been updated to use TMVCStaticFilesMiddleware 2020-04-28 20:59:41 -03:00
middleware TMVCEngine.Config property is now read-only. Can be changed only in the anonymous method injected in the constructor. (All the samples have been updated - from an idea of @Spinettato a.k.a. Danielino) 2020-05-11 23:39:43 +02:00
middleware_analytics removed tmvcrestclient from samples 2020-09-02 19:43:34 +02:00
middleware_etag OnAfterRouting method inserted in TMVCETagMiddleware 2020-04-28 21:09:14 -03:00
middleware_staticfiles Improved StaticFilesMiddleware 2020-09-16 15:56:14 +02:00
middleware_trace Added GetFrameworkType method 2020-08-22 15:37:08 +02:00
outputcachewithredis TMVCEngine.Config property is now read-only. Can be changed only in the anonymous method injected in the constructor. (All the samples have been updated - from an idea of @Spinettato a.k.a. Danielino) 2020-05-11 23:39:43 +02:00
outputcompression All examples using static files have been updated to use TMVCStaticFilesMiddleware 2020-04-28 20:59:41 -03:00
react React Demo 2020-08-08 17:24:20 -03:00
renders Added mechanism to describe dataset metadata (TDatasetHelper) and to initialize a TFDMemTable with such metadata (TFireDACUtils.CreateDataSetFromMeta). Added a new sample to show the mechanism. 2020-09-23 23:33:30 +02:00
renders_spring4d_nullables All examples using static files have been updated to use TMVCStaticFilesMiddleware 2020-04-28 20:59:41 -03:00
routing All examples using static files have been updated to use TMVCStaticFilesMiddleware 2020-04-28 20:59:41 -03:00
rql2sql Added out operator in RQL parser 2020-05-13 15:29:04 -03:00
server_in_dll All examples using static files have been updated to use TMVCStaticFilesMiddleware 2020-04-28 20:59:41 -03:00
servercontainer TMVCEngine.Config property is now read-only. Can be changed only in the anonymous method injected in the constructor. (All the samples have been updated - from an idea of @Spinettato a.k.a. Danielino) 2020-05-11 23:39:43 +02:00
serversentevents Small Fix Path for SSW sample 2020-05-20 09:33:01 +02:00
serversentevents2 All examples using static files have been updated to use TMVCStaticFilesMiddleware 2020-04-28 20:59:41 -03:00
serversideviewcustom Improved StaticFilesMiddleware 2020-09-16 15:56:14 +02:00
serversideviews Improved StaticFilesMiddleware 2020-09-16 15:56:14 +02:00
serversideviews_mustache Improved StaticFilesMiddleware 2020-09-16 15:56:14 +02:00
sessioncustom TMVCEngine.Config property is now read-only. Can be changed only in the anonymous method injected in the constructor. (All the samples have been updated - from an idea of @Spinettato a.k.a. Danielino) 2020-05-11 23:39:43 +02:00
sessions https://github.com/danieleteti/delphimvcframework/issues/355 2020-04-12 12:38:00 +02:00
soaprest TMVCEngine.Config property is now read-only. Can be changed only in the anonymous method injected in the constructor. (All the samples have been updated - from an idea of @Spinettato a.k.a. Danielino) 2020-05-11 23:39:43 +02:00
spring4dintegration All examples using static files have been updated to use TMVCStaticFilesMiddleware 2020-04-28 20:59:41 -03:00
sslclient Samples changed to use TMVCRESTClient 2020-09-24 16:30:45 -03:00
sslserver Merge remote-tracking branch 'upstream/master' into feature_restclient 2020-10-01 08:39:05 -03:00
strongly_typed_actions All examples using static files have been updated to use TMVCStaticFilesMiddleware 2020-04-28 20:59:41 -03:00
swaggerdoc Fixed JsonSchema generation of properties of types enumerated in Swagger middleware. 2020-09-29 18:55:19 -03:00
swaggerui Fixed Swagger samples 2020-09-18 08:29:12 -03:00
wincellarclient_withrestadapter Fixed WineCellar* samples (thank you Stephen) 2020-01-08 20:34:02 +01:00
windowsservice 3.2.0-boron-RC4 2020-02-05 23:46:38 +01:00
winecellarclient Samples changed to use TMVCRESTClient 2020-09-24 16:30:45 -03:00
winecellarclient_mobile Fixed WineCellar* samples (thank you Stephen) 2020-01-08 20:34:02 +01:00
winecellarclient_withlivebinding Samples changed to use TMVCRESTClient 2020-09-24 16:30:45 -03:00
winecellarserver Samples changed to use TMVCRESTClient 2020-09-24 16:30:45 -03:00