| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								
								admin.go
							
						
					
				 | 
				
					
						
							
							logs refactoring
						
					
				 | 
				2023-11-26 13:33:17 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								admin_test.go
							
						
					
				 | 
				
					
						
							
							updated some of the tests to use t.Parallel
						
					
				 | 
				2024-01-03 04:30:20 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								api_error.go
							
						
					
				 | 
				
					
						
							
							restructered some of the internals and added basic js app hooks support
						
					
				 | 
				2023-06-08 17:59:08 +03:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								api_error_test.go
							
						
					
				 | 
				
					
						
							
							updated some of the tests to use t.Parallel
						
					
				 | 
				2024-01-03 04:30:20 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								backup.go
							
						
					
				 | 
				
					
						
							
							logs refactoring
						
					
				 | 
				2023-11-26 13:33:17 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								backup_test.go
							
						
					
				 | 
				
					
						
							
							updated some of the tests to use t.Parallel
						
					
				 | 
				2024-01-03 04:30:20 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								base.go
							
						
					
				 | 
				
					
						
							
							[#4498] fixed OnAfterApiError nil error reference
						
					
				 | 
				2024-03-06 11:06:39 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								base_test.go
							
						
					
				 | 
				
					
						
							
							replaced the default binder with rest.MultiBinder
						
					
				 | 
				2024-01-20 15:03:45 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								collection.go
							
						
					
				 | 
				
					
						
							
							added Response.Committed checks
						
					
				 | 
				2023-07-20 10:40:03 +03:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								collection_test.go
							
						
					
				 | 
				
					
						
							
							added back relation filter reference support
						
					
				 | 
				2024-02-19 16:55:34 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								file.go
							
						
					
				 | 
				
					
						
							
							added @request.context field
						
					
				 | 
				2024-02-17 15:01:09 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								file_test.go
							
						
					
				 | 
				
					
						
							
							updated some of the tests to use t.Parallel
						
					
				 | 
				2024-01-03 04:30:20 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								health.go
							
						
					
				 | 
				
					
						
							
							aligned healthCheckResponse struct fields
						
					
				 | 
				2024-02-10 11:04:59 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								health_test.go
							
						
					
				 | 
				
					
						
							
							[#4310] allow HEAD requests to the health endpoint
						
					
				 | 
				2024-02-10 10:59:39 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								logs.go
							
						
					
				 | 
				
					
						
							
							logs refactoring
						
					
				 | 
				2023-11-26 13:33:17 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								logs_test.go
							
						
					
				 | 
				
					
						
							
							updated some of the tests to use t.Parallel
						
					
				 | 
				2024-01-03 04:30:20 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								middlewares.go
							
						
					
				 | 
				
					
						
							
							added temp collections cache
						
					
				 | 
				2024-04-25 10:14:59 +03:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								middlewares_test.go
							
						
					
				 | 
				
					
						
							
							updated some of the tests to use t.Parallel
						
					
				 | 
				2024-01-03 04:30:20 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								realtime.go
							
						
					
				 | 
				
					
						
							
							added @request.context field
						
					
				 | 
				2024-02-17 15:01:09 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								realtime_test.go
							
						
					
				 | 
				
					
						
							
							[#3930] replaced the default 100ms api tests timeout in favor of new ApiScenario.Timeout field
						
					
				 | 
				2023-12-12 19:46:58 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								record_auth.go
							
						
					
				 | 
				
					
						
							
							[#4437] initialize `RecordAuthWithOAuth2Event.IsNewRecord` for the `OnRecordBeforeAuthWithOAuth2Request` hook
						
					
				 | 
				2024-02-27 12:14:02 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								record_auth_test.go
							
						
					
				 | 
				
					
						
							
							[#4177] added graceful OAuth2 redirect error handling
						
					
				 | 
				2024-01-19 19:15:01 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								record_crud.go
							
						
					
				 | 
				
					
						
							
							updated changelog formatting and temp moved the admin only rule checks to the record_helpers
						
					
				 | 
				2023-12-10 21:06:02 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								record_crud_test.go
							
						
					
				 | 
				
					
						
							
							added temp collections cache
						
					
				 | 
				2024-04-25 10:14:59 +03:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								record_helpers.go
							
						
					
				 | 
				
					
						
							
							added @request.context field
						
					
				 | 
				2024-02-17 15:01:09 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								record_helpers_test.go
							
						
					
				 | 
				
					
						
							
							fixed unverified typos
						
					
				 | 
				2024-01-22 08:02:48 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								serve.go
							
						
					
				 | 
				
					
						
							
							define Server.BaseContext to cancel globally the SSE connections on server shutdown
						
					
				 | 
				2023-12-08 23:14:14 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								settings.go
							
						
					
				 | 
				
					
						
							
							added Response.Committed checks
						
					
				 | 
				2023-07-20 10:40:03 +03:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								settings_test.go
							
						
					
				 | 
				
					
						
							
							[#4393] added Planning Center OAuth2 provider
						
					
				 | 
				2024-02-24 08:46:22 +02:00 |