Shift 
							
						 
					 
					
						
						
							
						
						74bd29e1ee 
					 
					
						
						
							
							Apply Laravel coding style  
						
						... 
						
						
						
						Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.
You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint ), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer ) for your project root.
For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style ). 
						
						
					 
					
						2023-01-07 19:53:40 +00:00 
						 
				 
			
				
					
						
							
							
								StyleCI Bot 
							
						 
					 
					
						
						
							
						
						5055b443fc 
					 
					
						
						
							
							Apply fixes from StyleCI  
						
						
						
						
					 
					
						2023-01-07 19:48:16 +00:00 
						 
				 
			
				
					
						
							
							
								RafficMohammed 
							
						 
					 
					
						
						
							
						
						1a5c16ae4b 
					 
					
						
						
							
							laravel-6 changes  
						
						
						
						
					 
					
						2023-01-08 00:36:12 +05:30 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
						
						723ac38edd 
					 
					
						
						
							
							Convert Input to Request facade  
						
						... 
						
						
						
						Laravel 5.2 no longer registers the `Input` facade by default. While
still available in Laravel 5, the `Input` facade is removed in
Laravel 6. 
						
						
					 
					
						2023-01-07 18:48:11 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
						
						7cf861b2eb 
					 
					
						
						
							
							Shift core files  
						
						
						
						
					 
					
						2023-01-07 18:47:53 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
						
						cade5f0d23 
					 
					
						
						
							
							Apply Laravel coding style  
						
						... 
						
						
						
						Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.
You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint ), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer ) for your project root.
For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style ). 
						
						
					 
					
						2023-01-07 18:47:35 +00:00 
						 
				 
			
				
					
						
							
							
								StyleCI Bot 
							
						 
					 
					
						
						
							
						
						168656e3aa 
					 
					
						
						
							
							Apply fixes from StyleCI  
						
						
						
						
					 
					
						2023-01-06 13:07:26 +00:00 
						 
				 
			
				
					
						
							
							
								RafficMohammed 
							
						 
					 
					
						
						
							
						
						69ad024f0b 
					 
					
						
						
							
							issue-5.8  
						
						
						
						
					 
					
						2023-01-06 17:37:53 +05:30 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
						
						b02541ac64 
					 
					
						
						
							
							Replace deprecated array and string helpers  
						
						... 
						
						
						
						Laravel recommends using the `Str` and `Arr` class methods directly instead of the respective helper functions. These helper functions are deprecated in Laravel 5.8 and removed in Laravel 6. 
						
						
					 
					
						2023-01-06 11:53:35 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
						
						21910f2106 
					 
					
						
						
							
							Apply Laravel coding style  
						
						... 
						
						
						
						Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.
You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint ), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer ) for your project root.
For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style ). 
						
						
					 
					
						2023-01-06 11:53:02 +00:00 
						 
				 
			
				
					
						
							
							
								StyleCI Bot 
							
						 
					 
					
						
						
							
						
						9d1a57f99d 
					 
					
						
						
							
							Apply fixes from StyleCI  
						
						
						
						
					 
					
						2023-01-03 08:26:59 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
						
						5b9471f838 
					 
					
						
						
							
							Move assets  
						
						
						
						
					 
					
						2023-01-03 08:25:58 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
						
						f9ab4d057e 
					 
					
						
						
							
							Adopt short array syntax  
						
						... 
						
						
						
						Since PHP 5.4 the short array syntax `[]` may be used instead of `array()`. 
						
						
					 
					
						2023-01-03 08:25:32 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
						
						43386fd86d 
					 
					
						
						
							
							Apply Laravel coding style  
						
						... 
						
						
						
						Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.
You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint ), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer ) for your project root.
For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style ). 
						
						
					 
					
						2023-01-03 08:25:25 +00:00 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						4752081caf 
					 
					
						
						
							
							v1.11.0 updates  
						
						... 
						
						
						
						bugfixes
