0fe34ad224 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1307  from ramiresviana/tweaks-1  
							
							... 
							
							
							
							Frontend code quality changes 
							
						 
						
							2021-03-09 18:26:46 +01:00  
				
					
						
							
							
								 
						
							
							
								54f35701a2 
								
							
								 
							
						 
						
							
							
								
								fix: archive contains parent path on Windows  
							
							
							
						 
						
							2021-03-09 15:54:54 +00:00  
				
					
						
							
							
								 
						
							
							
								a809404ce1 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: update zh-cn.json ( #1311 )  
							
							
							
						 
						
							2021-03-08 10:24:16 +01:00  
				
					
						
							
							
								 
						
							
							
								fb32e44b47 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: update zh-cn.json ( #1309 )  
							
							
							
						 
						
							2021-03-07 15:41:05 +01:00  
				
					
						
							
							
								 
						
							
							
								e9c0369062 
								
									
								
							
								 
							
						 
						
							
							
								
								chore(release): 2.12.1  
							
							
							
						 
						
							2021-03-07 15:25:34 +01:00  
				
					
						
							
							
								 
						
							
							
								7358b3fe31 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: add missing default config into the docker image  
							
							
							
						 
						
							2021-03-07 15:23:12 +01:00  
				
					
						
							
							
								 
						
							
							
								2a1f759e9e 
								
							
								 
							
						 
						
							
							
								
								chore: remove prompts events  
							
							
							
						 
						
							2021-03-04 14:40:18 +00:00  
				
					
						
							
							
								 
						
							
							
								2fccb8c367 
								
									
								
							
								 
							
						 
						
							
							
								
								chore(release): 2.12.0  
							
							
							
						 
						
							2021-03-04 13:12:19 +01:00  
				
					
						
							
							
								 
						
							
							
								e039d95192 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: fix major docker tag name  
							
							
							
						 
						
							2021-03-04 13:12:03 +01:00  
				
					
						
							
							
								 
						
							
							
								0f96031d6f 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1305  from filebrowser/github_actions  
							
							
							
						 
						
							2021-03-04 11:39:30 +01:00  
				
					
						
							
							
								 
						
							
							
								6214fc84fa 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: add github action badge  
							
							
							
						 
						
							2021-03-04 11:35:52 +01:00  
				
					
						
							
							
								 
						
							
							
								47578e02e3 
								
									
								
							
								 
							
						 
						
							
							
								
								ci: migrate to github actions  
							
							
							
						 
						
							2021-03-04 11:35:52 +01:00  
				
					
						
							
							
								 
						
							
							
								35a4379b67 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: go mod tidy  
							
							
							
						 
						
							2021-03-04 00:57:35 +01:00  
				
					
						
							
							
								 
						
							
							
								23f84642e6 
								
									
								
							
								 
							
						 
						
							
							
								
								build: use make for building the project ( #1304 )  
							
							
							
						 
						
							2021-03-04 00:10:08 +01:00  
				
					
						
							
							
								 
						
							
							
								edb9e85efd 
								
							
								 
							
						 
						
							
							
								
								chore: share view logic responsability  
							
							
							
						 
						
							2021-03-03 17:46:37 +00:00  
				
					
						
							
							
								 
						
							
							
								2d2c598fa6 
								
									
								
							
								 
							
						 
						
							
							
								
								feat: add homebrew tap  
							
							
							
						 
						
							2021-03-03 16:25:03 +01:00  
				
					
						
							
							
								 
						
							
							
								cf4836dc75 
								
									
								
							
								 
							
						 
						
							
							
								
								feat: build multi-arch docker images  
							
							
							
						 
						
							2021-03-03 13:46:22 +01:00  
				
					
						
							
							
								 
						
							
							
								d8306559fd 
								
							
								 
							
						 
						
							
							
								
								chore: breadcrumbs component  
							
							
							
						 
						
							2021-03-03 12:25:59 +00:00  
				
					
						
							
							
								 
						
							
							
								e8c9d1c539 
								
									
								
							
								 
							
						 
						
							
							
								
								feat: added tiff files preview support ( #1222 )  
							
							
							
						 
						
							2021-03-02 12:14:32 +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  
				
					
						
							
							
								 
						
							
							
								7b6579ac8a 
								
							
								 
							
						 
						
							
							
								
								chore: files view dynamic component  
							
							
							
						 
						
							2021-03-01 16:12:17 +00:00  
				
					
						
							
							
								 
						
							
							
								057307181e 
								
							
								 
							
						 
						
							
							
								
								chore: removed header buttons components  
							
							
							
						 
						
							2021-03-01 13:41:35 +00:00  
				
					
						
							
							
								 
						
							
							
								4fb832c042 
								
							
								 
							
						 
						
							
							
								
								feat: increased header button counter size  
							
							
							
						 
						
							2021-03-01 12:57:39 +00:00  
				
					
						
							
							
								 
						
							
							
								e503cb69f2 
								
							
								 
							
						 
						
							
							
								
								chore: files pages logic responsability  
							
							
							
						 
						
							2021-02-26 15:10:21 +00:00  
				
					
						
							
							
								 
						
							
							
								95811e99bc 
								
							
								 
							
						 
						
							
							
								
								chore: header bar component  
							
							
							
						 
						
							2021-02-25 18:37:07 +00:00  
				
					
						
							
							
								 
						
							
							
								62fff5ca60 
								
							
								 
							
						 
						
							
							
								
								feat: larger previewer content  
							
							
							
						 
						
							2021-02-22 16:01:13 +00:00  
				
					
						
							
							
								 
						
							
							
								5b28aa0848 
								
							
								 
							
						 
						
							
							
								
								feat: improved settings navbar  
							
							
							
						 
						
							2021-02-19 16:01:43 +00:00  
				
					
						
							
							
								 
						
							
							
								db5aad8eb6 
								
							
								 
							
						 
						
							
							
								
								feat: dual pane settings view  
							
							
							
						 
						
							2021-02-19 13:15:46 +00:00  
				
					
						
							
							
								 
						
							
							
								977ec33918 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: close preview on esc key press ( #1288 )  
							
							
							
						 
						
							2021-02-16 17:15:04 +01:00  
				
					
						
							
							
								 
						
							
							
								1819377897 
								
							
								 
							
						 
						
							
							
								
								feat: improved sharing prompt  
							
							
							
						 
						
							2021-02-16 15:39:11 +00:00  
				
					
						
							
							
								 
						
							
							
								f1b7bd59f6 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: double click to zoom pics in phone's browser ( #1274 )  
							
							... 
							
							
							
							fixed this : https://github.com/filebrowser/filebrowser/issues/1266  
							
						 
						
							2021-02-08 09:54:40 +01:00  
				
					
						
							
							
								 
						
							
							
								f3afd5cb79 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: environmental variables not expanded in command ( #1241 )  
							
							
							
						 
						
							2021-01-19 17:02:46 +01:00  
				
					
						
							
							
								 
						
							
							
								e6a5bf116e 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: remove empty string from locales ( closes   #1245 )  
							
							
							
						 
						
							2021-01-19 16:56:06 +01:00  
				
					
						
							
							
								 
						
							
							
								21b5a76fa7 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: refactor search function  
							
							
							
						 
						
							2021-01-12 19:14:23 +01:00  
				
					
						
							
							
								 
						
							
							
								b6263eb607 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: search by type with empty file name ( #1228 )  
							
							
							
						 
						
							2021-01-12 18:08:23 +01:00  
				
					
						
							
							
								 
						
							
							
								c8257e848e 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: move single click to user profile page ( #1236 )  
							
							... 
							
							
							
							Single clicks applies to FileList component. 
							
						 
						
							2021-01-12 00:15:26 +01:00  
				
					
						
							
							
								 
						
							
							
								05bb7c8553 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: fetch resource api once when sorting ( closes   #1172 ) ( #1202 )  
							
							
							
						 
						
							2021-01-12 00:00:40 +01:00  
				
					
						
							
							
								 
						
							
							
								b600b11415 
								
									
								
							
								 
							
						 
						
							
							
								
								feat: share management delete confirm ( #1212 )  
							
							
							
						 
						
							2021-01-11 23:54:16 +01:00  
				
					
						
							
							
								 
						
							
							
								019ce80fc5 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: don't allow to remove root user  
							
							
							
						 
						
							2021-01-11 22:33:36 +01:00  
				
					
						
							
							
								 
						
							
							
								8cea2f75b3 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: fix url to documentation in templates ( #1231 )  
							
							
							
						 
						
							2021-01-07 11:48:53 +01:00  
				
					
						
							
							
								 
						
							
							
								6914063853 
								
									
								
							
								 
							
						 
						
							
							
								
								feat: allow disabling file detections by reading header ( #1175 )  
							
							
							
						 
						
							2021-01-07 11:30:17 +01:00  
				
					
						
							
							
								 
						
							
							
								43e0d4a856 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: fix translation files indent  
							
							
							
						 
						
							2020-12-31 12:31:26 +01:00  
				
					
						
							
							
								 
						
							
							
								066d8e8d6c 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: add ru translation  
							
							
							
						 
						
							2020-12-31 12:26:49 +01:00  
				
					
						
							
							
								 
						
							
							
								948e05c083 
								
									
								
							
								 
							
						 
						
							
							
								
								chore(release): 2.11.0  
							
							
							
						 
						
							2020-12-28 17:37:19 +01:00  
				
					
						
							
							
								 
						
							
							
								fb5b28d9cb 
								
									
								
							
								 
							
						 
						
							
							
								
								feat: download shared subdirectory ( #1184 )  
							
							... 
							
							
							
							Co-authored-by: Oleg Lobanov <oleg@lobanov.me> 
							
						 
						
							2020-12-28 17:35:29 +01:00  
				
					
						
							
							
								 
						
							
							
								677bce376b 
								
									
								
							
								 
							
						 
						
							
							
								
								feat: add sharing management ( #1178 ) ( closes   #1000 )  
							
							
							
						 
						
							2020-12-24 19:02:28 +01:00  
				
					
						
							
							
								 
						
							
							
								8faa96f5e6 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: fix typo costumize -> costumize ( #1194 )  
							
							
							
						 
						
							2020-12-24 18:24:15 +01:00  
				
					
						
							
							
								 
						
							
							
								f62806f6c9 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: check user input to prevent permission elevation ( #1196 ) ( closes   #1195 )  
							
							
							
						 
						
							2020-12-24 18:22:48 +01:00  
				
					
						
							
							
								 
						
							
							
								58835b7e53 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: move files between different volumes ( closes   #1177 )  
							
							
							
						 
						
							2020-12-24 17:50:27 +01:00  
				
					
						
							
							
								 
						
							
							
								7a5298a755 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: delete extra remove prefix ( #1186 )  
							
							... 
							
							
							
							Fix file actions within /files dir 
							
						 
						
							2020-12-16 16:08:56 +01:00