1
0
mirror of https://github.com/minio/minio.git synced 2025-01-18 02:03:15 -05:00

7 Commits

Author SHA1 Message Date
Kaan Kabalak
a48a034e5a Make directory path in the header editable ()
This change will allow users to navigate to their desired locations,
including buckets and directories that haven't been "created" yet

Fixes 

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
Rushan
22b4fe0a51 Update browser UI with new logo and colors () 2019-03-23 09:57:09 -07:00
Aditya Manthramurthy
042d7f25e4 Fix regexp matcher of browser assets and paths ()
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 
2019-01-22 10:58:28 -08:00
Kanagaraj M
19451e374a revert browser newux changes () 2018-03-26 12:49:12 -07:00
Rushan
1459c4be1e Browser: Update UI with new components and elements () 2018-03-21 11:38:57 -07:00
Krishna Srinivas
7e7ae29d89 browser: Remove hardcoding of minioBrowserPrefix=/minio ()
This enable reverse proxy of minio-browser. Fixes 
2017-11-06 15:59:37 -08:00
Krishna Srinivas
cead24b0f7 miniobrowser: Bring Minio browser source into minio repo. () 2017-01-23 18:07:22 -08:00