Alex
21158e6c7a
Added CPU size selector & add tenant cleanup ( #1326 )
2021-12-17 10:29:10 -08:00
Lenin Alevski
725d6f9691
Handle empty permissions arrays when console runs in operator mode ( #1324 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2021-12-15 10:11:43 -08:00
Alex
dd488e4f7a
Created a new API exclusive for metadata information ( #1321 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2021-12-15 10:50:34 -06:00
Lenin Alevski
3b2c740fe0
Application routing now uses SecureComponent and hasPermission function ( #1288 )
...
- Some menu options were not showing even if the user has access to
perform the operations (IAM Policies)
- Deleted unecessary backend endpoints.go logic, instead using
SecureComponent to validate application routes and Menu options
rendering
- All the logic related to routes and permissions is now in the
permissions.ts file
- Added SecureComponent to List Users page
- Separated Menu options and routing logic for AdminConsole and
OperatorConsole
- Tools are hidden if user don't have access to them or MinIO is running
in fs mode (heal, audit log, etc
- Hide change-password button if user don't have access
- Hide create user button if user don't have access
- fixed some bugs when ldap/oidc is enabled
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2021-12-13 22:37:22 -08:00
Harshavardhana
db5ae3e09f
remove random logs from console ( #1317 )
...
as a practice always use LogError or LogInfo
instead of using `log.Println()` directly.
2021-12-13 00:17:33 -08:00
Prakash Senthil Vel
8a79409ef6
UX bucket and object modals and all other modals ( #1307 )
2021-12-10 12:12:46 -08:00
Alex
9444dadc16
Created DistributedOnly component & implemented for Heal & Speedtest pages ( #1313 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-12-10 10:47:54 -08:00
Alex
5618e08bbe
Updated ansi-html dependency to fix CVE vulnerability ( #1311 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2021-12-08 23:22:07 -08:00
Harshavardhana
f4001c0add
Release v0.12.8
...
Signed-off-by: Harshavardhana <harsha@minio.io >
v0.12.8
2021-12-08 20:50:50 -08:00
Harshavardhana
02c4910044
update dependencies to allow building
2021-12-08 20:44:00 -08:00
Alex
1713e58e62
Release v0.12.7 ( #1310 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
v0.12.7
2021-12-08 19:29:44 -08:00
Daniel Valdivia
90b33bb88f
Don't load Menu icons lazily ( #1309 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-12-08 16:09:45 -08:00
Daniel Valdivia
48dfe74aed
Fix Console Warnings on Browser ( #1306 )
...
* Fixed issues with broken styles
* Fix Merge Conflicts
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
* some tweaks
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-12-08 18:09:29 -06:00
Daniel Valdivia
9b39566f7c
Remove Unused CSS Classes ( #1308 )
...
* Remove Unused CSS Classes
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
* Remove Warnings
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-12-08 15:34:22 -08:00
Daniel Valdivia
aba7a9e1c9
Support to stream video ( #1304 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-12-07 21:36:50 -06:00
adfost
3db22a2479
Rewind mode list directory bug fix ( #1297 )
...
* rewind bug fix
* adding constant
2021-12-07 18:01:44 -08:00
Daniel Valdivia
884321cfce
Fix Capitalization on Tools Screen ( #1305 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-12-07 17:41:18 -06:00
Daniel Valdivia
20c07a22e3
Remove Rewind Print ( #1303 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-12-07 15:51:01 -06:00
Alex
bf126d3a84
Added fallback to default dashboard in case Prometheus is not accesible ( #1302 )
2021-12-07 13:39:50 -08:00
Daniel Valdivia
1e59f131e8
Fix 1299: Tools menu not showing for Heal Only Policy ( #1301 )
...
* Fix 1299: Tools menu not showing for Heal Only Policy
* Fix caching issue
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-12-07 15:38:36 -06:00
Prakash Senthil Vel
dfcd49bb5d
UX make all delete modals consistent ( #1289 )
2021-12-07 14:58:38 -06:00
adfost
a7ab26c81e
Disallow folders to share the same name as existing files. ( #1279 )
2021-12-07 14:33:30 -06:00
Alex
35855daa12
Added reset configuration option to settings pages ( #1292 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-12-07 10:41:52 -08:00
Lenin Alevski
3ce0b3d633
Fixed share/download object regression ( #1296 )
...
* Fixed share/download object regression
* Adding tests for computeObjectURLWithoutEncode function
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2021-12-06 15:49:13 -06:00
Alex
569d2390b9
Added option to download selected items in object browser ( #1286 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2021-12-03 13:10:32 -06:00
Daniel Valdivia
a39e468b96
Release v0.12.6 ( #1285 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
v0.12.6
2021-12-02 13:56:50 -08:00
Alex
bbc47e6e11
Added select all to tableWrapper ( #1283 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-12-02 13:05:50 -08:00
Alex
4fb8c2f684
Disabled speedtest in standalone mode ( #1278 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2021-12-01 16:47:29 -08:00
Daniel Valdivia
65dcdc674a
Update ViewBox for UploadFolderIcon ( #1277 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-12-01 13:14:08 -08:00
Daniel Valdivia
ebc2b208d2
Icons ( #1275 )
...
* Updated Icons
* Tweaks after rebase
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
* Fix Object Manager Icons
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-12-01 12:07:19 -08:00
Lenin Alevski
b29fc0993b
fix: access audit for bucket ( #1270 )
...
Policy listing in the Audit list tab was not displaying all the policies
with access to the current bucket
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2021-11-30 21:47:54 -08:00
Alex
a3d0cb37a3
Implemented Upload folder functionality ( #1272 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-11-30 21:47:21 -08:00
Harshavardhana
85d549cc51
support all possible conditional values in policies ( #1271 )
...
Currently console only support "aws:username" as the
most basic variable for policy evaluation. This PR
extends this to add all the possible combinations
possible.
This includes all `jwt:*` and `ldap:*`
2021-11-30 23:14:55 -06:00
Daniel Valdivia
5f46ec2541
Update Readme screenshots ( #1269 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-11-30 13:52:11 -06:00
Prakash Senthil Vel
9db0c358a4
UX Create New Tenant ( #1266 )
2021-11-30 13:21:55 -06:00
Harshavardhana
eefc6a7894
reload console certs upon SIGHUP ( #1268 )
2021-11-30 13:00:46 -06:00
Alex
c529a6d127
Added Object Manager feature for Uploads & downloads ( #1265 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2021-11-30 12:06:01 -06:00
Prakash Senthil Vel
347c6aba3b
Ux Tools screens ( #1261 )
...
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-11-27 23:22:06 -08:00
Prakash Senthil Vel
400892565d
UX Tiers screen ( #1258 )
2021-11-27 23:13:47 -08:00
Prakash Senthil Vel
b9873fa471
UX Notification endpoints ( #1257 )
...
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-11-25 23:27:24 -06:00
Prakash Senthil Vel
62fe583a21
UX updates to Policy list Bucket and Object List ( #1253 )
...
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-11-25 14:10:23 -08:00
Kaan Kabalak
a69f597f43
Fix z-index of MainError component ( #1256 )
...
Fixes #1255
2021-11-24 22:18:00 -06:00
adfost
cdb4392633
Adding Download Directory to Console ( #1235 )
...
* Adding Download Directory Functionality
* fixing spaces
* removing unnecessary function
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-11-24 20:08:25 -08:00
Prakash Senthil Vel
41f77f128e
Lazy load components ( #1250 )
...
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-11-24 19:45:09 -08:00
Alex
af68a0c7e4
Release v0.12.5 ( #1252 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
v0.12.5
2021-11-23 23:40:02 -08:00
Lenin Alevski
0ea2193878
Adding SecureComponent to policy details page ( #1251 )
...
- Make Users & Policies clickeable only if user has permissions to view
in bucket page
- Add SecureComponent to policy detail page: api calls, menu options,
raw policy editor, etc.
- Add missing click action to groups in policy detail page
- Fix NPE in list groups for policy endpoint
- Added SecureComponent to ListPolicies page
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2021-11-23 20:09:36 -08:00
Prakash Senthil Vel
06b08593b7
Login page UX ( #1248 )
2021-11-23 13:08:24 -06:00
adfost
6b3ff10027
Securizing bucket tags ( #1249 )
2021-11-23 11:52:14 -06:00
Daniel Valdivia
53d278a91e
Define base for assets and support for sub path ( #1247 )
...
* Added correct mime type to files
* Define Base for Assets
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
* lint
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
* Make things relative
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
* hop styling
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-11-22 21:02:16 -08:00
Daniel Valdivia
820fa61b43
Release v0.12.4 ( #1246 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
v0.12.4
2021-11-19 17:46:21 -08:00