Julian Lam 
							
						 
					 
					
						
						
							
						
						dc9668e417 
					 
					
						
						
							
							fix: pass length to messaging checkContent hook  
						
						
						
						
					 
					
						2020-11-11 19:53:59 -05:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						0041c02465 
					 
					
						
						
							
							fix: messaging unread  
						
						... 
						
						
						
						dont mark chat room unread and then read right away for the user sending the message 
						
						
					 
					
						2020-06-10 20:49:41 -04:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						30c503611c 
					 
					
						
						
							
							refactor: messaging  
						
						
						
						
					 
					
						2020-01-23 22:19:15 -05:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						ac5c560c54 
					 
					
						
						
							
							feat: add action:messaging.save  
						
						
						
						
					 
					
						2019-10-31 12:54:03 -04:00 
						 
				 
			
				
					
						
							
							
								Julian Lam 
							
						 
					 
					
						
						
							
						
						29f96b199c 
					 
					
						
						
							
							fix(style): requiring parens in block bodies  
						
						
						
						
					 
					
						2019-08-13 15:12:27 -04:00 
						 
				 
			
				
					
						
							
							
								Julian Lam 
							
						 
					 
					
						
						
							
						
						0921230976 
					 
					
						
						
							
							fix(style): updated code to follow new eslint recommendations  
						
						... 
						
						
						
						Squashed commit of the following:
commit f9ce878b26julian@nodebb.org >
Date:   Tue Aug 13 14:30:46 2019 -0400
    fix(style): updated code to follow new eslint recommendations
commit 80dd370e41julian@nodebb.org >
Date:   Tue Aug 13 14:14:58 2019 -0400
    fix(deps): update dependency sitemap to v4
    Squashed commit of the following:
    commit f4dd9cabb2julian@nodebb.org >
    Date:   Tue Aug 13 11:33:05 2019 -0400
        fix: resolved breaking changes from sitemap v4 upgrade
    commit 9043415ee1e3352b27272590b346julian@nodebb.org >
    Date:   Tue Aug 13 11:09:55 2019 -0400
        Merge branch 'master' into renovate/sitemap-4.x
    commit e3352b272ebot@renovateapp.com >
    Date:   Mon Aug 12 07:59:05 2019 +0000
        fix(deps): update dependency sitemap to v4
commit 8e3c0cdcaebot@renovateapp.com >
Date:   Fri Aug 9 00:49:51 2019 +0000
    fix(deps): update dependency commander to v3
commit 2104449d38bot@renovateapp.com >
Date:   Tue Aug 13 15:00:27 2019 +0000
    fix(deps): update dependency mongodb to v3.3.0
commit d2937f446abarisusakli@gmail.com >
Date:   Tue Aug 13 10:36:48 2019 -0400
    feat: async/await admin/controllers
commit 1b97e8b199deploy@nodebb.org >
Date:   Tue Aug 13 09:28:39 2019 +0000
    Latest translations and fallbacks
commit 69a48957a2barisusakli@gmail.com >
Date:   Mon Aug 12 21:56:09 2019 -0400
    feat: async/await
commit b9b2a7e593barisusakli@gmail.com >
Date:   Mon Aug 12 20:58:29 2019 -0400
    feat: async/await refactor
    controllers/accounts
commit a8d43a1759barisusakli@gmail.com >
Date:   Mon Aug 12 14:49:40 2019 -0400
    feat: async/await controllers/accounts
commit 2f25aae57bbarisusakli@gmail.com >
Date:   Sun Aug 11 23:09:50 2019 -0400
    fix : #7831 , fix pagination
    convert to async/await
commit c9e83f2374barisusakli@gmail.com >
Date:   Sun Aug 11 00:14:35 2019 -0400
    fix: remove empty line
commit 30be91b26cbarisusakli@gmail.com >
Date:   Sun Aug 11 00:13:41 2019 -0400
    fix: remove useless catchs and empty line
