Shalvah A
fdc62b58e8
Merge pull request #307 from shalvah/update-tests
...
Fix tests
2018-09-09 20:36:59 +01:00
shalvah
f923227298
Update tests, ignore IDE files
2018-09-09 20:29:10 +01:00
Shalvah A
3e21c5f07f
Merge pull request #1 from mpociot/master
...
Update from base
2018-09-09 20:18:45 +01:00
Shalvah A
91d119190e
Merge pull request #279 from rhys-vanhouten/master
...
Make generator only fetch response from route if method is GET
2018-09-09 02:51:19 +01:00
Shalvah A
51d2fb17ba
Merge pull request #236 from kotfire/master
...
Support custom validator method on laravel FormRequest
2018-09-09 02:46:09 +01:00
Marcel Pociot
5bdb40e48c
Merge pull request #306 from mpociot/analysis-8Kyaj9
...
Apply fixes from StyleCI
2018-09-09 03:44:40 +02:00
Marcel Pociot
32620365fb
Apply fixes from StyleCI
2018-09-09 01:44:31 +00:00
Shalvah A
a536bab643
Merge pull request #255 from true2trance/master
...
Added Subdomain API Router Support
2018-09-09 02:44:23 +01:00
Shalvah A
ac70e500bf
Change error message for when neither of required options is supplied
2018-09-09 02:41:59 +01:00
Shalvah A
789413ce3d
Merge branch 'master' into master
2018-09-09 02:37:35 +01:00
Shalvah A
2830ae485a
Update DingoGenerator.php
2018-09-09 02:10:58 +01:00
Shalvah A
3085e01c13
Merge pull request #208 from alex-LE/master
...
allow description for custom validation rules
2018-09-09 02:05:38 +01:00
Shalvah A
2e59504d00
Merge pull request #120 from JapSeyz/patch-1
...
Allow changes to be made to the info vendor view
2018-09-09 02:01:58 +01:00
Shalvah A
dd7e52fe86
Merge pull request #203 from msonowal/feature-support-multiple-prefixes
...
Feature Added support for multiple prefixes
2018-09-07 11:09:21 +01:00
Shalvah A
afeca2faf7
Update README.md
2018-09-07 11:05:27 +01:00
Shalvah A
fc0db6e2f0
Merge pull request #180 from rudiedirkx/no_head
...
#176 don't document HEAD
2018-09-07 10:57:34 +01:00
Marcel Pociot
52657a2212
Merge pull request #305 from mpociot/analysis-qMyaAK
...
Apply fixes from StyleCI
2018-09-07 11:54:19 +02:00
Marcel Pociot
0fce50f421
Apply fixes from StyleCI
2018-09-07 09:54:12 +00:00
Shalvah A
a954cd2d87
Merge pull request #297 from Amirhb/master
...
updating route-model-binding binding technique and preparing middlewares
2018-09-07 10:54:04 +01:00
Shalvah A
8955e16b70
Merge pull request #257 from hafael/master
...
remove --actAsUserId parameter conversion to int
2018-09-07 10:48:48 +01:00
Shalvah A
d8ee0c842b
Merge pull request #256 from asmiarowski/dev-master
...
Memory leak, too many connections to SQL
2018-09-07 10:21:33 +01:00
Shalvah A
d3c565c944
Merge pull request #299 from t1sh0o/feature/add-nested-array-validations
...
Display the validation rules for array properties
2018-09-07 01:41:14 +01:00
Shalvah A
78ad2cc253
Merge pull request #261 from ciasia/patch-1
...
allow formatting and aside tags
2018-09-07 01:29:19 +01:00
Shalvah A
216d1b2f8a
Merge pull request #271 from sempixel/master
...
Correct JSON format for response tag
2018-09-07 01:19:49 +01:00
Tihomir Tonov
d6e7e79aed
Fix style violation
2018-08-14 16:43:56 +03:00
Tihomir Tonov
6bb9a8cf47
Remove linting option as depricated in style CI
2018-08-14 16:40:25 +03:00
Tihomir Tonov
fdca5eeeb1
Add method to generate validation rules for nested array properties
2018-08-14 16:33:11 +03:00
Amir Hossein Babaeian
831fe37dc1
updating route-model-binding binding technique and preparing middlewares
2018-08-05 16:36:20 +04:30
vagrant
0dcb277043
Make generator only fetch response from route if method is GET
2018-04-14 12:41:33 +00:00
sempixel
fbdc6033b8
Too fast…
2018-03-12 17:35:09 +01:00
sempixel
023f3bbbf4
Merge pull request #1 from sempixel/test-fix
...
Test fix
2018-03-12 17:30:05 +01:00
sempixel
460d221a07
Fix test
2018-03-12 17:28:17 +01:00
sempixel
c557ca970a
We have to go deeper…
2018-03-12 17:27:35 +01:00
sempixel
9d20bd6d70
Correct JSON format for @response
2018-03-12 16:16:53 +01:00
Tim
5f8c5b505c
allow formatting and aside tags
...
The group description was escaping everything by default meaning that the aside tag (which is quite useful) can't be used in a group header. This addresses that by no longer escaping the content, as is consistent with the rest of the library.
2018-02-15 17:46:49 +11:00
Rafael Villa-Verde
70fd369b61
remove --actAsUserId parameter conversion to int
2018-01-05 13:55:02 -02:00
Sergei Belyakov
0925f83804
Update README.md ( #224 )
2018-01-03 10:54:19 +01:00
antimech
e8021d243f
Update README.md ( #226 )
...
README.md ready for 5.5!
2018-01-03 10:54:02 +01:00
Jonathan JEAN
8917ca4c96
Laravel 5.5 auto-discovery ( #217 )
...
* Laravel 5.5 auto-discovery
* Removing extra trailing comma
2018-01-03 10:53:18 +01:00
Fabien SOMNIER
4a78f3db0f
[BUGFIXES] Header containing ":" + invalid "showresponse" condition ( #242 )
...
* [BUGFIX] Header containing ":" values management
* [CHANGE] To pass styleci.io tests
* [BUGFIX] Invalid condition test to display response
2018-01-03 10:52:42 +01:00
Kovács Lajos
fe58fa263b
Fixed flat design for StyleCI shield. ( #244 )
2018-01-03 10:51:47 +01:00
Fongoh Martin
4aab1b4498
Removed duplicate words(typo) from the sentence ( #249 )
...
Initially had As of as of Larave ... so removed one of the as of so that the language is fluent.
2018-01-03 10:51:07 +01:00
Artur Śmiarowski
e852f6b439
Memory leak, too many connections to SQL
2018-01-03 07:54:34 +01:00
Bogdan Shtybin
f8564b60ff
Added Subdomain API Router Support
2017-12-28 19:30:25 +02:00
Gustavo Real
bc27ba4de2
fix code style
2017-10-10 17:38:38 +01:00
Gustavo Real
fef4712966
support custom validator method on laravel form request
2017-10-10 17:21:48 +01:00
Jordan Hoff
2d4cf80ef7
Adds authProvider and authGuard Options ( #213 )
...
* Adds authProvider Option
* Add authGuard option too
2017-07-24 16:04:13 +02:00
antimech
cb009caf3b
Superfluous bracket ( #207 )
2017-07-24 16:03:42 +02:00
Alexander Reichardt
130b59129e
allow custom description for custom validation rules
2017-06-29 23:01:36 +02:00
Manash Jyoti Sonowal
ec2c9590e5
apply fixes from StyleCI
2017-06-16 23:44:44 +05:30