dda9a389f3 
								
							
								 
							
						 
						
							
							
								
								feat: hook authentication method  
							
							
							
						 
						
							2022-07-20 16:40:49 +02:00  
				
					
						
							
							
								 
						
							
							
								23f84642e6 
								
									
								
							
								 
							
						 
						
							
							
								
								build: use make for building the project ( #1304 )  
							
							
							
						 
						
							2021-03-04 00:10:08 +01:00  
				
					
						
							
							
								 
						
							
							
								d8f415f8ab 
								
									
								
							
								 
							
						 
						
							
							
								
								feat: allow to password protect shares ( #1252 )  
							
							... 
							
							
							
							This changes allows to password protect shares. It works by:
* Allowing to optionally pass a password when creating a share
* If set, the password + salt that is configured via a new flag will be
  hashed via bcrypt and the hash stored together with the rest of the
  share
* Additionally, a random 96 byte long token gets generated and stored
  as part of the share
* When the backend retrieves an unauthenticated request for a share that
  has authentication configured, it will return a http 401
* The frontend detects this and will show a login prompt
* The actual download links are protected via an url arg that contains
  the previously generated token. This allows us to avoid buffering the
  download in the browser and allows pasting the link without breaking
  it 
							
						 
						
							2021-03-02 12:00:18 +01:00  
				
					
						
							
							
								 
						
							
							
								700f32718e 
								
									
								
							
								 
							
						 
						
							
							
								
								refactor: add more go linters ( #970 )  
							
							
							
						 
						
							2020-06-01 01:12:36 +02:00  
				
					
						
							
							
								 
						
							
							
								ddb670ae1e 
								
							
								 
							
						 
						
							
							
								
								fix   #758 : reCAPTCHA should use secret for verification (instead… ( #875 )  
							
							
							
						 
						
							2019-10-09 22:22:08 +01:00  
				
					
						
							
							
								 
						
							
							
								cbdf3cafb6 
								
							
								 
							
						 
						
							
							
								
								fix: possible fix for proxy auth requiring login page  
							
							... 
							
							
							
							License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
Former-commit-id: aa32ec7e27f24aee497d3c1a6bb3cda4f3f30265 [formerly 92f1d95d44e0a1c0b8dd6d81b467829c8832acc8] [formerly d8c05dc476ae88b730547cce1e3644c69ee17278 [formerly 84f108f1c5 
							
						 
						
							2019-02-15 12:58:45 +00:00  
				
					
						
							
							
								 
						
							
							
								cc428d3cd6 
								
							
								 
							
						 
						
							
							
								
								feat: add no auth to quick setup ( #621 )  
							
							... 
							
							
							
							Former-commit-id: 56d5c323e0f176247779946e04664990b13146e8 [formerly 43ee26a4e1929560135c81ef2d1bfb60f6d15815] [formerly db983bfd8d1e9cea1e749b02ac11d933af05624b [formerly e0a3ce95f2 
							
						 
						
							2019-01-08 18:43:04 +00:00  
				
					
						
							
							
								 
						
							
							
								802318f903 
								
							
								 
							
						 
						
							
							
								
								feat: config/users import/export ( #613 )  
							
							... 
							
							
							
							Supports json and yaml.
Former-commit-id: d36b07953ede1842942b7ab477effeb2e5aa7d5b [formerly 51d0d5691d19e0649935816779a34b1b700e088a] [formerly 342f636293be8e38e7907453a67c67e5e9195c78 [formerly 73b8d2ee7e 
							
						 
						
							2019-01-08 08:57:24 +00:00  
				
					
						
							
							
								 
						
							
							
								5a83d6736b 
								
							
								 
							
						 
						
							
							
								
								fix: rename global scope as root and fix root md  
							
							... 
							
							
							
							License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
Former-commit-id: 856c18bc9cf98a27b6cbea923b231e0aaf279190 [formerly 201c1a0294947930a7d0706af72ce719a8cc3b98] [formerly 0253e57e2994023e798f6fb0ae76f9c21d18fd69 [formerly 33a58c999a 
							
						 
						
							2019-01-07 20:34:44 +00:00  
				
					
						
							
							
								 
						
							
							
								f1a89f5ec4 
								
							
								 
							
						 
						
							
							
								
								feat: add global scope ( #604 )  
							
							... 
							
							
							
							License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
Former-commit-id: a44ebfc7a5687b5f51f0ff791335f66ab9f2e8e0 [formerly 9a044fadd8f2ebbb7dbb773273799c26a797f513] [formerly 7f374d016eaf756cfce215dd16a2274bbabe1915 [formerly f55f205ced 
							
						 
						
							2019-01-06 13:01:42 +00:00  
				
					
						
							
							
								 
						
							
							
								ea434ffc04 
								
							
								 
							
						 
						
							
							
								
								🧹 : gofmt  
							
							... 
							
							
							
							Former-commit-id: 9548d370497e13d436abbc670cf40d360badab9f [formerly f29ba9c4dcf9962c3a5045629526296cd2b43ad8] [formerly 3f89c094c1b3330c8d6f1b2379d6309567d12210 [formerly 92fda0070c 
							
						 
						
							2019-01-05 23:01:16 +00:00  
				
					
						
							
							
								 
						
							
							
								12b2c21522 
								
							
								 
							
						 
						
							
							
								
								feat: v2 ( #599 )  
							
							... 
							
							
							
							Read https://github.com/filebrowser/filebrowser/pull/575 .
Former-commit-id: 7aedcaaf72b863033e3f089d6df308d41a3fd00c [formerly bdbe4d49161b901c4adf9c245895a1be2d62e4a7] [formerly acfc1ec67c423e0b3e065a8c1f8897c5249af65b [formerly d309066def 
							
						 
						
							2019-01-05 22:44:33 +00:00