commit 2e4a71c0b6bot@renovateapp.com >
Date:   Sat Aug 10 06:51:50 2019 +0000
    chore(deps): update dependency eslint-config-airbnb-base to v14 
						
						
					 
					
						2019-08-13 15:12:27 -04:00 
						 
				 
			
				
					
						
							
							
								Julian Lam 
							
						 
					 
					
						
						
							
						
						756a717eb8 
					 
					
						
						
							
							feat: convert src/messaging/* to async/await ( #7778 )  
						
						... 
						
						
						
						* feat: src/messaging/create.js, #7743 
* feat: src/messaging/data.js, #7743 
* feat: src/messaging/delete.js, #7743 
* feat: src/messaging/edit.js, index.js, #7743 
* fix: added in missing awaits
* feat: wrapped up src/messaging/* rewrite
* refactor: messaging delete/restore similar blocks of code 
						
						
					 
					
						2019-07-22 11:18:13 -04:00 
						 
				 
			
				
					
						
							
							
								Julian Lam 
							
						 
					 
					
						
						
							
						
						4fb271c684 
					 
					
						
						
							
							System chat messages ( #7771 )  
						
						... 
						
						
						
						* fix: removed duplicate checkContent call in addMessage
addMessage is called in one place (sendMessage), and the checks
are already contained there. addMessage is the lower level call
and so should be called only from within core itself.
* feat: #7330  chat system messages for join, leave, rename
* fix: add back content checking in .addMessage();
* fix: tests, and added .addSystemMessage() method
Tests were relying on message indices that changed due to the
new system messages.
* feat: add tests for system chat messages
* refactor: rewrite half of src/messaging/rooms.js, fix tests
* feat: #7743  messaging/room.js
* fix: tests for messaging/room.js, #7743 
* fix: trying to fix tests
* fix: omg :rage2: 
						
						
					 
					
						2019-07-19 12:20:11 -04:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						e55fb43703 
					 
					
						
						
							
							fix :  #7086  
						
						
						
						
					 
					
						2018-12-08 19:36:38 -05:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						e17c4b2766 
					 
					
						
						
							
							uid fixes  
						
						
						
						
					 
					
						2018-11-17 22:31:39 -05:00 
						 
				 
			
				
					
						
							
							
								Julian Lam 
							
						 
					 
					
						
						
							
						
						5c04ec2d63 
					 
					
						
						
							
							removed client-side chat message length check in favour of server-side check, firing new hook on messaging.checkContent for hooks to intercept  
						
						
						
						
					 
					
						2018-08-29 14:31:53 -04:00 
						 
				 
			
				
					
						
							
							
								Baris Usakli 
							
						 
					 
					
						
						
							
						
						4200cff47c 
					 
					
						
						
							
							closes   #6662  
						
						
						
						
					 
					
						2018-07-27 12:48:15 -04:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						b0dad9bd7f 
					 
					
						
						
							
							closes   #6369  
						
						
						
						
					 
					
						2018-05-31 15:05:12 -04:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						7a1888dfbf 
					 
					
						
						
							
							closes   #6514  
						
						
						
						
					 
					
						2018-05-30 16:29:44 -04:00 
						 
				 
			
				
					
						
							
							
								Julian Lam 
							
						 
					 
					
						
						
							
						
						82a95a03be 
					 
					
						
						
							
							Chat message soft deletion --  closes   #6181  
						
						... 
						
						
						
						Squashed commit of the following:
commit f84c06bdcc45f24ef7ffde6a8f33b48d8f97fc36
Author: Julian Lam <julian@nodebb.org >
Date:   Mon Dec 18 14:42:47 2017 -0500
    added restore handler for chat messages
commit 725cd370c6ea1e8f4a28298350f3dc024d4e668e
Author: Julian Lam <julian@nodebb.org >
Date:   Mon Dec 18 14:23:52 2017 -0500
    backend logic and testing complete for deletion and restoration of chat messages
commit 072da758319cc93fa4c6f8bc0d672a1b716dc06e
Author: Julian Lam <julian@nodebb.org >
Date:   Mon Dec 18 13:52:35 2017 -0500
    changing message delete logic to not remove mids, but to filter when retrieving
commit 68bf373305ab82737658a7c31dc5549af4d6d69f
Author: Julian Lam <julian@nodebb.org >
Date:   Mon Dec 18 12:37:58 2017 -0500
    logic to handle deletion of a deleted chat message -- added some failing tests
commit 6899d0d234fa752e227188aa69cfcabd0d0500cc
Author: Julian Lam <julian@nodebb.org >
Date:   Mon Dec 18 11:35:36 2017 -0500
    chat message deletion logic 
						
						
					 
					
						2017-12-18 14:45:06 -05:00 
						 
				 
			
				
					
						
							
							
								barisusakli 
							
						 
					 
					
						
						
							
						
						b45111d44b 
					 
					
						
						
							
							show max message length in error message  
						
						
						
						
					 
					
						2017-04-19 20:56:12 -04:00 
						 
				 
			
				
					
						
							
							
								Peter Jaszkowiak 
							
						 
					 
					
						
						
							
						
						3b0dd2d1ef 
					 
					
						
						
							
							ESlint padded-blocks  
						
						
						
						
					 
					
						2017-02-18 02:32:24 -07:00 
						 
				 
			
				
					
						
							
							
								Peter Jaszkowiak 
							
						 
					 
					
						
						
							
						
						feb8405f95 
					 
					
						
						
							
							ESlint eol-last  
						
						
						
						
					 
					
						2017-02-18 02:30:48 -07:00 
						 
				 
			
				
					
						
							
							
								Peter Jaszkowiak 
							
						 
					 
					
						
						
							
						
						bc1d70c126 
					 
					
						
						
							
							ESlint comma-dangle  
						
						
						
						
					 
					
						2017-02-17 19:31:21 -07:00 
						 
				 
			
				
					
						
							
							
								HeeL 
							
						 
					 
					
						
						
							
						
						4a3c31b2dc 
					 
					
						
						
							
							Fix space-before-function-paren linter rule  
						
						
						
						
					 
					
						2016-10-13 11:43:39 +02:00 
						 
				 
			
				
					
						
							
							
								Paul Westerdale 
							
						 
					 
					
						
						
							
						
						05a55c7d65 
					 
					
						
						
							
							add roomId to messaging filter ( #4596 )  
						
						
						
						
					 
					
						2016-05-04 09:54:51 -04:00 
						 
				 
			
				
					
						
							
							
								barisusakli 
							
						 
					 
					
						
						
							
						
						0887105046 
					 
					
						
						
							
							created chat:room hashes, save owner uid in hash, update chat uids when they message  
						
						
						
						
					 
					
						2015-12-23 10:10:59 +02:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						f4e502c793 
					 
					
						
						
							
							simpler isNewSet  
						
						
						
						
					 
					
						2015-12-16 21:52:42 +02:00 
						 
				 
			
				
					
						
							
							
								barisusakli 
							
						 
					 
					
						
						
							
						
						832a20e59e 
					 
					
						
						
							
							markRead fixes  
						
						
						
						
					 
					
						2015-12-16 15:43:01 +02:00 
						 
				 
			
				
					
						
							
							
								barisusakli 
							
						 
					 
					
						
						
							
						
						d8810ceae9 
					 
					
						
						
							
							send messages  
						
						
						
						
					 
					
						2015-12-16 15:09:14 +02:00 
						 
				 
			
				
					
						
							
							
								barisusakli 
							
						 
					 
					
						
						
							
						
						784ff07907 
					 
					
						
						
							
							ability to add/remove users from chat rooms, tagsinput  
						
						
						
						
					 
					
						2015-12-16 13:35:24 +02:00 
						 
				 
			
				
					
						
							
							
								barisusakli 
							
						 
					 
					
						
						
							
						
						f8a6666e1a 
					 
					
						
						
							
							chat notify changes  
						
						
						
						
					 
					
						2015-12-16 11:15:43 +02:00 
						 
				 
			
				
					
						
							
							
								barisusakli 
							
						 
					 
					
						
						
							
						
						c5d2f61b01 
					 
					
						
						
							
							more fixes  
						
						
						
						
					 
					
						2015-12-15 20:00:51 +02:00 
						 
				 
			
				
					
						
							
							
								barisusakli 
							
						 
					 
					
						
						
							
						
						58d05f7c79 
					 
					
						
						
							
							recent chat list with rooms  
						
						
						
						
					 
					
						2015-12-15 17:50:30 +02:00 
						 
				 
			
				
					
						
							
							
								barisusakli 
							
						 
					 
					
						
						
							
						
						e2e547db45 
					 
					
						
						
							
							first part of messaging refactor  
						
						
						
						
					 
					
						2015-12-15 14:10:32 +02:00