Kaan Kabalak
42531db37e
Update browser UI assets ( #8373 )
5 years ago
Mark Felder
bffc378a4f
Secret key field is not for creating a new password ( #8362 )
5 years ago
Kanagaraj M
82b9f2c931
remove yarn.lock from browser ( #8348 )
...
We already have package-lock.json and yarn.lock is not required
5 years ago
Harshavardhana
ac2e0596bd
Fix core-js build failure on node version 12.11.0 ( #8341 )
5 years ago
Kanagaraj M
65ac7c5671
add dynamic scrolling to bucket list in browser ( #8336 )
...
Fixes #8181
5 years ago
poornas
7bf1caa0fe
Fix broken link to go install docs ( #8090 )
5 years ago
Kaan Kabalak
a48a034e5a
Make directory path in the header editable ( #8018 )
...
This change will allow users to navigate to their desired locations,
including buckets and directories that haven't been "created" yet
Fixes #7883
Add tests
Change tooltip wording
Migrate to Font Awesome 5 to use path icon
Fix sidebar not closing on mobile
5 years ago
dependabot[bot]
2337e5f803
Bump lodash from 4.17.4 to 4.17.14 in /browser ( #7912 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.4 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.4...4.17.14 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
dependabot[bot]
a861d38532
Bump lodash-es from 4.17.4 to 4.17.14 in /browser ( #7910 )
...
Bumps [lodash-es](https://github.com/lodash/lodash ) from 4.17.4 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.4...4.17.14 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Kaan Kabalak
cc7dc61eb4
Allow folders inside buckets to be opened in a new tab ( #7840 )
...
Fixes #7836
5 years ago
Kaan Kabalak
36c19f1d65
Check bucket & prefix after obj's for new bucket are fetched ( #7838 )
...
Fixes #7837
5 years ago
Kanagaraj M
286c663495
list objects in browser ordered by last modified ( #7805 )
...
- return all objects in web-handlers listObjects response
- added local pagination to object list ui
- also fixed infinite loader and removed unused fields
5 years ago
dependabot[bot]
baef49b4a2
Bump stringstream from 0.0.5 to 0.0.6 in /browser ( #7816 )
...
Bumps [stringstream](https://github.com/mhart/StringStream ) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/mhart/StringStream/releases )
- [Commits](https://github.com/mhart/StringStream/compare/v0.0.5...v0.0.6 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
dependabot[bot]
e29a37e95c
Bump macaddress from 0.2.8 to 0.2.9 in /browser ( #7781 )
...
Bumps [macaddress](https://github.com/scravy/node-macaddress ) from 0.2.8 to 0.2.9.
- [Release notes](https://github.com/scravy/node-macaddress/releases )
- [Commits](https://github.com/scravy/node-macaddress/compare/0.2.8...0.2.9 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Harshavardhana
1039311184
Update UI assets ( #7764 )
6 years ago
dependabot[bot]
fb531235de
Bump nwmatcher from 1.4.3 to 1.4.4 in /browser ( #7760 )
...
Bumps [nwmatcher](https://github.com/dperini/nwmatcher ) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/dperini/nwmatcher/releases )
- [Commits](https://github.com/dperini/nwmatcher/commits )
Signed-off-by: dependabot[bot] <support@github.com>
6 years ago
dependabot[bot]
501af06001
Bump handlebars from 4.0.11 to 4.1.2 in /browser ( #7755 )
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.0.11 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.11...v4.1.2 )
Signed-off-by: dependabot[bot] <support@github.com>
6 years ago
dependabot[bot]
1ce2d29bbb
Bump fstream from 1.0.11 to 1.0.12 in /browser ( #7730 )
...
Bumps [fstream](https://github.com/npm/fstream ) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases )
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12 )
6 years ago
Kanagaraj M
8528017ad3
add min length validation to access key and secret key ( #7721 )
...
While changing the credentials through MinIO browser,
Update button will be disabled if keys are lesser than
minimum length.
Fixes #7713
6 years ago
Kanagaraj M
da8214845a
allow users to change password through browser ( #7683 )
...
Allow IAM users to change the password using
browser UI.
6 years ago
Kaan Kabalak
9e7a19d6b9
Fix object share link expiry always being 7 days ( #7669 )
...
The expiry value wasn't being sent to the server on modal value change
Fixes #7668
6 years ago
Kanagaraj M
3efcd6fa46
clear errors of previous failed login attempts ( #7516 )
...
When the first login attempt is failed(due to incorrect secretkey)
and the next attempt is successful. Error message shown for
the previous attempts should go away.
Fixes #7514
6 years ago
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
6 years ago
Rushan
22b4fe0a51
Update browser UI with new logo and colors ( #7408 )
6 years ago
Dee Koder
5085bef397
Share button icon is changed ( #7300 )
6 years ago
Aditya Manthramurthy
042d7f25e4
Fix regexp matcher of browser assets and paths ( #7083 )
...
Fix regexp matcher for special assets for the browser to clash with
less of the object namespace.
Assets should now be loaded with the /minio/ prefix. Previously,
favicon.ico (and others) could be loaded at any path matching
/minio/*/favicon.ico. This clashes with a large part of the object
namespace. With this change, /minio/favicon.ico will serve the favicon
but not /minio/mybucket/favicon.ico
Fixes #7077
6 years ago
Kaan Kabalak
e98d89274f
Upgrade to Webpack 4 ( #7045 )
6 years ago
Harshavardhana
712abc7958
Fix anonymous downloads URL generation ( #6800 )
...
Fixes #6778
6 years ago
Kanagaraj M
7c339e248a
fix success alert not shown after object is uploaded ( #6500 )
6 years ago
Kanagaraj M
d99c397746
fix public directory listing not working in browser ( #6466 )
...
Fixes #6436
6 years ago
Kaan Kabalak
ff822e64ca
Show pointer when user hovers over folder name ( #6412 )
...
To indicate that there is an action tied when the user clicks on the
folder name on the Minio Browser, the default cursor has been replaced
with a pointer on folder name hover. This is a regression from #6193 .
Fixes #6411
6 years ago
Kanagaraj Mayilsamy
2c46214291
fix browser hang when listobjects is denied ( #6385 )
...
When Deny ListObjects policy is set on bucket, the browser
is hanging while trying to list the object. This is now
fixed by showing appropriate error message and an
empty object list.
Fixes #6371
6 years ago
Kaan Kabalak
5e7ccc983d
UI: Handle policies listed in mc as 'none' by not showing them ( #6353 )
6 years ago
Sanat Mouli
efac90461a
Fix bug in Share Object Modal ( #6257 )
...
Fixes #6249
6 years ago
Sanat Mouli
98bce72295
Fix output path for go-bindata-assetfs ( #6253 )
6 years ago
Kaan Kabalak
cbe8df198e
Replace pointer with default cursor on filename hover ( #6193 )
6 years ago
Kaan Kabalak
8bd7a19d50
Refactor login page to get rid of warning on test ( #6083 )
6 years ago
Kaan Kabalak
39919708d6
Fix regression issue where users couldn't click into folders ( #6029 )
...
This commit fixes the issue introduced in #6023
The clicks on folder names direct the users inside the folders; while
the clicks on file names don't download the files, and will open file
previews on a separate modal in the future. Additionally, when a file
has been selected using the checkbox, it can now be downloaded without
being inside a zip file.
Fixes #6026
7 years ago
Kaan Kabalak
94ec6f374e
NewUX: On filename click, select file instead of downloading ( #6023 )
...
This commit has been done according to @abperiasamy's feedback as we
are going to reserve the click on file icon to open the preview modal
in the future.
Also, when the user now selects a single file, the file itself is
downloaded instead of a .zip file containing the file.
Fixes #6019
7 years ago
Harshavardhana
6138cae8e7
Persist MINIO_WORM as part of config.json ( #6022 )
7 years ago
Harshavardhana
000e360196
Deprecate showing drive capacity and total free ( #5976 )
...
This addresses a situation that we shouldn't be
displaying Total/Free anymore, instead we should simply
show the total usage.
7 years ago
Harshavardhana
e6ec645035
Implement support for calculating disk usage per tenant ( #5969 )
...
Fixes #5961
7 years ago
Acid Chicken (硫酸鶏)
483fe4bed5
Fix typo ( #5960 )
7 years ago
Harshavardhana
0e9c73cbcf
update browser ui-assets ( #5831 )
7 years ago
Rushan
ed5f2d899d
Browser: Disable input validation styles on Firefox ( #5822 )
7 years ago
Vladimir Cores
1a71004c91
Multi files selection and upload from Browser ( #5711 )
7 years ago
Kanagaraj M
19451e374a
revert browser newux changes ( #5714 )
7 years ago
Kanagaraj M
1c91c7b54d
added eslint prettier check to travis ( #5701 )
...
- "yarn eslint" will throw the error if there are any formatting issues
- "yarn format" will format the js file based on the project's
prettier configuration.
7 years ago
Kanagaraj M
4ca0ec4586
added yarn test to travis.yml ( #5696 )
7 years ago
Kanagaraj M
85154508b0
updated favicon.ico and ui-assets.go ( #5698 )
7 years ago