Alvaro Aleman 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
2019-05-11 19:35:50 +01:00
2019-06-09 13:31:57 +01:00
2020-07-27 19:26:44 +02:00
2021-01-12 19:14:23 +01:00
2019-01-08 18:17:52 +01:00
2020-06-02 10:50:14 +02:00
2020-12-28 17:37:19 +01:00
2020-01-09 17:26:06 +00:00
2020-07-27 19:26:44 +02:00
2020-07-27 19:26:44 +02:00
🧹: gofmt
2019-01-05 23:01:16 +00:00
2020-10-29 17:29:29 +01:00
2019-05-21 11:19:03 +01:00

Preview

Travis Go Report Card Documentation Version Chat IRC

filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware.

Features

Please refer to our docs at https://filebrowser.org/features

Install

For installation instructions please refer to our docs at https://filebrowser.org/installation.

Configuration

Authentication Method - You can change the way the user authenticates with the filebrowser server

Command Runner - The command runner is a feature that enables you to execute any shell command you want before or after a certain event.

Custom Branding - You can customize your File Browser installation by change its name to any other you want, by adding a global custom style sheet and by using your own logotype if you want.

Contributing

If you're interested in contributing to this project, our docs are best places to start https://filebrowser.org/contributing.

v2.32.0 Latest
2025-01-31 08:48:23 +00:00
Languages
Go 42%
Vue 33.2%
TypeScript 13.4%
CSS 8.5%
HTML 1.7%
Other 1.1%