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
2019-08-12 22:36:19 -07:00
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 >
2019-07-11 16:44:47 -07:00
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 >
2019-07-11 10:55:13 +05:30
Kaan Kabalak
cc7dc61eb4
Allow folders inside buckets to be opened in a new tab ( #7840 )
...
Fixes #7836
2019-07-05 13:21:06 -07:00
Kaan Kabalak
36c19f1d65
Check bucket & prefix after obj's for new bucket are fetched ( #7838 )
...
Fixes #7837
2019-06-27 12:13:18 -07:00
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
2019-06-25 16:31:50 -07:00
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 >
2019-06-21 07:49:51 -07:00
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 >
2019-06-15 03:07:56 -07:00
Harshavardhana
1039311184
Update UI assets ( #7764 )
2019-06-11 15:31:10 -07:00
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 >
2019-06-07 23:41:41 -07:00
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 >
2019-06-06 11:16:09 -07:00
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 )
2019-05-31 22:11:38 -07:00
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
2019-05-30 13:58:22 +05:30
Kanagaraj M
da8214845a
allow users to change password through browser ( #7683 )
...
Allow IAM users to change the password using
browser UI.
2019-05-29 13:18:46 -07:00
Kaan Kabalak
9e7a19d6b9
Fix object share link expiry always being 7 days ( #7669 )
...