Commit Graph

27 Commits

Author SHA1 Message Date
Graham Steffaniak cd3e111e39
Beta/v0.3.6 release (#279) 2025-01-08 19:02:57 -06:00
Graham Steffaniak 6494ca1991
v0.3.5 (#269) 2025-01-05 13:05:33 -06:00
Graham Steffaniak 266a76459d
v0.3.2 release (#250) 2024-12-02 11:14:50 -06:00
Graham Steffaniak 15e8b4602f
v0.3.1 release (#245) 2024-11-26 11:21:41 -06:00
Graham Steffaniak a5548bb776 v0.3.0 release 2024-11-20 18:16:42 -06:00
Graham Steffaniak 1608877813
V0.2.10 (#220) 2024-10-07 17:44:53 -05:00
Graham Steffaniak 62d1cd88a1
V0.2.9 release (#205) 2024-09-16 16:01:16 -05:00
Graham Steffaniak 9e9109984d
v0.2.8 release (#193) 2024-08-24 17:02:33 -05:00
Graham Steffaniak af407068b6
Fix workflows (#165) 2024-08-04 09:56:18 -05:00
Graham Steffaniak 0479670c52
fix overlay bug, share bug (#161) 2024-08-03 15:04:50 -05:00
Graham Steffaniak fa3ed6b948
v0.2.7 update 2024-08-03 10:34:12 -05:00
Graham Steffaniak b4bba3391d
V0.2.6 (#150) 2024-07-30 12:45:27 -05:00
Graham Steffaniak d9e583fea7
v0.2.4 release (#116) (#117) 2024-02-09 18:13:02 -06:00
Graham Steffaniak e8091dcb24
v0.2.2 (#86)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Graham Steffaniak <graham.steffaniak@autodesk.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 17:47:00 -06:00
Graham Steffaniak 55bb36239c updated deps and reverted search 2023-08-17 16:46:49 -05:00
Graham Steffaniak b928e6557c updated with a few changes
- git directory structure changed (no more src folder)
 - search now works with filesize larger/smaller than x MB
 - search currently allows for only one search request at a time
   - cancels older requests by having them immediately return null
2023-07-21 17:41:24 -05:00
graham 3945228161 moved files to src 2023-06-12 21:32:30 -05:00
Oleg Lobanov c44b37c50c
chore: add prettier frontent linter 2021-03-21 12:51:58 +01:00
Ramires Viana edb9e85efd chore: share view logic responsability 2021-03-03 17:46:37 +00:00
Ramires Viana 7b6579ac8a chore: files view dynamic component 2021-03-01 16:12:17 +00:00
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
WeidiDeng fb5b28d9cb
feat: download shared subdirectory (#1184)
Co-authored-by: Oleg Lobanov <oleg@lobanov.me>
2020-12-28 17:35:29 +01:00
Ramires Viana 43526d9d1a feat: duplicate files in the same directory 2020-07-17 14:11:23 +00:00
Ramires Viana 9a2ebbabe2 fix: blinking previewer 2020-07-17 12:37:52 +00:00
Ramires Viana c9cc0d3d5d refactor: upload vuex module 2020-07-10 00:01:37 +00:00
Ramires Viana b4f131be50 refactor: uploading counters vuex state 2020-07-10 00:01:37 +00:00
Henrique Dias 7414ca10b3 chore: move files to frontend 2019-05-21 11:13:59 +01:00