Ramires Viana
20ebbf6611
fix: copying files with special characters
2021-04-15 11:50:30 +00:00
Ramires Viana
ba7e71a7c3
fix: inconsistent double click on listing item
2021-04-14 15:29:06 +00:00
Ramires Viana
18889ad725
fix: no items displayed on file listing
2021-04-14 11:51:33 +00:00
Ramires Viana
a76e01d2b7
feat: dynamic autoplay on previewer
2021-03-26 17:31:27 +00:00
Ramires Viana
1516d9932b
fix: buttons without permission on header
2021-03-26 12:45:17 +00:00
Ramires Viana
fcb115f42d
fix: mouse wheel zoom on previewer
2021-03-25 19:37:54 +00:00
Ramires Viana
e410272e6b
feat: dynamic zoom limit on previewer
2021-03-25 19:36:53 +00:00
Ramires Viana
87f1881b42
fix: list item interactions on share
2021-03-25 15:47:49 +00:00
Ramires Viana
c0d85f3d85
fix: image quality switch on previewer
2021-03-25 14:24:46 +00:00
Ramires Viana
98d79b8ed9
fix: missing bold variation for Roboto font
2021-03-24 19:06:56 +00:00
Ramires Viana
fe80730bb1
fix: no header button animations on file listing
2021-03-24 19:05:15 +00:00
Ramires Viana
6c8ee96e6a
feat: dynamic item count on file listing
2021-03-24 17:50:16 +00:00
Ramires Viana
b521dec8f9
fix: hidden editor header on Safari
2021-03-24 12:23:05 +00:00
adrium
7dd5b34d42
feat: add EXIF thumbnail support for JPEG files ( #1234 )
2021-03-29 11:40:00 +02:00
Oleg Lobanov
da54bd6c21
fix: display public routes with header proxy auth
2021-03-21 14:24:23 +01:00
Oleg Lobanov
dacd511d24
chore: run npm update
2021-03-21 13:05:22 +01:00
Oleg Lobanov
c44b37c50c
chore: add prettier frontent linter
2021-03-21 12:51:58 +01:00
Ramires Viana
22f4be8f54
fix: qr code url on share
2021-03-18 13:10:10 +00:00
Ramires Viana
bdd523190e
chore: frontend DirFS for development
2021-03-15 14:06:21 +00:00
Oleg Lobanov
9c79105c02
chore: prevent deleting .gitignore from dist folder
2021-03-14 19:59:55 +01:00
Ramires Viana
488d98045e
fix: download current dir on file listing
2021-03-12 15:28:49 +00:00
Ramires Viana
7955e0720b
fix: encoded file path on share
2021-03-12 15:15:56 +00:00
Ramires Viana
f8df76f526
fix: header dropdown icon color on previewer
2021-03-11 16:01:54 +00:00
Ramires Viana
11ebaec5f0
fix: modified time on info prompt
2021-03-11 15:20:37 +00:00
Ramires Viana
326b35a7ac
fix: item dragging on file listing
2021-03-11 12:09:12 +00:00
Ramires Viana
6a734c0139
fix: stuck icon on header button
2021-03-10 15:32:10 +00:00
Ramires Viana
81b6f4d6f6
fix: update image cache when replacing
2021-03-10 15:14:01 +00:00
Oleg Lobanov
fc5506179a
refactor: migrate from rice to embed.FS
2021-03-09 19:09:32 +01:00
Ramires Viana
2a1f759e9e
chore: remove prompts events
2021-03-04 14:40:18 +00:00
Ramires Viana
edb9e85efd
chore: share view logic responsability
2021-03-03 17:46:37 +00:00
Ramires Viana
d8306559fd
chore: breadcrumbs component
2021-03-03 12:25:59 +00:00
Ramires Viana
7b6579ac8a
chore: files view dynamic component
2021-03-01 16:12:17 +00:00
Ramires Viana
057307181e
chore: removed header buttons components
2021-03-01 13:41:35 +00:00
Ramires Viana
4fb832c042
feat: increased header button counter size
2021-03-01 12:57:39 +00:00
Ramires Viana
e503cb69f2
chore: files pages logic responsability
2021-02-26 15:10:21 +00:00
Ramires Viana
95811e99bc
chore: header bar component
2021-02-25 18:37:07 +00:00
Ramires Viana
62fff5ca60
feat: larger previewer content
2021-02-22 16:01:13 +00:00
Ramires Viana
5b28aa0848
feat: improved settings navbar
2021-02-19 16:01:43 +00:00
Ramires Viana
db5aad8eb6
feat: dual pane settings view
2021-02-19 13:15:46 +00:00
Ramires Viana
1819377897
feat: improved sharing prompt
2021-02-16 15:39:11 +00:00
FrzMtrsprt
a809404ce1
chore: update zh-cn.json ( #1311 )
2021-03-08 10:24:16 +01:00
Po Chen
fb32e44b47
chore: update zh-cn.json ( #1309 )
2021-03-07 15:41:05 +01:00
WeidiDeng
e8c9d1c539
feat: added tiff files preview support ( #1222 )
2021-03-02 12:14:32 +01: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
Alvaro Aleman
977ec33918
chore: close preview on esc key press ( #1288 )
2021-02-16 17:15:04 +01:00
niubility000
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
Oleg Lobanov
e6a5bf116e
chore: remove empty string from locales ( closes #1245 )
2021-01-19 16:56:06 +01:00
WeidiDeng
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
WeidiDeng
b600b11415
feat: share management delete confirm ( #1212 )
2021-01-11 23:54:16 +01:00