Commit Graph

18 Commits

Author SHA1 Message Date
Francis Lavoie c203d24469
Clean up some typos, add some type hints, StyleCI fixes 2019-09-23 15:34:55 -04:00
Marcel Pociot 1c2b89b54d Fix content length bug 2019-02-27 15:44:42 +01:00
Marcel Pociot f26f89236e Merge branch 'master' of github.com:beyondcode/laravel-websockets 2019-02-27 15:28:09 +01:00
Marcel Pociot 82bba5bd02 Fix content length method 2019-02-27 15:27:51 +01:00
Francis Lavoie 3ec6c0ade3 Add support for Laravel 5.8 (#122)
* Fix Laravel 5.8 compatibility

* Use Arr:: and Str:: instead of global helpers

* Remove testbench-core dependency, release was tagged
2019-02-27 15:27:21 +01:00
Marcel Pociot 15e6b6ae96 Use content length check for requests split into multiple messages 2019-02-27 15:24:00 +01:00
Marcel Pociot edcf205dba
Apply fixes from StyleCI (#123) 2019-02-27 15:23:47 +01:00
Alex Bouma 83dec0b5f1 Fix signature validation (#38)
* Add failing test

* Fix signature validation

* Fix tests to generate correct signatures

*  StyleCI fix

* Ignore route params when validating the signature

* Fix tests to add route params next to signature

* StyleCI fixes
2019-01-02 22:30:57 +01:00
Marcel Pociot 9ce2cc3ff7
Apply fixes from StyleCI (#3) 2018-12-04 22:22:33 +01:00
Marcel Pociot 8f4dfc0e1e Fix app secret.
Only add the md5 of the body, if it's present
2018-12-03 10:08:25 +01:00
freek 46d7334067 rename client to app 2018-12-01 14:17:32 +01:00
freek e90e86798c renaming clients to apps 2018-12-01 13:57:02 +01:00
Marcel Pociot 606f09f444 wip 2018-11-29 11:59:17 +01:00
Marcel Pociot e7ade249ae wip 2018-11-29 09:27:43 +01:00
Marcel Pociot 647def8d43 wip 2018-11-28 22:37:10 +01:00
Mattias Geniar fe492c6d2a Fix missing namespace: Symfony\Component\Debug\Exception\FatalThrowableError : Call to undefined function BeyondCode\LaravelWebSockets\HttpApi\Controllers\Psr\str() 2018-11-28 21:02:14 +01:00
Marcel Pociot c9a9f145d4 wip 2018-11-27 16:43:59 +01:00
Marcel Pociot 3d4ebf595a wip 2018-11-27 16:42:19 +01:00
Renamed from src/WebSockets/Controllers/Controller.php (Browse further)