Daniele Teti
|
6900949d18
|
https://github.com/danieleteti/delphimvcframework/issues/603
|
2022-12-28 18:03:30 +01:00 |
|
Daniele Teti
|
057e08903a
|
https://github.com/danieleteti/delphimvcframework/issues/573
https://github.com/danieleteti/delphimvcframework/issues/574
|
2022-09-10 11:59:45 +02:00 |
|
Daniele Teti
|
a8ce1bb25b
|
+ Updated copyright for 2022
|
2022-01-04 15:44:47 +01:00 |
|
João Antônio Duarte
|
dbffee6ff6
|
[+] Fix https://github.com/danieleteti/delphimvcframework/issues/537
|
2021-12-30 17:34:52 -03:00 |
|
João Antônio Duarte
|
58e53dd9b0
|
+ Added Host and BasePath parameters to the Swagger middleware to make it possible to define a custom BaseURL for the documentation
|
2021-10-21 20:18:49 -03:00 |
|
João Antônio Duarte
|
932a1a6ac5
|
Swagger UI updated to version 3.52.5
|
2021-10-21 20:15:10 -03:00 |
|
João Antônio Duarte
|
d51e9f006b
|
[+] Fixed Schema JSON Swagger generation for array and TList type fields.FieldName
Fix https://github.com/danieleteti/delphimvcframework/issues/502
|
2021-06-11 14:36:47 +02:00 |
|
João Antônio Duarte
|
b4b217dc91
|
[+] Added support for the length of string fields in the Swagger JsonSchema definition
|
2021-05-12 10:26:55 -03:00 |
|
João Antônio Duarte
|
d101ff8fcd
|
[+] Improved Swagger Json Schema generation
|
2021-03-04 10:58:52 -03:00 |
|
João Antônio Duarte
|
0f7c682bf7
|
Added Swagger support for DMVCFramework nullable types. Fix #453
|
2020-12-29 09:49:43 -03:00 |
|
João Antônio Duarte
|
ae0525afa7
|
Fixed JsonSchema generation of properties of types enumerated in Swagger middleware.
Fix issue #427
|
2020-09-29 18:55:19 -03:00 |
|
João Antônio Duarte
|
0f05610537
|
Fixed Swagger samples
|
2020-09-18 08:29:12 -03:00 |
|
João Antônio Duarte
|
b1bae8b736
|
Updated Swagger UI and removed online validation of JSON schemas
|
2020-07-04 17:45:44 -03:00 |
|
João Antônio Duarte
|
1b322d3f7b
|
Fixed memory leaks in SwagDoc Library
|
2020-05-20 19:43:30 -03:00 |
|
João Antônio Duarte
|
4aff893452
|
Correction in the generation of JsonSchemas of object and array type.
SwagDoc library updated.
|
2020-05-02 20:00:17 -03:00 |
|
João Antônio Duarte
|
fb7c664233
|
All examples using static files have been updated to use TMVCStaticFilesMiddleware
|
2020-04-28 20:59:41 -03:00 |
|
Daniele Teti
|
4a1ef47bd3
|
"404 Not Found" exceptions now contains the requested URL (as in the log)
|
2020-04-07 10:37:33 +02:00 |
|
João Antônio Duarte
|
64d9936784
|
Added EnumValues parameter to MVCSwagParamAttribute attribute. When adding an enum, swagger will display a list of possible values to select
|
2020-01-03 18:08:47 -03:00 |
|
João Antônio Duarte
|
00bb4c6e21
|
Added MVCSwagIgnorePathAttribute attribute to allow hiding endpoints in swagger documentation
|
2019-11-27 16:27:07 -03:00 |
|
Daniele Teti
|
7ce87edb51
|
dmvcframework 3.2.0-boron
|
2019-11-03 16:18:24 +01:00 |
|
João Antônio Duarte
|
74ff994fdf
|
Minor improvements in JSONSchema generation
|
2019-10-30 15:07:14 -03:00 |
|
João Antônio Duarte
|
127025ae55
|
Added attribute to define authentication type of controller or method. Improvements and fixes in JSON Schema generation from entity
Added support for defining array JSON Schemas for parameters and responses
|
2019-10-30 12:02:30 -03:00 |
|
Daniele Teti
|
51b0efdba4
|
Swagger PathID renamed to OperationID
Moved MVCRequiresAuthenticationAttribute into MVCFramework.pas
|
2019-10-30 00:25:01 +01:00 |
|
João Antônio Duarte
|
005be2807d
|
Added JWTDescription parameter to Swagger middleware to provide a custom description for JWT authentication.
|
2019-10-10 08:32:00 -03:00 |
|
Daniele Teti
|
510453576f
|
Added credits to the readme
Fixed https://github.com/danieleteti/delphimvcframework/issues/278
|
2019-10-09 23:47:07 +02:00 |
|
Daniele Teti
|
0d93ace653
|
v3.2 (boron) RC1
|
2019-10-09 23:24:08 +02:00 |
|
Daniele Teti
|
a3738777a7
|
Added SwagDoc
|
2019-09-25 14:54:04 +02: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 |
|
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 |
|
João Antônio Duarte
|
13a88503c7
|
Initial commit of creation JsonSchema from Tclass
|
2019-07-29 17:50:12 -03: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 |
|