docbrown/app/assets/images
Jeremy Friesen 88f4daf952
Penciling in a Default Spaces section (#16897)
* Penciling in a Default Spaces section

This delivers two primary things:

1.  Extracting shared policy examples
2.  Providing a functioning skeleton for toggling on the
    "limit_post_creation_to_admins" feature.

Important is that once merged, it would be possible for this code to
"leak" out.  But how that leaks out is also how you can test that the
feature works.

First, to orient, there is a constraint for a new route.  That
constraint checks if the feature flag exists (e.g. has been explicitly
enabled or explicitly disabled).  In other words, at this point, you
can't accidentally enable the feature via the UI.  But once you have
enabled the feature, you can then toggle the feature on and off.

So, to test this in the browser:

1. Pull down this branch
2. Run `rails runner "FeatureFlag.disable(:limit_post_creation_to_admins)"`
3. Startup your the web server.
4. Login as an administrator
5. Goto /admin/content_manager/spaces
   a. Bask in the glory of a plain HTML form
6. With another browser, login as another non-admin user
7. Go to /settings/extensions, you should see a section Publishing from RSS.
8. Now with the admin's session, update the form to turn on
  "limit_post_creation_to_admins"
9. Back to the non-admin browser, refresh /settings/extensions, you
   should no longer see the section Publishing from RSS.

Note: I have not included an admin menu item as that is related to and
dependent on some refactors I'm working on (see forem/forem#16888 and
forem/forem#16847).  So a bit of "security through obsurity"

Note: In the future, once we resolve forem/forem#16490, we'll start
toggling the "Create a Post" button.

Note: I am not including Cypress tests nor request tests for this
feature because the implementation details related to the testing via
that approach are a little too volitale.

Related to forem/forem#16842

* Updating copy based on forem/forem#16893

* styles

* styles

* dark styles

Co-authored-by: Paweł Ludwiczak <ludwiczakpawel@gmail.com>
2022-03-21 09:56:12 -04:00
..
twemoji Profile generalization cleanup phase 2 (#14555) 2021-08-27 09:17:26 +07:00
.keep Initial commit 2018-02-28 16:11:08 -05:00
1.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
2.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
3.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
4.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
5.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
6.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
7.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
8.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
9.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
10.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
11.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
12.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
13.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
14.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
15.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
16.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
17.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
18.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
19.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
20.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
21.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
22.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
23.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
24.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
25.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
26.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
27.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
28.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
29.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
30.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
31.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
32.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
33.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
34.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
35.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
36.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
37.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
38.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
39.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
40.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
admin.svg Filter admin users by status (#16238) 2022-03-02 11:13:59 -05:00
android-icon-36x36.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
android-icon-128x128.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
android-icon-192x192.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
animated-bars.gif Initial commit 2018-02-28 16:11:08 -05:00
apple-icon-152x152.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
apple-icon-167x167.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
apple-icon-180x180.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
apple-icon.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
apple.svg [deploy] Branded authentication buttons (#8679) 2020-06-15 17:34:07 +02:00
arrow-down-fill.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
badge.svg Admin's Member view (#16174) 2022-02-09 14:33:01 +01:00
behance.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
bell.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
bin.svg Admin's Member view (#16174) 2022-02-09 14:33:01 +01:00
bold.svg Implementing new buttons (#15843) 2022-01-14 10:28:31 +01:00
book.svg [deploy] New Feature: Mod Actions Panel (#7777) 2020-06-08 13:24:18 -04:00
cake.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
checkmark-green.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
checkmark.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
chevron-right.svg [deploy] New Feature: Mod Actions Panel (#7777) 2020-06-08 13:24:18 -04:00
circle-question.svg Storybook: Add DocsPage and test out static content (#11397) 2020-12-02 09:56:38 -08:00
code.svg Implementing new buttons (#15843) 2022-01-14 10:28:31 +01:00
codeblock.svg Implementing new buttons (#15843) 2022-01-14 10:28:31 +01:00
cog.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
collapse.svg Comments UI update (#11283) 2020-11-18 18:21:19 -05:00
comment.svg [deploy] Article Design update (#8234) 2020-06-17 09:57:57 -04:00
comments-bubble.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
connect.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
copy.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
dashboard-line.svg RFC#50-P3 Navigation Item Focus (Styling and Behaviour) (#12936) 2021-03-10 13:07:16 +02:00
devlistings-horizontal.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
devlogo-pwa-128.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
devlogo-pwa-192.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
devlogo-pwa-512.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
devplain.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
divider.svg Implementing new buttons (#15843) 2022-01-14 10:28:31 +01:00
dribbble.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
edit.svg Admin's Member view (#16174) 2022-02-09 14:33:01 +01:00
email.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
expand.svg Comments UI update (#11283) 2020-11-18 18:21:19 -05:00
external-link.svg [deploy] Dashboard updates (#8879) 2020-06-25 13:10:17 -04:00
eye-off.svg RFC 190: Forem Creator Signup Page (#13875) 2021-08-24 10:33:26 +02:00
eye.svg RFC 190: Forem Creator Signup Page (#13875) 2021-08-24 10:33:26 +02:00
facebook.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
favicon.ico Fix default favicon (#11962) 2020-12-18 11:50:52 -05:00
favorite-heart-outline-button.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
flashlight-line.svg RFC#50-P3 Navigation Item Focus (Styling and Behaviour) (#12936) 2021-03-10 13:07:16 +02:00
folder.svg Penciling in a Default Spaces section (#16897) 2022-03-21 09:56:12 -04:00
forem-background.svg Dynamically update the brand colors (#15432) 2021-11-23 09:46:17 +02:00
forem.svg Forem passport (cont) (#14759) 2021-09-30 06:47:45 -06:00
fullscreen-off.svg Code snippet fullscreen icon - setting constraints for size. (#12010) 2021-01-13 15:17:10 +01:00
fullscreen-on.svg Code snippet fullscreen icon - setting constraints for size. (#12010) 2021-01-13 15:17:10 +01:00
github-logo.svg Remove unused assets (#15367) 2021-11-16 19:57:37 +01:00
github.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
gitlab.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
google_oauth2.svg Login with Google (#15986) 2022-01-13 10:25:52 -06:00
group-2-line.svg RFC#50-P3 Navigation Item Focus (Styling and Behaviour) (#12936) 2021-03-10 13:07:16 +02:00
hamburger.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
heading.svg Implementing new buttons (#15843) 2022-01-14 10:28:31 +01:00
heart-filled.svg [deploy] Article Design update (#8234) 2020-06-17 09:57:57 -04:00
heart.svg [deploy] Article Design update (#8234) 2020-06-17 09:57:57 -04:00
help.svg Implementing new buttons (#15843) 2022-01-14 10:28:31 +01:00
icon.png Placeholder assets (#11005) 2020-10-21 21:29:24 -04:00
image.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
info.svg Update connect chat container (part 2) (#8717) [deploy] 2020-06-16 15:15:59 -07:00
instagram.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
italic.svg Implementing new buttons (#15843) 2022-01-14 10:28:31 +01:00
keyboard-left-arrow-button.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
keyboard-right-arrow-button.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
link.svg Implementing new buttons (#15843) 2022-01-14 10:28:31 +01:00
linkedin.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
list-ordered.svg Implementing new buttons (#15843) 2022-01-14 10:28:31 +01:00
list-unordered.svg Implementing new buttons (#15843) 2022-01-14 10:28:31 +01:00
loading-ellipsis.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
location.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
lock.svg RFC #74, Pt. 2: Private Forem Landing Page (#13819) 2021-06-10 11:46:24 -06:00
logo-forem-app.svg Remove :runtime_banner feature flag (#13662) 2021-05-28 15:10:15 -06:00
logo-forem.svg Storybook: Add DocsPage and test out static content (#11397) 2020-12-02 09:56:38 -08:00
mail.svg Creator Onboarding Confirmation Page (#14259) 2021-08-03 14:21:56 +02:00
markdown.svg [deploy] fix: Clear chat input after Enter key submit (#10487) 2020-10-08 14:51:36 -04:00
mascot.png Placeholder assets (#11005) 2020-10-21 21:29:24 -04:00
mastodon.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
medium.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
minus.svg Remove unused assets (#15367) 2021-11-16 19:57:37 +01:00
mod-filled.svg [deploy] New Feature: Mod Actions Panel (#7777) 2020-06-08 13:24:18 -04:00
mod.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
onboarding-background.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
organization.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
overflow-horizontal.svg [deploy] Home Page Feed redesign + top comments (#7579) 2020-05-12 07:57:57 -05:00
overflow-vertical.svg Implementing new buttons (#15843) 2022-01-14 10:28:31 +01:00
palette-line.svg RFC#50-P3 Navigation Item Focus (Styling and Behaviour) (#12936) 2021-03-10 13:07:16 +02:00
pause.svg Allow users to pause gifs in a post (#16314) 2022-02-02 13:45:55 +00:00
pausebutt.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
pencil.svg RFC 190: Forem Creator Signup Page (#13875) 2021-08-24 10:33:26 +02:00
pin.svg Profile UI update (#11357) 2020-11-12 08:47:04 +01:00
play-butt.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
play.svg Allow users to pause gifs in a post (#16314) 2022-02-02 13:45:55 +00:00
playbutt.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
plus.svg [deploy] New Feature: Mod Actions Panel (#7777) 2020-06-08 13:24:18 -04:00
post.svg Profile UI update (#11357) 2020-11-12 08:47:04 +01:00
preview-logo.svg [deploy] Change branding preview text (#9798) 2020-08-27 09:01:34 -04:00
quote.svg Implementing new buttons (#15843) 2022-01-14 10:28:31 +01:00
rainbowdev.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
reddit-icon.svg [deploy] Add Reddit Liquid Tag (#8111) 2020-06-01 18:52:07 -04:00
refresh.svg Admin's Member view (#16174) 2022-02-09 14:33:01 +01:00
save-filled.svg [deploy] Article Design update (#8234) 2020-06-17 09:57:57 -04:00
save.svg [deploy] Article Design update (#8234) 2020-06-17 09:57:57 -04:00
search.svg Updating navigation (especially mobile) (#10424) 2020-12-08 15:59:21 +01:00
small-bell.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
small-comment-filled.svg Notifications redesign (#11084) 2020-10-29 20:38:17 +01:00
small-comment.svg [deploy] Home Page Feed redesign + top comments (#7579) 2020-05-12 07:57:57 -05:00
small-data.svg Table component & Dashboard update (#8778) 2020-06-22 18:47:17 +02:00
small-eye.svg Table component & Dashboard update (#8778) 2020-06-22 18:47:17 +02:00
small-heart-filled.svg Notifications redesign (#11084) 2020-10-29 20:38:17 +01:00
small-heart.svg [deploy] Home Page Feed redesign + top comments (#7579) 2020-05-12 07:57:57 -05:00
small-link.svg Notifications redesign (#11084) 2020-10-29 20:38:17 +01:00
small-medal.svg Comments UI update (#11283) 2020-11-18 18:21:19 -05:00
small-overflow-horizontal.svg Comments UI update (#11283) 2020-11-18 18:21:19 -05:00
small-save-filled.svg [deploy] Home Page Feed redesign + top comments (#7579) 2020-05-12 07:57:57 -05:00
small-save.svg [deploy] Home Page Feed redesign + top comments (#7579) 2020-05-12 07:57:57 -05:00
small-thread.svg Comments UI update (#11283) 2020-11-18 18:21:19 -05:00
social-media-cover.png Placeholder assets (#11005) 2020-10-21 21:29:24 -04:00
stack-line.svg RFC#50-P3 Navigation Item Focus (Styling and Behaviour) (#12936) 2021-03-10 13:07:16 +02:00
stackexchange-arrow-down.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
stackexchange-arrow-up.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
stackexchange-logo.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
stackoverflow-logo.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
stackoverflow.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
strikethrough.svg Implementing new buttons (#15843) 2022-01-14 10:28:31 +01:00
tag.svg Profile UI update (#11357) 2020-11-12 08:47:04 +01:00
team.svg Admin's Member view (#16174) 2022-02-09 14:33:01 +01:00
templates.svg [deploy] fix: Clear chat input after Enter key submit (#10487) 2020-10-08 14:51:36 -04:00
tools-line.svg RFC#50-P3 Navigation Item Focus (Styling and Behaviour) (#12936) 2021-03-10 13:07:16 +02:00
twitch.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
twitter-like-action.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
twitter-reply-action.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
twitter-retweet-action.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
twitter.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
underline.svg Implementing new buttons (#15843) 2022-01-14 10:28:31 +01:00
unicorn-filled.svg [deploy] Article Design update (#8234) 2020-06-17 09:57:57 -04:00
unicorn.svg [deploy] Article Design update (#8234) 2020-06-17 09:57:57 -04:00
user-line.svg RFC#50-P3 Navigation Item Focus (Styling and Behaviour) (#12936) 2021-03-10 13:07:16 +02:00
video-camera.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
volume-mute.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
volume.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
wallet.svg Admin's Member view (#16174) 2022-02-09 14:33:01 +01:00
wikipedia-logo.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
x.svg [deploy] Redesign article editor (#7524) 2020-05-29 11:59:37 -04:00
youtube.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00