Julian Lam 
							
						 
					 
					
						
						
							
						
						f365bc4600 
					 
					
						
						
							
							refactor(emails): interstitial for adding/updating email  
						
						
						
						
					 
					
						2021-07-30 13:29:13 -04:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						518157d9fa 
					 
					
						
						
							
							feat: pass req.query to getUserDataByUserSlug  
						
						
						
						
					 
					
						2021-05-17 10:26:32 -04:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						a598abcd8e 
					 
					
						
						
							
							feat: use updateProfile for picture change  
						
						... 
						
						
						
						so it triggers action:user:updateProfile 
						
						
					 
					
						2021-03-03 17:11:13 -05:00 
						 
				 
			
				
					
						
							
							
								Peter Jaszkowiak 
							
						 
					 
					
						
						
							
						
						b56d9e12b5 
					 
					
						
						
							
							chore: eslint prefer-arrow-callback  
						
						
						
						
					 
					
						2021-02-08 18:06:44 -05:00 
						 
				 
			
				
					
						
							
							
								Peter Jaszkowiak 
							
						 
					 
					
						
						
							
						
						707b55b6a5 
					 
					
						
						
							
							chore: eslint prefer-template  
						
						
						
						
					 
					
						2021-02-08 18:06:44 -05:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						5f0f476b57 
					 
					
						
						
							
							feat:  #9005 , use timestamp in profile/cover images  
						
						... 
						
						
						
						delete current one if keepAllUserImages is turned off
