harbor/src
Daniel Jiang 05afb94b9b Store csrf token in the header of response instead of cookie
The current approach will prevent the effectiveness of `Cache-Control`
header and gorilla's library add `Vary:Cookie` header in all responses.

We will set the token in a header of response so the response can be
cached when needed.

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2020-08-20 15:46:02 +08:00
..
chartserver Enhance: Prolong the timeout of chartclient 2020-07-27 12:06:24 +08:00
cmd Provide a standalone migrator to migrate DB schema. 2020-08-06 18:57:55 +08:00
common Merge branch 'master' of https://github.com/goharbor/harbor into fix-resource-order 2020-08-19 12:21:45 +08:00
controller Merge pull request #12801 from heww/fix-issue-9471 2020-08-19 10:37:10 +08:00
core Merge pull request #12799 from wy65701436/fixes-12795 2020-08-19 15:27:02 +08:00
jobservice refactor(api): generate project apis by go-swagger 2020-08-15 16:10:57 +00:00
lib refactor(api): generate project apis by go-swagger 2020-08-15 16:10:57 +00:00
migration refactor(api): generate project apis by go-swagger 2020-08-15 16:10:57 +00:00
pkg Merge pull request #12618 from ywk253100/200729_tk_mgr 2020-08-20 14:38:09 +08:00
portal Merge pull request #12817 from AllForNothing/test-2 2020-08-20 15:13:27 +08:00
registryctl handle path not found when to delete manifest 2020-07-23 03:37:11 +08:00
replication udpate resource list order 2020-08-19 11:20:31 +08:00
server Store csrf token in the header of response instead of cookie 2020-08-20 15:46:02 +08:00
testing remove robot accounts when to delete a project (#12789) 2020-08-18 10:38:45 +08:00
vendor Implement the icon API to get the icon of artifact 2020-08-15 08:40:38 +08:00
favicon.ico
go.mod Implement the icon API to get the icon of artifact 2020-08-15 08:40:38 +08:00
go.sum Implement the icon API to get the icon of artifact 2020-08-15 08:40:38 +08:00