Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ical link #116

Merged
merged 4 commits into from
Apr 28, 2024
Merged

Ical link #116

merged 4 commits into from
Apr 28, 2024

Commits on Nov 30, 2021

  1. update git ignore

    BitK committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    347da4c View commit details
    Browse the repository at this point in the history
  2. remove graphql.schema.json from git (dev dep)

    BitK committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    745b553 View commit details
    Browse the repository at this point in the history
  3. Added ical link

    An ical link is now available on /calendar.ics.
    It contains all the ctfs with their description and dates.
    This endpoint is protected with a token by default,
    the password can be changed/removed by the admin.
    BitK committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    a57d749 View commit details
    Browse the repository at this point in the history
  4. change random to gen_random_bytes

    gen_random_bytes is more suited for crypto purpose
    BitK committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    03065b4 View commit details
    Browse the repository at this point in the history