fix typo in data 
						
						
					 
					
						2020-12-01 20:24:22 -05:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						4eae927d14 
					 
					
						
						
							
							feat: remove deprecated hooks  
						
						
						
						
					 
					
						2020-07-24 10:39:51 -04:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						e53a18f219 
					 
					
						
						
							
							fix :  #8437 ,  #8433  
						
						
						
						
					 
					
						2020-06-24 23:04:24 -04:00 
						 
				 
			
				
					
						
							
							
								Julian Lam 
							
						 
					 
					
						
						
							
						
						ef52461fb6 
					 
					
						
						
							
							fix: remove dead picture upload code  #8260  
						
						
						
						
					 
					
						2020-04-17 10:08:18 -04:00 
						 
				 
			
				
					
						
							
							
								Baris Usakli 
							
						 
					 
					
						
						
							
						
						5b458fc7ca 
					 
					
						
						
							
							fix :  #7953 , allow icon only group badges  
						
						
						
						
					 
					
						2019-10-08 12:19:17 -04:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						9a7560049a 
					 
					
						
						
							
							feat: bypass cropper for gifs  
						
						
						
						
					 
					
						2019-09-29 21:03:37 -04:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						7162051905 
					 
					
						
						
							
							fix :  #7791  
						
						
						
						
					 
					
						2019-08-13 16:13:39 -04:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						3cc7ec63e8 
					 
					
						
						
							
							feat: async/await refactor  
						
						... 
						
						
						
						controllers/accounts 
						
						
					 
					
						2019-08-12 20:58:29 -04:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						7b95ebbb6a 
					 
					
						
						
							
							fix :  #7748 , if reputation system is disabled, dont check min reputation  
						
						
						
						
					 
					
						2019-07-11 09:54:46 -04:00 
						 
				 
			
				
					
						
							
							
								Andrew Rodrigues 
							
						 
					 
					
						
						
							
						
						e114b16d7a 
					 
					
						
						
							
							fix: if editing password is disabled in ACP, prevent direct access via route/socket  (related:  #7576 )  
						
						
						
						
					 
					
						2019-05-09 15:50:51 -04:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						7a44424214 
					 
					
						
						
							
							parse '123' to 123 if it has no default  
						
						
						
						
					 
					
						2018-10-22 20:59:13 -04:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						9c022afae1 
					 
					
						
						
							
							Parse int ( #6853 )  
						
						... 
						
						
						
						* Store config fields as JSON in the db
Fewer parseInts
* Remove unnecessary parseInts
* remove some dupe code add tests
* remove console.log
* remove more parseInts
* WIP: read meta.configs defaults from defaults.json
remove more parseInts
* more work
* add log for failing test
* update admin pwd
* fix tests, dont require posts/cache before configs are initialized
* handle saves
* Test boolean conditions
* remove more parseInts
* Fix boolean values
* remove lots more parseInts
* removed json parsing
* renamed var to number
* categories dont have timestamp 
						
						
					 
					
						2018-10-21 16:47:51 -04:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						6eea11a4fd 
					 
					
						
						
							
							closes   #6529  
						
						
						
						
					 
					
						2018-05-28 13:30:11 -04:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						47606c8df5 
					 
					
						
						
							
							merge  
						
						
						
						
					 
					
						2018-04-05 16:46:32 -04:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						e1c6761087 
					 
					
						
						
							
							closes   #6258  
						
						
						
						
					 
					
						2018-02-28 17:38:31 -05:00 
						 
				 
			
				
					
						
							
							
								Julian Lam 
							
						 
					 
					
						
						
							
						
						52678621f9 
					 
					
						
						
							
							revising minimum password strength to be 1 instead of 0  
						
						
						
						
					 
					
						2018-02-21 11:06:07 -05:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						72140e5338 
					 
					
						
						
							
							closes   #5991 ,  closes   #5884  
						
						
						
						
					 
					
						2018-01-12 17:29:47 -05:00 
						 
				 
			
				
					
						
							
							
								Julian Lam 
							
						 
					 
					
						
						
							
						
						88b47f357b 
					 
					
						
						
							
							removed user.uploadFromUrl and associated logic as cropped image modal supercedes it @pichalite  
						
						
						
						
					 
					
						2017-12-15 13:21:31 -05:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						08aaabd33c 
					 
					
						
						
							
							closes   #5642  
						
						
						
						
					 
					
						2017-05-27 23:32:55 -04:00 
						 
				 
			
				
					
						
							
							
								Baris Usakli 
							
						 
					 
					
						
						
							
						
						11d9410229 
					 
					
						
						
							
							fix test and image normalize test  
						
						
						
						
					 
					
						2017-05-26 16:37:31 -04:00 
						 
				 
			
				
					
						
							
							
								Baris Usakli 
							
						 
					 
					
						
						
							
						
						081ac6535c 
					 
					
						
						
							
							style change  
						
						
						
						
					 
					
						2017-05-26 16:14:25 -04:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						c9d502320f 
					 
					
						
						
							
							file.delete method  
						
						
						
						
					 
					
						2017-05-24 00:02:30 -04:00 
						 
				 
			
				
					
						
							
							
								barisusakli 
							
						 
					 
					
						
						
							
						
						33e8ecc1f4 
					 
					
						
						
							
							closes   #5404  
						
						
						
						
					 
					
						2017-04-22 19:07:57 -04:00 
						 
				 
			
				
					
						
							
							
								pichalite 
							
						 
					 
					
						
						
							
						
						d4de345e87 
					 
					
						
						
							
							syntax  
						
						
						
						
					 
					
						2017-04-07 21:39:22 +00:00 
						 
				 
			
				
					
						
							
							
								pichalite 
							
						 
					 
					
						
						
							
						
						4c89497cc4 
					 
					
						
						
							
							Closes   #5521  
						
						
						
						
					 
					
						2017-04-07 20:57:00 +00:00 
						 
				 
			
				
					
						
							
							
								barisusakli 
							
						 
					 
					
						
						
							
						
						0e7740af32 
					 
					
						
						
							
							fix tests for subfolder installs  
						
						
						
						
					 
					
						2017-02-25 16:04:04 +03:00 
						 
				 
			
				
					
						
							
							
								Peter Jaszkowiak 
							
						 
					 
					
						
						
							
						
						dd2b930824 
					 
					
						
						
							
							Resolve merge conflicts, minify only .js files  
						
						
						
						
					 
					
						2017-02-23 18:31:49 -07:00 
						 
				 
			
				
					
						
							
							
								pichalite 
							
						 
					 
					
						
						
							
						
						a99572fc48 
					 
					
						
						
							
							Use ACP profile image dimension setting in cropper  
						
						
						
						
					 
					
						2017-02-19 08:30:30 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Jaszkowiak 
							
						 
					 
					
						
						
							
						
						57f89663aa 
					 
					
						
						
							
							ESlint radix  
						
						
						
						
					 
					
						2017-02-18 14:29:52 -07:00 
						 
				 
			
				
					
						
							
							
								Peter Jaszkowiak 
							
						 
					 
					
						
						
							
						
						896c8c7343 
					 
					
						
						
							
							ESlint object-curly-spacing  
						
						
						
						
					 
					
						2017-02-18 12:30:49 -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 
						 
				 
			
				
					
						
							
							
								barisusakli 
							
						 
					 
					
						
						
							
						
						4b815449f1 
					 
					
						
						
							
							closes   #5234  
						
						
						
						
					 
					
						2016-11-24 11:02:53 +03:00 
						 
				 
			
				
					
						
							
							
								barisusakli 
							
						 
					 
					
						
						
							
						
						2476ab3684 
					 
					
						
						
							
							closes   #5202  
						
						
						
						
					 
					
						2016-11-15 12:45:07 +03:00 
						 
				 
			
				
					
						
							
							
								HeeL 
							
						 
					 
					
						
						
							
						
						4a3c31b2dc 
					 
					
						
						
							
							Fix space-before-function-paren linter rule  
						
						
						
						
					 
					
						2016-10-13 11:43:39 +02:00 
						 
				 
			
				
					
						
							
							
								barisusakli 
							
						 
					 
					
						
						
							
						
						e564260650 
					 
					
						
						
							
							moved groupTitle from user settings to user profile/edit  
						
						
						
						
					 
					
						2016-04-14 18:41:52 +03:00 
						 
				 
			
				
					
						
							
							
								Julian Lam 
							
						 
					 
					
						
						
							
						
						0449e014f6 
					 
					
						
						
							
							updated some help text  
						
						
						
						
					 
					
						2016-04-07 17:47:20 -04:00 
						 
				 
			
				
					
						
							
							
								psychobunny 
							
						 
					 
					
						
						
							
						
						fae5fe5c50 
					 
					
						
						
							
							closes   #3837  
						
						
						
						
					 
					
						2016-02-24 18:04:14 -05:00 
						 
				 
			
				
					
						
							
							
								Barış Soner Uşaklı 
							
						 
					 
					
						
						
							
						
						88e4591f88 
					 
					
						
						
							
							closes   #4194  
						
						
						
						
					 
					
						2016-02-16 18:04:02 +02:00 
						 
				 
			
				
					
						
							
							
								barisusakli 
							
						 
					 
					
						
						
							
						
						d7df6c0b06 
					 
					
						
						
							
							remove more from config  
						
						
						
						
					 
					
						2016-02-10 12:53:39 +02:00 
						 
				 
			
				
					
						
							
							
								barisusakli 
							
						 
					 
					
						
						
							
						
						ebf820d571 
					 
					
						
						
							
							remove from global config  
						
						
						
						
					 
					
						2016-02-10 11:33:41 +02:00 
						 
				 
			
				
					
						
							
							
								barisusakli 
							
						 
					 
					
						
						
							
						
						ac77f78d6b 
					 
					
						
						
							
							closes   #3994  
						
						
						
						
					 
					
						2015-12-25 10:19:15 +02:00 
						 
				 
			
				
					
						
							
							
								barisusakli 
							
						 
					 
					
						
						
							
						
						8dc9475041 
					 
					
						
						
							
							closes   #3941  
						
						
						
						
					 
					
						2015-12-11 14:57:47 +02:00 
						 
				 
			
				
					
						
							
							
								barisusakli 
							
						 
					 
					
						
						
							
						
						323cc165b6 
					 
					
						
						
							
							closes   #3851  
						
						... 
						
						
						
						dont use post file upload for cover uploads
check cover upload file size against new setting
store cover uploads in profile folder
use `uid-profilecover` filename for cover uploads 
						
						
					 
					
						2015-11-07 18:34:40 -05:00 
						 
				 
			
				
					
						
							
							
								Julian Lam 
							
						 
					 
					
						
						
							
						
						f1412b6e9b 
					 
					
						
						
							
							Fixed cover loading for subdirs and added removal  
						
						... 
						
						
						
						re: #3832  
						
						
					 
					
						2015-11-05 15:49:41 -05:00