summaryrefslogtreecommitdiff
path: root/api/server/middleware
Commit message (Expand)AuthorAgeFilesLines
* api/server: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-1/+0
* api: add const for 'X-Registry-Auth'Sebastiaan van Stijn2022-07-291-1/+2
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-112-4/+4
* api/server: use constants for http methodsSebastiaan van Stijn2019-10-132-3/+3
* DebugRequestMiddleware: Remove path handlingSebastiaan van Stijn2019-07-092-50/+8
* DebugRequestMiddleware: unconditionally scrub data fieldSebastiaan van Stijn2019-07-092-10/+32
* TestMaskSecretKeys: use subtestsSebastiaan van Stijn2019-07-091-2/+10
* TestMaskSecretKeys: add more test-casesSebastiaan van Stijn2019-07-091-3/+27
* api/server, dockerversion: modify context keyKimMachineGun2018-08-221-1/+1
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-132-4/+4
* Switch from x/net/context -> contextKir Kolyshkin2018-04-236-8/+6
* Automated migration usingDaniel Nephin2018-03-162-12/+14
* Add canonical import commentDaniel Nephin2018-02-057-7/+7
* Merge pull request #36013 from thaJeztah/improve-version-middleware-testVincent Demeester2018-01-221-56/+35
|\
| * Improve API version-middleware testSebastiaan van Stijn2018-01-151-56/+35
* | Golint: don't use basic untyped string for context keySebastiaan van Stijn2018-01-151-2/+2
|/
* Always return version and server headersSebastiaan van Stijn2017-10-112-5/+34
* Return 400 error if API client is too newSebastiaan van Stijn2017-10-102-5/+35
* Fix golint errors.Daniel Nephin2017-08-181-0/+1
* Remove string checking in API error handlingBrian Goff2017-08-151-2/+11
* Update logrus to v1.0.1Derek McGowan2017-07-312-2/+2
* middleware: Redact secret data on "secret create"Aaron Lehmann2017-06-292-4/+80
* Do not log the CA config CA signing key in debug mode.Ying Li2017-05-311-1/+1
* Hide command options that are related to WindowsBoaz Shuster2017-03-121-0/+1
* use t.Fatal() to output the err message where the values used for formattingfate-grand-order2017-02-231-2/+2
* Revise swarm init/update flags, add unlocking capabilityAaron Lehmann2016-11-091-1/+1
* Add support for swarm init lock and swarm unlockTonis Tiigi2016-11-091-1/+1
* always add but hide experimental cmds and flagsVictor Vieux2016-11-083-56/+1
* Make experimental a runtime flagKenfe-Mickael Laventure2016-10-241-0/+29
* Use apiError in server version middleware.Daniel Nephin2016-09-161-10/+3
* Add engine-api types to dockerMichael Crosby2016-09-072-2/+2
* Mask join tokens in daemon logsTonis Tiigi2016-08-021-1/+1
* Mask swarm secrets from daemon logsTonis Tiigi2016-06-301-3/+23
* Update code for latest engine-apiVincent Demeester2016-04-193-17/+16
* Move middleware to interfaces.David Calavera2016-04-117-123/+107
* Extend Docker authorization with TLS user informationLiron Levin2016-03-271-3/+11
* Pass upstream client's user agent through to registry on image pullsMike Goelzer2016-03-201-0/+2
* api: server: server: remove redunant debugfAntonio Murdaca2016-03-071-1/+1
* fix typosallencloud2016-03-061-1/+1
* Remove static errors from errors package.David Calavera2016-02-262-5/+12
* Make server middleware standalone functions.David Calavera2016-02-247-0/+275