Oleg Lobanov
e1f658633d
chore(release): 2.13.0
2021-03-14 20:02:02 +01:00
Oleg Lobanov
9c79105c02
chore: prevent deleting .gitignore from dist folder
2021-03-14 19:59:55 +01:00
Jürgen Hötzel
6d5ceae8b4
fix: wait for async command exit ( #1326 )
...
This prevents the accumulation of zombie processes when using
async (&) event commands. Also log async command failures.
2021-03-14 19:32:14 +01:00
Oleg Lobanov
381f09087a
Merge pull request #1321 from ramiresviana/fixes-6
2021-03-14 14:19:50 +01:00
Ramires Viana
426b38bb33
fix: root path name on archive
2021-03-12 15:52:52 +00: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
e017a19985
fix: full file path on share
2021-03-12 12:14:58 +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
5bf15548d0
fix: check rules on http resource handlers
2021-03-10 17:38:11 +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
Ramires Viana
0b92d94570
chore: split POST method on resource http handler
2021-03-10 13:32:11 +00:00
Oleg Lobanov
fc5506179a
refactor: migrate from rice to embed.FS
2021-03-09 19:09:32 +01:00
Oleg Lobanov
0fe34ad224
Merge pull request #1307 from ramiresviana/tweaks-1
...
Frontend code quality changes
2021-03-09 18:26:46 +01:00
Ramires Viana
54f35701a2
fix: archive contains parent path on Windows
2021-03-09 15:54:54 +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
Oleg Lobanov
e9c0369062
chore(release): 2.12.1
2021-03-07 15:25:34 +01:00
Oleg Lobanov
7358b3fe31
fix: add missing default config into the docker image
2021-03-07 15:23:12 +01:00
Ramires Viana
2a1f759e9e
chore: remove prompts events
2021-03-04 14:40:18 +00:00
Oleg Lobanov
2fccb8c367
chore(release): 2.12.0
2021-03-04 13:12:19 +01:00
Oleg Lobanov
e039d95192
chore: fix major docker tag name
2021-03-04 13:12:03 +01:00
Oleg Lobanov
0f96031d6f
Merge pull request #1305 from filebrowser/github_actions
2021-03-04 11:39:30 +01:00
Oleg Lobanov
6214fc84fa
chore: add github action badge
2021-03-04 11:35:52 +01:00
Oleg Lobanov
47578e02e3
ci: migrate to github actions
2021-03-04 11:35:52 +01:00
Oleg Lobanov
35a4379b67
chore: go mod tidy
2021-03-04 00:57:35 +01:00
Oleg Lobanov
23f84642e6
build: use make for building the project ( #1304 )
2021-03-04 00:10:08 +01:00
Ramires Viana
edb9e85efd
chore: share view logic responsability
2021-03-03 17:46:37 +00:00
Oleg Lobanov
2d2c598fa6
feat: add homebrew tap
2021-03-03 16:25:03 +01:00
Oleg Lobanov
cf4836dc75
feat: build multi-arch docker images
2021-03-03 13:46:22 +01:00
Ramires Viana
d8306559fd
chore: breadcrumbs component
2021-03-03 12:25:59 +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
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
Alvaro Aleman
977ec33918
chore: close preview on esc key press ( #1288 )
2021-02-16 17:15:04 +01:00
Ramires Viana
1819377897
feat: improved sharing prompt
2021-02-16 15:39:11 +00: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
f3afd5cb79
fix: environmental variables not expanded in command ( #1241 )
2021-01-19 17:02:46 +01:00
Oleg Lobanov
e6a5bf116e
chore: remove empty string from locales ( closes #1245 )
2021-01-19 16:56:06 +01:00
Oleg Lobanov
21b5a76fa7
chore: refactor search function
2021-01-12 19:14:23 +01:00
WeidiDeng
b6263eb607
chore: search by type with empty file name ( #1228 )
2021-01-12 18:08:23 +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
Oleg Lobanov
019ce80fc5
fix: don't allow to remove root user
2021-01-11 22:33:36 +01:00
Adam Dobrawy
8cea2f75b3
chore: fix url to documentation in templates ( #1231 )
2021-01-07 11:48:53 +01:00
WeidiDeng
6914063853
feat: allow disabling file detections by reading header ( #1175 )
2021-01-07 11:30:17 +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
Oleg Lobanov
948e05c083
chore(release): 2.11.0
2020-12-28 17:37:19 +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
WeidiDeng
f62806f6c9
fix: check user input to prevent permission elevation ( #1196 ) ( closes #1195 )
2020-12-24 18:22:48 +01:00
Oleg Lobanov
58835b7e53
fix: move files between different volumes ( closes #1177 )
2020-12-24 17:50:27 +01:00
WeidiDeng
7a5298a755
fix: delete extra remove prefix ( #1186 )
...
Fix file actions within /files dir
2020-12-16 16:08:56 +01:00
WeidiDeng
bc4a6462ce
chore: use command key to select multiple files on mac ( #1183 )
2020-12-12 14:09:50 +01:00
WeidiDeng
ac3673e111
fix: recaptcha race condition ( #1176 )
2020-12-08 11:26:29 +01:00
Oleg Lobanov
c746c1931d
chore(release): 2.10.0
2020-11-24 12:00:10 +01:00
Oleg Lobanov
586d198d47
fix: fix hanging when reading a named pipe file ( closes #1155 )
2020-11-24 11:37:31 +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
Tiger Nie
10e399b3c3
feat: add hide dotfiles param ( #1148 )
2020-11-20 11:51:28 +01:00
Oleg Lobanov
dcbc3286e2
Merge pull request #1133 from ramiresviana/fixes-5
...
Some fixes and shared view improvements
2020-11-04 17:58:18 +01:00
xufanglu
b185f9b56e
chore: fix typo in config_init.go ( #1131 )
2020-11-04 17:47:36 +01:00
Ramires Viana
7096b3dab9
fix: empty folder in archive
2020-11-04 15:56:27 +00: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
1ce3068a99
fix: resource rename action invalid path
2020-11-03 12:30:56 +00:00
Liubomyr Piadyk
d562d1a60d
chore: fix readme typo ( #1128 )
...
Commander runner -> Command runner
At other places it's referenced as Command runner.
2020-10-29 17:29:29 +01:00
Oleg Lobanov
9f858398ab
chore(release): 2.9.0
2020-10-21 16:52:29 +02:00
Aiden McClelland
0ac80e8387
feat: support WKWebview custom protocol ( #1113 )
2020-10-21 16:41:09 +02:00
Hissy
0dca0b92d1
chore: update zh-cn and zh-tw ( #1121 )
2020-10-21 16:39:41 +02:00
Oleg Lobanov
c9b36ba32e
Merge pull request #1124 from ramiresviana/fixes-4
2020-10-21 16:37:39 +02:00
Ramires Viana
f2c4e78381
fix: allow start from Windows explorer
2020-10-19 13:41:40 +00:00
Ramires Viana
05bff54b71
fix: preview case sensitive file extension
2020-10-19 13:25:09 +00:00
Ramires Viana
2bd163d92a
fix: search missing path slash
2020-10-19 13:14:36 +00:00
Ramires Viana
5e27ba5c8c
fix: file upload missing path slash
2020-10-19 13:11:26 +00:00
Oleg Lobanov
5aaeb3b76d
chore(release): 2.8.0
2020-10-05 09:53:09 +02:00
Daniel Pham
36fb9f562a
fix: fix empty command name ( #1106 )
2020-10-05 09:52:27 +02:00
Xabi
ad99bf1801
fix: fix panic when accessing nonexistent .js file in static path ( #1105 )
2020-10-02 15:09:03 +02:00
Oleg Lobanov
4c2a094255
Merge pull request #1100 from ramiresviana/fixes-3
2020-10-01 16:53:35 +02:00
Keagan McClelland
97693cc611
feat: add disable exec flag ( #1090 )
2020-10-01 16:45:24 +02:00
Ramires Viana
c6d4fcd08f
fix: empty commands setting
2020-09-29 14:05:03 +00:00
Ramires Viana
dd7b9ddd85
fix: preview key shortcut conflict
2020-09-29 14:04:55 +00:00
Ramires Viana
26d62e4117
fix: search results absolute url
2020-09-29 14:04:43 +00:00
Ramires Viana
babd7783af
fix: file upload path encoding
2020-09-29 14:04:03 +00: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
Ramires Viana
194030fcfc
fix: prompt before closing window
2020-07-14 00:12:41 +00:00
Ramires Viana
b3b644527d
fix: dark theme colors
2020-07-14 00:12:33 +00:00
Ramires Viana
7e5beeff46
fix: directory conflict checking
2020-07-13 14:20:56 +00:00
Oleg Lobanov
a47b69bcec
Merge pull request #1021 from ramiresviana/upload-queue
2020-07-13 11:20:59 +02:00
Ramires Viana
6ec6a23861
feat: upload queue
2020-07-10 00:01:37 +00:00
Ramires Viana
c9cc0d3d5d
refactor: upload vuex module
2020-07-10 00:01:37 +00:00
Ramires Viana
28d2b35718
refactor: upload utils
2020-07-10 00:01:37 +00:00
Ramires Viana
b4f131be50
refactor: uploading counters vuex state
2020-07-10 00:01:37 +00:00
Oleg Lobanov
d0b359561f
chore(release): 2.4.0
2020-07-07 16:53:51 +02:00
Fabian Fritzsche
453636dfe2
fix: add preview bypass for .gif files ( #1012 )
2020-07-07 16:47:11 +02:00
Oleg Lobanov
b1605aa6d3
Merge pull request #1014 from ramiresviana/full-screen-editor
2020-07-06 17:06:12 +02:00
Oleg Lobanov
23503b80a4
Merge pull request #1015 from ramiresviana/prompt-key-shortcut-conflict
2020-07-06 17:03:05 +02:00
Ramires Viana
0d69fbd9a3
fix: prompt key shortcut conflict
2020-07-04 14:19:03 +00:00
Ramires Viana
0d665e528f
feat: full screen editor
2020-07-04 03:11:51 +00:00
Oleg Lobanov
de0b8bb7b2
chore(release): 2.3.0
2020-06-26 12:14:44 +02:00
Thomas Queste
84da110085
fix: typo in image_templates (apline -> alpine) ( #1005 )
2020-06-25 09:37:55 +02:00
monkeyWie
6b0d49b1fc
feat: add image thumbnails support ( #980 )
...
* set max image preview size to 1080x1080px
2020-06-25 09:37:13 +02:00
Oleg Lobanov
4c20772e11
chore(release): 2.2.0
2020-06-22 19:12:12 +02:00
Oleg Lobanov
68f8348dde
fix: apply all fs user rulles
2020-06-22 18:46:22 +02:00
Oleg Lobanov
5023e77296
Merge pull request #995 from ramiresviana/key-shortcuts
2020-06-22 13:48:56 +02:00
Ramires Viana
95316cbe8c
feat: add key shortcuts
...
- 'Ctrl + a' selects all files in listing.
- 'Enter' to confirm a prompt.
2020-06-21 21:54:23 +00:00
Ramires Viana
cd454bae51
feat: upload progress based on total size ( #993 )
2020-06-19 09:46:33 +02:00
Oleg Lobanov
241201657c
fix: add a workaround to fix window freezing when viewing a large file #992
2020-06-18 19:21:02 +02:00
Hampton
9eefaddd9b
chore: fix documentation links on README ( #987 )
2020-06-18 17:54:37 +02:00
Oleg Lobanov
d6d47bbd6b
Merge pull request #991 from ramiresviana/small-fixes
2020-06-18 09:59:27 +02:00
Ramires Viana
82c883f95e
fix: save event hook
...
fix filebrowser/filebrowser#696
2020-06-17 22:57:13 +00:00
Ramires Viana
dd40b0d9b9
fix: frontend token validation
...
fix filebrowser/filebrowser#638
2020-06-17 22:57:07 +00:00
Ramires Viana
963837ef1d
fix: multiple selection count
...
- Only add files to selected list that arent on it.
- Only shift key select when there are selected files.
2020-06-17 22:56:55 +00:00
Oleg Lobanov
66863b72f7
feat: add alpine and debian docker images
2020-06-16 23:18:22 +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
Oleg Lobanov
6d899a6335
chore: version v2.1.2
2020-06-06 17:49:14 +02:00
Oleg Lobanov
28672c0114
fix(security): check user permission to rename files
2020-06-06 17:45:51 +02:00
Oleg Lobanov
b8300b7121
chore: add dist folder to gitignore
2020-06-02 10:50:14 +02:00
Oleg Lobanov
584ef4d4bd
chore: version v2.1.1
2020-06-01 02:53:15 +02:00
Oleg Lobanov
e8295a944a
fix(build): fix openbsd build
...
bump golang.org/x deps:
* golang.org/x/crypto
* golang.org/x/net
* golang.org/x/sys
2020-06-01 02:52:26 +02:00
Oleg Lobanov
f8f5698ad0
build(docker): add arm 5 docker image for raspberry pi
2020-06-01 02:14:11 +02:00
Oleg Lobanov
700f32718e
refactor: add more go linters ( #970 )
2020-06-01 01:12:36 +02:00
Oleg Lobanov
54d92a2708
chore: bump go to 1.14.3 ( #969 )
2020-05-31 23:17:32 +02:00
Oleg Lobanov
ba47e3b2fe
fix: fix static assets url generation ( #965 )
2020-05-31 22:26:10 +02:00
Oleg Lobanov
6e5405eeed
Update README.md
2020-05-27 14:23:12 +02:00
Henrique Dias
45326e664f
Update README.md
2020-04-16 13:25:03 +01:00
Henrique Dias
6ce44f7092
chore: version v2.1.0
2020-01-09 18:05:20 +00:00
Henrique Dias
b320419088
tidy
2020-01-09 18:03:18 +00:00
Henrique Dias
ca183a4fb8
Update README.md
2020-01-09 17:49:25 +00:00
Henrique Dias
895bb755cd
Disable the logout method for authentication methods other than… ( #934 )
...
Disable the logout method for authentication methods other than 'json' (currently 'proxy' and 'none'.) Resolves #870 .
2020-01-09 17:27:56 +00:00
Henrique Dias
a9e715dc50
Merge branch 'master' into remove-logout-button
2020-01-09 17:27:49 +00:00
Henrique Dias
7cb046c542
Merge pull request #938 from filebrowser/dependabot/go_modules/github.com/spf13/viper-1.6.1
...
chore(deps): bump github.com/spf13/viper from 1.5.0 to 1.6.1
2020-01-09 17:27:18 +00:00
dependabot-preview[bot]
cd03faf0fc
chore(deps): bump vue-i18n from 8.15.1 to 8.15.3 in /frontend
...
Bumps [vue-i18n](https://github.com/kazupon/vue-i18n ) from 8.15.1 to 8.15.3.
- [Release notes](https://github.com/kazupon/vue-i18n/releases )
- [Changelog](https://github.com/kazupon/vue-i18n/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/kazupon/vue-i18n/compare/v8.15.1...v8.15.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-09 17:27:09 +00:00
dependabot-preview[bot]
87ba03b224
chore(deps-dev): bump @vue/cli-service from 4.0.5 to 4.1.2 in /frontend
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 4.0.5 to 4.1.2.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.1.2/packages/@vue/cli-service )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-09 17:26:58 +00:00
dependabot-preview[bot]
6458f91e1c
chore(deps-dev): bump @vue/cli-plugin-babel in /frontend
...
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel ) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.1.2/packages/@vue/cli-plugin-babel )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-09 17:26:49 +00:00
dependabot-preview[bot]
312ebbbcc0
chore(deps-dev): bump eslint-plugin-vue from 6.0.1 to 6.1.2 in /frontend
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 6.0.1 to 6.1.2.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v6.0.1...v6.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-09 17:26:42 +00:00
freedomlang
060a7ad80c
refactor: Load Editor as need to reduce bundle size
2020-01-09 17:26:17 +00:00
freedomlang
ae893abc5f
refactor: Remove useless react data and destory ace editor
2020-01-09 17:26:17 +00:00
freedomlang
12d6415f7f
refactor: Freeze property to improve performance
2020-01-09 17:26:17 +00:00
freedomlang
897ac75281
refactor: Use v-for for language option
2020-01-09 17:26:17 +00:00
Hadrien Dorio
cec551c3de
fix(docker): Add mime.types file
...
Uses the package mailcap from alpine as a source for /etc/mime.types
which is required by golang.org/pkg/mime on unix systems.
2020-01-09 17:26:06 +00:00
Alexey Larkov
cb98c913d4
Allow request manifest through reverse proxy with authentication
2020-01-09 17:25:30 +00:00
Ramires Viana
55a9d945cc
Add dark theme
2020-01-09 17:24:59 +00:00
Ramires Viana
cc7ec4f0c5
Fix multiple selection
2020-01-09 17:24:30 +00:00
dependabot-preview[bot]
265b81a52b
chore(deps): bump github.com/spf13/viper from 1.5.0 to 1.6.1
...
Bumps [github.com/spf13/viper](https://github.com/spf13/viper ) from 1.5.0 to 1.6.1.
- [Release notes](https://github.com/spf13/viper/releases )
- [Commits](https://github.com/spf13/viper/compare/v1.5.0...v1.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-09 11:14:41 +00:00
Ovidiu Predescu
b42b09ccbe
Disable the logout method for authentication methods other than 'json' (currently 'proxy' and 'none'.)
2019-12-03 17:31:11 -08:00
dependabot-preview[bot]
118071ba4b
chore(deps-dev): bump @vue/cli-plugin-babel from 4.0.5 to 4.1.1… ( #929 )
...
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel ) from 4.0.5 to 4.1.1.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.1.1/packages/@vue/cli-plugin-babel )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 15:52:26 +00:00
dependabot-preview[bot]
73b85eced4
chore(deps-dev): bump eslint from 6.6.0 to 6.7.2 in /frontend ( #932 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.6.0 to 6.7.2.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.6.0...v6.7.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 15:52:20 +00:00
Henrique Dias
997a0a433f
fix: disable eslint on one line
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-12-02 15:48:55 +00:00
dependabot-preview[bot]
0d7e344ca3
chore(deps-dev): bump @vue/cli-plugin-eslint from 4.0.5 to 4.1.1… ( #927 )
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 4.0.5 to 4.1.1.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.1.1/packages/@vue/cli-plugin-eslint )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 15:36:38 +00:00
dependabot-preview[bot]
1884d50c3b
chore(deps): bump vue-i18n from 8.15.0 to 8.15.1 in /frontend ( #925 )
...
Bumps [vue-i18n](https://github.com/kazupon/vue-i18n ) from 8.15.0 to 8.15.1.
- [Release notes](https://github.com/kazupon/vue-i18n/releases )
- [Changelog](https://github.com/kazupon/vue-i18n/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/kazupon/vue-i18n/compare/v8.15.0...v8.15.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 15:36:30 +00:00
dependabot-preview[bot]
f5fad7a01d
chore(deps): bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7 ( #921 )
...
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml ) from 2.2.5 to 2.2.7.
- [Release notes](https://github.com/go-yaml/yaml/releases )
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.5...v2.2.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 15:36:22 +00:00
dependabot-preview[bot]
5c2ed2b2f9
chore(deps-dev): bump eslint-plugin-vue from 6.0.0 to 6.0.1 in /… ( #916 )
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v6.0.0...v6.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 15:36:13 +00:00
dependabot-preview[bot]
05475eb4fc
chore(deps): bump vuex from 3.1.1 to 3.1.2 in /frontend ( #914 )
...
Bumps [vuex](https://github.com/vuejs/vuex ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/vuejs/vuex/releases )
- [Commits](https://github.com/vuejs/vuex/compare/v3.1.1...v3.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 15:36:01 +00:00
dependabot-preview[bot]
9e6cc302c0
chore(deps): bump qrcode.vue from 1.6.3 to 1.7.0 in /frontend ( #913 )
...
Bumps [qrcode.vue](https://github.com/scopewu/qrcode.vue ) from 1.6.3 to 1.7.0.
- [Release notes](https://github.com/scopewu/qrcode.vue/releases )
- [Changelog](https://github.com/scopewu/qrcode.vue/blob/master/CHANGELOG.md )
- [Commits](https://github.com/scopewu/qrcode.vue/compare/v1.6.3...v1.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 15:35:53 +00:00
Henrique Dias
d422421cf9
Merge pull request #918 from spacebat/real-ip
...
Determine the real IP address of the client for logging
2019-12-02 15:31:56 +00:00
freedomlang
23a3ef069e
refactor: Optimize prompts component
2019-12-02 15:31:06 +00: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
A Kirkpatrick
5fb7207d65
Determine the real IP address of the client for logging
...
When running behind a reverse proxy such as nginx, the remote IP as
logged is always that of the proxy. Figuring out the correct address
in this context is a little tricky, hence the following module is
used:
https://github.com/tomasen/realip
2019-11-17 14:14:15 +10:30
Henrique Dias
d79d864825
chore(deps-dev): bump eslint from 5.16.0 to 6.6.0 in /frontend ( #915 )
...
chore(deps-dev): bump eslint from 5.16.0 to 6.6.0 in /frontend
2019-11-12 07:50:15 +00:00
dependabot-preview[bot]
d249b8b202
chore(deps-dev): bump eslint from 5.16.0 to 6.6.0 in /frontend
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.16.0 to 6.6.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v5.16.0...v6.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-11 12:23:46 +00:00
Henrique Dias
e9bd68f3b0
docs: make warning more visivble
2019-11-10 09:13:32 +00:00
Henrique Dias
506e088236
chore(deps): bump github.com/spf13/viper from 1.4.0 to 1.5.0 ( #908 )
...
Bumps [github.com/spf13/viper](https://github.com/spf13/viper ) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/spf13/viper/releases )
- [Commits](https://github.com/spf13/viper/compare/v1.4.0...v1.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-10 09:08:05 +00:00
dependabot-preview[bot]
c906d296be
chore(deps): bump gopkg.in/yaml.v2 from 2.2.4 to 2.2.5 ( #910 )
...
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml ) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/go-yaml/yaml/releases )
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.4...v2.2.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-10 09:07:55 +00:00
dependabot-preview[bot]
3b7f6ccf8e
chore(deps-dev): bump eslint-plugin-vue from 5.2.3 to 6.0.0 in /… ( #911 )
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 5.2.3 to 6.0.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v5.2.3...v6.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-10 09:07:41 +00:00
dependabot-preview[bot]
f1a7d2f8d0
chore(deps): bump github.com/spf13/viper from 1.4.0 to 1.5.0
...
Bumps [github.com/spf13/viper](https://github.com/spf13/viper ) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/spf13/viper/releases )
- [Commits](https://github.com/spf13/viper/compare/v1.4.0...v1.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-04 14:01:17 +00:00
Henrique Dias
fb13ded8e8
chore: version v2.0.16
2019-11-04 07:27:38 +00:00
dependabot-preview[bot]
85e4ff67e4
chore(deps): bump github.com/pelletier/go-toml from 1.5.0 to 1.6… ( #904 )
...
Bumps [github.com/pelletier/go-toml](https://github.com/pelletier/go-toml ) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/pelletier/go-toml/releases )
- [Commits](https://github.com/pelletier/go-toml/compare/v1.5.0...v1.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-04 07:26:19 +00:00
Nate Dalliard
6250efa208
add wrap to the editor ( #906 )
2019-11-04 07:23:48 +00:00
dependabot-preview[bot]
f1e1a27408
chore(deps-dev): bump @vue/cli-plugin-eslint in /frontend ( #900 )
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.0.5/packages/@vue/cli-plugin-eslint )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-24 12:11:16 +01:00
Miroslav Šedivý
076358ab79
fix: delete keyup only if no active prompt ( #896 )
2019-10-24 12:10:34 +01:00
dependabot-preview[bot]
d1efc14bb9
chore(deps): bump ace-builds from 1.4.6 to 1.4.7 in /frontend ( #894 )
...
Bumps [ace-builds](https://github.com/ajaxorg/ace-builds ) from 1.4.6 to 1.4.7.
- [Release notes](https://github.com/ajaxorg/ace-builds/releases )
- [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/ChangeLog.txt )
- [Commits](https://github.com/ajaxorg/ace-builds/compare/v1.4.6...v1.4.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-24 12:07:56 +01:00
dependabot-preview[bot]
508b7b326f
chore(deps-dev): bump @vue/cli-service from 4.0.4 to 4.0.5 in /frontend ( #899 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.0.5/packages/@vue/cli-service )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-24 12:07:35 +01:00
dependabot-preview[bot]
d1284972a3
chore(deps-dev): bump @vue/cli-plugin-babel in /frontend ( #898 )
...
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel ) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.0.5/packages/@vue/cli-plugin-babel )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-24 12:07:21 +01:00
dependabot-preview[bot]
cdba1d0c52
chore(deps-dev): bump @vue/cli-plugin-eslint from 4.0.3 to 4.0.4… ( #890 )
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.0.4/packages/@vue/cli-plugin-eslint )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-21 09:21:23 +01:00
Henrique Dias
ec28375208
chore: version v2.0.15
2019-10-18 15:54:07 +01:00
dependabot-preview[bot]
01068a9217
chore(deps-dev): bump @vue/cli-service from 4.0.3 to 4.0.4 in /f… ( #891 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.0.4/packages/@vue/cli-service )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-18 13:33:11 +01:00
dependabot-preview[bot]
7f01753bc5
chore(deps-dev): bump @vue/cli-plugin-babel from 4.0.3 to 4.0.4… ( #892 )
...
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel ) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.0.4/packages/@vue/cli-plugin-babel )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-18 13:33:03 +01:00
DanielV
0e223a056e
feat: generate manifest.json dynamically ( #889 )
2019-10-18 09:00:13 +01:00
dependabot-preview[bot]
9d08f9bed1
chore(deps-dev): bump @vue/cli-plugin-eslint from 3.11.0 to 4.0.… ( #887 )
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 3.11.0 to 4.0.3.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.0.3/packages/@vue/cli-plugin-eslint )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-18 00:30:15 +01:00
dependabot-preview[bot]
2cabeb8f68
chore(deps): bump vue-i18n from 8.14.1 to 8.15.0 in /frontend ( #881 )
...
Bumps [vue-i18n](https://github.com/kazupon/vue-i18n ) from 8.14.1 to 8.15.0.
- [Release notes](https://github.com/kazupon/vue-i18n/releases )
- [Changelog](https://github.com/kazupon/vue-i18n/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/kazupon/vue-i18n/compare/v8.14.1...v8.15.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-18 00:28:01 +01:00
dependabot-preview[bot]
7aaebab348
chore(deps-dev): bump @vue/cli-service from 3.12.0 to 4.0.3 in /… ( #886 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 3.12.0 to 4.0.3.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.0.3/packages/@vue/cli-service )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-18 00:27:54 +01:00
dependabot-preview[bot]
928cdfe2ae
chore(deps-dev): bump @vue/cli-plugin-babel from 3.11.0 to 4.0.3… ( #888 )
...
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel ) from 3.11.0 to 4.0.3.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.0.3/packages/@vue/cli-plugin-babel )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-18 00:27:35 +01:00
Henrique Dias
edb7b4dc17
chore: version v2.0.14
2019-10-13 08:10:11 +01:00
DanielV
85ee63af43
[Frontend] Fix invalid start_url in manifest file. ( #879 )
...
As far as I know the invalid start_url format breaks only the "Add to Home Screen" functionality, so it's a really minor change, fixing a nice functionality.
2019-10-11 12:02:06 +01:00
dependabot-preview[bot]
74b23a0bc5
chore(deps-dev): bump @vue/cli-service from 3.11.0 to 3.12.0 in… ( #876 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/v3.12.0/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.12.0/packages/@vue/cli-service )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-11 12:01:29 +01:00
Henrique Dias
be6c0bb850
chore: version v2.0.13
2019-10-09 22:23:57 +01:00
Paddy Xu
ddb670ae1e
fix #758 : reCAPTCHA should use secret for verification (instead… ( #875 )
2019-10-09 22:22:08 +01:00
dependabot-preview[bot]
4752758cf7
chore(deps): bump github.com/pelletier/go-toml from 1.4.0 to 1.5… ( #871 )
...
Bumps [github.com/pelletier/go-toml](https://github.com/pelletier/go-toml ) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/pelletier/go-toml/releases )
- [Commits](https://github.com/pelletier/go-toml/compare/v1.4.0...v1.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-08 07:47:42 +01:00
dependabot-preview[bot]
bd8aab4cba
chore(deps): bump gopkg.in/yaml.v2 from 2.2.3 to 2.2.4 ( #868 )
...
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml ) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/go-yaml/yaml/releases )
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.3...v2.2.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-03 13:00:04 +01:00
dependabot-preview[bot]
c61ede4153
chore(deps): bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3 ( #867 )
...
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml ) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/go-yaml/yaml/releases )
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.2...v2.2.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-09-30 23:16:24 +01:00
dependabot-preview[bot]
efd46d6bd3
chore(deps): [security] bump mixin-deep from 1.3.1 to 1.3.2 in /frontend ( #852 )
...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep ) from 1.3.1 to 1.3.2. **This update includes a security fix.**
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases )
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-09-20 10:17:25 +01:00
dependabot-preview[bot]
f2a8abb264
chore(deps): bump qrcode.vue from 1.6.2 to 1.6.3 in /frontend ( #860 )
...
Bumps [qrcode.vue](https://github.com/scopewu/qrcode.vue ) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/scopewu/qrcode.vue/releases )
- [Changelog](https://github.com/scopewu/qrcode.vue/blob/master/CHANGELOG.md )
- [Commits](https://github.com/scopewu/qrcode.vue/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-09-20 10:17:11 +01:00
dependabot-preview[bot]
978aadc9b1
chore(deps): bump github.com/spf13/pflag from 1.0.3 to 1.0.5 ( #863 )
...
Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag ) from 1.0.3 to 1.0.5.
- [Release notes](https://github.com/spf13/pflag/releases )
- [Commits](https://github.com/spf13/pflag/compare/v1.0.3...v1.0.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-09-20 10:16:56 +01:00
dependabot-preview[bot]
0626f07270
chore(deps): bump vue-router from 3.1.2 to 3.1.3 in /frontend ( #853 )
...
Bumps [vue-router](https://github.com/vuejs/vue-router ) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/vuejs/vue-router/releases )
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-router/compare/v3.1.2...v3.1.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-09-12 15:20:31 +02:00
dependabot-preview[bot]
0afc8c9e5c
chore(deps): bump ace-builds from 1.4.5 to 1.4.6 in /frontend ( #857 )
...
Bumps [ace-builds](https://github.com/ajaxorg/ace-builds ) from 1.4.5 to 1.4.6.
- [Release notes](https://github.com/ajaxorg/ace-builds/releases )
- [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/ChangeLog.txt )
- [Commits](https://github.com/ajaxorg/ace-builds/compare/v1.4.5...v1.4.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-09-12 15:17:57 +02:00
dependabot-preview[bot]
28480c6acd
chore(deps): bump vue-i18n from 8.14.0 to 8.14.1 in /frontend ( #858 )
...
Bumps [vue-i18n](https://github.com/kazupon/vue-i18n ) from 8.14.0 to 8.14.1.
- [Release notes](https://github.com/kazupon/vue-i18n/releases )
- [Changelog](https://github.com/kazupon/vue-i18n/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/kazupon/vue-i18n/compare/v8.14.0...v8.14.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-09-12 15:17:50 +02:00
dependabot-preview[bot]
826cdddca7
chore(deps): bump github.com/gorilla/websocket from 1.4.0 to 1.4… ( #848 )
...
Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/gorilla/websocket/releases )
- [Commits](https://github.com/gorilla/websocket/compare/v1.4.0...v1.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-29 10:10:26 +02:00
dependabot-preview[bot]
ec92ad9f47
chore(deps): [security] bump eslint-utils from 1.3.1 to 1.4.2 in… ( #849 )
...
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils ) from 1.3.1 to 1.4.2. **This update includes a security fix.**
- [Release notes](https://github.com/mysticatea/eslint-utils/releases )
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-29 10:10:20 +02:00
dependabot-preview[bot]
ce97b9b9fd
chore(deps-dev): bump babel-eslint from 10.0.2 to 10.0.3 in /fro… ( #847 )
...
Bumps [babel-eslint](https://github.com/babel/babel-eslint ) from 10.0.2 to 10.0.3.
- [Release notes](https://github.com/babel/babel-eslint/releases )
- [Commits](https://github.com/babel/babel-eslint/compare/v10.0.2...v10.0.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-29 10:10:08 +02:00
dependabot-preview[bot]
bbd93e111d
chore(deps-dev): bump @vue/cli-service from 3.10.0 to 3.11.0 in… ( #841 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.11.0/packages/@vue/cli-service )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-24 09:18:29 +02:00
dependabot-preview[bot]
f7c7d50e54
chore(deps-dev): bump @vue/cli-plugin-babel from 3.10.0 to 3.11.… ( #842 )
...
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel ) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.11.0/packages/@vue/cli-plugin-babel )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-24 09:18:20 +02:00
dependabot-preview[bot]
854d8bb705
chore(deps-dev): bump @vue/cli-plugin-eslint from 3.10.0 to 3.11… ( #843 )
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.11.0/packages/@vue/cli-plugin-eslint )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-22 22:30:02 +02:00
dependabot-preview[bot]
7c0f261a97
chore(deps): bump github.com/caddyserver/caddy from 1.0.2 to 1.0… ( #837 )
...
Bumps [github.com/caddyserver/caddy](https://github.com/caddyserver/caddy ) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/caddyserver/caddy/releases )
- [Commits](https://github.com/caddyserver/caddy/compare/v1.0.2...v1.0.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-15 14:50:36 +02:00
dependabot-preview[bot]
7b9861b2c6
chore(deps): bump github.com/caddyserver/caddy from 1.0.1 to 1.0… ( #836 )
...
Bumps [github.com/caddyserver/caddy](https://github.com/caddyserver/caddy ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/caddyserver/caddy/releases )
- [Commits](https://github.com/caddyserver/caddy/compare/v1.0.1...v1.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-14 16:03:10 +02:00
dependabot-preview[bot]
3a8fcbf4bc
chore(deps): bump vue-i18n from 8.13.0 to 8.14.0 in /frontend ( #835 )
...
Bumps [vue-i18n](https://github.com/kazupon/vue-i18n ) from 8.13.0 to 8.14.0.
- [Release notes](https://github.com/kazupon/vue-i18n/releases )
- [Changelog](https://github.com/kazupon/vue-i18n/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/kazupon/vue-i18n/compare/v8.13.0...v8.14.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-12 22:06:27 +01:00
dependabot-preview[bot]
83d9247df6
chore(deps): bump vue-i18n from 8.12.0 to 8.13.0 in /frontend ( #833 )
...
Bumps [vue-i18n](https://github.com/kazupon/vue-i18n ) from 8.12.0 to 8.13.0.
- [Release notes](https://github.com/kazupon/vue-i18n/releases )
- [Changelog](https://github.com/kazupon/vue-i18n/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/kazupon/vue-i18n/compare/v8.12.0...v8.13.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-09 14:17:35 +01:00
dependabot-preview[bot]
d32286a13d
chore(deps): bump vue-router from 3.1.1 to 3.1.2 in /frontend ( #834 )
...
Bumps [vue-router](https://github.com/vuejs/vue-router ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/vuejs/vue-router/releases )
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-router/compare/v3.1.1...v3.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-09 13:56:55 +01:00
dependabot-preview[bot]
621936f461
chore(deps): bump vue-router from 3.1.0 to 3.1.1 in /frontend ( #832 )
...
Bumps [vue-router](https://github.com/vuejs/vue-router ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/vuejs/vue-router/releases )
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-router/compare/v3.1.0...v3.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-08 16:19:53 +01:00
Henrique Dias
802e715fae
docs: update info --> sarn
2019-08-07 10:47:32 +01:00
dependabot-preview[bot]
adcafff384
chore(deps): bump vue-router from 3.0.7 to 3.1.0 in /frontend ( #830 )
...
Bumps [vue-router](https://github.com/vuejs/vue-router ) from 3.0.7 to 3.1.0.
- [Release notes](https://github.com/vuejs/vue-router/releases )
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-router/compare/v3.0.7...v3.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-07 10:23:27 +01:00
dependabot-preview[bot]
a5ce1cf1e1
chore(deps-dev): bump @vue/cli-plugin-eslint from 3.9.2 to 3.10.… ( #829 )
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 3.9.2 to 3.10.0.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.10.0/packages/@vue/cli-plugin-eslint )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-06 08:23:11 +01:00
dependabot-preview[bot]
87d18a3089
chore(deps-dev): bump @vue/cli-service from 3.9.3 to 3.10.0 in /… ( #828 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 3.9.3 to 3.10.0.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.10.0/packages/@vue/cli-service )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-05 15:10:17 +01:00
dependabot-preview[bot]
e7fc0e97d6
chore(deps-dev): bump @vue/cli-plugin-babel from 3.9.2 to 3.10.0… ( #827 )
...
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel ) from 3.9.2 to 3.10.0.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.10.0/packages/@vue/cli-plugin-babel )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-05 15:10:08 +01:00
Maikaze
34bdb8fcfc
feat(image preview): zoom with touch and mouse events ( #821 )
...
* Enhancements for zoom and drag in Image Preview
* Add MouseWheel Event to ExtendedImage Component
2019-08-02 12:30:20 +01:00
dependabot-preview[bot]
13b04f7672
chore(deps-dev): bump @vue/cli-service from 3.9.2 to 3.9.3 in /f… ( #818 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 3.9.2 to 3.9.3.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/v3.9.3/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.9.3/packages/@vue/cli-service )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-19 08:32:31 +02:00
dependabot-preview[bot]
76b9b2fa37
chore(deps): [security] bump lodash from 4.17.11 to 4.17.14 in /… ( #816 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.14. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-13 14:30:00 +00:00
dependabot-preview[bot]
896d7cfbed
chore(deps): [security] bump lodash.defaultsdeep from 4.6.0 to 4… ( #815 )
...
Bumps [lodash.defaultsdeep](https://github.com/lodash/lodash ) from 4.6.0 to 4.6.1. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.6.0...4.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-13 14:29:49 +00:00
dependabot-preview[bot]
0fb1b0840f
chore(deps): bump vue-i18n from 8.11.2 to 8.12.0 in /frontend ( #812 )
...
Bumps [vue-i18n](https://github.com/kazupon/vue-i18n ) from 8.11.2 to 8.12.0.
- [Release notes](https://github.com/kazupon/vue-i18n/releases )
- [Changelog](https://github.com/kazupon/vue-i18n/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/kazupon/vue-i18n/compare/v8.11.2...v8.12.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-09 14:21:26 +01:00
dependabot-preview[bot]
1c0250075b
chore(deps-dev): bump @vue/cli-plugin-babel from 3.9.0 to 3.9.2… ( #809 )
...
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel ) from 3.9.0 to 3.9.2.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.9.2/packages/@vue/cli-plugin-babel )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-08 13:23:04 +01:00
dependabot-preview[bot]
cf2af817b9
chore(deps-dev): bump @vue/cli-service from 3.9.0 to 3.9.2 in /f… ( #810 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 3.9.0 to 3.9.2.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.9.2/packages/@vue/cli-service )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-08 13:22:54 +01:00
dependabot-preview[bot]
ec24f79204
chore(deps-dev): bump @vue/cli-plugin-eslint from 3.9.1 to 3.9.2… ( #811 )
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 3.9.1 to 3.9.2.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.9.2/packages/@vue/cli-plugin-eslint )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-08 13:19:36 +01:00
ttys3
be902be453
fix: prevent maliciously constructed parameters like /api/public/dl/XZzCDnK2_not_exists_hash_name cause panic ( #791 )
2019-07-05 12:15:57 +01:00
ttys3
888e08792e
fix(file upload): safe encode filename with encodeRFC5987ValueChars
2019-07-05 12:13:14 +01:00
dependabot-preview[bot]
adc6ef22d9
chore(deps-dev): bump @vue/cli-plugin-eslint from 3.9.0 to 3.9.1… ( #805 )
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 3.9.0 to 3.9.1.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/v3.9.1/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.9.1/packages/@vue/cli-plugin-eslint )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-04 17:18:31 +01:00
dependabot-preview[bot]
0318d39112
chore(deps): bump vue-router from 3.0.6 to 3.0.7 in /frontend ( #806 )
...
Bumps [vue-router](https://github.com/vuejs/vue-router ) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/vuejs/vue-router/releases )
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-router/compare/v3.0.6...v3.0.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-04 17:18:18 +01:00
Henrique Dias
abcfa0a05b
chore: update caddy path ( #803 )
2019-07-03 18:41:36 +01:00
dependabot-preview[bot]
a4b5c99ebb
chore(deps-dev): bump @vue/cli-plugin-eslint from 3.8.0 to 3.9.0… ( #801 )
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/v3.9.0/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.9.0/packages/@vue/cli-plugin-eslint )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-03 13:32:10 +01:00
dependabot-preview[bot]
546e61a403
chore(deps-dev): bump @vue/cli-service from 3.8.4 to 3.9.0 in /f… ( #799 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 3.8.4 to 3.9.0.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/v3.9.0/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.9.0/packages/@vue/cli-service )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-03 13:25:19 +01:00
Henrique Dias
dcb68bd7a8
chore(deps-dev): bump @vue/cli-plugin-babel from 3.8.0 to 3.9.0… ( #800 )
...
chore(deps-dev): bump @vue/cli-plugin-babel from 3.8.0 to 3.9.0 in /frontend
2019-07-03 13:24:32 +01:00
dependabot-preview[bot]
d411720234
chore(deps-dev): bump @vue/cli-plugin-babel in /frontend
...
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel ) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/v3.9.0/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.9.0/packages/@vue/cli-plugin-babel )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-03 11:54:02 +00:00
Henrique Dias
1ae887d77c
chore(deps-dev): bump eslint-plugin-vue from 5.2.2 to 5.2.3 in /frontend ( #794 )
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v5.2.2...v5.2.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-01 15:22:03 +01:00
dependabot-preview[bot]
30465a771e
chore(deps): bump github.com/gorilla/mux from 1.7.2 to 1.7.3 ( #797 )
...
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux ) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/gorilla/mux/releases )
- [Commits](https://github.com/gorilla/mux/compare/v1.7.2...v1.7.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-01 15:21:49 +01:00
dependabot-preview[bot]
f004b48b99
chore(deps-dev): bump eslint-plugin-vue from 5.2.2 to 5.2.3 in /frontend
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v5.2.2...v5.2.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-24 12:31:56 +00:00
ttys3
fc5e2247f6
http/auth.go: new user signup: support auto user dir creation ( #788 )
2019-06-21 11:43:21 +01:00
dependabot-preview[bot]
5956647bd0
chore(deps-dev): bump babel-eslint from 10.0.1 to 10.0.2 in /frontend ( #784 )
...
Bumps [babel-eslint](https://github.com/babel/babel-eslint ) from 10.0.1 to 10.0.2.
- [Release notes](https://github.com/babel/babel-eslint/releases )
- [Commits](https://github.com/babel/babel-eslint/compare/v10.0.1...v10.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-19 11:52:59 +01:00
dependabot-preview[bot]
87eaf3ce5c
chore(deps-dev): bump @vue/cli-service from 3.8.3 to 3.8.4 in /frontend ( #785 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 3.8.3 to 3.8.4.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.8.4/packages/@vue/cli-service )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-19 11:25:22 +01:00
dependabot-preview[bot]
73eba60210
chore(deps): bump ace-builds from 1.4.4 to 1.4.5 in /frontend ( #786 )
...
Bumps [ace-builds](https://github.com/ajaxorg/ace-builds ) from 1.4.4 to 1.4.5.
- [Release notes](https://github.com/ajaxorg/ace-builds/releases )
- [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/ChangeLog.txt )
- [Commits](https://github.com/ajaxorg/ace-builds/compare/v1.4.4...v1.4.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-19 11:25:16 +01:00
dependabot-preview[bot]
4597ceb3a6
chore(deps-dev): bump @vue/cli-service from 3.8.0 to 3.8.3 in /frontend ( #780 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 3.8.0 to 3.8.3.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.8.3/packages/@vue/cli-service )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-13 20:09:57 +01:00
dependabot-preview[bot]
c0c25344c8
chore(deps): bump github.com/spf13/cobra from 0.0.4 to 0.0.5 ( #775 )
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 0.0.4 to 0.0.5.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v0.0.4...0.0.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-10 21:57:51 +01:00
dependabot-preview[bot]
5efb36103f
chore(deps): bump go.etcd.io/bbolt from 1.3.2 to 1.3.3 ( #776 )
...
Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt ) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/etcd-io/bbolt/releases )
- [Commits](https://github.com/etcd-io/bbolt/compare/v1.3.2...v1.3.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-10 21:57:36 +01: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
dom3k
ffd8a3a637
fix: use ParseFromRequest instead of ParseFromRequestWithClaims ( #771 )
...
ParseFromRequestWithClaims is DEPRECATED
2019-06-06 12:22:04 +01:00
dependabot-preview[bot]
425ec275e9
chore(deps-dev): bump @vue/cli-plugin-eslint from 3.7.0 to 3.8.0 in /frontend ( #765 )
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.8.0/packages/@vue/cli-plugin-eslint )
2019-05-28 09:08:33 +01:00
dependabot-preview[bot]
3b9f336634
chore(deps-dev): bump @vue/cli-plugin-babel from 3.7.0 to 3.8.0 in /frontend ( #766 )
...
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel ) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.8.0/packages/@vue/cli-plugin-babel )
2019-05-28 08:37:29 +01:00
dependabot-preview[bot]
f792c31046
chore(deps): bump github.com/spf13/viper from 1.3.2 to 1.4.0 ( #764 )
...
Bumps [github.com/spf13/viper](https://github.com/spf13/viper ) from 1.3.2 to 1.4.0.
- [Release notes](https://github.com/spf13/viper/releases )
- [Commits](https://github.com/spf13/viper/compare/v1.3.2...v1.4.0 )
2019-05-28 08:37:10 +01:00
dependabot-preview[bot]
55a54ff89e
chore(deps-dev): bump @vue/cli-service from 3.7.0 to 3.8.0 in /frontend ( #767 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.8.0/packages/@vue/cli-service )
2019-05-28 08:36:53 +01:00
Henrique Dias
78a40c9b14
chore(deps): bump github.com/gorilla/mux from 1.7.1 to 1.7.2 ( #756 )
...
chore(deps): bump github.com/gorilla/mux from 1.7.1 to 1.7.2
2019-05-21 11:58:00 +01:00
Henrique Dias
17f32d16cc
Merge pull request #757 from filebrowser/dependabot/go_modules/github.com/spf13/cobra-0.0.4
...
chore(deps): bump github.com/spf13/cobra from 0.0.3 to 0.0.4
2019-05-21 11:57:50 +01:00
dependabot[bot]
d57a0f2ae1
chore(deps): bump github.com/spf13/cobra from 0.0.3 to 0.0.4
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 0.0.3 to 0.0.4.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v0.0.3...v0.0.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-05-21 10:55:14 +00:00
dependabot[bot]
d6fdfef243
chore(deps): bump github.com/gorilla/mux from 1.7.1 to 1.7.2
...
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux ) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/gorilla/mux/releases )
- [Commits](https://github.com/gorilla/mux/compare/v1.7.1...v1.7.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-05-21 10:54:38 +00:00
Henrique Dias
62d28dc89e
chore(deps): bump qrcode.vue from 1.6.1 to 1.6.2 in /frontend ( #740 )
...
chore(deps): bump qrcode.vue from 1.6.1 to 1.6.2 in /frontend
2019-05-21 11:46:49 +01:00
dependabot[bot]
57c65156f7
chore(deps): bump qrcode.vue from 1.6.1 to 1.6.2 in /frontend
...
Bumps [qrcode.vue](https://github.com/scopewu/qrcode.vue ) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/scopewu/qrcode.vue/releases )
- [Commits](https://github.com/scopewu/qrcode.vue/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-05-21 10:42:32 +00:00
Henrique Dias
6e54dff40d
chore: merge frontend with filebrowser repos ( #739 )
...
chore: merge frontend with filebrowser repos
2019-05-21 11:38:38 +01:00
Henrique Dias
0e722c8df1
chore: do not fetch submodule
2019-05-21 11:19:03 +01:00
Henrique Dias
f05479865c
chore: tx main repo, merge gitignores and circle
2019-05-21 11:17:25 +01:00
Henrique Dias
4e4055e7a8
chore: add frontend
2019-05-21 11:14:32 +01:00
Henrique Dias
7414ca10b3
chore: move files to frontend
2019-05-21 11:13:59 +01:00
Henrique Dias
1e17dfa6cb
chore: remove frontend submodule
2019-05-21 11:11:32 +01:00
Henrique Dias
64d6d9e93b
chore: version v2.0.12
2019-05-21 10:59:36 +01:00
Henrique Dias
68902312cc
fix: cannot find frontend
2019-05-21 10:59:05 +01:00
Henrique Dias
a52b50b706
chore: version v2.0.11
2019-05-21 08:50:13 +01:00
Henrique Dias
2527bdbfe1
Check if keys exist in map. Fixes : #736 ( #737 )
...
Check if keys exist in map. Fixes : #736
2019-05-21 08:46:50 +01:00
cnone
473aaf13be
Check if keys exist in map. Fixes : #736
2019-05-21 01:57:01 +03:00
Henrique Dias
0844b597f8
feat: update languages
2019-05-20 22:07:06 +01:00
Henrique Dias
d45d7f92fb
feat: update languages
2019-05-20 22:06:56 +01:00
Henrique Dias
b3a822b4e8
fix: address
2019-05-20 22:05:22 +01:00
Henrique Dias
788fadbd5e
fix: remove docker-latest
2019-05-20 22:01:30 +01:00
Henrique Dias
40f29e1e9b
chore: version v2.0.10
2019-05-20 21:55:30 +01:00
Henrique Dias
a036a25e1d
fix: compile for linux/amd64
2019-05-20 21:44:21 +01:00
Henrique Dias
abed362dc5
Make --auth.method parameter optional when changing auth parameters Fixes : #715 ( #732 )
...
Make --auth.method parameter optional when changing auth parameters Fixes : #715
2019-05-20 18:45:12 +01:00
cnone
ce78299464
Fix panic with checkerr
2019-05-20 19:20:41 +03:00
cnone
030f6607f0
Refactor the code
2019-05-20 04:55:36 +03:00
cnone
c3a4e33245
Fix linter issue
2019-05-19 22:05:42 +03:00
cnone
aabf0843ab
Make auth parameters optional
2019-05-19 22:03:26 +03:00
cnone
748e4acfb6
Fix empty json auth parameter bug
2019-05-19 17:31:25 +03:00
cnone
6e48a6b512
Make --auth.method parameter optional Fixes : #715
2019-05-19 17:13:34 +03:00
Henrique Dias
88500ab219
chore: version v2.0.9
2019-05-17 12:29:56 +01:00
Henrique Dias
d0f8c141e1
feat: adds support for unix sockets ( #729 )
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-05-17 11:48:06 +01:00
Henrique Dias
34a1bf1380
fix: correct frontend commit
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-05-14 09:11:17 +01:00
Henrique Dias
b87ba12a7d
Merge pull request #727 from alexandrestein/weakClientFileName
...
Update download names file for weak clients
2019-05-14 09:06:01 +01:00
Henrique Dias
bb0d048235
Merge pull request #150 from alexandrestein/master
...
Update download names file for weak clients
2019-05-14 09:05:47 +01:00
Alexandre Stein
b991c65d8b
Update download names file for weak clients
2019-05-13 16:43:40 +02:00
Alexandre Stein
b3b5db351f
Update download names file for weak clients
2019-05-13 16:30:18 +02:00
Henrique Dias
9562e06b92
chore: version v2.0.8
2019-05-12 21:09:05 +01:00
Henrique Dias
7fc4899507
chore: versioning with ldflags ( #726 )
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-05-12 21:08:43 +01:00
Henrique Dias
d649ae6ff7
feat: use new docs links
2019-05-12 10:58:44 +01:00
Henrique Dias
633579e738
feat: update docs links
2019-05-12 10:58:27 +01:00
Henrique Dias
a65cb32d70
chore: setting untracked version [ci skip]
2019-05-12 09:50:10 +01:00
Henrique Dias
f1a7bc54ea
chore: version v2.0.7
2019-05-12 09:50:01 +01:00
Henrique Dias
8e1815944b
chore: add major docker image
2019-05-12 09:25:04 +01:00
Henrique Dias
db924c475a
feat: tidy go mod
2019-05-12 09:23:52 +01:00
Henrique Dias
d970bb7de7
feat: use npm ci on ci
2019-05-12 09:23:11 +01:00
Henrique Dias
1fa91adae4
chore: go mod tidy
2019-05-12 09:21:34 +01:00
Henrique Dias
604487920d
fixes: requiring a trailing slash ( #669 )
2019-05-12 09:20:53 +01:00
Henrique Dias
72e74d421c
fix: don't return 404 if the prefix doesn't exist
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-05-12 09:04:09 +01:00
Henrique Dias
df5fc427ef
chore: setting untracked version [ci skip]
2019-05-12 00:48:33 +01:00
Henrique Dias
12088154fe
chore: version v2.0.6
2019-05-12 00:48:26 +01:00
Henrique Dias
8ec27734bb
chore: fix ci
2019-05-12 00:44:56 +01:00
Henrique Dias
1e6a0939a2
chore: don't build docker twice
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-05-11 23:49:16 +01:00
Henrique Dias
e58daaac83
feat: push single tag
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-05-11 23:34:56 +01:00
Henrique Dias
7d0f25e530
push immediatelly
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-05-11 23:22:05 +01:00
Henrique Dias
cba41a1a32
feat: improve wizard
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-05-11 23:15:52 +01:00
Henrique Dias
997f21fc55
feat: inject ca-certificates through alpine
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-05-11 23:02:37 +01:00
Henrique Dias
ead7fb4233
chore: circle ci ( #149 )
2019-05-11 22:59:50 +01:00
Henrique Dias
4590884a34
chore: add cleanup phases
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-05-11 22:56:25 +01:00
Henrique Dias
cc6689ac3a
chore: use circle ci ( #725 )
...
Former-commit-id: 3f2b9bf4d651e626e7658849fd0f1caefa4cbe1b [formerly 978d6c75dab9f724c7aff2a31cc3d3d0bb5e84d0] [formerly 4df409b8627f55ec6fee20f0698e7a2b06380f6d [formerly d60b3ebb28179b2d928e695bec7ccbd7494ef4e1]]
Former-commit-id: 24fec7fe931aaecf3fa91d9e9050c16c49909cd9 [formerly dbfae033cad45b7139de0238ea656e74e727f3e5]
Former-commit-id: a3fddbb4692b968e481ed7ffe3065b635aca2df7
2019-05-11 22:40:11 +01:00
Henrique Dias
3ab225a101
chore: remove caddy ( #724 )
...
feat: remove caddy bug repo
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
Former-commit-id: 4345a1d1b37df8b2d626c12e30415e13f70d5127 [formerly cbee013f5a8550dcd02efa3b3dc9a753126d5324] [formerly 6af0fc7ef5f751265163b91c5f7d004c822d72ae [formerly 0a37918677 ]]
Former-commit-id: f4493baf307b933be0fc9faec048ba0a707b0cdb [formerly 5dd46cd82f833b56fe5ef6017e7eaeaea6eb3ceb]
Former-commit-id: efecca4f50951099c2dea55bd904ce9077c21a0c
2019-05-11 19:35:50 +01:00
dependabot[bot]
31b70a7736
chore(deps-dev): bump @vue/cli-plugin-eslint from 3.6.0 to 3.7.0 ( #145 )
2019-05-11 18:38:13 +01:00
dependabot[bot]
bbeadee98e
chore(deps): bump vue-i18n from 8.11.1 to 8.11.2 ( #147 )
2019-05-11 18:37:59 +01:00
Henrique Dias
b8169b6ebe
chore: setting untracked version [ci skip]
...
Former-commit-id: e4bda0276fdf6150744386cf41db53006763a2b7 [formerly a41a0964082de4cc378f49645d0731fda6e39ceb] [formerly 4277ee0909bfa8da9707f29b0c1c45fbb9d24a0d [formerly b13bed82e2 ]]
Former-commit-id: bf930d79708485d8bb7916cb37133788c309c806 [formerly 747db44298bcf930e9cc2e134ee20fe1fc162aa9]
Former-commit-id: 0be75c39fb7a88c0fb475ca17d8744df0af69abe
2019-05-11 11:41:36 +01:00
Henrique Dias
e5b8684e7f
chore: version v2.0.5
...
Former-commit-id: 356cfa9fe1e90a7cb037b9e1ceecea45aaf44908 [formerly b13ea2a48ba77b026b8129a3614a606037e1e0d1] [formerly 826ed64b6cc019c905211388cf1ef4a4bf9f3e3d [formerly e00c8b606f ]]
Former-commit-id: 293a7c66cbd0b7777dccbf4b7480fee2d1a9891d [formerly 760a541b948062a69b0d12db2272cdb7bc0da01a]
Former-commit-id: eb09feea73c0b926f93f08c774b2c4bf0829845d
2019-05-11 11:41:29 +01:00
Henrique Dias
912c4b4eee
chore:; fix ci
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
Former-commit-id: 614b6af4a41d5c311a2610ecc34a2f061fb84ed4 [formerly 6fc21c6c5cb48f53d3f8ed9e47308b62828d8aea] [formerly 602f31162786c0ef1702996df946a87b257cd9b6 [formerly f9d175d7c4 ]]
Former-commit-id: 6e49a267d6a15e2d5f620ef3c4088af74727a595 [formerly 82f4a74daa59a1a628aa7c0978766af83aadaecf]
Former-commit-id: 5908367f18080cae2b70719090f7ca6cb0dd46b3
2019-05-11 11:40:53 +01:00
Henrique Dias
b8dfd79dfe
chore: setting untracked version [ci skip]
...
Former-commit-id: d365cf44114615b1974bca28041f6794c9cce71f [formerly 0cf80ffb0e33addac168404fd15c2fa58072e6cf] [formerly 649c1403af6999d42e8943a9739fea5554234338 [formerly dc1a63c352 ]]
Former-commit-id: fabb9e4fa36b6753b13586fe86e643ae5bae25b8 [formerly 5d7bf3a33660e7c22611fe2f51a48a91e8fd8bcb]
Former-commit-id: 04f8dea3942ea6ac95085ce732082a00bf31d9e3
2019-05-11 11:21:13 +01:00
Henrique Dias
579f3ccd7d
chore: version v2.0.5
...
Former-commit-id: a9912c8643b629ab562354183bf629cb5f05a5b3 [formerly 7e6fa099800828b87dfeefa47469308c9f86d8c6] [formerly 19b9738b04e9e899306c1155e9ea2960f7e99889 [formerly e4d72d76bd ]]
Former-commit-id: 6056c50e78d29656f185bbac2a766b1df934ae5b [formerly 40e1cca78150c8d76441b7ada67784b46c4b0a3a]
Former-commit-id: c5965154be95686aac6c6b0258892685f7abb26b
2019-05-11 11:21:06 +01:00
Henrique Dias
f5b3ab8db6
feat: use go 1.12x
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
Former-commit-id: 1099ae5d7f6c132cf891e060de7c88f96d656f09 [formerly ea50b2c0686431e5728258fd02ad3a9e907c9349] [formerly 33237bb474abe7524a51501f797ca7cdae44c33f [formerly 30f685a347 ]]
Former-commit-id: 0669d58fb6dc75a63b6e16857d7a4e09a6ba806f [formerly f4d38b4fbf2a7aa234c1c7cacc743fc386f5fa20]
Former-commit-id: 8391f23eaa62ca9a4599c327b8418d9593ad110b
2019-05-11 11:20:00 +01:00
Henrique Dias
51f34eaadb
chore: setting untracked version [ci skip]
...
Former-commit-id: 25a3a8573d7aa98ddb44e93e1592bcf75a9bdd8c [formerly 0ac5fd3c659c0f6b13a191111b2ef5aaa1ea0b32] [formerly 478e9344bbc49b40662e60477b735fd667247833 [formerly f1b7e268e5 ]]
Former-commit-id: 8161191fd46defb50b75245da3778cbed961ec1e [formerly 721665ab8f48faa582bbe93daa892f09ea47ddd7]
Former-commit-id: 7a9238d3e212fed0076aa8b9c4081cc2fcfa111a
2019-05-11 10:50:10 +01:00
Henrique Dias
6699993088
chore: version v2.0.5
...
Former-commit-id: e1da801b5a2ec24fedbcd0acf730c635b5c4d09e [formerly c3db76c64b0bbdc7d854db3315ed8d1031eb14ac] [formerly e524dabea7aafe4dd0216783021c2e3822ce091a [formerly 815ee40110 ]]
Former-commit-id: 10ed3ee9044af8cc2c6a7885fb5124b695f8d121 [formerly d599cd5328e8e1b9614b9f59d2a6331d9480a82f]
Former-commit-id: 2bf752c693c8dbffa6a94c5acefdf0fcb192bd02
2019-05-11 10:50:01 +01:00
Henrique Dias
4257a775c8
chore: only update filebrowser
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
Former-commit-id: 43a156f17dc5f31a8f05db09c8dc2993e66e12d3 [formerly 127be0e964f108ccb270ea3e406f8adbad529b95] [formerly 427f9ed0116200977d93a3738beded5ec0ec1801 [formerly 1679a7393d ]]
Former-commit-id: 554f0e934b99e16d9feaf8b2f860bedaa0806637 [formerly 1931a7700751e4b0a004d1e35399ba877e890a8d]
Former-commit-id: 956e6fd658ca8a73ecc5e4f306bad4e1203e4c51
2019-05-11 10:49:38 +01:00
Henrique Dias
331c7bf387
chore: fix push ricebox
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
Former-commit-id: aadad9829076baffe239bbb87a2edc6565236710 [formerly 5f7905abd73a12f695081bdf16c08c88a39cc85e] [formerly ba5ff2c403dad0cbd3ec85c189193aa613834490 [formerly 549dec46e0 ]]
Former-commit-id: 222f34123a2247808f3512c5d4cfd21d47ae56ed [formerly 53e355ebdf6bfe6e2c26614e492047a66a44e308]
Former-commit-id: e9f355cddfb848ad07f038e6bfb7c5c1f45f057d
2019-05-11 10:24:26 +01:00
Henrique Dias
4c64aa7d11
chore: update dependencies
...
Former-commit-id: 8944a3ab76433102eaab1f9b4ac60c75801cc18e [formerly 4d94ff5e03e9c6a57c0d05ee4f89954b987a607d] [formerly b6021a4ccf0477bf7ce8f551937fc6b29f0316a8 [formerly bd93aeb50d ]]
Former-commit-id: 8c408f330360d41a2a8ffdf43036598222476622 [formerly d1f12f0f532a256bdd22711b22d3387c735a9dee]
Former-commit-id: c147d2767e53b1152997cea1e2e99e0848f6d1f9
2019-05-11 08:27:17 +01:00
dependabot[bot]
df42e352f7
chore(deps): bump vuex from 3.1.0 to 3.1.1 ( #148 )
...
Bumps [vuex](https://github.com/vuejs/vuex ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/vuejs/vuex/releases )
- [Commits](https://github.com/vuejs/vuex/compare/v3.1.0...v3.1.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-05-09 13:28:36 +01:00
Henrique Dias
1f8ec36eef
Merge pull request #721 from ttys3/fixup-isBinary
...
fixup func isBinary to handle CJK runes correctly
Former-commit-id: 08c8613759eed7d4790c9fea99273f60e88531a0 [formerly 82af4df6a155423555865a4d16a62c74befcefd1] [formerly 20751c4cd90807c51145c5284573509f26e5c934 [formerly 22bbad84fb ]]
Former-commit-id: 4561311363fd52b51838e71408ff270c2f376c97 [formerly e6452a14dd39fa07dc8d77a2b47b7a03b58c0029]
Former-commit-id: aca07de59fcdb2f079b839572cb431c792719158
2019-05-09 07:50:13 +01:00
荒野無燈
586bb63ee7
fixup func isBinary to handle CJK runes correctly
...
Former-commit-id: 880817e9e688f7126eb5e3010f5fc37110b28448 [formerly d44d541d75c625a474ca7c8f9adcc52e20ee69e0] [formerly fbbaf7b6a31ed09944700f1ffa98c0baca9ae0f3 [formerly 1c42539522 ]]
Former-commit-id: 2a647332f2d80741f7ac9cd4eccffbf8a0dd5348 [formerly ef7355350d4d1276911bcdd8b4aaaf1b82efe50c]
Former-commit-id: 7c6d116b6bda492cc9544dc4a46d95cd225c1b39
2019-05-08 02:15:37 +08:00
dependabot[bot]
1f985fe72f
chore(deps-dev): bump @vue/cli-service from 3.6.0 to 3.7.0 ( #144 )
2019-04-29 13:43:18 +01:00
dependabot[bot]
575296d7fc
chore(deps-dev): bump @vue/cli-plugin-babel from 3.6.0 to 3.7.0 ( #146 )
...
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-04-29 13:43:06 +01:00
dependabot[bot]
b93dc9f200
chore(deps): bump vue-i18n from 8.10.0 to 8.11.1 ( #143 )
...
Bumps [vue-i18n](https://github.com/kazupon/vue-i18n ) from 8.10.0 to 8.11.1.
- [Release notes](https://github.com/kazupon/vue-i18n/releases )
- [Changelog](https://github.com/kazupon/vue-i18n/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/kazupon/vue-i18n/compare/v8.10.0...v8.11.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-04-26 13:33:05 +01:00
dependabot[bot]
6255f737ba
chore(deps): bump ace-builds from 1.4.3 to 1.4.4 ( #142 )
...
Bumps [ace-builds](https://github.com/ajaxorg/ace-builds ) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/ajaxorg/ace-builds/releases )
- [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/ChangeLog.txt )
- [Commits](https://github.com/ajaxorg/ace-builds/compare/v1.4.3...v1.4.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-04-25 14:16:00 +01:00
Henrique Dias
2ca921b01b
docs: revert url changes [ci skip]
...
Former-commit-id: 33f4f97b069cafdee7ee9461fbe91dbf5885d71a [formerly d42ada8a5bed3bf9cacd65eefa3cd5f6fc5fe43a] [formerly a428467913503af725d8f9ac3099bd2b7b5060bc [formerly 805ad33c1b ]]
Former-commit-id: c0341fea4bbf7329067cfdd268d9bfe642932b47 [formerly 7503f34487a60ace9c81c95f7f6a929380bfa023]
Former-commit-id: b586408c96e4be271f6c694a78b2c6bd7e52271f
2019-04-21 09:23:52 +01:00
Henrique Dias
61cf3eb11a
docs: update docs urls [ci skip]
...
Former-commit-id: 2db0740d8571138993b7c933b7cb46f9ab4ddc57 [formerly 7bcdd52642fe46f34990d3edd45a92bdae4d8a91] [formerly 5e20ef92fb92d4ec507a57966c5effeba2679292 [formerly a9249c3d3f ]]
Former-commit-id: e85d33b6ca46ac6c5bc7153cdd429f641b30f4a9 [formerly 16d558f99a3dc84a6f882758c37aba353fb0df96]
Former-commit-id: 99126f4311acb74de88055ab3e4d7e7d0984ba46
2019-04-20 21:32:25 +01:00
Henrique Dias
a1573b2b64
chore: setting untracked version [ci skip]
...
Former-commit-id: 69e1e7a5bf250234f72945f283e8e0c40b975888 [formerly c28dd4a3a2f33bd1bfd66dfebd4c3e095ce13a03] [formerly d85546c1ccacfa3ae42dcf9920d18a0856ca04a3 [formerly 3df6243224 ]]
Former-commit-id: de1a3e4855876e10d4dae49e7af11112355565ea [formerly 46d269421e87447f89ade8be883fa72dff56c88f]
Former-commit-id: 56bd1dce6b6e6ad7bbd6dfc265a7fe53098b7a0c
2019-04-20 14:56:20 +01:00
Henrique Dias
de2c2021d7
chore: version v2.0.4
...
Former-commit-id: ed0fcd880038c88122f3791bb7e1dd72aebc4490 [formerly 1528e0038353c351ab614fd13c79c8c03a0b7c5a] [formerly e1164b51bd061190976d5d9bd6f50352279ebead [formerly 477ad73ef1 ]]
Former-commit-id: 06c62a56d5bc335e1092a81bf5e28b7c9a257f82 [formerly f690c1178915409b6ea62d0e4a126d5a05228a2b]
Former-commit-id: 4a51dbc5c2ec941ba2a6f66b3f811d38faf11bdd
2019-04-20 14:56:14 +01:00
Henrique Dias
243b12d4c2
refactor: cleanup comments
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
Former-commit-id: 09c20fe153894ff9f7d076d7470b015240c2e0ea [formerly 5d924777fe9ceb19a894eb8d450ab6b47a99d1e6] [formerly c4e99a1cee5b217f76cf2db05827c115ee1ef45c [formerly cc79548206 ]]
Former-commit-id: d3504f478810703708c751c3fefbfec11453d8c5 [formerly 205fbb1cef0aebedb15c27d7c73316262583b3cd]
Former-commit-id: 4339b62732ce10bfabe4193dd81a07a741c1ecf2
2019-04-20 14:22:19 +01:00
Henrique Dias
fa86894550
lint: lint the code
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
Former-commit-id: 984c56e0b9a9169b10c6017fbd68ab4fbd3868d7 [formerly 27c43314222c723a220b9b1d2141e1509ed05627] [formerly 0a9f6c47bff2d653035c93765ea08ade73ec450c [formerly b7fdcc3ee9 ]]
Former-commit-id: c27e7fa41f20f433a9a0a97ecc40ab78968b43dc [formerly 185db4a17969cd4fb76cc2b06bd58221c9c6c100]
Former-commit-id: 9b26d1b0642c61cd38f7cdf422f95b2bf9a9614d
2019-04-20 14:15:28 +01:00
Henrique Dias
4a1e21baec
feat: update frontend module
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
Former-commit-id: 0f4090228826b7fe1a7796289f4edac117281a5d [formerly df795ff9dd1a3dee923ee66b9159096b10e8e379] [formerly 950e67628643132a899b4f2fcd39c63f01b68800 [formerly c4bef0d616 ]]
Former-commit-id: 7e0163bd1048f484b1226619791f37c223c7f140 [formerly 078ec68f3a8f6e0cf560c5df3a47a4409efb530e]
Former-commit-id: a205c1e984c0969fb36a86627800419ac8914d77
2019-04-20 14:00:55 +01:00
Henrique Dias
3ed2144a0e
Merge pull request #102 from ttys3/feature-per-user-auto-dir-creation
...
feature: global settings: add createUserDir option checkbox.
2019-04-20 13:45:31 +01:00
Henrique Dias
0607e0df2d
feat: per-user auto directory creation ( #676 )
...
Former-commit-id: 4356d3e09da55e5f64acd9c476ba536635d4b2c0 [formerly d888715b1e26e822af92f1fbfd5090003104d6b7] [formerly 91adee94700e7ae1c08fc00679b74e67948ac2f3 [formerly f72addc780 ]]
Former-commit-id: e40b20d11bf17bb0704680c3c41a4f8219248c03 [formerly 9886a9ec0fe230506b346eed1d82b105fca537eb]
Former-commit-id: bba8644c9c61dd04853cac9748d27a453b9607d5
2019-04-20 13:45:09 +01:00
dependabot[bot]
a437761d03
chore(deps-dev): bump @vue/cli-service from 3.5.3 to 3.6.0 ( #137 )
2019-04-17 14:44:26 +01:00
dependabot[bot]
b432e1bf46
chore(deps-dev): bump @vue/cli-plugin-babel from 3.5.5 to 3.6.0 ( #140 )
2019-04-17 14:44:17 +01:00
dependabot[bot]
8dd59e3e67
chore(deps): bump vue-router from 3.0.5 to 3.0.6 ( #141 )
2019-04-17 14:44:04 +01:00
dependabot[bot]
fd5543407a
chore(deps-dev): bump @vue/cli-plugin-eslint from 3.5.1 to 3.6.0 ( #139 )
2019-04-15 13:15:57 +01:00
dependabot[bot]
48d012ff92
chore(deps): bump vue-router from 3.0.3 to 3.0.5 ( #138 )
2019-04-15 13:15:44 +01:00
dependabot[bot]
2c4eae5ca2
chore(deps): bump vue-router from 3.0.2 to 3.0.3 ( #135 )
2019-04-09 15:01:13 +01:00
dependabot[bot]
629646122f
chore(deps-dev): bump @vue/cli-plugin-babel from 3.5.3 to 3.5.5 ( #133 )
2019-04-02 08:40:52 +01:00
dependabot[bot]
d4f284f1a3
chore(deps-dev): bump eslint from 5.15.3 to 5.16.0 ( #134 )
2019-04-02 08:40:44 +01:00
dependabot[bot]
ff3b5b39a5
chore(deps): bump vue-i18n from 8.9.0 to 8.10.0 ( #132 )
2019-03-29 12:20:17 +00:00
dependabot[bot]
9667980f2d
chore(deps-dev): bump @vue/cli-plugin-babel from 3.5.1 to 3.5.3 ( #130 )
2019-03-28 14:49:20 +00:00
dependabot[bot]
188a34f835
chore(deps-dev): bump @vue/cli-service from 3.5.2 to 3.5.3 ( #131 )
2019-03-28 14:49:11 +00:00
dependabot[bot]
f9cd5f11d9
chore(deps-dev): bump @vue/cli-service from 3.5.1 to 3.5.2 ( #128 )
2019-03-27 11:37:52 +00:00
dependabot[bot]
adedf0178b
chore(deps): bump vue and vue-template-compiler ( #127 )
2019-03-20 21:22:13 +00:00
Jack Klika
4e15b82896
add basic QR functionality ( #126 )
2019-03-20 16:51:23 +01:00
dependabot[bot]
ed0ea34161
chore(deps-dev): bump eslint from 5.15.2 to 5.15.3 ( #125 )
2019-03-19 20:45:31 +00:00
dependabot[bot]
e2ffd36073
chore(deps-dev): bump eslint from 5.15.1 to 5.15.2 ( #124 )
2019-03-18 11:24:05 +00:00
dependabot[bot]
6bd2a1852f
chore(deps): bump vue and vue-template-compiler ( #123 )
2019-03-14 11:44:36 +00:00
dependabot[bot]
371236e364
chore(deps-dev): bump @vue/cli-plugin-eslint from 3.5.0 to 3.5.1 ( #122 )
2019-03-12 11:27:18 +00:00
dependabot[bot]
6cbdc9d7c5
chore(deps-dev): bump @vue/cli-service from 3.4.1 to 3.5.1 ( #121 )
2019-03-12 11:20:09 +00:00
dependabot[bot]
a94125f3f2
chore(deps-dev): bump @vue/cli-plugin-babel from 3.4.1 to 3.5.1 ( #120 )
2019-03-12 11:19:52 +00:00
dependabot[bot]
2f5f5d75a7
chore(deps-dev): bump @vue/cli-plugin-eslint from 3.4.1 to 3.5.0 ( #118 )
2019-03-08 17:52:06 +00:00
dependabot[bot]
02f2284f3b
chore(deps): bump vue-i18n from 8.8.2 to 8.9.0 ( #116 )
2019-03-08 17:51:54 +00:00
dependabot[bot]
2b1305a315
chore(deps-dev): bump eslint from 5.15.0 to 5.15.1 ( #114 )
2019-03-05 14:45:51 +00:00
dependabot[bot]
ec78f67abd
chore(deps): bump vue and vue-template-compiler ( #112 )
2019-03-04 13:37:54 +00:00
dependabot[bot]
25c04af500
chore(deps-dev): bump eslint from 5.14.1 to 5.15.0 ( #113 )
2019-03-04 13:37:46 +00:00
Henrique Dias
c2f1d07abc
fix: linting
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
Former-commit-id: 0801f7da250662001ee6a4ffe77fd29bc72c3e81 [formerly 53cec10bada3f6e91184a3e9cbbe7426e08c5b42] [formerly b6362562ac985ec2c756c856b4b17d0dbabb265c [formerly 50867e48c4 ]]
Former-commit-id: 9fce1885ddb7894f540ea64b0ce674a9c5b92cf1 [formerly af5baa67f3ed8eea4f596f35837c58f01dcead8c]
Former-commit-id: b16b8bcdc1f76b205c3db9386b837d6d30d7f189
2019-02-27 20:55:45 +00:00
Henrique Dias
0d1074b6d9
fix: remove unecessary print
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
Former-commit-id: fc014a4e87fa75993f0cf8f64240effb3e2584d4 [formerly 5202c884e0a57d8c6bf978e7d08a00101d47808e] [formerly 66868567bca840214788a0519c8c3ad9ccbbc37c [formerly 41bd80fefb ]]
Former-commit-id: f4b3c79d5dae50caa25789fd863458bf9961f437 [formerly 644718708ce007762ad18433a67eb5e321d1eae7]
Former-commit-id: 7270c35dbcbb668ddbc8c422cb78bcb4ff8ea56f
2019-02-27 20:48:17 +00:00
dependabot[bot]
c0391d866e
chore(deps): bump ace-builds from 1.4.2 to 1.4.3 ( #111 )
2019-02-22 11:22:34 +00:00
dependabot[bot]
dcb97be587
chore(deps): bump vue and vue-template-compiler ( #110 )
2019-02-22 11:22:22 +00:00
dependabot[bot]
c6eb98aef2
chore(deps-dev): bump eslint from 5.14.0 to 5.14.1 ( #105 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.14.0 to 5.14.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v5.14.0...v5.14.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-22 11:22:11 +00:00
dependabot[bot]
1c6e15c064
chore(deps-dev): bump @vue/cli-plugin-eslint from 3.4.0 to 3.4.1 ( #108 )
2019-02-22 11:22:00 +00:00
dependabot[bot]
711a3a30b0
chore(deps-dev): bump @vue/cli-service from 3.4.0 to 3.4.1 ( #107 )
2019-02-20 11:34:58 +00:00
dependabot[bot]
e203ca14f4
chore(deps-dev): bump @vue/cli-plugin-babel from 3.4.0 to 3.4.1 ( #109 )
2019-02-20 11:34:49 +00:00
dependabot[bot]
0f1b69b625
chore(deps-dev): bump eslint-plugin-vue from 5.2.1 to 5.2.2 ( #106 )
2019-02-19 18:40:56 +00:00
荒野無燈
65a53514d5
global settings: add createUserDir option. new feature: auto create user home dir while adding user.
...
Former-commit-id: 331a76abdc611236ccc761d0fd9a814ed1ee0c35 [formerly 0c1024a5b8109c84d213e0cbdbe05e10eb5793d4] [formerly 467e1789f55c410ff2ca9e9ef125d9fe28410bc9 [formerly e8570e4dba ]]
Former-commit-id: 1eed58870b6e009d84806db6b55efc5fc3983e2a [formerly 3e9083f7758e72bd307ed23c4b512a8ab5adc523]
Former-commit-id: 5023ef77eb92636e62fde511ea609114e667a7d7
2019-02-19 11:55:18 +08:00
荒野無燈
176eaad70b
global settings: add createUserDir option checkbox.
2019-02-19 03:23:14 +08:00
dependabot[bot]
486dfe4e63
chore(deps-dev): bump eslint from 5.13.0 to 5.14.0 ( #103 )
2019-02-18 18:15:49 +00:00
dependabot[bot]
81cf4bab99
chore(deps): bump vue-i18n from 8.8.1 to 8.8.2 ( #104 )
2019-02-18 18:15:40 +00:00
Henrique Dias
ce68f48fb4
fix: clarify bolt package name
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
Former-commit-id: f46856bd84680104e797c78ae1c5b24a4bf4abb2 [formerly 5e687a969645645c17e69267f5410d5dd25b001d] [formerly 0ad00c12d715b805d51b7ffaa17283525e5e21f1 [formerly fbcf1ea995 ]]
Former-commit-id: eaf1b6aa326396828785065f53498e02a2f95b78 [formerly 30a76c7b8bd306bb92312aa7071cc3829a2171e4]
Former-commit-id: b60dcd6ac13649e759affd60b0e8346b243ef072
2019-02-16 21:23:02 +00:00
Henrique Dias
5a03c75dc3
chore: setting untracked version [ci skip]
...
Former-commit-id: 323a39fa2ae4fb60c7edefe7187fac8e79b5e95e [formerly ca42b3110ec4bb05809b07fbdcecec8df2def8b7] [formerly 2b987bc5e6612c2bd24943539c988a1f06a092b6 [formerly cf985676b9 ]]
Former-commit-id: 879575488c9618522f056dfda9d912957309555e [formerly e2dcead90587fa4ce55855640685c6b5bb8dc88d]
Former-commit-id: b775da1a1cd25482c40d5c6161f559445ff5cc5a
2019-02-15 13:06:19 +00:00
Henrique Dias
20d80bb054
chore: version v2.0.3
...
Former-commit-id: 946abfab3889ee4df0dda76220b13cc0ebc4d3c9 [formerly 34dff77bc4f5b12eb8e47e379d21caa0e55dd947] [formerly a3b1b9741b197f1fed9b53688c61d1fd474cdd43 [formerly eeb6f3207e ]]
Former-commit-id: d6191757d2495b28af08ed8e7de6dd46c90e7eb3 [formerly a49750caf93d703eb77df3d7fba2c0c234249fd5]
Former-commit-id: 98ac0d3e5e19a270f0c57dd5e59b3ee22fc05af5
2019-02-15 13:05:33 +00:00
Henrique Dias
cbdf3cafb6
fix: possible fix for proxy auth requiring login page
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
Former-commit-id: aa32ec7e27f24aee497d3c1a6bb3cda4f3f30265 [formerly 92f1d95d44e0a1c0b8dd6d81b467829c8832acc8] [formerly d8c05dc476ae88b730547cce1e3644c69ee17278 [formerly 84f108f1c5 ]]
Former-commit-id: 9f766a5b8ef847569fb8f4f16540c256fa9ca92f [formerly 0b6b1e48435b3fe5819327e311f08eb179a19b3e]
Former-commit-id: 046dfa8350d2f1b4e7fb789fb026069e137437ef
2019-02-15 12:58:45 +00:00
Henrique Dias
9c3f563f83
fix: login page for no auth/proyx
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-02-15 12:56:08 +00:00
dependabot[bot]
6b42781c21
chore(deps): bump vue-i18n from 8.8.0 to 8.8.1 ( #99 )
2019-02-15 13:09:46 +01:00
Henrique Dias
1259fc1bbc
feat: remove version cmd ( #675 )
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
Former-commit-id: 04a60c58f20d63ca7b25731c41e144bcf0f538cc [formerly e6e179799b64779515051df53352df5e63edc259] [formerly 0689eba81ff5f7ee3ea75db37b91cef4d6d8f35c [formerly 85899acae6 ]]
Former-commit-id: 96ca0cadb94131ddd3b57f0f11ad629edf687e40 [formerly 50130c75d39e67b15a645e7f4879acf34a5d6620]
Former-commit-id: 53b8120673a82217c3625de161d4ec57a96e1470
2019-02-15 12:54:44 +01:00
dependabot[bot]
891a0d1bd0
chore(deps-dev): bump eslint-plugin-vue from 5.1.0 to 5.2.1 ( #101 )
2019-02-14 13:24:08 +00:00
dependabot[bot]
3b9063dc63
chore(deps): bump vue and vue-template-compiler ( #100 )
2019-02-12 16:08:43 +00:00
dependabot[bot]
2bfdffb9c4
chore(deps): bump vue and vue-template-compiler ( #98 )
2019-02-12 08:16:46 +00:00
kolaente
4cf1f2f6b4
update dependencies ( #668 )
...
Former-commit-id: 8987aa3ca60368e28dbb54e7830f76ae9d8863da [formerly 3fad0ef36350b59b3a9ab613ae51df58c57abd49] [formerly 062602db41695fee69a8e7626442741fcd5d592a [formerly 4a4f635816 ]]
Former-commit-id: 9f624413cae53841cd306672b3cc8d6bc8c9a5ef [formerly c5df323016df89b2eb1ded85ba80ac8e2af0f52c]
Former-commit-id: 15a16269ed81b00917b5097e203cda55de8fa120
2019-02-08 14:37:14 +01:00
dependabot[bot]
9f8685bf10
chore(deps): bump vue and vue-template-compiler ( #96 )
2019-02-08 08:42:49 +00:00
dependabot[bot]
b58bc414bf
chore(deps): bump vue and vue-template-compiler ( #95 )
2019-02-06 19:27:56 +00:00
dependabot[bot]
0b81723118
chore(deps-dev): bump eslint from 5.12.1 to 5.13.0 ( #94 )
2019-02-04 21:38:32 +01:00
1138-4EB
a90bb28cae
Create directory of database if it does not exist ( #650 )
...
* fix: create directory of database if it does not exist
* fix code quality issue
Former-commit-id: 88c95717436489ff9014d88374775cc4c3f265b3 [formerly dc56f2c1c3bf46aac9a23e700780743ad15866c8] [formerly 92c2f9a68d575fb6e13453df6690c72f05ca9598 [formerly de205177f2 ]]
Former-commit-id: d0888c2f73fa691b900ddc7cbece6dbef985da96 [formerly a7495f66547f1814d31b1ca41148133d23198fd5]
Former-commit-id: a60afcd1fc6aa5cc88559025d7b3176b60117544
2019-02-03 15:51:17 +01:00
Alexei Yuzhakov
e86dfbe8ff
fix: case dependency and sorting order ( #661 ) ( #662 )
...
Former-commit-id: a772b30907a92818e5c109adc0d382af7ddf40dc [formerly 589c237e7f1230f16970c0b68263d4174dbe98f6] [formerly c3a0e4964d028dc06e5076869dd92975eb3c4699 [formerly 17b514510b ]]
Former-commit-id: 8e2c49d8fc18df68bb3172fbb98a97c98a5eb818 [formerly bc396cbf040a5016a26cd5387b14e9f55f8b74c6]
Former-commit-id: bda1997f4292c213e907ed0d8e566c5ab931edb9
2019-02-03 15:50:08 +01:00
dependabot[bot]
66418ec064
chore(deps-dev): bump @vue/cli-plugin-eslint from 3.3.0 to 3.4.0 ( #91 )
2019-02-01 13:38:03 +01:00
dependabot[bot]
d87640a4f1
chore(deps-dev): bump @vue/cli-plugin-babel from 3.3.0 to 3.4.0 ( #90 )
2019-02-01 13:35:32 +01:00
dependabot[bot]
e5580ac0c4
chore(deps-dev): bump @vue/cli-service from 3.3.1 to 3.4.0 ( #92 )
2019-02-01 13:35:21 +01:00
dependabot[bot]
b92c800e00
chore(deps): bump vue-i18n from 8.7.0 to 8.8.0 ( #88 )
2019-01-30 12:16:54 +00:00
Henrique Dias
437a238aca
chore: setting untracked version [ci skip]
...
Former-commit-id: 43d2b1b4fda66a7ae412a5091e93d35c8befc341 [formerly 32d7d602dc1e4a9696fb7fb8230493cccbbece0d] [formerly 7f4524b9c180a1ee538b630902724252203dd439 [formerly 4a2573830e ]]
Former-commit-id: 0927241d911bcbdc8d8dec216fa019e5243f9805 [formerly 483ca4ba1feb2de599615d6e738bd3568fd5e783]
Former-commit-id: b16c5e4a58438aafc5e64e30bb9fb031253c8051
2019-01-29 09:10:21 +00:00
Henrique Dias
e5fa0772c6
chore: version v2.0.2
...
Former-commit-id: d9e5bcaa8ba7c947ca2910e144456286b2e7dfb2 [formerly b35a7f02953dfa884ecb59b45cc7a9173c1dc247] [formerly b207ecb8ac3d2ddd9ebc12cf12ec0cf3badee056 [formerly b2c70377d1 ]]
Former-commit-id: 134324213f643fe4637eade2348139a78aaaafbb [formerly a3d41a8bbceacb5f2719353d969a1e3b1ef7118a]
Former-commit-id: 64796269842b1c5860b0f22405506bfca4b2e7e0
2019-01-29 09:10:06 +00:00
Henrique Dias
ba5c67d9da
fix: external auth by using a different auth header ( #649 )
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
Former-commit-id: e7c2574e40390d402443b23dd7aee5e5b18e5131 [formerly 20463dd5229b0e1f572a883e83db9e43bf8c8ff6] [formerly d2910cf8b18b20b13a46ffad23183c89325ef06b [formerly b5e61bc979 ]]
Former-commit-id: d26442e70963119ed3e6abd1ae894294eb12f1ed [formerly 9b49bbd9a959595ef0c26eeadd1fcac96e2b338c]
Former-commit-id: 1c8b2261607cdb88a3c685311e165e517234e498
2019-01-29 09:06:30 +00:00
Henrique Dias
e370fbe500
fix: enable external auth by using a different header ( #87 )
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-01-29 09:05:45 +00:00
1138-4EB
f3d007025e
remove addon docker-ce from travis
...
Former-commit-id: 169fb5f6a61249e5420bd8cbf758b961847f86f5 [formerly 05042727df836dfa48a7099f8c6b18bf4052ea52] [formerly b1f252a7bfbeb01e97e2b930bd9b65eca72bed63 [formerly 14a3b5a417 ]]
Former-commit-id: 2642889d6f7d445e2e63c7f4cf09581598bb6ff6 [formerly 4fcb552e7678e609b0f706e9e31f5fc2e49d5330]
Former-commit-id: 014ce24c903c0eb9e6dabe3fa89cf2c609b2d5aa
2019-01-28 03:35:05 +01:00
Henrique Dias
89d4d828b9
fix: upgrade to publicPath ( #86 )
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-01-26 15:49:23 +00:00
Henrique Dias
e7a39808dd
chore: setting untracked version [ci skip]
...
Former-commit-id: 9ef650ed689aac71ec52c4613c7a7b35721604ad [formerly c539dee8f5474a48c9b5291b8ab1aede6896ebe1] [formerly 9db5ced0957f01e287205c2001c47c03b6543f44 [formerly fa4b100c85 ]]
Former-commit-id: 3b9324f933906b3d898373f418ca462c559f35ab [formerly 6b5d61a31cef4a308139383841c6ef0fa2f2d151]
Former-commit-id: 6e6ec1ef9caad0fb0ad722aaa866647ebc78d107
2019-01-26 12:11:29 +00:00
Alexandre Stein
d004015f03
feat: send message to user if file upload isn't completed and they try to close the tab
2019-01-26 11:27:58 +00:00
Po Chen
ba5b5fbfe3
fix: version number
2019-01-26 11:21:10 +00:00
Henrique Dias
dd29a87107
fix: correctly encode URIs ( #85 )
...
* fix: correctly encode URIs
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
* fix: encode uri component on copy, move and rename
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-01-26 10:46:48 +00:00
Henrique Dias
b394540f53
fix: only show size when is file or selection
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-01-23 14:48:50 +00:00
dependabot[bot]
3ed5f8c0bd
chore(deps-dev): bump @vue/cli-service from 3.3.0 to 3.3.1 ( #82 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli ) from 3.3.0 to 3.3.1.
<details>
<summary>Commits</summary>
- See full diff in [compare view](https://github.com/vuejs/vue-cli/commits )
</details>
<br />
[](https://dependabot.com/compatibility-score.html?dependency-name=@vue/cli-service&package-manager=npm_and_yarn&previous-version=3.3.0&new-version=3.3.1 )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com ):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
</details>
2019-01-22 17:33:41 +00:00
dependabot[bot]
5d5cef2a87
chore(deps): bump moment from 2.23.0 to 2.24.0 ( #83 )
...
Bumps [moment](https://github.com/moment/moment ) from 2.23.0 to 2.24.0.
<details>
<summary>Changelog</summary>
*Sourced from [moment's changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md ).*
> ### 2.24.0 [See full changelog](https://gist.github.com/marwahaha/12366fe45bee328f33acf125d4cd540e )
>
> * Release Jan 21, 2019
>
> * [#4338 ](https://github-redirect.dependabot.com/moment/moment/pull/4338 ) [bugfix] Fix startOf/endOf DST issues while boosting performance
> * [#4553 ](https://github-redirect.dependabot.com/moment/moment/pull/4553 ) [feature] Add localeSort param to Locale weekday methods
> * [#4887 ](https://github-redirect.dependabot.com/moment/moment/pull/4887 ) [bugfix] Make Duration#as work with quarters
> * 3 new locales (it-ch, ga, en-SG)
> * Lots of locale improvements
</details>
<details>
<summary>Commits</summary>
- [`96d0d67`](96d0d6791a ) Build 2.24.0
- [`f57faac`](f57faac11c ) Bump version to 2.24.0
- [`7eb0ea8`](7eb0ea815e ) Update changelog for 2.24.0
- [`38a19a7`](38a19a7c5b ) [locale] fo: Fixed relativeTimes for m and M ([#4609 ](https://github-redirect.dependabot.com/moment/moment/issues/4609 )) ([#4682 ](https://github-redirect.dependabot.com/moment/moment/issues/4682 ))
- [`01ae8ca`](01ae8ca220 ) [misc] Remove unused variable defaults ([#4959 ](https://github-redirect.dependabot.com/moment/moment/issues/4959 ))
- [`24e55df`](24e55dfe72 ) [locale] Extend cs locale with name of the months in genitive ([#4771 ](https://github-redirect.dependabot.com/moment/moment/issues/4771 ))
- [`3b80f6a`](3b80f6aab2 ) [feature] Add localeSort param to Locale weekday methods ([#4553 ](https://github-redirect.dependabot.com/moment/moment/issues/4553 ))
- [`bb484bc`](bb484bc7b8 ) [locale] (es-us) long date is D [de] MMMM [de] YYYY ([#4954 ](https://github-redirect.dependabot.com/moment/moment/issues/4954 ))
- [`ba125e7`](ba125e7070 ) [bugfix] (TypeScript) allow update of a single relativeTime handler
- [`91550f8`](91550f810c ) [locale] Capitalization of pt month names ([#4557 ](https://github-redirect.dependabot.com/moment/moment/issues/4557 ))
- Additional commits viewable in [compare view](https://github.com/moment/moment/compare/2.23.0...2.24.0 )
</details>
<br />
[](https://dependabot.com/compatibility-score.html?dependency-name=moment&package-manager=npm_and_yarn&previous-version=2.23.0&new-version=2.24.0 )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com ):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
</details>
2019-01-22 17:33:32 +00:00
dependabot[bot]
9264e344d7
chore(deps): bump js-base64 from 2.5.0 to 2.5.1 ( #79 )
...
Bumps [js-base64](https://github.com/dankogai/js-base64 ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/dankogai/js-base64/releases )
- [Commits](https://github.com/dankogai/js-base64/compare/2.5.0...2.5.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-01-21 14:55:54 +00:00
dependabot[bot]
0a46ac3e1b
chore(deps-dev): bump eslint from 5.12.0 to 5.12.1 ( #80 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.12.0 to 5.12.1.
<details>
<summary>Release notes</summary>
*Sourced from [eslint's releases](https://github.com/eslint/eslint/releases ).*
> ## v5.12.1
> * [`eb5c401`](eb5c4014f1 ) Chore: use meta.messages in some rules (2/4) (refs [#9870 ](https://github-redirect.dependabot.com/eslint/eslint/issues/9870 )) ([#10773 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10773 )) (薛定谔的猫)
> * [`aa56247`](aa56247746 ) Fix: avoid loading core rules dynamically from FS in Linter ([#11278 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11278 )) (Peter Metz)
> * [`04450bb`](04450bb7ed ) Docs: clarify process for adding committers ([#11272 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11272 )) (Kai Cataldo)
> * [`3ffcf26`](3ffcf26c1c ) Docs: add [**g-plane**](https://github.com/g-plane ) as committer ([#11277 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11277 )) (Kai Cataldo)
> * [`c403445`](c40344566e ) Fix: warn constant on RHS of || in no-constant-condition (fixes [#11181 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11181 )) ([#11253 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11253 )) (Merlin Mason)
> * [`9194f45`](9194f45ac7 ) Fix: Manage severity of 1 with TAP reporter (fixes [#11110 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11110 )) ([#11221 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11221 )) (Gabriel Cousin)
> * [`000f495`](000f4952ae ) Docs: fix example for sort-imports ignoreDeclarationSort ([#11242 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11242 )) (Remco Haszing)
> * [`7c0bf2c`](7c0bf2ca92 ) Docs: Add `npx` usage to Getting Started guide ([#11249 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11249 )) (eyal0803)
> * [`da9174e`](da9174e079 ) Docs: fixes typo peerDepencies ([#11252 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11252 )) (Christian Kühl)
> * [`9c31625`](9c31625f19 ) Docs: Improve custom formatter docs ([#11258 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11258 )) (Nicholas C. Zakas)
</details>
<details>
<summary>Changelog</summary>
*Sourced from [eslint's changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md ).*
> v5.12.1 - January 18, 2019
>
> * [`eb5c401`](eb5c4014f1 ) Chore: use meta.messages in some rules (2/4) (refs [#9870 ](https://github-redirect.dependabot.com/eslint/eslint/issues/9870 )) ([#10773 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10773 )) (薛定谔的猫)
> * [`aa56247`](aa56247746 ) Fix: avoid loading core rules dynamically from FS in Linter ([#11278 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11278 )) (Peter Metz)
> * [`04450bb`](04450bb7ed ) Docs: clarify process for adding committers ([#11272 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11272 )) (Kai Cataldo)
> * [`3ffcf26`](3ffcf26c1c ) Docs: add [**g-plane**](https://github.com/g-plane ) as committer ([#11277 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11277 )) (Kai Cataldo)
> * [`c403445`](c40344566e ) Fix: warn constant on RHS of || in no-constant-condition (fixes [#11181 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11181 )) ([#11253 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11253 )) (Merlin Mason)
> * [`9194f45`](9194f45ac7 ) Fix: Manage severity of 1 with TAP reporter (fixes [#11110 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11110 )) ([#11221 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11221 )) (Gabriel Cousin)
> * [`000f495`](000f4952ae ) Docs: fix example for sort-imports ignoreDeclarationSort ([#11242 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11242 )) (Remco Haszing)
> * [`7c0bf2c`](7c0bf2ca92 ) Docs: Add `npx` usage to Getting Started guide ([#11249 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11249 )) (eyal0803)
> * [`da9174e`](da9174e079 ) Docs: fixes typo peerDepencies ([#11252 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11252 )) (Christian Kühl)
> * [`9c31625`](9c31625f19 ) Docs: Improve custom formatter docs ([#11258 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11258 )) (Nicholas C. Zakas)
</details>
<details>
<summary>Commits</summary>
- [`faf3c4e`](faf3c4eda0 ) 5.12.1
- [`1010c98`](1010c98b81 ) Build: changelog update for 5.12.1
- [`eb5c401`](eb5c4014f1 ) Chore: use meta.messages in some rules (2/4) (refs [#9870 ](https://github-redirect.dependabot.com/eslint/eslint/issues/9870 )) ([#10773 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10773 ))
- [`aa56247`](aa56247746 ) Fix: avoid loading core rules dynamically from FS in Linter ([#11278 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11278 ))
- [`04450bb`](04450bb7ed ) Docs: clarify process for adding committers ([#11272 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11272 ))
- [`3ffcf26`](3ffcf26c1c ) Docs: add [**g-plane**](https://github.com/g-plane ) as committer ([#11277 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11277 ))
- [`c403445`](c40344566e ) Fix: warn constant on RHS of || in no-constant-condition (fixes [#11181 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11181 )) ([#11253 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11253 ))
- [`9194f45`](9194f45ac7 ) Fix: Manage severity of 1 with TAP reporter (fixes [#11110 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11110 )) ([#11221 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11221 ))
- [`000f495`](000f4952ae ) Docs: fix example for sort-imports ignoreDeclarationSort ([#11242 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11242 ))
- [`7c0bf2c`](7c0bf2ca92 ) Docs: Add `npx` usage to Getting Started guide ([#11249 ](https://github-redirect.dependabot.com/eslint/eslint/issues/11249 ))
- Additional commits viewable in [compare view](https://github.com/eslint/eslint/compare/v5.12.0...v5.12.1 )
</details>
<br />
[](https://dependabot.com/compatibility-score.html?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=5.12.0&new-version=5.12.1 )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com ):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
</details>
2019-01-21 14:55:46 +00:00
Henrique Dias
a438fc746f
feat: update translations ( #76 )
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-01-19 08:37:32 +00:00
Henrique Dias
0c8ffaf73e
Merge pull request #75 from filebrowser/dependabot/npm_and_yarn/vuex-3.1.0
...
chore(deps): bump vuex from 3.0.1 to 3.1.0
2019-01-18 14:11:00 +00:00
dependabot[bot]
6c1bbb3248
chore(deps): bump vuex from 3.0.1 to 3.1.0
...
Bumps [vuex](https://github.com/vuejs/vuex ) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/vuejs/vuex/releases )
- [Commits](https://github.com/vuejs/vuex/compare/v3.0.1...v3.1.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-01-18 11:26:12 +00:00
Henrique Dias
e663c60a89
update i18n for zh-cn and zh-tw ( #74 )
2019-01-17 15:54:01 +00:00
freedomlang
e1e8979e0b
update language file for zh-tw
2019-01-16 22:51:28 +08:00
freedomlang
de53b24536
update i18n for simplified chinese
2019-01-16 22:51:15 +08:00
dependabot[bot]
bc518a0e82
chore(deps): bump vue and vue-template-compiler ( #72 )
...
Bumps [vue](https://github.com/vuejs/vue ) and [vue-template-compiler](https://github.com/vuejs/vue ). These dependencies needed to be updated together.
Updates `vue` from 2.5.21 to 2.5.22
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.5.21...v2.5.22 )
Updates `vue-template-compiler` from 2.5.21 to 2.5.22
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.5.21...v2.5.22 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-01-14 12:52:21 +00:00
dependabot[bot]
2ed87febcb
chore(deps-dev): bump @vue/cli-plugin-babel from 3.2.2 to 3.3.0 ( #70 )
2019-01-08 14:16:24 +00:00
dependabot[bot]
ee169b3a46
chore(deps-dev): bump @vue/cli-service from 3.2.3 to 3.3.0 ( #69 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli ) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/compare/v3.2.3...vue-cli-version-marker@3.3.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-01-08 14:05:23 +00:00
dependabot[bot]
90d690c187
chore(deps-dev): bump @vue/cli-plugin-eslint from 3.2.2 to 3.3.0 ( #68 )
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli ) from 3.2.2 to 3.3.0.
<details>
<summary>Changelog</summary>
*Sourced from [@vue/cli-plugin-eslint's changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md ).*
> # [3.3.0](https://github.com/vuejs/vue-cli/compare/v3.2.3...v3.3.0 ) (2019-01-08)
>
> ## babel-preset-app
>
> #### Features
>
> * replace babel-plugin-transform-vue-jsx with [[**vue**](https://github.com/vue )](https://github.com/vue )/babel-preset-jsx ([#3218 ](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3218 )) ([f15dcf7](https://github.com/vuejs/vue-cli/commit/f15dcf7 ))
>
> ## cli-service
>
> #### Bug Fixes
>
> * **cli-service:** fix copy plugin's ignore pattern (fix [#3119 ](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3119 )) ([#3130 ](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3130 )) ([8b4471e](https://github.com/vuejs/vue-cli/commit/8b4471e ))
> * fix loaderOptions.postcss detection ([#3201 ](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3201 )) ([d5b5e3b](https://github.com/vuejs/vue-cli/commit/d5b5e3b )), closes [#3194 ](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3194 )
>
> ## cli-ui
>
> #### Bug Fixes
>
> * typo in welcome tips ([#3246 ](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3246 )) [ci skip] ([4070507](https://github.com/vuejs/vue-cli/commit/4070507 ))
>
> ## docs
>
> #### Features
>
> * deprecate confusing `baseUrl` option, use `publicPath` instead. ([#3143 ](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3143 )) ([e7af0d8](https://github.com/vuejs/vue-cli/commit/e7af0d8 ))
>
>
>
> # [3.2.3](https://github.com/vuejs/vue-cli/compare/v3.2.2...v3.2.3 ) (2019-01-03)
>
> ## cli-plugin-e2e-cypress
>
> #### Bug Fixes
>
> * make cypress config file compatible with eslint-config-airbnb rules ([0fc972e](https://github.com/vuejs/vue-cli/commit/0fc972e ))
>
> ## cli-plugin-unit-jest
>
> #### Bug Fixes
>
> * fix typo in jest config ([4feaacf](https://github.com/vuejs/vue-cli/commit/4feaacf ))
>
> ## cli-service
>
> #### Bug Fixes
>
> * fix a regression that `pages` doesn't allow entry-only string format ([a7fa191](https://github.com/vuejs/vue-cli/commit/a7fa191 )), closes [#3233 ](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3233 )
</details>
<details>
<summary>Commits</summary>
- [`04203aa`](04203aa4ee ) chore: vue-cli-version-marker@3.3.0
- [`8975f06`](8975f0670d ) chore: 3.3.0 changelog [ci skip]
- [`5937a67`](5937a67a48 ) v3.3.0
- [`bcdf6d0`](bcdf6d0938 ) chore: pre release sync
- [`d5b5e3b`](d5b5e3bfde ) fix: fix loaderOptions.postcss detection ([#3201 ](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3201 ))
- [`f15dcf7`](f15dcf7f48 ) feat: replace babel-plugin-transform-vue-jsx with @vue/babel-preset-jsx ([#3218 ](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3218 ))
- [`e7af0d8`](e7af0d8fa3 ) feat: deprecate confusing `baseUrl` option, use `publicPath` instead. ([#3143 ](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3143 ))
- [`8b4471e`](8b4471e78c ) fix(cli-service): fix copy plugin's ignore pattern (fix [#3119 ](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3119 )) ([#3130 ](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3130 ))
- [`4070507`](4070507de6 ) fix: typo in welcome tips ([#3246 ](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3246 )) [ci skip]
- [`d88f2fa`](d88f2faf64 ) chore: vue-cli-version-marker@3.2.3
- Additional commits viewable in [compare view](https://github.com/vuejs/vue-cli/compare/vue-cli-version-marker@3.2.2...vue-cli-version-marker@3.3.0 )
</details>
<br />
[](https://dependabot.com/compatibility-score.html?dependency-name=@vue/cli-plugin-eslint&package-manager=npm_and_yarn&previous-version=3.2.2&new-version=3.3.0 )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com ).
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com ):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
</details>
2019-01-08 12:57:44 +00:00
Henrique Dias
0e7d4ef110
fix: drop to itself ( close #33
...
)
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-01-06 12:01:23 +00:00
Henrique Dias
7a6397af22
feat: show search progressively
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-01-06 10:06:08 +00:00
Henrique Dias
ac512612e7
fix: fixed header
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-01-06 09:49:41 +00:00
Henrique Dias
95fc3dfdfb
feat: update i18n
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2019-01-05 16:24:09 +00:00
Henrique Dias
39be89780e
feat: code cleanup, new features and v2.0
...
We're merging this to continue https://github.com/filebrowser/filebrowser/pull/575 and setup translations auto-updating.
2019-01-05 16:12:09 +00:00
Mike Lei
2642333928
fix misleading prompt in zh-cn ( #47 )
2018-12-24 18:33:08 +01:00
helloray
7e1d745435
Fix/fast change directory ( #43 )
...
* fix:fast changing directory issue
* fix baseURL is not included
2018-12-05 11:25:26 +00:00
Rene Kaufmann
218e638f88
fix: lowercase BaseURL [filebrowser/filebrowser#522] ( #40 )
2018-11-19 17:15:25 +00:00
Henrique Dias
cad2a989c1
fix: arabic filename
2018-11-11 22:16:36 +00:00
Mohammed Essam Helewa
f844aeb2b4
feat: arabic support
...
I tried my best without looking to the plugin. I could refine this translation in future after going deep with this package :)
2018-11-11 16:20:42 +00:00
Marcos Gabriel
7847763a31
correction of some terms in pt_BR ( #32 )
2018-10-24 01:30:49 +02:00
Im, Juno
3f49bc382e
feature(i18n): add Korean translation ( #34 )
2018-10-08 23:42:21 +01:00
1138-4EB
3ae9e518a3
fix: lowercase BaseURL ( filebrowser/filebrowser#522 )
2018-08-24 00:20:20 +01:00
1138-4EB
1e5ced6737
fix: remove spaces before command output ( #31 )
2018-08-21 12:48:37 +01:00
Henrique Dias
fa67652ba4
fix: multiple selection enabled always visible ( #30 )
...
Although I couldn't reproduce #29 , this fixes #29 . It now truly hides the box while multiple selection isn't activated.
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com >
2018-08-20 09:03:47 +01:00
Dawid 'DeyV' Polak
62106cc0a4
fixes: displaced search text ( closes #20 )
2018-08-16 21:36:00 +01:00
Henrique Dias
99740e3eab
docs: add freenode badge
2018-08-08 09:15:16 +01:00
Henrique Dias
c12adbb594
chore: add travis ( #27 )
2018-08-07 13:44:35 +01:00
Hugo Massing
157b2da133
feat(inputs): add better autofocus ( #26 )
...
fix issue #25
2018-08-06 12:20:20 +01:00
1138-4EB
208f21728f
update 'Report issue' URL [filebrowser/filebrowser#477] ( #22 )
2018-08-02 12:12:53 +01:00
Hugo Massing
0377080da6
feat(rename): add default value for renaming file ( #23 )
2018-07-31 21:45:36 +01:00
1138-4EB
f5c48c9679
Use v-for to create boxes in Search.vue ( #21 )
...
`:key="k"` is required because of vuejs/vetur#261 .
2018-07-29 20:07:49 +01:00
Dawid 'DeyV' Polak
99ef1308ea
fix: typos and new words in polish translation ( #19 )
2018-07-29 07:52:57 +01:00
VLEFF
9f075c16c5
feat: handle subtitles for video streaming ( #18 )
2018-07-26 10:47:01 +01:00
Henrique Dias
2f17f19425
feat: infinite scrolling ( #17 )
...
Related to: https://github.com/filebrowser/filebrowser/issues/155
2018-07-23 14:48:55 +01:00
Dawid 'DeyV' Polak
06f00e9664
feat: polish translation ( #16 )
2018-07-12 09:41:52 +01:00
Andrea
c681174adf
feat: add italian language ( #15 )
2018-07-01 21:40:23 +01:00
Henrique Dias
4a12ce1888
chore: bump version to 1.5.0
2018-06-28 11:54:36 +01:00
Henrique Dias
4e39f2387a
fix: add pt-br to languages list
2018-06-28 11:42:55 +01:00
DeAlexPesh
e354098b96
feat: add Russian translation ( #14 )
2018-06-28 09:57:06 +01:00
Conrado Quilles Gomes
9086720c3c
feat: add Brazillian Portuguese translation
2018-06-27 17:37:13 +01:00
Beat
2bb9171e32
Fix - Use of index as key in a v-for directive to prevent duplicate key errors ( #10 )
2018-06-27 08:48:16 +01:00
1138-4EB
294efef38c
update icon/favicon ( #9 )
...
Related to filebrowser/filebrowser#417 , filebrowser/filebrowser#433 and filebrowser/filebrowser#436 .
I used https://realfavicongenerator.net to generate multiple favicon files of the new design by @timonss in different formats. These are the previews:
 
 
2018-06-26 17:12:12 +01:00
Henrique Dias
4f1d25fba7
chore: bump version 1.4.0
2018-05-20 13:02:09 +01:00
Henrique Dias
d3e363a4d5
fix: material in TTF and EOT ( #8 )
...
Fixes https://github.com/filebrowser/filebrowser/issues/404 .
2018-05-20 12:44:06 +01:00
Henrique Dias
a10f286f0f
chore: update version
2018-04-23 20:22:43 +01:00
1138-4EB
390c53097f
fix filebrowser/filebrowser#312, use prefix $ for commands ( #7 )
2018-04-23 20:21:36 +01:00
Henrique Dias
4c30b2c665
chore: update dependencies ( #6 )
2018-04-01 11:49:59 +01:00
Henrique Dias
325e6e0904
chore: bump version to 1.2.0
2018-03-10 13:19:52 +00:00
Equim
56ec440272
i18n: zh: minor fix
2018-02-28 13:51:52 +08:00
Henrique Dias
0af5e07eed
chore: bump version to 1.1.0
2018-02-27 17:09:18 +00:00
Equim
8a764ceb67
feat: varied recaptcha host
2018-02-27 17:08:14 +00:00
Equim
fe829aa850
build: also uglify service worker
2018-02-25 01:29:45 +08:00
Henrique Dias
2ca22656d6
chore: bump version to 1.0.4
2018-02-24 08:42:08 +00:00
Henrique Dias
cb7fa99fd3
fix: select last item on mobile
2018-02-24 08:40:46 +00:00
Henrique Dias
441639a8d5
chore: bump version
2018-02-03 00:13:08 +01:00
Sebastian
a78e1d504b
feat: add German translation´
2018-02-02 23:11:19 +00:00
Henrique Dias
02f6b0ec61
chore: bump version
2018-02-01 15:30:34 +00:00
Henrique Dias
8c60cc7084
fix: notification style
2018-02-01 15:30:19 +00:00
Henrique Dias
a7e4596e97
chore: bump version
2018-02-01 14:57:55 +00:00
Henrique Dias
97d53ceb2e
Merge branch 'master' of https://github.com/filebrowser/vue
2018-02-01 14:54:19 +00:00
Henrique Dias
a49fb20885
chore: add npmignore
2018-02-01 14:52:51 +00:00
Henrique Dias
2d5e97e140
docs: fix npm badge
2018-02-01 14:51:07 +00:00
Henrique Dias
ebdf5a0601
docs: update readme
2018-02-01 14:50:48 +00:00
Henrique Dias
9ca02c90ed
chore: fix ci
2018-02-01 14:46:05 +00:00
Henrique Dias
0595638228
chore: add circle
2018-02-01 14:43:54 +00:00
Henrique Dias
1f4d0cc3cd
docs: update
2018-02-01 12:40:20 +00:00
Henrique Dias
e6c0d1c28a
initial commit
2018-02-01 12:17:04 +00:00