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
2023-01-19Refactor auth constructor to use options structNaman Jagdish Gala
2022-12-28Merge branch 'master' into 'security-arbitrary-protocol-redirection'Naman Jagdish Gala
2022-12-28Reduce race condition on pages authenticationKassio Borges
2022-11-29Restrict arbitrary protocol redirection to only https or http URLsngala
2022-11-03Add auth-cookie-session-timeout flagKassio Borges
2022-06-28Improve consistency of log fieldsfeistel
2022-06-01Add comment about https redirect in authorization middlewarefeistel
2022-06-01Add missing newlineJaime Martinez
2022-05-22Reduce lookup path requests in the handler pipelinefeistel
2022-05-02Add nolintlint linter configurationfeistel
2022-04-08chore: move check outside of fetching token functionJaime Martinez
2022-04-08fix: handle context canceled gracefully for auth and artifactsJaime Martinez
2022-04-06Add comment details for nonce sizeVishal Tak
2022-04-06Update nonce to make it of standard sizeVishal Tak
2022-04-05Merge branch 'refactor/specialized-require' into 'master'Jaime Martinez
2022-03-24fix: validate that session was issued on the same hostVladimir Shushlin
2022-03-15feat: allow auth http.Client timeout to be configurableOsman İlge Ünaldı
2022-03-11Add correlation_id to all exception capturesKassio Borges
2022-02-24test: replace require.Equal with specialized assertionsfeistel
2022-02-18refactor: use testhelpers.Close()yigithankardas
2022-02-04Merge branch 'test/move-mocks' into 'master'Vladimir Shushlin
2022-01-31fix: ensure logging status codes field names are consistentStan Hu
2022-01-26test: move mocks to their own packagefeistel
2022-01-24lint: fix gci issuesfeistel
2021-12-08Merge branch 'remove-unused-ctx' into 'master'Jaime Martinez
2021-12-07refactor: enable unparam in .golangci.ymlVladimir Shushlin
2021-12-07chore: upgrade to labkit 1.11.0Jaime Martinez
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