|  | dec0c0649c | modified file upload error message to reflect new behavior | 2025-02-05 19:09:55 -05:00 |  | 
			
				
					|  | e2af4f74c3 | remove uploadFile() method as it is not used | 2025-02-05 17:08:32 -05:00 |  | 
			
				
					|  | 9dd6dc7523 | file upload improvements | 2025-02-05 16:48:34 -05:00 |  | 
			
				
					|  | f3dbeae28e | fix #5044 - improve file part removal logic | 2025-02-03 11:00:22 -05:00 |  | 
			
				
					|  | 534353ce13 | add additional Script class constructors | 2025-02-03 10:35:17 -05:00 |  | 
			
				
					|  | 0dd0752710 | modify button spacing | 2025-01-31 14:50:54 -05:00 |  | 
			
				
					|  | de6c57a7ee | add user impersonation | 2025-01-31 11:14:13 -05:00 |  | 
			
				
					|  | 1fd2aedf96 | make Kestrel the default profile in launchjSettings.json | 2025-01-31 09:18:44 -05:00 |  | 
			
				
					|  | a87af264eb | added a ScriptsLoaded property in ModuleBase and ThemeBase for flow control in Interactive rendering scenarios | 2025-01-31 08:42:36 -05:00 |  | 
			
				
					|  | f7cf25c4bb | fix upgrade issue which can occur in development environments | 2025-01-30 08:39:49 -05:00 |  | 
			
				
					|  | 5a77c83e68 | update version to 6.1.0 | 2025-01-30 08:08:16 -05:00 |  | 
			
				
					|  | b5aa206670 | change ResourceLoadBehavior Never to None | 2025-01-29 19:05:05 -05:00 |  | 
			
				
					|  | 6775edfd66 | fix logic to retrieve access token | 2025-01-29 16:02:55 -05:00 |  | 
			
				
					|  | 57879c1891 | remove method which was relocated to PageRepository | 2025-01-29 13:12:46 -05:00 |  | 
			
				
					|  | 8562a68306 | improve asset caching help text | 2025-01-29 12:39:47 -05:00 |  | 
			
				
					|  | ae5f70a739 | remove Environment.IsDevelopment logic | 2025-01-29 12:27:42 -05:00 |  | 
			
				
					|  | 24cd090c61 | use fingerprint term consistently | 2025-01-29 10:42:19 -05:00 |  | 
			
				
					|  | db2e86e84c | performance improvement when loading files within a folder | 2025-01-29 10:22:56 -05:00 |  | 
			
				
					|  | 527509732c | use Configuration service as it already exists | 2025-01-29 08:22:21 -05:00 |  | 
			
				
					|  | db24ed8b55 | fix #5018 - redirect file download to login page | 2025-01-28 16:30:49 -05:00 |  | 
			
				
					|  | 188be2fa8c | use deterministic hash in file server image generation | 2025-01-28 15:55:40 -05:00 |  | 
			
				
					|  | 37de18c670 | remove Oqtane.Server.staticwebassets.endpoints.json from release packages | 2025-01-28 14:39:30 -05:00 |  | 
			
				
					|  | 65f171f701 | provides options to control caching for static assets | 2025-01-28 14:29:58 -05:00 |  | 
			
				
					|  | c4308c239c | Merge pull request #5007 from RahulKaushik007/fix-static-file-caching Fixes #5005: Add Browser Caching for Static Assets | 2025-01-28 13:21:29 -05:00 |  | 
			
				
					|  | 2b6af3cb37 | Merge pull request #5029 from sbwalker/dev fix localization text | 2025-01-28 13:18:32 -05:00 |  | 
			
				
					|  | c5a16fbbc1 | fix localization text | 2025-01-28 13:18:18 -05:00 |  | 
			
				
					|  | 1db83f509b | Merge pull request #5028 from sbwalker/dev add caching support for folders | 2025-01-28 12:47:37 -05:00 |  | 
			
				
					|  | 2a06304a2c | add caching support for folders | 2025-01-28 12:47:23 -05:00 |  | 
			
				
					|  | 7bbe684135 | Merge pull request #5027 from sbwalker/dev improve terminology consistency | 2025-01-28 08:56:19 -05:00 |  | 
			
				
					|  | a996a88fc4 | improve terminology consistency | 2025-01-28 08:56:05 -05:00 |  | 
			
				
					|  | 8cf9e7db51 | Merge pull request #5026 from sbwalker/dev add Fingerprint property to ModuleBase and ThemeBase | 2025-01-28 08:44:01 -05:00 |  | 
			
				
					|  | ed981c67b7 | add Fingerprint property to ModuleBase and ThemeBase | 2025-01-28 08:43:48 -05:00 |  | 
			
				
					|  | 6a77a0a5b9 | Merge pull request #5025 from sbwalker/dev improve terminology | 2025-01-28 08:34:31 -05:00 |  | 
			
				
					|  | bfb4b4431b | improve terminology | 2025-01-28 08:34:15 -05:00 |  | 
			
				
					|  | 3de44c0335 | Merge pull request #5024 from sbwalker/dev add ThemeState property to ThemeBase | 2025-01-28 08:27:25 -05:00 |  | 
			
				
					|  | 37afd1aec9 | add ThemeState property to ThemeBase | 2025-01-28 08:27:10 -05:00 |  | 
			
				
					|  | b2ac561673 | Merge pull request #5021 from thabaum/update-package-dependencies-9.0.1 Fixes #5020: Updates package dependencies 9.0.1 (Latest) | 2025-01-27 16:44:33 -05:00 |  | 
			
				
					|  | c9bf7d9138 | Merge pull request #5022 from sbwalker/dev fix #5005 - adds versioning (ie. fingerprinting) for static assets - core, modules, and themes. | 2025-01-27 16:35:07 -05:00 |  | 
			
				
					|  | 153a689bdb | fix #5005 - adds versioning (ie. fingerprinting) for static assets - core, modules, and themes. | 2025-01-27 16:34:47 -05:00 |  | 
			
				
					|  | 26b88f1a22 | Update Package Dependencies to 9.0.1 | 2025-01-27 05:13:31 -08:00 |  | 
			
				
					|  | c66a5d028f | Update Package Dependencies to 9.0.1 | 2025-01-27 05:13:01 -08:00 |  | 
			
				
					|  | 8441c95a5c | Update Package Dependencies to 9.0.1 | 2025-01-27 05:11:49 -08:00 |  | 
			
				
					|  | e0e32b0199 | Update Package Dependencies to 9.0.1 and 9.0.30 | 2025-01-27 05:09:19 -08:00 |  | 
			
				
					|  | 2bb76564e9 | Update Package Dependencies to 9.0.1 | 2025-01-27 05:06:46 -08:00 |  | 
			
				
					|  | 86ec25d4de | Update Package Dependencies to 9.0.1 | 2025-01-27 05:05:42 -08:00 |  | 
			
				
					|  | ed9929963c | Update Package Dependencies to 9.0.1 | 2025-01-27 05:04:34 -08:00 |  | 
			
				
					|  | 36f50118ac | Update Package Dependencies to 9.0.1 | 2025-01-27 05:03:46 -08:00 |  | 
			
				
					|  | 72ddf27504 | Update Package Dependency to 9.2.0 | 2025-01-27 05:03:03 -08:00 |  | 
			
				
					|  | 9bd36931ff | Update Package Dependencies to 9.0.1 | 2025-01-27 05:02:10 -08:00 |  | 
			
				
					|  | 056ef7a3d5 | Update Package Dependencies to 9.0.1 | 2025-01-27 05:00:08 -08:00 |  |