| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-07-01 | refactor all methods strings to const (#5726) | Konstantin Lebedev | 2 | -2/+2 | |
| 2024-05-17 | added s3 iam DeleteBucket permission management (#5599) | Riccardo Bertossa | 1 | -0/+5 | |
| 2024-03-21 | Fix iam service response 500 (#5405) | zuzuviewer | 1 | -1/+3 | |
| 2023-09-21 | [iam] Replace action read/write to readAcp/writeAcp for handlers with acl ↵ | Konstantin Lebedev | 1 | -8/+18 | |
| (#4858) Replace action read/write to readAcp/writeAcp for handlers with acl query https://github.com/seaweedfs/seaweedfs/issues/4519 Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> | |||||
| 2023-09-19 | fix grpd dial option | chrislu | 1 | -1/+4 | |
| 2023-08-24 | Implement SRV lookups for filer (#4767) | Nico D'Cotta | 1 | -1/+1 | |
| 2023-01-20 | grpc connection to filer add sw-client-id header | chrislu | 1 | -4/+4 | |
| 2022-09-14 | refactor: `Directory` readability (#3665) | Ryan Russell | 1 | -4/+4 | |
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 4 | -16/+16 | |
| 2022-07-28 | add dc and rack | chrislu | 1 | -1/+1 | |
| 2022-07-28 | PutUserAction should completely replace identity actions | Tuan Vuong | 1 | -11/+1 | |
| 2022-07-20 | filter duplicated action | Tuan Vuong | 1 | -2/+11 | |
| 2022-07-11 | Merge pull request #3302 from guo-sj/fix_put_user_policy | Chris Lu | 1 | -7/+2 | |
| 2022-07-12 | refactor code | guosj | 1 | -7/+2 | |
| 2022-07-11 | Merge pull request #3296 from guo-sj/fix_put_user_policy | Chris Lu | 1 | -5/+12 | |
| refine PutUserPolicy | |||||
| 2022-07-11 | refine PutUserPolicy | guosj | 1 | -5/+12 | |
| 2022-07-11 | fix compilation3.15 | chrislu | 1 | -2/+0 | |
| 2022-07-11 | remove locks | chrislu | 1 | -3/+0 | |
| 2022-07-08 | fix iam CreatePolicy error | guosj | 1 | -3/+4 | |
| 2022-05-01 | filer: add filer group | chrislu | 1 | -1/+1 | |
| 2022-04-24 | remove redundant logs & add unit test | guosj | 2 | -4/+22 | |
| 2022-04-23 | Merge branch 'master' into handle_implicit_username | guosj | 1 | -6/+7 | |
| 2022-04-22 | add more checks and comments | guosj | 1 | -4/+24 | |
| 2022-04-20 | Revert "Merge pull request #2944 from guo-sj/handle_implicit_username" | chrislu | 1 | -15/+0 | |
| This reverts commit bc96e73b8dfbc25f285d17ac4438c85dfd958be3, reversing changes made to 88a669dd193ce03fd4a511487e1a0fdaab118890. | |||||
| 2022-04-20 | Revert "fix index out of range" | chrislu | 1 | -1/+1 | |
| This reverts commit 4792e07228382666c600fa338e254a35fc7b54d4. | |||||
| 2022-04-20 | fix index out of range | chrislu | 1 | -1/+1 | |
| 2022-04-20 | handle implicit username | guosj | 1 | -0/+15 | |
| 2022-04-19 | add missing return | guosj | 1 | -0/+1 | |
| 2022-03-29 | Merge pull request #2849 from guo-sj/update_user | Chris Lu | 3 | -8/+50 | |
| Add AWS IAM update user API and its test case | |||||
| 2022-03-29 | add test function | guosj | 1 | -4/+17 | |
| 2022-03-26 | refactor: change masters from a slice to a map | chrislu | 1 | -1/+1 | |
| 2022-02-15 | complete project code, remain test code | guosj | 2 | -4/+33 | |
| 2021-12-26 | use streaming mode for long poll grpc calls | chrislu | 1 | -25/+17 | |
| streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed. | |||||
| 2021-11-08 | adjust client name | Chris Lu | 1 | -1/+1 | |
| 2021-10-31 | refactoring | Chris Lu | 1 | -4/+4 | |
| 2021-10-31 | refactoring | Chris Lu | 2 | -11/+11 | |
| 2021-09-14 | go fmt | Chris Lu | 1 | -5/+5 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -9/+7 | |
| 2021-08-11 | Retry save and update IAM identity | Konstantin Lebedev | 1 | -1/+5 | |
| https://github.com/chrislusf/seaweedfs/issues/2242 | |||||
| 2021-07-09 | rename | Chris Lu | 1 | -2/+2 | |
| 2021-06-10 | refactor | Chris Lu | 3 | -85/+13 | |
| 2021-06-10 | refactoring | Chris Lu | 2 | -8/+7 | |
| 2021-04-28 | iam ListAccessKeys filtred by username | Konstantin Lebedev | 1 | -0/+4 | |
| 2021-04-10 | GetUserPolicy | Konstantin Lebedev | 4 | -39/+222 | |
| 2021-04-08 | add auth aws signV4 | Konstantin Lebedev | 1 | -3/+7 | |
| 2021-04-08 | add DeleteUserPolicy | Konstantin Lebedev | 2 | -6/+30 | |
| 2021-04-06 | add tests | Konstantin Lebedev | 4 | -36/+217 | |
| 2021-03-29 | iam GetUser | Konstantin Lebedev | 3 | -84/+146 | |
| 2021-03-25 | SaveInsideFiler S3 Configuration | Konstantin Lebedev | 1 | -10/+14 | |
| 2021-03-25 | SaveAs S3 Configuration | Konstantin Lebedev | 1 | -2/+31 | |
