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 (Collapse)Author
2024-01-22Try to fix CIKassio Borges
2024-01-22Do not change the request capitalizationKassio Borges
2024-01-21Fix project path lookup to work in case insensitiveKassio Borges
GitLab projects are unique with case insensitive, which means that Pages must lookup projects in a case insensitive manner as well. Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/438699 Changelog: fixed
2024-01-08Add support for domain level redirectsNaman Jagdish Gala
2023-12-22Merge branch 'ngala/1088-session-cookie-path' into 'master'Alessio Caiazza
Add project prefix in session cookie path See merge request https://gitlab.com/gitlab-org/gitlab-pages/-/merge_requests/937 Merged-by: Alessio Caiazza <acaiazza@gitlab.com> Approved-by: Alessio Caiazza <acaiazza@gitlab.com> Co-authored-by: ngala <ngala@gitlab.com>
2023-12-22Add project prefix in session cookie pathNaman Jagdish Gala
2023-12-18Add Pages rate-limiting for IPv6 based on /64 prefixNaman Jagdish Gala
2023-11-28Add path in session cookie when namespace is provided in pathNaman Jagdish Gala
2023-11-14Merge branch 'upgrade-ccache-v3' into 'master'Alessio Caiazza
Update module github.com/karlseguin/ccache/v2 to v3 See merge request https://gitlab.com/gitlab-org/gitlab-pages/-/merge_requests/920 Merged-by: Alessio Caiazza <acaiazza@gitlab.com> Approved-by: Alessio Caiazza <acaiazza@gitlab.com> Reviewed-by: Naman Jagdish Gala <ngala@gitlab.com> Co-authored-by: Jaime Martinez <jmartinez@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
2023-11-06Update interface signatureJaime Martinez
2023-11-06Update module github.com/golang-jwt/jwt/v4 to v5Jaime Martinez
2023-11-01Set generic type for cache upgradeJaime Martinez
2023-11-01Update module github.com/karlseguin/ccache/v2 to v3GitLab Renovate Bot
Changelog: changed
2023-10-18Remove FF_CONFIGURABLE_ROOT_DIR Feature Flagjanis
2023-10-17Support for Mutual TLSAv1o
2023-07-20Resolve "Gracefully handle missing Content-Length Header from API"Janis Altherr
2023-07-17Set ConfigurableRoot to default enabledJanis Altherr
2023-06-08Use pages root directory from APIJanis Altherr
2023-05-08Upgrade golangci-lint to v1.52.2 on CIJaime Martinez
2023-04-14Remove duplicated log keyKassio Borges
2023-04-12Update golangci-lint toolKassio Borges
2023-04-04Redirect to unique domainKassio Borges
2023-03-14Make the flags logging dynamicKassio Borges
2023-02-17Propagate correlation id by defaultKassio Borges
Related to: https://gitlab.com/gitlab-org/gitlab-pages/-/issues/827#note_1271012143 Changelog: changed
2023-02-14Revert back to archive/zipKassio Borges
2023-01-19Refactor auth constructor to use options structNaman Jagdish Gala
2022-12-28Merge branch 'master' into 'security-arbitrary-protocol-redirection'Naman Jagdish Gala
# Conflicts: # internal/auth/auth_test.go
2022-12-28Reduce race condition on pages authenticationKassio Borges
2022-11-29Restrict arbitrary protocol redirection to only https or http URLsngala
This commit restricts arbitrary protocol redirection to only https or http URLs and introduces nolint: gocyclo for auth.handleProxyingAuth method. Changelog: security
2022-11-03Add auth-cookie-session-timeout flagKassio Borges
Related to: https://gitlab.com/gitlab-org/gitlab-pages/-/issues/806 Changelog: added
2022-07-28Merge remote-tracking branch 'dev/master'skarbek
2022-07-26Merge branch '800-fix-waitgroup-order' into 'master'Vladimir Shushlin
Fix wait group add order in test Closes #800 See merge request gitlab-org/gitlab-pages!824
2022-07-26Fixes acme redirection issues when using a wildcard redirectFilip Aleksic
Changelog: fixed
2022-07-26Fix wait group add order in testJaime Martinez
2022-07-26Merge branch 'sh-test-cache-config-helper' into 'master'Jaime Martinez
Move test cache config into testhelpers Closes #799 See merge request gitlab-org/gitlab-pages!823
2022-07-26Refactor: move test cache config into testhelpersStan Hu
This reduces some code duplication. Closes https://gitlab.com/gitlab-org/gitlab-pages/-/issues/799
2022-07-25Merge branch 'sh-log-zfs-corruption-error' into 'master'Stan Hu
chore: log ZIP archive corruption error See merge request gitlab-org/gitlab-pages!821
2022-07-25Fix data race with lookup pathsStan Hu
Since the API response for domains is cached, it's possible that multiple clients for the same host may cause a data race when sorting the lookup paths. To ensure this doesn't happen, we sort the lookup paths once before we cache it. Relates to https://gitlab.com/gitlab-org/gitlab-pages/-/issues/646 Changelog: fixed
2022-07-23Chore: log ZIP archive corruption errorsh-log-zfs-corruption-errorStan Hu
When a ZIP file cannot be opened for some reason, we previously would discard the error after attempting to retrieve it from the cache. While this error is logged in another message, it would be helpful to have the same message tied with the "archive corrupted" log entry. Relates to https://gitlab.com/gitlab-org/gitlab-pages/-/issues/690 Changelog: changed
2022-07-15Revert: open files lazily when serving contentVladimir Shushlin
This reverts merge request https://gitlab.com/gitlab-org/gitlab-pages/-/merge_requests/803 because it caused an incident when serving large compressed files Changelog: fixed
2022-07-12Merge branch 'security-pass-on-remote-addr-in-x-forwarded-for' into 'master'Jaime Martinez
Include remote address through X-Forwarded-For in job artifact request See merge request gitlab-org/security/gitlab-pages!38
2022-07-07Open files lazily when serving contentfeistel
Changelog: performance
2022-07-07Include remote address through X-Forwarded-For in job artifact requestAlbert Salim
Changelog: security
2022-07-07Merge branch 'feat/remove-rate-limit-ff' into 'master'Jaime Martinez
feat: remove rate limits feature flags See merge request gitlab-org/gitlab-pages!788
2022-07-05Merge branch '619-enable-placeholders-by-default' into 'master'Vladimir Shushlin
Enable FF_ENABLE_PLACEHOLDERS by default Closes #619 See merge request gitlab-org/gitlab-pages!807
2022-07-05Remove rate limits feature flagsfeistel
Changelog: removed
2022-07-04Null out file slicefeistel
2022-07-04Convert archive field to a local variablefeistel
2022-07-04Null out zip reader after reading archivefeistel
2022-07-04Merge branch 'refactor/custom-headers-parsing' into 'master'Jaime Martinez
refactor: move custom headers parsing into config loading See merge request gitlab-org/gitlab-pages!801