Commit Graph

44 Commits (3270624bd213c914426d040136ca5a1eb8ffcf76)

Author SHA1 Message Date
Laurynas Gadliauskas a093de3e40 Merge branch 'master' of git://github.com/filebrowser/filebrowser into filebrowser-master 2021-11-30 16:54:17 +02:00
Ramires Viana c29698dffa fix: relative font sizes 2021-11-11 12:54:30 +00:00
Laurynas Gadliauskas c2ea58d7c9 Merge branch 'master' of https://github.com/filebrowser/filebrowser 2021-10-27 11:22:47 +03:00
niubility000 6f345be3e4
fix: search box is misaligned when the browser preferred font size is other than 16px (#1613) 2021-10-19 20:34:17 +04:00
niubility000 ddd4ffa4ca
fix: set correct editor height regardless of preferred font size (#1614) 2021-10-19 20:32:25 +04:00
Laurynas Gadliauskas b09cadfc8e Merge branch 'master' of https://github.com/filebrowser/filebrowser 2021-08-30 10:35:11 +03:00
Ramires Viana 76add9e527 feat: open file option on preview 2021-08-20 14:43:06 +02:00
Laurynas Gadliauskas 1052e94139
feat: add unarchive overwrite checkbox (#19) 2021-07-30 11:17:43 +03:00
Laurynas Gadliauskas 04e3be48a4
feat: differentiate dir listing color (#18) 2021-07-27 10:59:44 +03:00
Laurynas Gadliauskas ea2ef9a03b fix: adjust quota css 2021-07-15 11:16: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 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
Ramires Viana 1c25f6ee69 feat: open file option on share 2021-04-23 11:55:56 +00:00
Ramires Viana 976eb5583d feat: loading spinner on views navigation 2021-04-16 12:47:50 +00:00
Ramires Viana 87f1881b42 fix: list item interactions on share 2021-03-25 15:47:49 +00:00
Ramires Viana 98d79b8ed9 fix: missing bold variation for Roboto font 2021-03-24 19:06:56 +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
Ramires Viana f8df76f526 fix: header dropdown icon color on previewer 2021-03-11 16:01:54 +00:00
Ramires Viana d8306559fd chore: breadcrumbs component 2021-03-03 12:25:59 +00:00
Ramires Viana 4fb832c042 feat: increased header button counter size 2021-03-01 12:57:39 +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
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 36cacdf598 feat: shared item information 2020-11-04 15:56:27 +00:00
Ramires Viana 4e48ffc14d fix: previewer title overflow 2020-11-04 15:56:27 +00:00
Ramires Viana e119bc55ea feat: shared folder file listing 2020-11-04 15:56:05 +00:00
Ramires Viana 2636f876ab feat: rename option on replace prompt 2020-07-17 14:11:15 +00:00
Ramires Viana 716396a726 feat: add previewer title and loading indicator 2020-07-17 12:32:21 +00:00
Ramires Viana 0d665e528f feat: full screen editor 2020-07-04 03:11:51 +00:00
monkeyWie 6b0d49b1fc
feat: add image thumbnails support (#980)
* set max image preview size to 1080x1080px
2020-06-25 09:37:13 +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
blackywkl 2a81ea90db feat: add animation for disable multiple selection and break word for filename in info panel (#922) 2019-12-02 15:30:18 +00:00
Henrique Dias 7414ca10b3 chore: move files to frontend 2019-05-21 11:13:59 +01:00