Matthew Hodgson
							
						 | 
						
							
							
							
							
								
							
								6c28ac260c
								
							
								
							
						 | 
						
							
							
								
								copyrights
							
							
							
							
							
						 | 
						
							2016-01-07 04:26:29 +00:00 | 
						
					
				
					
						
							
							
								 
								David Baker
							
						 | 
						
							
							
							
							
								
							
								e515b48929
								
							
								
							
						 | 
						
							
							
								
								Just replace the table definition with the one from full_schema 16
							
							
							
							
							
						 | 
						
							2015-12-02 17:23:52 +00:00 | 
						
					
				
					
						
							
							
								 
								David Baker
							
						 | 
						
							
							
							
							
								
							
								8810eb8c39
								
							
								
							
						 | 
						
							
							
								
								Fix schema delta 15 on postgres in the very unlikley event that anyone upgrades to 15...
							
							
							
							
							
						 | 
						
							2015-12-02 17:19:11 +00:00 | 
						
					
				
					
						
							
							
								 
								Erik Johnston
							
						 | 
						
							
							
							
							
								
							
								327ca883ec
								
							
								
							
						 | 
						
							
							
								
								Merge branch 'develop' of github.com:matrix-org/synapse into postgres
							
							
							
							
							
						 | 
						
							2015-04-28 13:39:42 +01:00 | 
						
					
				
					
						
							
							
								 
								Erik Johnston
							
						 | 
						
							
							
							
							
								
							
								18f8247701
								
							
								
							
						 | 
						
							
							
								
								Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except for a limit
							
							
							
							
							
						 | 
						
							2015-04-28 12:41:33 +01:00 | 
						
					
				
					
						
							
							
								 
								David Baker
							
						 | 
						
							
							
							
							
								
							
								cb03fafdf1
								
							
								
							
						 | 
						
							
							
								
								Merge branch 'develop' into csauth
							
							
							
							
							
						 | 
						
							2015-04-17 13:51:10 +01:00 | 
						
					
				
					
						
							
							
								 
								Erik Johnston
							
						 | 
						
							
							
							
							
								
							
								b8092fbc82
								
							
								
							
						 | 
						
							
							
								
								Go back to storing JSON in TEXT
							
							
							
							
							
						 | 
						
							2015-04-16 11:17:52 +01:00 | 
						
					
				
					
						
							
							
								 
								Erik Johnston
							
						 | 
						
							
							
							
							
								
							
								4d5b098626
								
							
								
							
						 | 
						
							
							
								
								Use LONGBLOB and TEXT for arbitary length rows
							
							
							
							
							
						 | 
						
							2015-04-10 18:45:09 +01:00 | 
						
					
				
					
						
							
							
								 
								Erik Johnston
							
						 | 
						
							
							
							
							
								
							
								4fe95094d1
								
							
								
							
						 | 
						
							
							
								
								Merge branch 'develop' of github.com:matrix-org/synapse into mysql
							
							
							
							
							
						 | 
						
							2015-04-07 18:05:39 +01:00 | 
						
					
				
					
						
							
							
								 
								Erik Johnston
							
						 | 
						
							
							
							
							
								
							
								8574bf62dc
								
							
								
							
						 | 
						
							
							
								
								Add index to presence table
							
							
							
							
							
						 | 
						
							2015-04-07 12:09:36 +01:00 | 
						
					
				
					
						
							
							
								 
								Kegan Dougal
							
						 | 
						
							
							
							
							
								
							
								c217504949
								
							
								
							
						 | 
						
							
							
								
								Edit SQL schema to use string IDs not ints. Use token as ID. Update tests.
							
							
							
							
							
						 | 
						
							2015-03-31 12:07:56 +01:00 | 
						
					
				
					
						
							
							
								 
								David Baker
							
						 | 
						
							
							
							
							
								
							
								c1a256cc4c
								
							
								
							
						 | 
						
							
							
								
								Allow multiple pushers for a single app ID & pushkey, honouring the 'append' flag in the API.
							
							
							
							
							
						 | 
						
							2015-03-25 19:06:22 +00:00 | 
						
					
				
					
						
							
							
								 
								David Baker
							
						 | 
						
							
							
							
							
								
							
								c7023f2155
								
							
								
							
						 | 
						
							
							
								
								1) Pushers are now associated with an access token
							
							
							
							
							
							
							
							2) Change places where we mean unauthenticated to 401, not 403, in C/S v2: hack so it stays as 403 in v1 because web client relies on it. 
							
						 | 
						
							2015-03-24 17:24:15 +00:00 | 
						
					
				
					
						
							
							
								 
								Kegan Dougal
							
						 | 
						
							
							
							
							
								
							
								b98cd03193
								
							
								
							
						 | 
						
							
							
								
								Use event IDs instead of dumping event content in the txns table.
							
							
							
							
							
						 | 
						
							2015-03-09 17:25:20 +00:00 | 
						
					
				
					
						
							
							
								 
								Kegan Dougal
							
						 | 
						
							
							
							
							
								
							
								0a60bbf4fa
								
							
								
							
						 | 
						
							
							
								
								Finish appservice txn storage impl and tests.
							
							
							
							
							
						 | 
						
							2015-03-09 15:53:03 +00:00 | 
						
					
				
					
						
							
							
								 
								Kegan Dougal
							
						 | 
						
							
							
							
							
								
							
								01c099d9ef
								
							
								
							
						 | 
						
							
							
								
								Add appservice txns sql schema
							
							
							
							
							
						 | 
						
							2015-03-06 17:16:47 +00:00 |