Tiger Nie
19d63a2969
Removed old state showHidden from Vuex, since we are storing this
...
attribute in the backend and `this.user.showHidden` now.
2020-09-21 22:23:56 +08:00
Tiger Nie
20be1027d6
Moved showHidden check box to Profile Settings.
...
Saving the `showHidden` attribute to the backend database as
a part of the user schema.
Sending the attribute from the auth endpoint as a part of userInfo
2020-09-21 22:18:40 +08:00
Tiger Nie
84a9d09aad
checkbox to toggle 'show hidden files' now functional
2020-09-17 02:12:19 +08:00
Tiger Nie
14eeea459a
do not run the pruning logic when api result is not a directory
2020-09-17 00:46:31 +08:00
Tiger Nie
a361fcda60
Added check box for '\''show hidden files'\'' and hard coded hidden files pruning from the file api results
2020-09-17 00:45:03 +08:00
Oleg Lobanov
1529e796df
chore(release): 2.7.0
2020-09-11 19:21:08 +02:00
Oleg Lobanov
d4b904b92b
chore: pass docker password via stdin
2020-09-11 18:57:14 +02:00
Oleg Lobanov
12d4177823
build: bump go version to 1.15.2 ( #1081 )
2020-09-11 18:07:01 +02:00
Oleg Lobanov
8142b32f38
feat: put selected files in the root of the archive ( closes #1065 )
2020-09-11 16:54:22 +02:00
Oleg Lobanov
c5abbb4e1c
chore: fix lint errors
2020-09-11 16:02:16 +02:00
Oleg Lobanov
65ac73414f
feat: add --socket-perm flag to control unix socket file permissions ( closes #1060 )
2020-09-11 15:59:06 +02:00
Oleg Lobanov
ede4213c8e
chore: fix french translation ( closes #1071 )
2020-09-11 15:16:58 +02:00
Agneev Mukherjee
b60d291490
chore: fix URLs for assets ( #1074 )
2020-09-05 15:23:42 +02:00
Oleg Lobanov
b9ede79888
Merge pull request #1066 from ramiresviana/preview-mobile-dropdown
2020-08-25 16:33:57 +02:00
Ramires Viana
3d2cb838d1
feat: preview size button
2020-08-25 14:14:15 +00:00
Ramires Viana
778734419d
feat: preview mobile dropdown
2020-08-18 12:47:23 +00:00
Oleg Lobanov
be8683f556
chore(release): 2.6.2
2020-08-05 11:55:16 +02:00
Davide Maggio
c3450f4614
chore: return text/plain header in auth response ( #1051 )
2020-08-05 10:48:03 +02:00
Oleg Lobanov
5881bc9ab0
chore: fix preview of files with non-latin names ( closes #1056 )
2020-08-05 10:40:03 +02:00
Oleg Lobanov
a2fb499a20
chore(release): 2.6.1
2020-07-28 13:40:19 +02:00
Oleg Lobanov
411a928fea
chore: fix lint errors
2020-07-28 13:40:06 +02:00
Oleg Lobanov
f5d02cdde9
fix: delete cached previews when deleting file
2020-07-28 11:59:55 +02:00
Oleg Lobanov
c9340af8d0
fix: escape special characters in preview url ( closes #1002 )
2020-07-28 11:59:32 +02:00
Oleg Lobanov
a722bcc13f
chore(release): 2.6.0
2020-07-27 19:52:48 +02:00
Oleg Lobanov
77fe3cfc60
ci: fix go version on release step
2020-07-27 19:51:09 +02:00
Oleg Lobanov
470f93cefc
Merge pull request #1044 from filebrowser/fix_img_resize
2020-07-27 19:39:08 +02:00
Oleg Lobanov
92fde4dd12
build: set limit for vuejs build threads
2020-07-27 19:35:02 +02:00
Oleg Lobanov
95bc92955f
feat: cache resized images
2020-07-27 19:26:45 +02:00
Oleg Lobanov
f2f914221c
chore: bump go to 1.14.6
2020-07-27 19:26:45 +02:00
Oleg Lobanov
c2d8038c63
chore: add testing step to ci
2020-07-27 19:26:44 +02:00
Oleg Lobanov
cb8ac5ebf1
chore: add resize tests
2020-07-27 19:26:44 +02:00
Oleg Lobanov
aa78e3ab1f
feat: add param to disable img resizing
2020-07-27 19:26:44 +02:00
Oleg Lobanov
bc00165094
feat: add lazy load of image thumbnails
2020-07-27 19:26:44 +02:00
Oleg Lobanov
94ef59602f
feat: limit image resize workers
2020-07-27 19:26:44 +02:00
Oleg Lobanov
14e2f84ceb
Merge pull request #1042 from ramiresviana/fixes-2
2020-07-23 15:03:10 +02:00
Ramires Viana
f228fa5540
fix: conflict handling on upload button
2020-07-23 12:02:09 +00:00
Ramires Viana
f2d2c1cbf8
fix: drop feedback
2020-07-23 12:02:09 +00:00
Ramires Viana
d9be370e24
fix: missing error message
2020-07-23 12:02:09 +00:00
Ramires Viana
727c63b98e
fix: parent verification on copy
2020-07-23 12:02:02 +00:00
Ramires Viana
34dfb49b71
fix: path separator inconsistency on rename
2020-07-20 17:45:45 +00:00
Henrique Dias
0b0a704d44
chore: remove hacdias/fileutils dep ( #1037 )
2020-07-18 20:10:22 +02:00
Oleg Lobanov
2d99d0bf13
chore(release): 2.5.0
2020-07-17 18:12:00 +02:00
Oleg Lobanov
1790df2090
Merge pull request #1026 from ramiresviana/fixes
2020-07-17 17:41:17 +02:00
Ramires Viana
10570ade44
fix: reset clipboard after pasting cutted files
2020-07-17 14:11:23 +00:00
Ramires Viana
43526d9d1a
feat: duplicate files in the same directory
2020-07-17 14:11:23 +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
9a2ebbabe2
fix: blinking previewer
2020-07-17 12:37:52 +00:00
Ramires Viana
716396a726
feat: add previewer title and loading indicator
2020-07-17 12:32:21 +00:00
Ramires Viana
0727496601
fix: remove incomplete uploaded files
2020-07-14 00:21:15 +00:00