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
Yeicor
a4ef02a47b
feat: add option to copy download links from shares ( #2442 )
2023-05-01 13:07:01 +02:00
Gabriel Alencar
428c1c606d
feat: add a new setting that disables the display of the disk usage ( #2136 )
2023-02-15 23:30:48 +01:00
Gyuris Gellért
11e9202160
feat: add Hungarian translation ( #2232 )
2022-12-26 22:36:03 +01:00
Davide Quaranta
59619ba34f
chore: update Italian translation ( #2260 )
2022-12-23 13:07:06 +01:00
brlarini
73dd066670
chore: update pt-br translations ( #2248 )
2022-12-23 13:06:19 +01:00
thewh1teagle
2c14146a31
feat: add rtl support ( #2178 )
2022-10-21 18:07:11 +02:00
thewh1teagle
a49105db1d
feat: hebrew translation ( #2168 )
2022-10-20 12:27:59 +02:00
Marcelina Hołub
57c99e0e26
feat: update Polish translation ( #2089 )
2022-08-17 20:18:51 +02:00
Ángel Fernández Sánchez
f80b016ef0
chore: update es translation ( #2046 )
2022-07-20 12:17:52 +02:00
Oleg Lobanov
02730bb9bf
fix: set correct scope when user home creation is enabled
2022-06-03 16:04:15 +02:00
Jan Lucansky
e7fed5a45b
chore: fix typo in slovak translation ( #1885 )
2022-03-30 16:40:29 +02:00
Sinux
fca5fc5b87
chore: enhance translations for French language ( #1876 )
...
Signed-off-by: Simon LEONARD <git-1001af4@sinux.sh>
2022-03-24 11:56:53 +01:00
Daniel
4ee19be63d
chore: update german translation ( #1855 )
2022-03-24 11:56:14 +01:00
Filippo Finke
cf85404dd2
feat: add upload file list with progress ( #1825 )
2022-02-21 19:30:42 +01:00
Anton Grouchtchak
665e45889c
feat: add Ukrainian translation / update Russian translation ( #1753 )
2022-01-07 12:29:57 +01:00
coxde
81de95632a
chore: update zh-cn.json ( #1656 )
2021-11-10 15:07:53 +01:00
lilihx
0426629a59
feat: add ability to select file modified time format ( #1536 )
2021-09-11 14:12:51 +02:00
Filip Hanes
3768e3345f
chore: add slovak translation ( #1534 )
2021-09-03 12:03:50 +02:00
ahmetlutfu
16e434be66
chore: add turkish translation ( #1524 )
2021-08-31 11:49:33 +02:00
Ramires Viana
76add9e527
feat: open file option on preview
2021-08-20 14:43:06 +02:00
Ramires Viana
1c25f6ee69
feat: open file option on share
2021-04-23 11:55:56 +00:00
Ramires Viana
603203848a
feat: display error messages on settings
2021-04-16 15:07:05 +00: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
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
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
Oleg Lobanov
e6a5bf116e
chore: remove empty string from locales ( closes #1245 )
2021-01-19 16:56:06 +01:00
WeidiDeng
b600b11415
feat: share management delete confirm ( #1212 )
2021-01-11 23:54:16 +01:00
Oleg Lobanov
43e0d4a856
chore: fix translation files indent
2020-12-31 12:31:26 +01:00
Oleg Lobanov
066d8e8d6c
chore: add ru translation
2020-12-31 12:26:49 +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
Alexis Lefebvre
8faa96f5e6
chore: fix typo costumize -> costumize ( #1194 )
2020-12-24 18:24:15 +01:00
Julien Loir
e8b4e9af46
feat: add single click mode ( #1139 )
2020-11-23 19:06:37 +01:00
Tiger Nie
10e399b3c3
feat: add hide dotfiles param ( #1148 )
2020-11-20 11:51:28 +01:00
Hissy
0dca0b92d1
chore: update zh-cn and zh-tw ( #1121 )
2020-10-21 16:39:41 +02:00
Oleg Lobanov
ede4213c8e
chore: fix french translation ( closes #1071 )
2020-09-11 15:16:58 +02:00
Ramires Viana
89773447a5
feat: add folder upload ( #981 )
...
* feat: folder upload
fix filebrowser/filebrowser#741
* fix: apply gofmt formater
* feat: upload button prompt
* feat: empty folder upload
2020-06-16 21:56:44 +02:00
Ramires Viana
55a9d945cc
Add dark theme
2020-01-09 17:24:59 +00:00
Henrique Dias
c0575a68ee
feat: add more languages ( #773 )
...
adds Icelandic (is), Romanian (ro), Dutch (nl-be) and Swedish (sv-se)
2019-06-09 13:31:57 +01:00
Henrique Dias
7414ca10b3
chore: move files to frontend
2019-05-21 11:13:59 +01:00