filebrowser/frontend/src/components/prompts
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
..
Copy.vue feat: duplicate files in the same directory 2020-07-17 14:11:23 +00:00
Delete.vue feat: automatically jump to the next photo when deleting while previewing (#1143) 2020-11-23 19:08:14 +01:00
Download.vue chore: move files to frontend 2019-05-21 11:13:59 +01:00
FileList.vue chore: move single click to user profile page (#1236) 2021-01-12 00:15:26 +01:00
Help.vue chore: move files to frontend 2019-05-21 11:13:59 +01:00
Info.vue fix: disable eslint on one line 2019-12-02 15:48:55 +00:00
Move.vue feat: rename option on replace prompt 2020-07-17 14:11:15 +00:00
NewDir.vue chore: move files to frontend 2019-05-21 11:13:59 +01:00
NewFile.vue chore: move files to frontend 2019-05-21 11:13:59 +01:00
Prompts.vue feat: share management delete confirm (#1212) 2021-01-11 23:54:16 +01:00
Rename.vue chore: move files to frontend 2019-05-21 11:13:59 +01:00
Replace.vue chore: move files to frontend 2019-05-21 11:13:59 +01:00
ReplaceRename.vue feat: rename option on replace prompt 2020-07-17 14:11:15 +00:00
Share.vue feat: allow to password protect shares (#1252) 2021-03-02 12:00:18 +01:00
ShareDelete.vue feat: share management delete confirm (#1212) 2021-01-11 23:54:16 +01:00
Upload.vue fix: conflict handling on upload button 2020-07-23 12:02:09 +00:00