Ilyas Salikhov
|
636eeb7cae
|
Remove dunglasapibundle support
|
2024-10-01 17:26:49 +03:00 |
|
Ilyas Salikhov
|
e97eba7c1b
|
Remove the support of fos-rest
|
2024-10-01 17:18:04 +03:00 |
|
Ilyas Salikhov
|
4b6137f618
|
remove the support of duglas
|
2024-10-01 16:39:44 +03:00 |
|
Ilyas Salikhov
|
6334d2e40f
|
Removed support of sensio/framework-extra-bundle
|
2024-09-30 21:23:38 +03:00 |
|
Ilyas Salikhov
|
0808e8421a
|
Add explicit dependencies instead of container
|
2024-07-02 16:24:26 +03:00 |
|
Ilyas Salikhov
|
b603381139
|
1. Up min PHP version to 8.1
2. Up min Symfony verion to 5.0. Adopt code to sf 5.0+
3. Local env to run tests
4. Repare tests
|
2024-06-18 12:24:32 +03:00 |
|
Alexey
|
d8b5ab9f71
|
Fix deprecations (#8)
* fix symfony deprecations
|
2022-10-07 15:32:38 +03:00 |
|
Alan Poulain
|
b9718f3400
|
Compatibility with Symfony 4.3 (#1524)
* Use twig instead of templating
* Fix at least one suite test in Travis
* Use Twig namespace (Twig > 1.10 and TwigBundle > 2.2)
|
2022-04-26 16:58:48 +03:00 |
|
Vitaliy Chesnokov
|
befd12e3e5
|
Form labels translation support.
|
2019-04-25 21:55:45 +03:00 |
|
Vitaliy Chesnokov
|
1c4f003e76
|
Doc generation for the specific API version
|
2019-04-25 21:50:28 +03:00 |
|
Kévin Dunglas
|
f4b599f6d0
|
[2.x] Fix compatibility with Symfony 3.4 and 4.0
|
2017-12-04 23:11:29 +01:00 |
|
Christian Flothmann
|
83ed0a3407
|
fix section title markup
|
2017-07-25 11:26:50 +02:00 |
|
Lukas Kahwe Smith
|
e5268e3f7f
|
ensure that boolean fields are submited as boolean values when using json
|
2017-04-28 16:56:15 +02:00 |
|
Lukas Kahwe Smith
|
33307d750e
|
fix typo to force filters as query parameters
|
2017-04-28 15:58:38 +02:00 |
|
Soltész Balázs
|
e2c3d7ce94
|
Make filters always be passed as query string parameters in sandbox requests.
|
2017-04-28 12:36:27 +02:00 |
|
shadowjs
|
ad1b9eec31
|
Update swagger-support.rst
|
2017-02-23 22:51:49 +01:00 |
|
Guilhem N
|
ff3bf88bed
|
Merge pull request #895 from wouterj/patch-1
Fixed little Markdown syntax
|
2016-12-29 12:14:59 +01:00 |
|
TaeL Kim
|
66e8e15ff1
|
swagger-ui repository changed
|
2016-10-21 14:55:56 +09:00 |
|
Javier Eguiluz
|
c531fcc037
|
Fixed minor RST syntax issues in docs
|
2016-10-03 15:42:40 +02:00 |
|
Wouter J
|
b5d371d984
|
Fixed little Markdown syntax
|
2016-08-10 10:37:07 +02:00 |
|
Invis1ble
|
97c6b1e857
|
Fixed placeholder translations #889
|
2016-07-29 09:20:35 +03:00 |
|
mellzamora
|
f5e38a283a
|
Fix error:
Key "statusCodes" for array with keys "method, uri, description, documentation, filters, requirements, parsedResponseMap, https, authentication, authenticationRoles, deprecated, id" does not exist in NelmioApiDocBundle::method.html.twig at line 182.
Sample:
/**
* Retrieves the list of categories (paginated) based on criteria.
*
* @ApiDoc(
* resource=true,
* output={"class"="Sonata\DatagridBundle\Pager\PagerInterface", "groups"={"sonata_api_read"}}
* )
*
*
* @QueryParam(name="page", requirements="\d+", default="1", description="Page for category list pagination")
* @QueryParam(name="count", requirements="\d+", default="10", description="Number of categories by page")
* @QueryParam(name="enabled", requirements="0|1", nullable=true, strict=true, description="Enabled/Disabled categories filter")
* @QueryParam(name="context", requirements="\S+", nullable=true, strict=true, description="Context of categories")
*
* @View(serializerGroups="sonata_api_read", serializerEnableMaxDepthChecks=true)
*
* @param ParamFetcherInterface $paramFetcher
*
* @return PagerInterface
*/
|
2016-06-16 22:44:56 +08:00 |
|
William Durand
|
9444172abc
|
Merge pull request #857 from zanardigit/master
Add navigation index for resources
|
2016-06-13 10:01:12 +02:00 |
|
Javier Eguiluz
|
4a37d638f8
|
Fixed the links to some doc articles
|
2016-06-09 15:56:07 +02:00 |
|
Uplink03
|
8eee7fec49
|
Added links form index.rst to the other doc files
|
2016-06-02 16:30:54 +01:00 |
|
Piotr Plenik
|
12c067154c
|
fix format wrapping
|
2016-06-02 10:33:39 +02:00 |
|
Francesco Abeni
|
df04b5c871
|
Add navigation index for resources
|
2016-05-24 13:13:39 +02:00 |
|
miholeus
|
d5c1c57cc9
|
added headers documentation example
|
2016-05-19 14:35:55 +03:00 |
|
miholeus
|
e141ffd291
|
added headers support
|
2016-05-19 14:28:32 +03:00 |
|
William Durand
|
b494d8e1ab
|
Merge pull request #821 from tcz/sandbox_output_improvements
Adding request body and curl command to sandbox
|
2016-05-11 17:32:04 +02:00 |
|
William Durand
|
9dfd984c68
|
Merge pull request #832 from ismailbaskin/vich-compat
Allow sending empty file data
|
2016-05-11 17:16:17 +02:00 |
|
William Durand
|
4660805291
|
Merge pull request #823 from ImmRanneft/master
Little template fixes for sandbox
|
2016-05-11 17:15:43 +02:00 |
|
William Durand
|
2d214fc934
|
Merge pull request #775 from DonPrus/master
Fix problem with cyrillic chars in docs
|
2016-04-21 17:38:04 +02:00 |
|
Tim Hovius
|
96cfab973c
|
Added translation to description
The labels of a field are usually always translated. But this does not happen in the documentation.
|
2016-04-19 21:37:22 +02:00 |
|
İsmail BASKIN
|
246babf209
|
Allow sending empty file data
|
2016-04-08 15:26:31 +03:00 |
|
Tanner Newton
|
8cb2847af4
|
Rename other-bundle-annotations.Rst to other-bundle-annotations.rst
|
2016-03-21 19:30:50 -07:00 |
|
ImmortaL
|
df10a4769c
|
Little template fixes for sandbox
|
2016-03-18 21:23:22 +03:00 |
|
tcz
|
aef6a89329
|
Adding request body and curl command to sandbox
|
2016-03-17 16:09:47 +01:00 |
|
Javier Eguiluz
|
db5303fcd7
|
Transformed all files
|
2016-03-05 19:49:21 +01:00 |
|
William Durand
|
cec5108133
|
Merge pull request #781 from AlmogBaku/feature/textareaField
Add textarea type for sandbox
|
2016-02-24 17:50:13 +01:00 |
|
William Durand
|
364ef73680
|
Merge pull request #791 from Padam87/response-map
Use the response map in the html view
|
2016-02-24 17:49:33 +01:00 |
|
Adam Prager
|
7919b24971
|
Use the response map in the html view
|
2016-01-26 04:36:38 +01:00 |
|
AlmogBaku
|
3bc98723fe
|
Add textarea type for sandbox
|
2016-01-08 20:34:15 +02:00 |
|
Richard
|
4744de98fb
|
Added xhrFields: { withCredentials: true } to ajaxOptions to enable
browser authentication for cross origin API requests.
|
2016-01-06 10:00:21 +01:00 |
|
Сомов Игорь Андреевич
|
8aa5e479d1
|
JSON UNICODE
|
2015-12-28 17:07:20 +03:00 |
|
Ener-Getick
|
67b7b46627
|
Add symfony 3.0 support
|
2015-12-02 16:19:12 +01:00 |
|
Jonathan Chan
|
8b7dfdd913
|
Let the js library set the proper Content-type header when sending files in sandbox - fixes #501
|
2015-10-27 17:29:36 +01:00 |
|
William Durand
|
d25dd30453
|
Refactor doc
|
2015-10-27 10:35:58 +01:00 |
|
William Durand
|
d49ac45866
|
Add FAQ section
Add question/answer from #727
|
2015-10-27 10:00:23 +01:00 |
|
William Durand
|
7f5f8bd258
|
Merge pull request #694 from tonivdv/revert_fix_link
revert fix "LINK workaround for firefox"
|
2015-10-23 11:00:49 +02:00 |
|