Graham Steffaniak
62d1cd88a1
V0.2.9 release ( #205 )
2024-09-16 16:01:16 -05:00
Graham Steffaniak
74ccfab070
Update search behavior ( #195 )
2024-08-24 19:12:47 -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
47e1975c12
V0.2.1 - search scope bugfix ( #56 )
...
Co-authored-by: Graham Steffaniak <graham.steffaniak@autodesk.com>
2023-10-18 10:32:22 -05: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
Po Chen
dcf0bc65bf
fix: preview url building fix ( #1976 )
2022-06-10 12:05:05 +02:00
Jeffrey Schiller
1e7d3b25c2
fix: use correct basepath prefix for preview urls ( #1971 )
2022-06-06 16:57:19 +02:00
Oleg Lobanov
d1d8e3e340
feat: add disk usage information to the sidebar
2022-06-02 13:16:37 +02:00
Ramires Viana
c3bd1188aa
fix: expired token error
2022-05-04 12:58:19 +00:00
Ramires Viana
fc209f64de
fix: network error object message
2022-05-04 12:36:13 +00:00
Ramires Viana
96afaca0ad
chore: refactor response error handling
2022-05-04 12:11:36 +00:00
Ramires Viana
9734f707f0
chore: refactor url creation
2022-05-02 13:47:22 +00:00
Oleg Lobanov
c782f21b0f
fix: correctly handle non-ascii passwords for shared resources
2022-02-21 20:47:28 +01:00
Ramires Viana
5e6f14b5dc
feat: message for connection error
2021-04-16 14:01:10 +00:00
Oleg Lobanov
c44b37c50c
chore: add prettier frontent linter
2021-03-21 12:51:58 +01:00
Ramires Viana
7955e0720b
fix: encoded file path on share
2021-03-12 15:15:56 +00:00
Ramires Viana
edb9e85efd
chore: share view logic responsability
2021-03-03 17:46:37 +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
WeidiDeng
677bce376b
feat: add sharing management ( #1178 ) ( closes #1000 )
2020-12-24 19:02:28 +01:00
WeidiDeng
7a5298a755
fix: delete extra remove prefix ( #1186 )
...
Fix file actions within /files dir
2020-12-16 16:08:56 +01:00
Aiden McClelland
0ac80e8387
feat: support WKWebview custom protocol ( #1113 )
2020-10-21 16:41:09 +02:00
Ramires Viana
2bd163d92a
fix: search missing path slash
2020-10-19 13:14:36 +00:00
Ramires Viana
26d62e4117
fix: search results absolute url
2020-09-29 14:04:43 +00:00
Ramires Viana
d9be370e24
fix: missing error message
2020-07-23 12:02:09 +00:00
Ramires Viana
2636f876ab
feat: rename option on replace prompt
2020-07-17 14:11:15 +00:00
Ramires Viana
eed9da1471
feat: file copy, move and paste conflict checking
2020-07-17 12:37:52 +00:00
Ramires Viana
194030fcfc
fix: prompt before closing window
2020-07-14 00:12:41 +00:00
Henrique Dias
7414ca10b3
chore: move files to frontend
2019-05-21 11:13:59 +01:00