17 Commits (57f75b1d9b2a8f9a0219fe21edbdadfc557fa95a)

Author SHA1 Message Date
Bala FA 63a7ca1af0 web: fix jwt token expiry set to one day by default. (#2819) 8 years ago
Krishna Srinivas 61a18ed48f sha256: Verify sha256 along with md5sum, signature is verified on the request early. (#2813) 8 years ago
Krishnan Parthasarathi 5fdd768903 Make addition of TopicConfig to globalEventNotifier go-routine safe (#2806) 8 years ago
Harshavardhana 6aa2fc95c0 Revert "bucket: refactor policies and fix bugs related to enforcing policies. (#2766)" 8 years ago
Harshavardhana cfbab22237 web: Remove bucket policy when we have no more statements. (#2779) 8 years ago
Harshavardhana be0e06c0aa web: Simplify and rename GetAllBucketPolicy --> ListAllBucketPolicies. (#2778) 8 years ago
Krishna Srinivas 1e53316241 Add tests for presigned-get (#2767) 8 years ago
Harshavardhana ca5ca8332b bucket: refactor policies and fix bugs related to enforcing policies. (#2766) 8 years ago
Bala FA aa579bbc20 web: add method to get all policies for given bucket name. (#2756) 8 years ago
Harshavardhana e375d822da bucket: SetBucketPolicy should save a valid Version and validate. (#2762) 8 years ago
Anis Elleuch fc783f8407 More tests for web handlers (#2755) 8 years ago
Krishnan Parthasarathi de67bca211 Move formatting of disks out of object layer initialization (#2572) 8 years ago
Harshavardhana 61af764f8a Add rpc layer authentication. 8 years ago
Krishnan Parthasarathi e55926e8cf distribute: Make server work with multiple remote disks 8 years ago
Harshavardhana 040af08473 server: Startup message now prints configured ARNs. (#2653) 8 years ago
Bala FA 7431acb2c4 web: add handlers for set/get bucket policy. (#2486) 8 years ago
Harshavardhana bccf549463 server: Move all the top level files into cmd folder. (#2490) 8 years ago
Harshavardhana 810dcbf34b fs: ListObjects should populate ETag properly if fs.json is available. (#2480) 8 years ago
Harshavardhana 064c51162d api: Add new ListenBucketNotificationHandler. (#2336) 8 years ago
Anis Elleuch cc0d5b6fe0 webapi: ServerInfo returns the list variables/values in the environnment of the Minio server (#2351) 8 years ago
Harshavardhana 65f71ce0c5 browser: Object upload should save metadata and notify. (#2309) 8 years ago
Harshavardhana 35d438e0ff vendorize: update all vendorized packages. (#2206) 8 years ago
Bala FA 749a94f6c9 tests: Add tests for signature-jwt code (#2169) 8 years ago
Harshavardhana 8a028a9efb handler/PUT: Handle signature verification through a custom reader. (#2066) 8 years ago
Harshavardhana feb337098d XL: bring in new storage API. (#1780) 8 years ago
Harshavardhana 34e9ad24aa XL: Introduce new API StorageInfo. (#1770) 8 years ago
Harshavardhana 76c511c9fe api: Extend S3 errors with Minio errors. (#1533) 8 years ago
Harshavardhana 17868ccd7f handlers: overhaul entire writErrorResponse, simplify. (#1472) 8 years ago
Harshavardhana 4e34e03dd4 xl/fs: Split object layer into interface. (#1415) 9 years ago
Harshavardhana 91588209fa obj: Object api handle all errors in common location. (#1343) 9 years ago
Harshavardhana 4cf73caf02 api: Add diskInfo as part of StatVol and ListVols. (#1349) 9 years ago
Harshavardhana e0f8fed011 object: handle Error responses and handle errDiskFull. (#1331) 9 years ago
Harshavardhana 30b0b4deba storage/server/client: Enable storage server, enable client storage. 9 years ago
Krishna Srinivas 3c48537f20 refactor: refactor code to separate fs into object-layer and fs layer. (#1305) 9 years ago
Harshavardhana fbd02d530d web: Change /rpc to /webrpc 9 years ago
Harshavardhana 0479d4976b objectAPI: Fix object API interface, remove unnecessary structs. 9 years ago
Harshavardhana efc80343e3 fs: Break fs package to top-level and introduce ObjectAPI interface. 9 years ago
Krishna Srinivas e318925f62 credentials: min/max length check for credentials. 9 years ago
Krishna Srinivas 331890c4c8 UI-handler: remove minio-go dependancy. 9 years ago
Krishna Srinivas 5201905ad0 UI: implement SetAuth/GenerateAuth handlers for changing credentials. 9 years ago
Harshavardhana aa8c9bad54 routers: Move API and Web routers into their own files. 9 years ago
Harshavardhana aaf97ea02c config/main: Re-write config files - add to new config v3 9 years ago
Krishna Srinivas af7170675d caching: disable caching of index.html and enable caching for other UI asset files. 9 years ago
Harshavardhana 2181003609 web: Removing dependency for gpg and downloading assets. 9 years ago
Harshavardhana 5da1972d1f router: Fix "/minio" router for web. 9 years ago
Harshavardhana 91a7b13529 web: Handle private bucket match from prefix to exact match. 9 years ago
Harshavardhana 4db136c19c web: Add targetProto for putObjectURL,getObjectURL SSL requests. 9 years ago
Harshavardhana d4c91426a7 web: PresignedGet/Put targetHost should always have a valid value. 9 years ago
Harshavardhana 91a092792a presigned: Fix a bug in presigned request verification. 9 years ago
Harshavardhana 5a9333a67b signature: Rewrite signature handling and move it into a library. 9 years ago