d3f9a3aeb5 
								
							
								 
							
						 
						
							
							
								
								Run eslint --fix  
							
							... 
							
							
							
							Fixing 1000s of lint issues. Some rules cannot be `--fix`ed but this goes some way to linting the entire codebase. 
							
						 
						
							2017-10-11 17:56:17 +01:00  
				
					
						
							
							
								 
						
							
							
								6d7bff83ca 
								
							
								 
							
						 
						
							
							
								
								Update type Completion  
							
							
							
						 
						
							2017-07-20 16:49:23 +01:00  
				
					
						
							
							
								 
						
							
							
								897ff05d87 
								
							
								 
							
						 
						
							
							
								
								Implement composer completion user/room pill insertion  
							
							... 
							
							
							
							This modifies the composer completion such that completing a room or user will insert an IMMUTABLE matrix.to LINK Entity for the range that was replaced. Display names will not have a colon after their name anymore as it seemed strange that we would insert one after a pill. 
							
						 
						
							2017-07-17 15:53:29 +01:00  
				
					
						
							
							
								 
						
							
							
								dcc4db53f9 
								
							
								 
							
						 
						
							
							
								
								Async functions now return `bluebird` promises, remove redundant Promise.resolve  
							
							
							
						 
						
							2017-07-13 17:51:14 +01:00  
				
					
						
							
							
								 
						
							
							
								f78a49b3a9 
								
							
								 
							
						 
						
							
							
								
								Do `reflect` in the same `map`  
							
							
							
						 
						
							2017-07-13 17:20:17 +01:00  
				
					
						
							
							
								 
						
							
							
								c9f3a12693 
								
							
								 
							
						 
						
							
							
								
								Fix Autocompleter promises  
							
							... 
							
							
							
							Use bluebird instead of the now removed "q" library.
Also, make sure we timeout and then `reflect` to effectively do an `allSettled` that waits for all promises to either be resolved or rejected. Then we filter for those that are fulfilled and return the completions. 
							
						 
						
							2017-07-13 16:51:14 +01:00  
				
					
						
							
							
								 
						
							
							
								0254d2b3a2 
								
							
								 
							
						 
						
							
							
								
								q(...) -> Promise.resolve  
							
							... 
							
							
							
							```
find src test -name '*.js' | xargs perl -i -pe 's/\b[qQ]\(/Promise.resolve(/'
``` 
							
						 
						
							2017-07-12 18:05:08 +01:00  
				
					
						
							
							
								 
						
							
							
								a06bd84213 
								
							
								 
							
						 
						
							
							
								
								replace imports of `q` with bluebird  
							
							... 
							
							
							
							update `package.json`
```
find src test -name '*.js' |
   xargs perl -i -pe 'if (/require\(.[qQ].\)/) { $_ = "import Promise from '\''bluebird'\'';\n"; }'
find src test -name '*.js' |
   xargs perl -i -pe 'if (/import [qQ]/) { $_ = "import Promise from '\''bluebird'\'';\n"; }'
``` 
							
						 
						
							2017-07-12 18:05:08 +01:00  
				
					
						
							
							
								 
						
							
							
								87609582c6 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' into rte-fixes2  
							
							... 
							
							
							
							Conflicts:
	package.json
	src/autocomplete/CommandProvider.js
	src/autocomplete/UserProvider.js
	src/components/structures/RoomView.js
	src/components/structures/UserSettings.js
	src/components/views/rooms/MessageComposerInput.js 
							
						 
						
							2017-06-23 15:30:06 +01:00  
				
					
						
							
							
								 
						
							
							
								66bce35918 
								
							
								 
							
						 
						
							
							
								
								copyright adjustments  
							
							
							
						 
						
							2017-06-01 17:29:40 +01:00  
				
					
						
							
							
								 
						
							
							
								f75e714c3a 
								
							
								 
							
						 
						
							
							
								
								More translations..  
							
							
							
						 
						
							2017-06-01 15:18:06 +01:00  
				
					
						
							
							
								 
						
							
							
								32dd89774e 
								
									
								
							
								 
							
						 
						
							
							
								
								add support for autocomplete delay  
							
							
							
						 
						
							2017-03-07 04:09:26 +05:30  
				
					
						
							
							
								 
						
							
							
								b62622a814 
								
							
								 
							
						 
						
							
							
								
								Improve autocomplete behaviour  
							
							... 
							
							
							
							Fixes  vector-im/vector-web#1761  
						
							2016-09-13 15:46:02 +05:30  
				
					
						
							
							
								 
						
							
							
								cccc58b47f 
								
							
								 
							
						 
						
							
							
								
								feat: implement autocomplete replacement  
							
							
							
						 
						
							2016-07-03 22:15:13 +05:30  
				
					
						
							
							
								 
						
							
							
								fb6eec0f7d 
								
							
								 
							
						 
						
							
							
								
								Hide/show autocomplete based on selection state  
							
							
							
						 
						
							2016-06-21 15:46:20 +05:30  
				
					
						
							
							
								 
						
							
							
								4af983ed90 
								
							
								 
							
						 
						
							
							
								
								Style changes and improvements in autocomplete  
							
							
							
						 
						
							2016-06-20 13:52:55 +05:30  
				
					
						
							
							
								 
						
							
							
								b9d7743e5a 
								
							
								 
							
						 
						
							
							
								
								Emoji provider, DDG working, style improvements  
							
							
							
						 
						
							2016-06-17 04:58:09 +05:30  
				
					
						
							
							
								 
						
							
							
								4bc8ec3e6d 
								
							
								 
							
						 
						
							
							
								
								room, user, ddg autocomplete providers (wip)  
							
							
							
						 
						
							2016-06-12 17:02:46 +05:30  
				
					
						
							
							
								 
						
							
							
								b979a16199 
								
							
								 
							
						 
						
							
							
								
								initial version of autocomplete  
							
							
							
						 
						
							2016-06-01 16:54:21 +05:30