Alex
255e3d14d0
Added delete governance bypass option when deleting file versions ( #2536 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-03 10:35:37 -08:00
Javier Adriel
a5e3c89a54
Implement handlers for managing IDP (OpenID and LDAP) Configurations ( #2485 )
2022-12-06 14:33:17 -06:00
Alex
d95d59e454
Changed Object browser logic to work with websockets ( #2419 )
...
fixes https://github.com/minio/console/issues/943
## What does this do?
This allows us to start streaming results to the list instead of waiting
to retrieve all the objects list before sending it to the client
Included a couple of fixes:
- Removed metadata for deleted items
- Fixed multiple metadata requests
- Fixed height grow for parent wrapper
- Fixed object reload after restore version
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-12-06 11:23:07 -08:00
Harshavardhana
08ea069ed4
change doc URL if UI is running in k8s ( #2484 )
...
Co-authored-by: Prakash Senthil Vel <23444145+prakashsvmx@users.noreply.github.com >
2022-12-06 09:53:01 -08:00
Javier Adriel
e7a41b4cd9
Call end_session_endpoint in IDP provider when login out from Console ( #2476 )
2022-12-05 18:14:41 -06:00
dilverse
7b389fc323
Add erasure info support ( #2446 )
...
Make it easier for user to see backend properties like backend-type,
Standard storage class Parity and Reduced Redundancy storage class
Parity
Co-authored-by: Prakash Senthil Vel <23444145+prakashsvmx@users.noreply.github.com >
2022-11-10 09:24:39 -08:00
jinapurapu
0ae1ace8fe
Move tier status logic to backend ( #2418 )
2022-10-31 13:25:59 -06:00
Alex
dab4eb7664
Fixes to Multiple IDP support in console ( #2392 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-10-20 20:08:54 -05:00
Prakash Senthil Vel
ec3deed38e
Site replication support for different accesskey and secretkey in different sites ( #2350 )
2022-10-13 17:11:29 -07:00
Javier Adriel
9587e4105f
Add missing KMS handlers for version, apis and metrics ( #2376 )
2022-10-12 12:00:48 -07:00
Daniel Valdivia
0c778f57d3
Add Server Metrics Info Tab ( #2340 )
2022-10-07 21:19:40 -07:00
Javier Adriel
59b7406dd7
Implement KMS handlers ( #2367 )
2022-10-07 10:50:17 -07:00
Alex
d1511c5eb0
Limit concurrent downloads & uploads ( #2313 )
2022-09-23 10:35:55 -07:00
Javier Adriel
17ad2cfd14
Add dummy endpoints for kms integration ( #2301 )
...
Add dummy endpoints for kms integration
Implementation will come in another PR
2022-09-20 16:09:30 -07:00
jinapurapu
024ab1212b
Add Minio tier type ( #2302 )
2022-09-15 14:00:39 -05:00
Kaan Kabalak
035a5b88c2
Add support for Multiple IDPs on Login screen ( #2258 )
2022-09-03 11:02:48 -05:00
jinapurapu
d663b9f346
Display configured logger_webhook endpoints ( #2279 )
2022-09-01 15:23:55 -05:00
Alex
7036d1328e
Added Color customization to embedded object browser ( #2246 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-08-17 11:06:10 -05:00
Javier Adriel
78d4d4c89e
Add endpoint to get api key from subnet ( #2175 )
2022-07-18 17:51:07 -05:00
Alex
cf0e326b82
Object Browser only mode ( #2157 )
...
- Added flag CONSOLE_OBJECT_BROWSER_ONLY=on to trigger between console mode & Object Browser only
- Hidden not necessary buttons for object browse
- STS Login
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-07-07 12:28:25 -07:00
Alex
2ad42d660b
Added Rename modal for filenames longer than 200 characters in Windows ( #2137 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-06-22 12:43:57 -05:00
Alex
e3d96b5bb3
Updated React router to V6 ( #2107 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-06-09 15:37:21 -07:00
jinapurapu
fce2a148b8
Populate AddUserServiceAccount policy restrictor with user permissions ( #1987 )
...
Created api to generate single JSON including all user permissions to populate AddUserServiceAccount policy restrictor
2022-05-25 11:34:26 -07:00
jinapurapu
5fff9ebfd4
Warn if deleting user with associated Service Account ( #2022 )
...
Created api to check if users have service accounts before deleting, UI to display warning and users with associated accounts
2022-05-23 00:14:24 -05:00
Alex
a160b92529
Display temporal paths when a policy has prefixes to allow navigation ( #2011 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-05-19 00:40:52 -05:00
Lenin Alevski
1532cc0e70
Support for special characters and remove buggy functions ( #1977 )
...
- remove the use of encodeURI and encodeURIComponent functions and
instead use encodeFileName and decodeFileName functions
- support for users with special characters
- support for users with special characters
- support for users with special characters
- fixed incorrectly group list display for policies
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-05-13 13:13:56 -07:00
adfost
38c74bdfa7
Reset config test and verb change to POST ( #1986 )
2022-05-11 22:31:40 -07:00
jinapurapu
ab835286b0
Add Service Account Policy restriction improvement ( #1921 )
2022-05-03 11:03:57 -07:00
Daniel Valdivia
cf0212391e
Console Swagger Module Reorganization ( #1881 )
...
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
Co-authored-by: Prakash Senthil Vel <23444145+prakashsvmx@users.noreply.github.com >
2022-04-27 11:45:04 -07:00
Daniel Valdivia
3040d468db
Release v0.16.0 ( #1904 )
2022-04-25 15:41:06 -07:00
Prakash Senthil Vel
d1d3d91fc1
Site replication status ( #1834 )
...
Site replication status UI
Site replication status ui-test
Address review comment by Alex
Add functional test for API
Add integration tests for status API
2022-04-14 00:21:43 -07:00
adfost
f30450c3c1
Adding usage objects and versions to tiers ( #1796 )
2022-04-05 22:31:09 -07:00
jinapurapu
1d362aceaf
Added node and type selector UI to Error Logs screen ( #1715 )
2022-04-04 11:54:03 -07:00
Prakash Senthil Vel
2eecabf5e6
Site replication API ( #1773 )
...
Site replication API
tests in CI/CL environment
2022-03-31 10:11:01 -07:00
adfost
d1a5e5ba57
Adding delete remote bucket functionality ( #1762 )
2022-03-28 15:36:23 -07:00
Alex
5ab5232474
Delete Non-current versions ( #1735 )
...
- Delete Non-current API
- Delete non current modal implementation
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-03-18 13:07:34 -07:00
Lenin Alevski
d7fef8d89e
Profiling endpoint fixes ( #1707 )
...
- Added support to download all profile tests
- profile.zip file was corrupted after download
- Add suspension warning
- Add Checkbox support
- Support for running multiple profiling types at the same time
- fix profiling test
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-03-18 13:52:42 -06:00
Daniel Valdivia
d96b2e5bd5
Update Swagger Header File Year ( #1679 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2022-03-07 18:24:09 -08:00
Daniel Valdivia
8e21039ef1
New Login Design ( #1675 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-03-07 19:56:42 -06:00
Alex
69a3ee6c1a
Updated design of object details panel ( #1637 )
...
- Removed old references to object details
- Created new Tags edit module
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2022-02-28 22:30:13 -08:00
Daniel Valdivia
86fa54d64a
Release v0.14.8 ( #1623 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-02-24 13:42:11 -08:00
Daniel Valdivia
56c4311a6b
Add feature hide-menu for embedded screens on Operator UI ( #1604 )
...
* Add feature hide-menu for embedded screens on Operator UI
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-02-21 23:42:18 -06:00
Daniel Valdivia
9c19c639dd
Release v0.14.7 ( #1594 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-02-16 21:05:41 -08:00
jinapurapu
f8c397e231
Update tenant creation credentials JSON ( #1559 )
2022-02-16 13:52:38 -08:00
Alex
226e8eeef2
Added delete all replication rules capability ( #1579 )
2022-02-15 17:14:23 -08:00
Prakash Senthil Vel
951d3bf6dc
Inspect API ( #1540 )
...
* Inspect API
* Address review comments
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-02-15 16:14:51 -08:00
Alex
81714bbbed
Added lifecycle rules to multiple buckets at once support ( #1566 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2022-02-15 09:47:28 -08:00
adfost
2988de4025
adding edit service account api/ui ( #1545 )
...
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2022-02-10 17:18:57 -08:00
Alex
6a7f042d6c
Fixed logic for add lifecycle rules ( #1553 )
...
- Removed support to fixed date lifecycle rules according resolution of https://github.com/minio/console/issues/1527
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-02-10 16:50:27 -08:00
Alex
5fd82ca6e9
Added delete bucket lifecycle rule capability ( #1547 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2022-02-10 16:25:59 -08:00