This website requires JavaScript. 
		
		
			
	
	
	
	
 
		
	
	
		
			
			
			
			
			
	
		
			
				
					95477a7710 
					
						Merge pull request #9  from jacobkiers/update-travis-configuration 
					 
					
						
							
							
								
									 
							
						
							
							
 
						
					 
					
						
						
							
							Jacob Kiers 
						
					 
					2015-10-02 15:50:51 +02:00  
		
			
				
					 
		
			
				
					e507a5dc8b 
					
						Update travis configuration 
					 
					
						
					 
					
						
						
							
							Jacob Kiers 
						
					 
					2015-10-02 15:40:13 +02:00  
		
			
				
					11f934ee88 
					
						Merge pull request #8  from jacobkiers/fix-7-abstract-class 
					 
					
						
					 
					
						
						
							
							Jacob Kiers 
						
					 
					2015-10-02 15:43:01 +02:00  
		
			
				
					 
		
			
				
					 
		
			
				
					 
		
			
				
					3099dcf617 
					
						Maintain compatibility for PHP 5.3.0 - 5.3.8 
					 
					
						
					 
					
						
						
							
							Jacob Kiers 
						
					 
					2015-10-02 15:34:34 +02:00  
		
			
				
					 
		
			
				
					d2b3281815 
					
						Release 1.0.11 
					 
					
						
							
							
 
						
					 
					
						
						
							 
					2015-07-16 16:06:29 +02:00  
		
			
				
					999a007b3b 
					
						Merge pull request #6  from elieux/master-fix1 
					 
					
						
					 
					
						
						
							
							Jacob Kiers 
						
					 
					2015-07-16 16:04:50 +02:00  
		
			
				
					 
		
			
				
					3ef8e25bdb 
					
						Fix variable name when creating an "invalid token" exception 
					 
					
						
					 
					
						
						
							 
					2015-07-16 15:53:27 +02:00  
		
			
				
					 
		
			
				
					1249c00987 
					
						Add load balancer support using non-standard X-Forwarded headers 
					 
					
						
							
							
								
									 
							
						
							
							
								
									 
							
						
					 
					
						
						
							 
					2014-10-15 20:34:46 +02:00  
		
			
				
					 
		
			
				
					4f352302a1 
					
						Made version parameter private (by @vimishor). 
					 
					
						
							
							
 
						
							
							
								
									 
							
						
					 
					
						
						
							
							Jacob Kiers 
						
					 
					2014-02-21 18:39:51 +01:00  
		
			
				
					cc7992f2d1 
					
						oauth_version parameter should be optional 
					 
					
						
					 
					
						
						
							 
					2014-02-17 15:43:13 +02:00  
		
			
				
					5616fa0756 
					
						Updated CONTRIBUTORS.md and started a change log. 
					 
					
						
					 
					
						
						
							
							Jacob Kiers 
						
					 
					2013-11-19 21:19:42 +01:00  
		
			
				
					f8ffcd6f87 
					
						Added tests for new required 'oauth_consumer_key'. 
					 
					
						
					 
					
						
						
							
							Jacob Kiers 
						
					 
					2013-11-19 21:12:51 +01:00  
		
			
				
					e4e8bc2f90 
					
						Merge remote-tracking branch 'vb/master' 
					 
					
						
					 
					
						
						
							
							Jacob Kiers 
						
					 
					2013-11-19 20:48:32 +01:00  
		
			
				
					4011b3674d 
					
						Throwing OAuthException without oauth_consumer_key 
					 
					
						
					 
					
						
						
							 
					2013-09-24 10:34:32 +02:00  
		
			
				
					fdb6c2df49 
					
						Update travis.yml 
					 
					
						
					 
					
						
						
							 
					2013-09-23 12:13:53 +02:00  
		
			
				
					da8c3c46c5 
					
						Remove parameter should be passed reference 
					 
					
						
					 
					
						
						
							 
					2013-09-23 12:08:25 +02:00  
		
			
				
					cec7f31cda 
					
						Change colors=false to colors=true 
					 
					
						
					 
					
						
						
							 
					2013-09-23 12:08:07 +02:00  
		
			
				
					ca5c3596dc 
					
						Added .gitattributes 
					 
					
						
					 
					
						
						
							
							Jacob Kiers 
						
					 
					2013-08-15 19:59:33 +02:00  
		
			
				
					b3d4f9b6bc 
					
						Added CONTRIBUTORS.md file. 
					 
					
						
							
							
 
						
					 
					
						
						
							
							Jacob Kiers 
						
					 
					2013-06-06 05:47:01 +02:00  
		
			
				
					087cb1278f 
					
						Because $token refs an object, this statement will always be true. Therefore an empty oauth_token param will be added to each request, wich will break Bitbucket authorization process. 
					 
					
						
					 
					
						
						
							 
					2013-06-05 13:37:45 +03:00  
		
			
				
					6677c1da7d 
					
						The output of Server::verifyToken is now a hash. 
					 
					
						
							
							
 
						
					 
					
						
						
							 
					2013-02-15 12:09:56 +00:00  
		
			
				
					097b0af7b4 
					
						Merge pull request #1  from jacobkiers/feature/use-interfaces 
					 
					
						
					 
					
						
						
							
							Jacob Kiers 
						
					 
					2013-02-11 06:29:16 -08:00  
		
			
				
					 
		
			
				
					8bd355f556 
					
						Use Interfaces anywhere. 
					 
					
						
					 
					
						
						
							 
					2013-02-11 14:02:14 +00:00  
		
			
				
					 
		
			
				
					4e6cc6c811 
					
						Bugfix in Server and CS Fixes. 
					 
					
						
					 
					
						
						
							 
					2013-02-11 09:30:45 +00:00  
		
			
				
					73c99e3652 
					
						Fix SignatureMethodTest to use RequestInterface. 
					 
					
						
					 
					
						
						
							 
					2013-02-08 15:28:03 +00:00  
		
			
				
					646e466639 
					
						Also use RequestInterface in Signature Methods. 
					 
					
						
					 
					
						
						
							 
					2013-02-08 15:26:42 +00:00  
		
			
				
					e8edc17196 
					
						Have the Server use RequestInterface. 
					 
					
						
					 
					
						
						
							 
					2013-02-08 15:14:38 +00:00  
		
			
				
					74fd426e45 
					
						Also build against PHP 5.5. 
					 
					
						
					 
					
						
						
							 
					2013-02-08 11:09:37 +00:00  
		
			
				
					be09ba0216 
					
						Added RequestInterface to make integration easier. 
					 
					
						
					 
					
						
						
							 
					2013-02-08 10:57:53 +00:00  
		
			
				
					c471cd2b8d 
					
						Renamed DataStore to DataStoreInterface 
					 
					
						
					 
					
						
						
							 
					2013-02-08 10:37:21 +00:00  
		
			
				
					204ec8b42f 
					
						Renamed namespace to JacobKiers 
					 
					
						
					 
					
						
						
							 
					2013-02-08 10:32:26 +00:00  
		
			
				
					81a1af738b 
					
						Update information so the fork won't create issues 
					 
					
						
					 
					
						
						
							 
					2013-02-06 22:30:47 +00:00  
		
			
				
					935c1f7709 
					
						Fix encoded signature in OAuthServer::check_signature 
					 
					
						
							
							
 
						
					 
					
						
						
							 
					2012-12-13 21:48:10 -02:00  
		
			
				
					354f31fd6d 
					
						Stop emails from Travis notifications. 
					 
					
						
					 
					
						
						
							 
					2012-12-04 02:12:35 +00:00  
		
			
				
					49ecd40ba5 
					
						Undo travis config simplification, as tests have now passed in the meantime. 
					 
					
						
					 
					
						
						
							 
					2012-12-04 02:07:00 +00:00  
		
			
				
					a404154b2c 
					
						Simplify Travis config file to get it working. 
					 
					
						
					 
					
						
						
							 
					2012-12-04 02:02:40 +00:00  
		
			
				
					2890e3cd33 
					
						Add Travis build status image to readme. 
					 
					
						
					 
					
						
						
							 
					2012-12-04 01:58:08 +00:00  
		
			
				
					d5b23e95bb 
					
						Update gitignore file 
					 
					
						
					 
					
						
						
							 
					2012-12-04 01:28:58 +00:00  
		
			
				
					391a3f2a91 
					
						Add travis config file 
					 
					
						
					 
					
						
						
							 
					2012-12-04 01:28:30 +00:00  
		
			
				
					79300e5a58 
					
						Create test to Request and Consumer 
					 
					
						
							
							
 
						
					 
					
						
						
							 
					2012-12-03 02:12:52 -02:00  
		
			
				
					9d2d8b0c1e 
					
						Put Travis-ci status image in Readme 
					 
					
						
					 
					
						
						
							 
					2012-12-02 21:42:40 -02:00  
		
			
				
					15df1e0e0d 
					
						Create test skeleton with PHPUnit and Travis-CI 
					 
					
						
					 
					
						
						
							 
					2012-12-02 21:40:34 -02:00  
		
			
				
					b37f971fd7 
					
						Put vendor folder in gitignore 
					 
					
						
					 
					
						
						
							 
					2012-12-02 21:39:43 -02:00  
		
			
				
					b24d52eb34 
					
						Rename OAuthConsumer to Consumer 
					 
					
						
					 
					
						
						
							 
					2012-12-02 18:23:07 -02:00  
		
			
				
					e3aea01134 
					
						Rename OAuthRequest to Request 
					 
					
						
					 
					
						
						
							 
					2012-12-02 18:21:23 -02:00  
		
			
				
					663f81f35b 
					
						Fix composer.json syntax 
					 
					
						
					 
					
						
						
							 
					2012-12-02 18:15:55 -02:00  
		
			
				
					87a4b17394 
					
						Refactor common code for getting the signature key. 
					 
					
						
					 
					
						
						
							 
					2012-11-23 12:30:38 +00:00  
		
			
				
					a5ba220ae1 
					
						Add tests for concrete method inside abstract SignatureMethod class. 
					 
					
						
					 
					
						
						
							 
					2012-11-23 12:22:04 +00:00  
		
			
				
					7457f612b7 
					
						Add test for NullToken. 
					 
					
						
					 
					
						
						
							 
					2012-11-23 12:20:23 +00:00  
		
			
				
					d94446782a 
					
						Rename OAuth\Exception back to OAuthException, to follow the standard PHP way of naming predefined / SPL exceptions. 
					 
					
						
					 
					
						
						
							 
					2012-11-22 18:11:12 +00:00  
		
			
				
					f8be34b748 
					
						Typo 
					 
					
						
					 
					
						
						
							 
					2012-11-22 17:47:43 +00:00  
		
			
				
					fce57a4e6e 
					
						Add new NullToken, to satisfy type hint checks when token would otherwise not be set. 
					 
					
						
					 
					
						
						
							 
					2012-11-22 17:37:12 +00:00  
		
			
				
					af1993ac3a 
					
						Make the Token arg of buildSignature() methods optional. 
					 
					
						
					 
					
						
						
							 
					2012-11-22 16:27:47 +00:00  
		
			
				
					bfabd20ae4 
					
						Fix bug where the colon between host and port would appear, even when port was an empty string. 
					 
					
						
					 
					
						
						
							 
					2012-11-22 16:25:34 +00:00  
		
			
				
					52d9317cfd 
					
						Add unit tests for signature methods, and a couple for Request. 
					 
					
						
					 
					
						
						
							 
					2012-11-22 16:24:21 +00:00  
		
			
				
					b564cbd103 
					
						Change line endings...again :-/ 
					 
					
						
					 
					
						
						
							 
					2012-11-22 13:24:15 +00:00  
		
			
				
					1f05207957 
					
						Add basic client and token unit tests. 
					 
					
						
					 
					
						
						
							 
					2012-11-22 13:18:56 +00:00  
		
			
				
					7ef4283511 
					
						Limit phpunit dev dependency to stable. 
					 
					
						
					 
					
						
						
							 
					2012-11-22 13:18:34 +00:00  
		
			
				
					a58bceb4aa 
					
						Make callback_url property protected, and add get/set methods. 
					 
					
						
					 
					
						
						
							 
					2012-11-22 13:17:23 +00:00  
		
			
				
					b06d99ccbf 
					
						Everything documented, including clearer author attribution. 
					 
					
						
					 
					
						
						
							 
					2012-11-21 11:10:57 +00:00  
		
			
				
					92cd49d385 
					
						Clarify license as MIT. 
					 
					
						
					 
					
						
						
							 
					2012-11-19 17:55:49 +00:00  
		
			
				
					e233a83f43 
					
						Add current status note to readme. 
					 
					
						
					 
					
						
						
							 
					2012-11-18 12:29:31 +00:00  
		
			
				
					e8cd1bdc22 
					
						Add phpunit.xml config file. 
					 
					
						
					 
					
						
						
							 
					2012-11-18 12:28:10 +00:00  
		
			
				
					68dcff84a4 
					
						Add some require-dev dependencies. 
					 
					
						
					 
					
						
						
							 
					2012-11-18 12:27:26 +00:00  
		
			
				
					12afd40c6e 
					
						Change all references to consumer to client, as per RFC 5849. 
					 
					
						
					 
					
						
						
							 
					2012-11-18 02:33:29 +00:00  
		
			
				
					4d5cfee737 
					
						Add trailing slash to PSR-0 value. 
					 
					
						
					 
					
						
						
							 
					2012-11-18 01:40:40 +00:00  
		
			
				
					abe9e182cb 
					
						Fix incorrect namespace. 
					 
					
						
					 
					
						
						
							 
					2012-11-18 01:33:27 +00:00  
		
			
				
					36add4e946 
					
						Use single quotes for simple strings. 
					 
					
						
					 
					
						
						
							 
					2012-11-18 01:32:38 +00:00  
		
			
				
					bebf65bfed 
					
						Fix issue for PHP 5.4.8 where the host part from parse_url seems to also include the port as well. 
					 
					
						
					 
					
						
						
							 
					2012-11-18 01:18:11 +00:00  
		
			
				
					dc7230cbb4 
					
						Fix old array_map() reference. 
					 
					
						
					 
					
						
						
							 
					2012-11-17 23:14:25 +00:00  
		
			
				
					f896020b35 
					
						Change static calls from method_names to methodNames. 
					 
					
						
					 
					
						
						
							 
					2012-11-17 22:33:43 +00:00  
		
			
				
					244bd74225 
					
						Rename vendor and package in composer to be lowercase. 
					 
					
						
					 
					
						
						
							 
					2012-11-17 22:03:48 +00:00  
		
			
				
					fbe80f2624 
					
						Oops, removing Netbeans project directory. 
					 
					
						
					 
					
						
						
							 
					2012-11-17 21:24:13 +00:00  
		
			
				
					63b4a0f58d 
					
						Made package PSR-2 compatible. 
					 
					
						
					 
					
						
						
							 
					2012-11-17 21:13:44 +00:00  
		
			
				
					 
		
			
				
					6a15224e34 
					
						Merge branch 'master' of github.com:EHER/OAuth 
					 
					
						
					 
					
						
						
							 
					2012-04-03 11:16:07 -03:00  
		
			
				
					 
		
			
				
					c434283f5f 
					
						Psr-0 updated. 
					 
					
						
					 
					
						
						
							 
					2012-04-03 11:00:41 -03:00  
		
			
				
					815a86af6e 
					
						Alteração do psr-0 
					 
					
						
							
							
 
						
					 
					
						
						
							 
					2012-04-03 11:00:41 -03:00  
		
			
				
					 
		
			
				
					26a92abbdc 
					
						Refactoring 
					 
					
						
					 
					
						
						
							 
					2012-02-13 01:52:03 -02:00  
		
			
				
					2feec37a98 
					
						Composer.json updated 
					 
					
						
					 
					
						
						
							 
					2012-02-12 15:39:42 -02:00  
		
			
				
					17ca454bb8 
					
						Composer.json updated 
					 
					
						
					 
					
						
						
							 
					2012-02-12 15:17:48 -02:00  
		
			
				
					4344315960 
					
						Composer.json updated 
					 
					
						
					 
					
						
						
							 
					2012-02-12 15:10:02 -02:00  
		
			
				
					0849d47418 
					
						psr-0 namespace configured 
					 
					
						
					 
					
						
						
							 
					2012-02-12 13:39:28 -02:00  
		
			
				
					b1cea0857a 
					
						Merge branch 'master' of github.com:EHER/OAuth 
					 
					
						
							
							
 
						
					 
					
						
						
							 
					2012-02-09 13:03:36 -02:00  
		
			
				
					 
		
			
				
					9d62ccdb86 
					
						Compuser json fixed 
					 
					
						
					 
					
						
						
							 
					2012-02-09 08:33:29 -02:00  
		
			
				
					0efb3a5dfa 
					
						Ignore some compuser and vim files 
					 
					
						
					 
					
						
						
							 
					2012-02-09 08:33:01 -02:00  
		
			
				
					9cc377d653 
					
						SignatureMethod removed from namespace 
					 
					
						
							
							
 
						
					 
					
						
						
							 
					2012-02-08 23:35:31 -02:00  
		
			
				
					67680e1564 
					
						Composer project data fixed 
					 
					
						
							
							
 
						
					 
					
						
						
							 
					2012-02-08 22:44:20 -02:00  
		
			
				
					2187cd8b44 
					
						Ignore files 
					 
					
						
							
							
 
						
					 
					
						
						
							 
					2012-02-08 22:42:21 -02:00  
		
			
				
					e2fa21dc44 
					
						Namespace from signatures methods was changed 
					 
					
						
							
							
 
						
					 
					
						
						
							 
					2012-02-08 22:31:18 -02:00  
		
			
				
					 
		
			
				
					ebb686a715 
					
						Vendor's structure created 
					 
					
						
					 
					
						
						
							 
					2012-02-08 17:34:48 -02:00  
		
			
				
					b3978c6f9d 
					
						Composer psr-0 configured 
					 
					
						
					 
					
						
						
							 
					2012-02-08 17:27:30 -02:00  
		
			
				
					88f58f351a 
					
						Composer project data updated 
					 
					
						
					 
					
						
						
							 
					2012-02-08 17:23:47 -02:00  
		
			
				
					8fa518da0e 
					
						Readme updated 
					 
					
						
					 
					
						
						
							 
					2012-02-08 17:15:48 -02:00  
		
			
				
					4b27af082d 
					
						Initial import 
					 
					
						
					 
					
						
						
							 
					2012-02-08 17:12:44 -02:00