Commit Graph

318 Commits

Author SHA1 Message Date
Daniele Teti
a110dbd56a New Sample - WindowsService 2019-09-25 14:55:51 +02:00
Daniele Teti
a3738777a7 Added SwagDoc 2019-09-25 14:54:04 +02:00
Daniele Teti
6ce183e493
Merge branch 'master' into SwagDoc 2019-09-25 13:01:59 +02:00
Daniele Teti
da9ffb4ad5 Removed loggerpro samples 2019-09-20 14:53:07 +02:00
Daniele Teti
6cf4c51324 Improved activerecord_showcase sample 2019-09-13 15:18:52 +02:00
Daniele Teti
241a07ee82 Added tools folder into the release zip. Preparing RC6 2019-09-04 19:37:11 +02:00
Daniele Teti
fea37fed42 RenderCreated 2019-08-28 00:18:40 +02:00
Daniele Teti
0152d0aac9 FIX https://github.com/danieleteti/delphimvcframework/issues/270 2019-08-23 12:01:33 +02:00
Geoffrey Smith
e83f025b09 Merge remote-tracking branch 'joaoduarte1/middlewareswagger_dev' into SwagDoc 2019-08-06 11:01:57 +10:00
Geoffrey Smith
c1af9737bd Remove now unused files from demo 2019-08-06 10:59:51 +10:00
Geoffrey Smith
d80d6a18f3 Add Documentation to parameters in demo server project 2019-08-06 10:55:27 +10:00
Geoffrey Smith
3903258afa Remove Client Generator code from SwaggerSampleAPI demo 2019-08-06 10:54:23 +10:00
Geoffrey Smith
a33733c1f2 Add Attributes for Non Path Parameters 2019-08-06 00:26:36 +10:00
Geoffrey Smith
0d4b82eac3 Add JsonFieldFromRttiTypeInfo to simplify various methods 2019-08-06 00:25:30 +10:00
Daniele Teti
44deb6ce83 Removed some hints for old version of Delphi 2019-08-05 12:55:57 +02:00
Geoffrey Smith
47029fb1a7 Update of Generated code sample 2019-08-03 15:15:24 +10:00
Geoffrey Smith
b793d5b65e Change MVCPathParam parameters to have Pattern instead of description 2019-08-03 14:26:57 +10:00
Geoffrey Smith
da4a3a5553 Only Add Attributes in interface declaration not in implementation 2019-08-03 13:18:09 +10:00
Geoffrey Smith
d9b0677788 Add Attribute with extra info about path parameter 2019-08-03 10:16:34 +10:00
João Antônio Duarte
992cefe92e Added MVCSwagJsonSchemaFieldAttribute to detail field schema when extracting JsonSchema from class 2019-08-02 15:54:52 -03:00
Geoffrey Smith
69748a4e20 Fill out skeleton methods in MVC Controller 2019-08-02 22:30:49 +10:00
Geoffrey Smith
0dd5f80d9f Ensure unit can't be included multiple times in file 2019-08-02 22:23:49 +10:00
Daniele Teti
cc64a564a8 FIXED compatibility problems with XE7 2019-08-02 12:32:31 +02:00
Geoffrey Smith
0261f6db3b Tidy up DelphiMVCFramework Generator 2019-08-02 19:57:54 +10:00
Geoffrey Smith
0e6569927a Added handling of interfaces and to forward declare classes/interfaces 2019-08-02 19:48:38 +10:00
Geoffrey Smith
76206a36e0 Added Interface and Implementation Constants 2019-08-02 16:59:54 +10:00
Geoffrey Smith
0e9374825a Improve DelphiUnit Generator 2019-08-02 11:44:19 +10:00
Geoffrey Smith
ac02237159 Add petstore swagger file demo file 2019-08-02 11:35:45 +10:00
João Antônio Duarte
85d5518ea1 Improved Swaggerdocapi example
Added JSonSchema creation from object in MVCSwagResponsesAttribute
2019-08-01 18:07:23 -03:00
João Antônio Duarte
439224da4f JWT authentication documentation improvements:
- JWT UrlSegment set to basic authentication format
2019-08-01 17:31:59 -03:00
João Antônio Duarte
69788525c2 improvements on swaggerdocapi example
Added security to methods with MVCRequiresAuthentication attribute
2019-07-31 08:40:11 -03:00
João Antônio Duarte
7d801d94a8 Security Definitions added to documentation when TMVCJWTAuthenticationMiddleware is added to Engine.
The SwaggerDocApi example is not yet functional, I will still make improvements to the example
2019-07-30 18:16:10 -03:00
Geoffrey Smith
2204bfdeaa Update URI's to use Swagger format in Client 2019-07-30 21:06:22 +10:00
Geoffrey Smith
1a8bc7076e Demo of Client API currently generated by Generator 2019-07-30 17:32:09 +10:00
Geoffrey Smith
312f151aa1 Rename functions to have better names 2019-07-30 17:30:28 +10:00
Geoffrey Smith
d95d31d4d4 Improve Delphi Unit Generator code formatting output 2019-07-30 16:44:12 +10:00
Geoffrey Smith
e4f57686e2 Add Start of Clientside REST API Generator 2019-07-30 16:29:31 +10:00
João Antônio Duarte
13a88503c7 Initial commit of creation JsonSchema from Tclass 2019-07-29 17:50:12 -03:00
Geoffrey Smith
e65bd200bc Improve Code formatting 2019-07-30 00:07:00 +10:00
Geoffrey Smith
021cf6e6ed Remove MVCFramework.TypesAliases from Demo project 2019-07-29 23:47:49 +10:00
Geoffrey Smith
452796f402 Initial Commit of Swagger Projects 2019-07-29 22:33:28 +10:00
João Antônio Duarte
17a060d896 Identification Adjustments 2019-07-29 09:27:09 -03:00
João Antônio Duarte
f56768d455 Fixes in adding JsonSchema to documentation 2019-07-29 08:58:08 -03:00
João Antônio Duarte
8f86df526d Added API documentation with Swagger 2019-07-27 15:23:48 -03:00
viniciussanchez
db5b505cf7 IETF - RFC 6750 #244 2019-07-26 08:51:11 -03:00
Daniele Teti
9470c85514 Some fixes after the merge of https://github.com/danieleteti/delphimvcframework/issues/241 2019-07-24 20:49:08 +02:00
Daniele Teti
d77c77758f https://github.com/danieleteti/delphimvcframework/issues/230 2019-07-08 19:26:45 +02:00
Daniele Teti
d554964260 Added optional serializers for TBitmap, TPNGImage and TJPEGImage. IDEExpert has been updated. 2019-06-25 17:33:02 +02:00
Daniele Teti
7363304ba8 Added support for SQLite in MVCActiveRecord 2019-06-24 21:00:17 +02:00
João Antônio Duarte
d6ff2b5964 JWT Middleware Altered to Allow Insert custom headers Authentication, Username and Password 2019-06-11 14:42:03 -03:00