Rating functionality correction
Apply fixes from StyleCI
Due date client panel correction 
						
						
					 
					
						2021-03-16 12:11:50 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						9c1496ad46 
					 
					
						
						
							
							Tooltip ka chakkar babu bhaiya  
						
						
						
						
					 
					
						2021-03-15 12:36:41 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						a47e1227c5 
					 
					
						
						
							
							Javascipt ka chakkar babu bhaiya-1  
						
						
						
						
					 
					
						2021-03-15 12:00:45 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						309a1557d9 
					 
					
						
						
							
							XSS patch for basic models  
						
						
						
						
					 
					
						2021-03-12 19:28:16 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						5d8b86bf5e 
					 
					
						
						
							
							URL access vulenrability patch  
						
						
						
						
					 
					
						2021-03-12 18:39:45 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						25c383d8b8 
					 
					
						
						
							
							Kachre ki saaf safai  
						
						... 
						
						
						
						"Sabka kachra mujhe hi saaf krna pdta ha :(" 
						
						
					 
					
						2021-03-12 16:50:13 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						02e6b377af 
					 
					
						
						
							
							Apply fixes from StyleCI  
						
						
						
						
					 
					
						2021-02-18 13:22:38 +00:00 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						3194501019 
					 
					
						
						
							
							Revert "Prevents RCE via unserialize()"  
						
						... 
						
						
						
						This reverts commit b3302b8466 
						
						
					 
					
						2021-02-18 18:52:03 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						ca895a67a2 
					 
					
						
						
							
							PHP max version check added  
						
						
						
						
					 
					
						2021-02-18 18:52:03 +05:30 
						 
				 
			
				
					
						
							
							
								maranqz 
							
						 
					 
					
						
						
							
						
						3c1336be3f 
					 
					
						
						
							
							Russian translate  
						
						
						
						
					 
					
						2021-02-18 18:48:48 +05:30 
						 
				 
			
				
					
						
							
							
								maranqz 
							
						 
					 
					
						
						
							
						
						f86fd70fc2 
					 
					
						
						
							
							Fix pagination url  
						
						
						
						
					 
					
						2021-02-18 18:48:48 +05:30 
						 
				 
			
				
					
						
							
							
								maranqz 
							
						 
					 
					
						
						
							
						
						fd3e47b96d 
					 
					
						
						
							
							Fix incorrect Lang:get using, undeclared variable, missing csrf token  
						
						
						
						
					 
					
						2021-02-18 18:36:57 +05:30 
						 
				 
			
				
					
						
							
							
								maranqz 
							
						 
					 
					
						
						
							
						
						41d4f97495 
					 
					
						
						
							
							Translation validation and fix Scalar phrase  
						
						
						
						
					 
					
						2021-02-18 18:36:57 +05:30 
						 
				 
			
				
					
						
							
							
								maranqz 
							
						 
					 
					
						
						
							
						
						4aca819f54 
					 
					
						
						
							
							Fix russian language for creating ticket  
						
						
						
						
					 
					
						2021-02-18 18:36:57 +05:30 
						 
				 
			
				
					
						
							
							
								maranqz 
							
						 
					 
					
						
						
							
						
						500f674473 
					 
					
						
						
							
							Full translation without checking phrase context.  
						
						
						
						
					 
					
						2021-02-18 18:22:54 +05:30 
						 
				 
			
				
					
						
							
							
								maranqz 
							
						 
					 
					
						
						
							
						
						944c01eedc 
					 
					
						
						
							
							Russian language  
						
						
						
						
					 
					
						2021-02-18 18:20:36 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						f314bf178e 
					 
					
						
						
							
							Bootstrap4 :: table UI updated  
						
						
						
						
					 
					
						2021-02-18 17:18:42 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						b3302b8466 
					 
					
						
						
							
							Prevents RCE via unserialize()  
						
						
						
						
					 
					
						2021-02-03 16:03:04 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						328da49b18 
					 
					
						
						
							
							Bootstrap4 :: CLient Search UI  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						f4cf0fe23b 
					 
					
						
						
							
							Bootstrap4 :: Issues fixed  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						335d216c27 
					 
					
						
						
							
							Bootstrap4 :: Issues updated  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						3d5d7a20bd 
					 
					
						
						
							
							Bootstrap4 :: =========Completed=========  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						b742d1f639 
					 
					
						
						
							
							Bootstrap4 :: Timeline UI updates  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						ae3a9dc631 
					 
					
						
						
							
							Bootstrap4 :: Settings Modules UI updated  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						a7ea1651e0 
					 
					
						
						
							
							Bootstrap4 :: Tickets Modules UI updated  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						7eb1922250 
					 
					
						
						
							
							Bootstrap4 :: Debug, Widgets, Plugins, API and Logs Modules UI updated  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						0afcdf8f09 
					 
					
						
						
							
							Bootstrap4 :: Manage Modules UI updated  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						76f4149c4b 
					 
					
						
						
							
							Bootstrap4 :: Emails Module UI updated  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						d8c570091f 
					 
					
						
						
							
							Bootstrap4 :: Staffs Modules Completed  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						43d3f83bd0 
					 
					
						
						
							
							Bootstrap4 :: Admin panel Navigation UI updates  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Bhanu 
							
						 
					 
					
						
						
							
						
						fa0e6ab314 
					 
					
						
						
							
							Apply fixes from StyleCI  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						eb1624761f 
					 
					
						
						
							
							Bootstrap4 :: Agent panel completed  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Bhanu 
							
						 
					 
					
						
						
							
						
						c71d43008b 
					 
					
						
						
							
							Apply fixes from StyleCI  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						c1ec03c0d4 
					 
					
						
						
							
							Bootstrap4 :: Report UI updates  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						66439f8d1c 
					 
					
						
						
							
							Bootstrap4 :: Kb category module UI updates  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						84aa8f803d 
					 
					
						
						
							
							Bootstrap4 :: Organization module UI updates  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30