minio/browser/app/js
Kanagaraj M 416841869a allow non-loggedin users to access public bucket (#5570)
* conditionally render main action buttons

- Make bucket action will be available only for loggedIn users
- File upload button will be avaialble for loggedIn users
  and non-loggedIn users if the prefix is writable

* select the bucket and prefix from the url

When the url contains bucket and prefix, it will be selected
by default instead of the first bucket from the list.

* show BucketSearch only for LoggedIn users

* allow non-LoggedIn users to access public bucket

* removed unused Router imports

* fix test case failures in BucketList.test.js

* remove dupicate minioBrowserPrefix from url

since history is already initialized with minioBrowserPrefix,
no need to use it in push or replace

* remove unused match from App component

* remove unused minioBrowserPrefix imports
2018-03-21 11:30:50 -07:00
..
__tests__ re-organize components and actions by feature (#5518) 2018-03-21 11:30:50 -07:00
alert Refactor delete object and share object components (#5537) 2018-03-21 11:30:50 -07:00
browser allow non-loggedin users to access public bucket (#5570) 2018-03-21 11:30:50 -07:00
buckets allow non-loggedin users to access public bucket (#5570) 2018-03-21 11:30:50 -07:00
components Refactor browser dropdown links and components (#5562) 2018-03-21 11:30:50 -07:00
jest Add missing unit tests to JavaScript and React components (#5505) 2018-03-21 11:30:50 -07:00
objects allow non-loggedin users to access public bucket (#5570) 2018-03-21 11:30:50 -07:00
store re-organize components and actions by feature (#5518) 2018-03-21 11:30:50 -07:00
uploads Refactor make bucket and upload components (#5521) 2018-03-21 11:30:50 -07:00
App.js allow non-loggedin users to access public bucket (#5570) 2018-03-21 11:30:50 -07:00
constants.js Refactor delete object and share object components (#5537) 2018-03-21 11:30:50 -07:00
history.js Refactor of components (#5499) 2018-03-21 11:30:50 -07:00
jsonrpc.js browser: Update ui-assets and fix the copyright header. (#3790) 2017-02-22 17:27:26 -08:00
loader.js upgrading react and refactoring components (#5409) (#5444) 2018-03-21 11:30:50 -07:00
mime.js browser: Update ui-assets and fix the copyright header. (#3790) 2017-02-22 17:27:26 -08:00
reducers.js Refactor make bucket and upload components (#5521) 2018-03-21 11:30:50 -07:00
utils.js browser: Update ui-assets and fix the copyright header. (#3790) 2017-02-22 17:27:26 -08:00
web.js upgrading react and refactoring components (#5409) (#5444) 2018-03-21 11:30:50 -07:00