42 Commits (b2293c2bf408cafc77edcac1ca74e06a70791ea4)

Author SHA1 Message Date
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) 8 years ago
Harshavardhana 91588209fa obj: Object api handle all errors in common location. (#1343) 8 years ago
Harshavardhana 4cf73caf02 api: Add diskInfo as part of StatVol and ListVols. (#1349) 8 years ago
Harshavardhana e0f8fed011 object: handle Error responses and handle errDiskFull. (#1331) 8 years ago
Harshavardhana 30b0b4deba storage/server/client: Enable storage server, enable client storage. 8 years ago
Krishna Srinivas 3c48537f20 refactor: refactor code to separate fs into object-layer and fs layer. (#1305) 8 years ago
Harshavardhana fbd02d530d web: Change /rpc to /webrpc 8 years ago
Harshavardhana 0479d4976b objectAPI: Fix object API interface, remove unnecessary structs. 8 years ago
Harshavardhana efc80343e3 fs: Break fs package to top-level and introduce ObjectAPI interface. 8 years ago
Krishna Srinivas e318925f62 credentials: min/max length check for credentials. 8 years ago
Krishna Srinivas 331890c4c8 UI-handler: remove minio-go dependancy. 8 years ago
Krishna Srinivas 5201905ad0 UI: implement SetAuth/GenerateAuth handlers for changing credentials. 8 years ago
Harshavardhana aa8c9bad54 routers: Move API and Web routers into their own files. 8 years ago
Harshavardhana aaf97ea02c config/main: Re-write config files - add to new config v3 8 years ago
Krishna Srinivas af7170675d caching: disable caching of index.html and enable caching for other UI asset files. 8 years ago
Harshavardhana 2181003609 web: Removing dependency for gpg and downloading assets. 8 years ago
Harshavardhana 5da1972d1f router: Fix "/minio" router for web. 8 years ago
Harshavardhana 91a7b13529 web: Handle private bucket match from prefix to exact match. 8 years ago
Harshavardhana 4db136c19c web: Add targetProto for putObjectURL,getObjectURL SSL requests. 8 years ago
Harshavardhana d4c91426a7 web: PresignedGet/Put targetHost should always have a valid value. 8 years ago
Harshavardhana 91a092792a presigned: Fix a bug in presigned request verification. 8 years ago
Harshavardhana 5a9333a67b signature: Rewrite signature handling and move it into a library. 9 years ago
Krishna Srinivas 56ffe79f25 jsonrpc: return json2.Error from the json-rpc layer to the client 9 years ago
Harshavardhana 62f6ffb6db xl: Moved to minio/minio - fixes #1112 9 years ago
Krishna Srinivas 5e32dec4fb UI: implement rpc call to return UI version 9 years ago
Krishna Srinivas 318265ecaf jsonrpc: WrapError() makes jsonrpc return unnecessary details in the error message. 9 years ago
Krishna Srinivas bf6078df13 webrpc: Implement GetUIVersion json-rpc API. 9 years ago
Harshavardhana 99fbc0fcb3 getObject: Add support for special response headers. 9 years ago
Krishna Srinivas 3a8fff46f9 JSONrpc: implement removeObject RPC call 9 years ago
Harshavardhana e63a982dee api: Implement About API. 9 years ago
Harshavardhana 64b7da4686 web: GetObjectURL should check if file exists before generating URL. 9 years ago
Harshavardhana b3bde61396 web: ListObjects is delimited, do not send a stat on prefix. 9 years ago
Harshavardhana 0aedb67de0 contentType: Reply back proper contentTypes based on the file extension. 9 years ago
Harshavardhana db387912f2 jwt: Deprecate RSA usage, use HMAC instead. 9 years ago
Harshavardhana 13feabefd5 diskInfo: Add DiskInfo API 9 years ago
Harshavardhana ae2f15c6d0 api: More cleanups at WebAPI. 9 years ago
Harshavardhana 432a073e6b Add MakeBucket API. 9 years ago
Harshavardhana 3f1c4bb4b0 Bring in the list APIs implemented by Bala <bala@minio.io> 9 years ago