-
-
Notifications
You must be signed in to change notification settings - Fork 71
Online Safety Act updates #2004
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
Open
ArtOfCode-
wants to merge
23
commits into
develop
Choose a base branch
from
art/online-safety-updates
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
efe75e7
Add process complaints
ArtOfCode- c2f8fb6
Add broad structure for training
ArtOfCode- adac66e
Overview
ArtOfCode- b3fc44a
Definitions
ArtOfCode- 7583be9
Merge branch 'develop' into art/online-safety-updates
ArtOfCode- 829f72a
Finalise training
ArtOfCode- f4d73cd
Tests
ArtOfCode- 31fde79
Doh
ArtOfCode- e5155b7
Gate OSA training behind a site setting
ArtOfCode- 983fff6
Make OSA director configurable
ArtOfCode- 382f69d
Clarify county lines
ArtOfCode- 608cf65
Clarify epilepsy trolling
ArtOfCode- f1b30b5
Make content policy configurable
ArtOfCode- 17a4348
Wording updates
ArtOfCode- 8da4088
Ignore deprecations for now
ArtOfCode- 656e6f3
Merge branch 'develop' into art/online-safety-updates
ArtOfCode- bb491f7
Make messages locale strings
ArtOfCode- 4df25d7
Revert "Ignore deprecations for now"
Oaphi bcc8cfd
Enable tsc & typescript version checks for the typecheck action
Oaphi e3e28c0
Always use clean install in CI
Oaphi 184f471
Make typecheck action's logs even more verbose
Oaphi 3ba382c
Add a direct log of what, exactly, is used for the typecheck action
Oaphi 9c60499
Typecheck action should use project-local tsc, not whatever is in the…
Oaphi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| <p class="has-font-size-caption has-color-tertiary-600">Last updated 22 March 2026</p> | ||
|
|
||
| <h1 class="is-brand-comp with-subtitle">Online Safety Act</h1> | ||
| <h2 class="subtitle">Conclusion</h2> | ||
|
|
||
| <p> | ||
| Thank you for taking the time to go through this training. We appreciate that these are often difficult and sensitive | ||
| topics, but your understanding and assistance help us to create safe communities for all our users. As community | ||
| moderators you're likely to see problems before we do, and we appreciate your help in bringing them to our attention. | ||
| </p> | ||
| <p> | ||
| Please click the button below to mark your training complete. You can come back to these pages at any time from the | ||
| Safety Center if you need a reminder. If you need any support, please contact the Community Team. | ||
| </p> | ||
|
|
||
| <%= form_tag osa_training_complete_path, method: :post do %> | ||
| <%= submit_tag 'Mark as complete', class: 'button is-filled is-primary' %> | ||
ArtOfCode- marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| <% end %> | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's also add this check to the main safety page so we don't show a link that 404s.