minio/browser/app/js/objects/__tests__
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
..
DeleteObjectConfirmModal.test.js Refactor delete object and share object components (#5537) 2018-03-21 11:30:50 -07:00
ObjectActions.test.js Refactor delete object and share object components (#5537) 2018-03-21 11:30:50 -07:00
ObjectContainer.test.js Refactor download object and bulk action components (#5546) 2018-03-21 11:30:50 -07:00
ObjectItem.test.js Refactor download object and bulk action components (#5546) 2018-03-21 11:30:50 -07:00
ObjectsBulkActions.test.js Refactor download object and bulk action components (#5546) 2018-03-21 11:30:50 -07:00
ObjectsHeader.test.js Add missing unit tests for PR #5499 (#5527) 2018-03-21 11:30:50 -07:00
ObjectsList.test.js Refactor download object and bulk action components (#5546) 2018-03-21 11:30:50 -07:00
ObjectsListContainer.test.js Add missing unit tests for PR #5499 (#5527) 2018-03-21 11:30:50 -07:00
ObjectsSection.test.js Add missing unit tests for PR #5499 (#5527) 2018-03-21 11:30:50 -07:00
Path.test.js re-organize components and actions by feature (#5518) 2018-03-21 11:30:50 -07:00
PrefixContainer.test.js Refactor download object and bulk action components (#5546) 2018-03-21 11:30:50 -07:00
ShareObjectModal.test.js Refactor delete object and share object components (#5537) 2018-03-21 11:30:50 -07:00
actions.test.js allow non-loggedin users to access public bucket (#5570) 2018-03-21 11:30:50 -07:00
reducer.test.js allow non-loggedin users to access public bucket (#5570) 2018-03-21 11:30:50 -07:00