Laurynas Gadliauskas
34bcd7dfc8
feat: add directory size calculation ( #16 )
...
* feat: add directory size calculation
* feat: add dir disk usage button
* feat: add dir size button
2021-07-27 09:42:03 +03:00
Laurynas Gadliauskas
ea2ef9a03b
fix: adjust quota css
2021-07-15 11:16:18 +03:00
Laurynas Gadliauskas
22301df699
archive: Don't allow if no create perms
2021-07-01 14:00:20 +03:00
Laurynas Gadliauskas
3489df033e
feat: custome error messages ( #14 )
...
* feat: custome error messages
* errors: improve code
* errors: clean up imports
* errors: add translations
* errors: check if translation exists
2021-06-18 14:05:47 +03:00
Laurynas Gadliauskas
d9aaa551a2
feat: implement Hostinger localization ( #13 )
...
* feat: Implement Hostinger localization
* translations: Switch to inhouse translations
2021-06-17 12:04:18 +03:00
Laurynas Gadliauskas
7f4593d2cc
feat: dispatch quota fetch events
2021-06-11 16:06:58 +03:00
Laurynas Gadliauskas
ebb53e715b
feat: user quota display ( #12 )
2021-06-11 14:43:00 +03:00
Laurynas Gadliauskas
9e52e0cb7a
feat: pulsate load icons
2021-06-07 14:43:46 +03:00
Laurynas Gadliauskas
cff060225e
feat: listing context menu ( #9 )
...
* feat: listing context menu
* fix: extract archive check method
2021-06-07 11:38:20 +03:00
Laurynas Gadliauskas
cfb4f8662e
fix: adjust listing item padding
2021-06-04 12:53:37 +03:00
Laurynas Gadliauskas
1b79b0c166
feat: user trash dir ( #8 )
2021-06-04 11:44:04 +03:00
Laurynas Gadliauskas
8fe3f85d18
feat: proxy logout URL ( #7 )
2021-06-03 09:43:28 +03:00
Laurynas Gadliauskas
9369e8ae31
feat: permission recursion types ( #6 )
2021-06-02 13:33:46 +03:00
Laurynas Gadliauskas
8fbda126e4
feat: permission changing ( #5 )
2021-06-02 11:15:09 +03:00
Laurynas Gadliauskas
a4b607d5a0
feat: Distinguish symlinks ( #3 )
2021-05-31 14:06:42 +03:00
Laurynas Gadliauskas
847d870782
feat: add hidden files flag ( #2 )
2021-05-28 15:11:43 +03:00
Laurynas Gadliauskas
11092eed3c
feats: (Un)archiving & dir size ( #1 )
...
* feat: file archiving (#1 )
* feat: file archiving
* resource: use name query for archive name
* feat: file unarchiving
* resource: Return bad param error on unarchive fail
* fix: adjust style according to lint
* feat: directory size calculation (#2 )
2021-05-27 16:52:05 +03:00
Ramires Viana
7d1e03075d
feat: mod time title on file info
2021-04-23 11:57:56 +00:00
Ramires Viana
190cb99a79
feat: browser cache directives
2021-04-19 12:49:40 +00:00
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
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
Oleg Lobanov
c44b37c50c
chore: add prettier frontent linter
2021-03-21 12:51:58 +01: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
81b6f4d6f6
fix: update image cache when replacing
2021-03-10 15:14:01 +00: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
057307181e
chore: removed header buttons components
2021-03-01 13:41:35 +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
1819377897
feat: improved sharing prompt
2021-02-16 15:39:11 +00: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
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
WeidiDeng
b600b11415
feat: share management delete confirm ( #1212 )
2021-01-11 23:54:16 +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
bc4a6462ce
chore: use command key to select multiple files on mac ( #1183 )
2020-12-12 14:09:50 +01:00
Matt Doyle
9515ceeb42
feat: automatically jump to the next photo when deleting while previewing ( #1143 )
2020-11-23 19:08:14 +01:00
Julien Loir
e8b4e9af46
feat: add single click mode ( #1139 )
2020-11-23 19:06:37 +01:00
Ramires Viana
4e48ffc14d
fix: previewer title overflow
2020-11-04 15:56:27 +00:00
Ramires Viana
05bff54b71
fix: preview case sensitive file extension
2020-10-19 13:25:09 +00:00
Ramires Viana
5e27ba5c8c
fix: file upload missing path slash
2020-10-19 13:11:26 +00:00