Commit Graph

27 Commits

Author SHA1 Message Date
Chris Boden
64bc5822c8 Set GET required in Symfony Route 2016-12-30 13:26:04 -05:00
Hannes Van De Vreken
c167b476b8 Typo
endpiont -> endpoint
2014-12-27 11:09:41 +01:00
Chris Boden
c179d60e77 Formatting, removed flash check 2014-11-23 11:40:06 -05:00
Ben Connito
a6e7952671 changed echos back to trigger_error 2014-09-14 11:59:46 -04:00
Ben Connito
417017b667 remove local project folder from gitignore
in App::__construct use echo instead of trigger_error
2014-09-12 11:46:33 -04:00
Ben Connito
72b1a44e38 add port property to App
allow origins in flash policy server
dont start a flash policy server if one is already running
better CURIE support
on CALL URI should be un prefixed
WampConnection callResult should allow an object to be encoded and sent
2014-08-07 11:56:13 -04:00
Chris Boden
989235132e [App] Reverted API API changes - back to v0.3.1 version 2014-06-07 11:09:00 -04:00
Gerrit Drost
77c6d53a4d Made changes as suggested in pull request. Getters have been removed from IoServer and desired properties have been made public. 2014-06-04 16:59:30 +02:00
Gerrit Drost
478bdc10c5 Added a method to expose the flashsocket 2014-05-23 16:31:08 +02:00
Gerrit Drost
cd9a3cb43a Merge branch 'github-master' 2014-05-23 16:22:50 +02:00
Gerrit Drost
a456c50df4 Reverted the changes previously made in favor of a different approach as requested in https://github.com/cboden/Ratchet/pull/188 2014-05-23 16:20:27 +02:00
Christian Lück
dc9945f2a3 Support bypassing Host check
An empty $httpHost can be passed to circumvent checking Host header.
2014-05-19 15:15:09 +02:00
Gerrit Drost
06c4c3ddd8 PHPDoc formatting fix 2014-05-19 09:36:28 +02:00
Gerrit Drost
ae5e383c02 small change for PHP 5.3 compatibility 2014-05-19 09:28:43 +02:00
Gerrit Drost
97e0122570 Improved comments and changed some parameter definitions/names. 2014-04-15 09:29:17 +02:00
Gerrit Drost
9b38d863b8 Fix app for flash usage 2014-04-14 17:24:36 +02:00
Grégoire Pineau
3a8578bd17 CS (eof_ending) 2014-03-21 16:46:43 +01:00
Chris Boden
3dc69de9d3 Enforce UTF-8 in App (disallow mbstring.func_overload) 2014-02-06 07:54:56 -05:00
Chris Boden
bf61fdbed4 [App] Use trigger_error instead of echo 2014-01-29 06:55:07 -05:00
Bramus
b48f0fa6fd Asterisk must be quoted inside array() 2013-11-05 17:34:15 +01:00
Chris Boden
4039a643ea API docs on new features 2013-07-22 21:03:19 -04:00
Chris Boden
eb77cf139e Updated example, slight Origin order change in app 2013-07-20 22:03:46 -04:00
Chris Boden
f50af83fa7 [Http][Security] OriginCheck + same host/origin policy
Added the Http\OriginCheck component that will only allow connections coming from desired Origins
Same host+origin policy by default: App.php, by default, will only allow connections from the given hostname
Fixes #102
2013-07-20 18:41:08 -04:00
Chris Boden
b658ae6e7e Composer restrictions + update 2013-07-20 11:11:34 -04:00
Chris Boden
e7541fdfcf App uses counter for ID instead of random 2013-06-15 14:09:19 -04:00
Chris Boden
0edd37af3f Hostname check verification refs #102
host parameter of App now verified on incoming connections
2013-06-09 14:09:57 -04:00
Chris Boden
8b3591ce0d App class 2013-05-08 20:44:01 -04:00