-
Notifications
You must be signed in to change notification settings - Fork 61
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
Feature: iCal link #216
Feature: iCal link #216
Commits on Nov 30, 2021
-
BitK committed
Nov 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 347da4c - Browse repository at this point
Copy the full SHA 347da4cView commit details -
remove graphql.schema.json from git (dev dep)
BitK committedNov 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 745b553 - Browse repository at this point
Copy the full SHA 745b553View commit details -
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 committedNov 30, 2021 Configuration menu - View commit details
-
Copy full SHA for a57d749 - Browse repository at this point
Copy the full SHA a57d749View commit details -
change random to gen_random_bytes
gen_random_bytes is more suited for crypto purpose
BitK committedNov 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 03065b4 - Browse repository at this point
Copy the full SHA 03065b4View commit details
Commits on Feb 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b97d1f6 - Browse repository at this point
Copy the full SHA b97d1f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eaa2f7 - Browse repository at this point
Copy the full SHA 9eaa2f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 950e01f - Browse repository at this point
Copy the full SHA 950e01fView commit details -
If it should be removed, this should be done in a seperate PR.
Configuration menu - View commit details
-
Copy full SHA for 58f2de2 - Browse repository at this point
Copy the full SHA 58f2de2View commit details -
Adds /calendar.ics route to frontend Fixes changing the ical key slight frontend changes when displaying the ical link
Configuration menu - View commit details
-
Copy full SHA for 5280b8c - Browse repository at this point
Copy the full SHA 5280b8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ecb4fc - Browse repository at this point
Copy the full SHA 6ecb4fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e40eff - Browse repository at this point
Copy the full SHA 1e40effView commit details
Commits on Feb 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9799e0f - Browse repository at this point
Copy the full SHA 9799e0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 123fcdd - Browse repository at this point
Copy the full SHA 123fcddView commit details
Commits on Feb 14, 2022
-
* Fix eslint errors * Fix insecure randomness in Registration.vue
Configuration menu - View commit details
-
Copy full SHA for 63f174f - Browse repository at this point
Copy the full SHA 63f174fView commit details
Commits on Apr 5, 2022
-
Fix crash when host is invalid.
Note: Users can still send requests which yield garbage responses, but this is not a security vulnerability because these responses are only served to the requesting user
Configuration menu - View commit details
-
Copy full SHA for a6cd463 - Browse repository at this point
Copy the full SHA a6cd463View commit details
Commits on Apr 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 55c35c0 - Browse repository at this point
Copy the full SHA 55c35c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2249c1 - Browse repository at this point
Copy the full SHA b2249c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 373e473 - Browse repository at this point
Copy the full SHA 373e473View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1e09b6 - Browse repository at this point
Copy the full SHA f1e09b6View commit details
Commits on Mar 3, 2023
-
Fix pagination of past CTF table
The next page arrow did not work but is now fixed. Also remove the sorting functionality since it does not work.
Configuration menu - View commit details
-
Copy full SHA for fe82564 - Browse repository at this point
Copy the full SHA fe82564View commit details -
Sort past CTFs when added to the list
If you create a CTF which is in the past, it would appear at the bottom of the past CTF table until you refresh the table. Now the list is properly sorted which will place the CTF at the expected place.
Configuration menu - View commit details
-
Copy full SHA for 6ac72ae - Browse repository at this point
Copy the full SHA 6ac72aeView commit details
Commits on Mar 24, 2023
-
This was newly added to the challenge categories as listed at https://ctf.hackthebox.com/api/public/challengeCategories
Configuration menu - View commit details
-
Copy full SHA for 804f4af - Browse repository at this point
Copy the full SHA 804f4afView commit details -
Upgrade api packages to latest versions
The graphql-upload packages has been swapped with graphql-upload-ts, because it is not possible anymore to use graphql-upload due to import issues.
Configuration menu - View commit details
-
Copy full SHA for 8103d41 - Browse repository at this point
Copy the full SHA 8103d41View commit details -
Upgrade packages of frontend to latest versions
The SCSS variables are from quasarframework/quasar#15144 (comment) This fixes the ugly dark shadows in dark mode but keeps the shadows in light mode. This was added in Quasar 2.11 but reverted using the SCSS patch. Due to an update of ESLint, it complains about single-word components. Since this is used in CTFNote, this rule is disabeld. Also some small (automatic) fixes.
Configuration menu - View commit details
-
Copy full SHA for ae2f512 - Browse repository at this point
Copy the full SHA ae2f512View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6749ff7 - Browse repository at this point
Copy the full SHA 6749ff7View commit details -
It expects undefined officially, so we return that instead.
Configuration menu - View commit details
-
Copy full SHA for c36bb48 - Browse repository at this point
Copy the full SHA c36bb48View commit details -
Configuration menu - View commit details
-
Copy full SHA for cec5ee2 - Browse repository at this point
Copy the full SHA cec5ee2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2a49cb - Browse repository at this point
Copy the full SHA e2a49cbView commit details
Commits on May 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2a2b816 - Browse repository at this point
Copy the full SHA 2a2b816View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6ad6bb - Browse repository at this point
Copy the full SHA b6ad6bbView commit details -
Make ical password hidden by default
Now it uses the password-input just like the registration password.
Configuration menu - View commit details
-
Copy full SHA for e85de24 - Browse repository at this point
Copy the full SHA e85de24View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4b4abb - Browse repository at this point
Copy the full SHA e4b4abbView commit details -
Change click action of link to copy to clipboard
The dialog UI is confusing because you think that the key is short but actually it is out of view in the input field. Since the only action is to get the link of the ical, we just copy it to the clipboard immediately and show a confirmation checkmark.
Configuration menu - View commit details
-
Copy full SHA for 11ff3aa - Browse repository at this point
Copy the full SHA 11ff3aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 952acb4 - Browse repository at this point
Copy the full SHA 952acb4View commit details
Commits on May 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 05ba570 - Browse repository at this point
Copy the full SHA 05ba570View commit details