Anthony Lapenna
							
						 
						
							 
							
							
							
								
							
								508352f4ea 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' into oath-poc  
							
							 
							
							
							
						 
						
							2019-02-04 09:19:12 +13:00  
						
					 
				
					
						
							
							
								 
								Anthony Lapenna
							
						 
						
							 
							
							
								
								
							
							
								
							
								fca4f619b5 
								
									
								
							
								 
							
						 
						
							
							
								
								fix(api): re-use previous password when ldap settings update use empty password ( #2659 )  
							
							 
							
							
							
						 
						
							2019-01-30 14:53:14 +13:00  
						
					 
				
					
						
							
							
								 
								Chaim Lev Ari
							
						 
						
							 
							
							
							
								
							
								b09f491f62 
								
							
								 
							
						 
						
							
							
								
								style(auth): remove comments and change error  
							
							 
							
							
							
						 
						
							2019-01-16 17:53:10 +02:00  
						
					 
				
					
						
							
							
								 
								Chaim Lev Ari
							
						 
						
							 
							
							
							
								
							
								24f066716b 
								
							
								 
							
						 
						
							
							
								
								refactor(auth): expose only the login url  
							
							 
							
							
							
						 
						
							2019-01-16 17:25:16 +02:00  
						
					 
				
					
						
							
							
								 
								Chaim Lev Ari
							
						 
						
							 
							
							
							
								
							
								996319d299 
								
							
								 
							
						 
						
							
							
								
								feat(auth): don't clear client secret on update  
							
							 
							
							
							
						 
						
							2018-12-30 18:39:16 +02:00  
						
					 
				
					
						
							
							
								 
								Chaim Lev Ari
							
						 
						
							 
							
							
							
								
							
								241a701eca 
								
							
								 
							
						 
						
							
							
								
								feat(oauth): merge pr from  https://github.com/portainer/portainer/pull/2515  
							
							 
							
							
							
						 
						
							2018-12-30 18:02:22 +02:00  
						
					 
				
					
						
							
							
								 
								baron_l
							
						 
						
							 
							
							
							
								
							
								a9b107dbb5 
								
							
								 
							
						 
						
							
							
								
								feat(app): add the capability to enable/disable host management features ( #2472 )  
							
							 
							
							... 
							
							
							
							* feat(settings): add the capability to enable/disable the host management features
* feat(settings): remove the validation of EnableHostManagementFeatures in frontend
* feat(api): disable schedules API when HostManagementFeatures is false + DB migration
* style(settings): update host management settings tooltip
* refacot(schedules): update DBVersion to 15 
							
						 
						
							2018-12-06 11:36:25 +13:00  
						
					 
				
					
						
							
							
								 
								Anthony Lapenna
							
						 
						
							 
							
							
								
								
							
							
								
							
								d510bbbcfd 
								
									
								
							
								 
							
						 
						
							
							
								
								feat(api): filter LDAP password from settings response ( #2488 )  
							
							 
							
							
							
						 
						
							2018-11-24 08:40:56 +13:00  
						
					 
				
					
						
							
							
								 
								Anthony Lapenna
							
						 
						
							 
							
							
								
								
							
							
								
							
								64c29f7402 
								
									
								
							
								 
							
						 
						
							
							
								
								feat(schedules): add the ability to list tasks from snapshots ( #2458 )  
							
							 
							
							... 
							
							
							
							* feat(schedules): add the ability to list tasks from snapshots
* feat(schedules): update schedules
* refactor(schedules): fix linting issue 
							
						 
						
							2018-11-13 14:39:26 +13:00  
						
					 
				
					
						
							
							
								 
								Anthony Lapenna
							
						 
						
							 
							
							
								
								
							
							
								
							
								110fcc46a6 
								
									
								
							
								 
							
						 
						
							
							
								
								feat(api): revamp scheduling to introduce system schedules ( #2433 )  
							
							 
							
							... 
							
							
							
							* feat(api): revamp scheduling to introduce system schedules
* fix(api): fix linting issues
* fix(api): fix lint issues
* refactor(api): fix lint issues 
							
						 
						
							2018-11-06 22:49:48 +13:00  
						
					 
				
					
						
							
							
								 
								Chaim Lev-Ari
							
						 
						
							 
							
							
							
								
							
								dbbea0a20f 
								
							
								 
							
						 
						
							
							
								
								feat(schedules): add the schedule API  
							
							 
							
							... 
							
							
							
							* feat(jobs): add job service interface
* feat(jobs): create job execution api
* style(jobs): remove comment
* feat(jobs): add bindings
* feat(jobs): validate payload different cases
* refactor(jobs): rename endpointJob method
* refactor(jobs): return original error
* feat(jobs): pull image before creating container
* feat(jobs): run jobs with sh
* style(jobs): remove comment
* refactor(jobs): change error names
* feat(jobs): sync pull image
* fix(jobs): close image reader after error check
* style(jobs): remove comment and add docs
* refactor(jobs): inline script command
* fix(jobs): handle pul image error
* refactor(jobs): handle image pull output
* fix(docker): set http client timeout to 100s
* feat(api): create schedule type
* feat(agent): add basic schedule api
* feat(schedules): add schedule service in bolt
* feat(schedule): add schedule service to handler
* feat(schedule): add and list schedules from db
* feat(agent): get schedule from db
* feat(schedule): update schedule in db
* feat(agent): delete schedule
* fix(bolt): remove sync method from scheduleService
* feat(schedules): save/delete script in fs
* feat(schedules): schedules cron service implementation
* feat(schedule): integrate handler with cron
* feat(schedules): schedules API overhaul
* refactor(project): remove .idea folder
* fix(schedules): fix script task execute call
* refactor(schedules): refactor/fix golint issues
* refactor(schedules): update SnapshotTask documentation
* refactor(schedules): validate image name in ScheduleCreate operation 
							
						 
						
							2018-11-06 09:58:15 +13:00  
						
					 
				
					
						
							
							
								 
								Anthony Lapenna
							
						 
						
							 
							
							
								
								
							
							
								
							
								b24891a6bc 
								
									
								
							
								 
							
						 
						
							
							
								
								refactor(api): introduce libhttp usage ( #2263 )  
							
							 
							
							
							
						 
						
							2018-09-10 12:01:38 +02:00  
						
					 
				
					
						
							
							
								 
								Anthony Lapenna
							
						 
						
							 
							
							
								
								
							
							
								
							
								ee9c8d7d1a 
								
									
								
							
								 
							
						 
						
							
							
								
								feat(templates): re-introduce external template management ( #2119 )  
							
							 
							
							... 
							
							
							
							* feat(templates): re-introduce external template management
* refactor(api): review error handling 
							
						 
						
							2018-08-07 17:43:36 +02:00  
						
					 
				
					
						
							
							
								 
								Anthony Lapenna
							
						 
						
							 
							
							
								
								
							
							
								
							
								113da93145 
								
									
								
							
								 
							
						 
						
							
							
								
								feat(authentication): add a setting to toggle automatic user provisioning when u… ( #2068 )  
							
							 
							
							... 
							
							
							
							* feat(api): add a setting to toggle automatic user provisioning when using LDAP authentication
* fix(auth): fix an issue with AutoCreateUsers disabled 
							
						 
						
							2018-07-24 08:49:17 +02:00  
						
					 
				
					
						
							
							
								 
								Anthony Lapenna
							
						 
						
							 
							
							
								
								
							
							
								
							
								b6792461a4 
								
									
								
							
								 
							
						 
						
							
							
								
								feat(home): add a new home view ( #2033 )  
							
							 
							
							
							
						 
						
							2018-07-11 10:39:20 +02:00  
						
					 
				
					
						
							
							
								 
								Anthony Lapenna
							
						 
						
							 
							
							
								
								
							
							
								
							
								61c285bd2e 
								
									
								
							
								 
							
						 
						
							
							
								
								feat(templates): introduce templates management ( #2017 )  
							
							 
							
							
							
						 
						
							2018-07-03 20:31:02 +02:00  
						
					 
				
					
						
							
							
								 
								Anthony Lapenna
							
						 
						
							 
							
							
								
								
							
							
								
							
								d7ff14777f 
								
									
								
							
								 
							
						 
						
							
							
								
								refactor(api): restructure bolt package ( #1981 )  
							
							 
							
							... 
							
							
							
							* refactor(api): bolt package refactor
* refactor(api): refactor bolt package 
							
						 
						
							2018-06-19 13:15:10 +02:00  
						
					 
				
					
						
							
							
								 
								Anthony Lapenna
							
						 
						
							 
							
							
								
								
							
							
								
							
								e3d564325b 
								
									
								
							
								 
							
						 
						
							
							
								
								feat(stacks): support compose v2.0 stack ( #1963 )  
							
							 
							
							
							
						 
						
							2018-06-11 15:13:19 +02:00