1
0
mirror of https://github.com/rancher/steve.git synced 2025-07-06 19:38:56 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
Darren Shepherd
4645d8df16 Don't consider x-forwarded-port for the value of HTTP HOST 2020-04-01 15:03:05 -07:00
Darren Shepherd
2daf0ce8ee Don't send access details in the schema as it's too large 2020-03-21 22:31:13 -07:00
Darren Shepherd
655b7a85ee Add userpreferences 2020-03-12 13:14:47 -07:00
Darren Shepherd
0ad6c2aba1 Drop non-preferred version and version in the schema id 2020-03-10 23:12:04 -07:00
Darren Shepherd
02caeafb5d Support gzip encoding 2020-03-09 23:17:40 -07:00
Darren Shepherd
68ed467231 Ensure redirector supports Hijacking if possible 2020-02-28 09:30:25 -07:00
Darren Shepherd
6b6ff53373 Add namespace filtering 2020-02-27 10:34:51 -07:00
Darren Shepherd
ae42b9422b Fix compilation error 2020-02-26 13:51:48 -07:00
Darren Shepherd
0846768069 CSRF Cookie fixes
- Only set the cookie if it doesn't exist
- Always mark it secure (it was previously getting re-sent as not)
- Check the value against the header even if there was no value (so that
a request that is missing the cookie but should have had one fails).
2020-02-26 12:35:24 -07:00
Darren Shepherd
c069f32bbe Fix x-api-host when port is set 2020-02-21 13:17:42 -07:00
Darren Shepherd
5b94b82bc6 Small fixes and enhancements 2020-02-20 16:06:43 -07:00
Darren Shepherd
d1ce16f351 Don't ever sent data == nil 2020-02-10 20:51:48 -07:00
Darren Shepherd
e64845dcb9 Full dynamic RBAC and pagination 2020-02-10 10:18:20 -07:00
Darren Shepherd
600f875fce Show server side columns 2020-02-08 13:04:20 -07:00
Darren Shepherd
10418db494 Move reserved fields to _ 2020-02-03 14:54:39 -07:00
Darren Shepherd
c7ac7f35af Add impersonation support 2020-02-03 14:28:25 -07:00
Darren Shepherd
b61ac7d555 Add ability to start on controllers when type is seen 2020-01-31 21:29:43 -07:00
Darren Shepherd
8b42d0aff8 Refactor 2020-01-30 22:37:59 -07:00