Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-07refactor: enable unparam in .golangci.ymlVladimir Shushlin
2021-11-22chore(auth): add unit tests for domainAllowedMarkus Legner
2021-11-22fix(auth): check suffix correctly in domainAllowedMarkus Legner
2021-11-19Merge branch 'joernchen-master-patch-26405' into 'master'Jaime Martinez
2021-11-19Escape user supplied code before inserting as a POST parameterJoern Schneeweisz
2021-11-17test: stop calling mockController.Finish directlyfeistel
2021-10-26refactor: rename imported domain packagesVladimir Shushlin
2021-10-25refactor: remove domain from requestJaime Martinez
2021-10-01Merge branch 'fix/source-mock' into 'master'Alessio Caiazza
2021-10-01test: simplify assertionfeistel
2021-09-29docs: update middlewares method doc for signature changeJaime Martinez
2021-09-28refactor: move acl to auth package and update function signaturefeistel
2021-09-16refactor: move middlewares to corresponding packagesfeistel
2021-09-09test: update source mock to use mockgenfeistel
2021-09-09refactor: move away from ioutil (deprecated)feistel
2021-09-02refactor: replace magic numbers with http status codesfeistel
2021-08-19test: fix response body not being closedfeistel
2021-08-10Merge branch 'fix/no-ctx' into 'master'Jaime Martinez
2021-08-09feat: capture errors when trying to fetch the access tokenfeistel
2021-08-09refactor: improve checkAuthentication logic, check error first and log status...feistel
2021-08-08fix: propagate context to sub requestsfeistel
2021-08-05fix: close response body and fix memory leakfeistel
2021-08-04build: bump jwt library to v4.0.0feistel
2021-08-04build: replace jwt-go with maintained forkfeistel
2021-07-22Use internal-gitlab-server in auth-related tasksfeistel
2021-07-07Add correlation_id to outbound requestsJaime Martinez
2021-07-07Improve logging and correlation IDJaime Martinez
2021-04-22Follow error strings conventionfeistel
2021-02-24fix: use correlationID middlewareErcan Ucan
2021-02-15fix(auth): make authentication scope for Pages configurableErcan Ucan
2021-02-03Simplify meteredRoundTripper initJaime Martinez
2021-01-11Refactor 'Error's not used as errors to stringsKevin
2020-12-17Encrypt and sign OAuth codeJaime Martinez
2020-07-06Address MR feedbackJaime Martinez
2020-07-06Move serving 404 logic to domain packageJaime Martinez
2020-07-06Get namespace domain if auth fails for a private domainJaime Martinez
2020-07-06Find parent namepsace domain if auth fails for current projectJaime Martinez
2020-07-06Serve custom 404 even in case of auth failureAlessio Caiazza
2020-06-01Revert goconst changes in auth_test.go385-enable-second-set-of-lintersJaime Martinez
2020-06-01Enable the remaining lintersJaime Martinez
2020-06-01Enable deadcode linterJaime Martinez
2020-06-01Add .golangci.yml linter configurationJaime Martinez
2020-05-28Revert goconst changes in auth_test.goJaime Martinez
2020-05-28Add .golangci.yml linter configurationJaime Martinez
2020-05-08explicitly set MaxIdleConns, so that it is clear we need to update it when in...Igor
2020-02-19Remove request.WithHTTPSFlag and set directly in testsJaime Martinez
2019-11-26Make new gitlab domains source more testableGrzegorz Bizon
2019-11-25Make it possible to pass client config to gitlab sourceGrzegorz Bizon
2019-11-24Respond with 502 if a domain can not be retrieved from a sourceGrzegorz Bizon
2019-11-23Add abstract GitLab domains source interfaceGrzegorz Bizon