-
Notifications
You must be signed in to change notification settings - Fork 769
AO3-7030 Only allow official users to apply to make skins public #5571
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
f03dc3c
Only allow users with the official role to apply to make skins public
sarken ed1ba59
Tests
sarken 706907f
Remove skins-approval help text
sarken 41ac735
Add task for clearing unofficial skins
sarken f3ef025
AO3-7030 Resolve merge conflicts
sarken 82163bb
AO3-7030 Use update_all to clear unofficial skins so we don't update …
sarken b1fa0ac
Merge branch 'master' into AO3-7030
sarken c6f1f44
AO3-7030 I forgot what the test failures are when doing it this way
sarken 0244884
AO3-7030 Ah yeah that's what happens
sarken 6fcfa84
AO3-7030 Disallow editing of public attribute in controller instead
sarken 7f6ab77
AO3-7030 Merge with master
sarken 2f9fbdb
AO3-7030 Put blank line back in file I removed other changes from
sarken 20324f1
AO3-7030 Move test
sarken d5141c0
Merge branch 'master' into AO3-7030
sarken 4977652
AO3-7030 Remove duplicate test from merge
sarken 9527542
AO3-7030 Change order of steps for step definition
sarken e723062
AO3-7030 How much worse did I make it
sarken 01455c4
AO3-7030 Keep the array
sarken 3b02554
AO3-7030 In case I also need these changes
sarken b2e9b04
AO3-7030 Humor me for a sec
sarken 90f95c7
Merge with master
sarken 22ba631
Readd test removed to simplyify conflict resolution
sarken 257f96f
Use official user for creating approved skins in tests
sarken b61a311
Just disable the thing because only volunteers can see it anyway
sarken 8f939c5
Test updates, fix things that got messed up in merge, line lenght tweaks
sarken c5c6ea9
Don't include apply to make public checkbox for admins
sarken 1620b31
AO3-7030 Cucumber expressions
sarken 7ac58c1
AO3-7030 Code style fixes
sarken 3b5839b
AO3-7030 Try to find some bracket layout that'll appease Reviewdog's …
sarken c680b56
AO3-7030 Indent
sarken fd6461e
AO3-7030 C'mon
sarken e45272a
AO3-7030 Style fixes in specs
sarken 9d19748
AO3-7030 Add a space in the spec
sarken 34078b0
AO3-7030 Change line breaks in skin task spec
sarken 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,9 +8,9 @@ | |
| <% if skin.official? %> | ||
| <p class="status approved">(<%= ts('Approved') %>)</p> | ||
| <% elsif skin.rejected? %> | ||
| <p class="status declined">(<%= ts('Declined:')%> <%= link_to_help 'skins-approval' %> <%= skin.admin_note %>)</p> | ||
| <p class="status declined">(<%= ts("Declined:") %> <%= skin.admin_note %>)</p> | ||
|
Check failure on line 11 in app/views/skins/_skin_module.html.erb
|
||
| <% elsif skin.public? %> | ||
| <p class="status unread">(<%= ts('Not yet reviewed') %>) <%= link_to_help 'skins-approval' %></p> | ||
| <p class="status unread">(<%= ts("Not yet reviewed") %>)</p> | ||
|
Check failure on line 13 in app/views/skins/_skin_module.html.erb
|
||
| <% end %> | ||
| <% end %> | ||
|
|
||
|
|
||
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 was deleted.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.