docbrown/app
Ridhwana 272aea6127
Allow admins to delete an organization (#19699)
* feat: update the layout for organizations

* feat: update the layout for an organization

* feat: organization logos are square

* feat: change the text on the org visit button

* feat: initialize the dropdown menu

* feat: trigger the  modal

* feat: update the text in the model

* feat: tweak wording

* WIP/feat: hook up a route with an action that calls an organization delete worker.

* feat: redirect after showing the notice

* feat: update the authorization required to be super admin

* feat: add the notice to localization

* spec: integration test

* spec: fix

* spec: delete worker

* chore: update the link

* feat: add safe navigation

* feat: make sure that we show an error if the organization has credits

* fix: error message for modal unspent credits

* feat add the spec for the helper

* fix: remove rspec preface

* fix: small fixes to tests and I18n

* fix: updated the number of orgs

* feat: update the message

* feat: update the message

* chore: remove inclusion of helper

* feat: change the name of the parameter

* chore: newline
2023-07-17 12:09:24 +02:00
..
assets feat: apply focus styles to crayons-btn (#19751) 2023-07-14 10:26:42 +02:00
controllers Allow admins to delete an organization (#19699) 2023-07-17 12:09:24 +02:00
decorators Subscribe to Comment Functionality (#19555) 2023-07-10 17:11:46 +02:00
errors Favoring re-use of authorization error (#16992) 2022-03-24 08:16:28 -04:00
forms Refactor CreatorSettingsForm & spec (#19011) 2023-01-27 08:39:07 -05:00
helpers Allow admins to delete an organization (#19699) 2023-07-17 12:09:24 +02:00
javascript Allow admins to delete an organization (#19699) 2023-07-17 12:09:24 +02:00
lib Remove manual user follow suggestions (#19457) 2023-05-16 15:01:03 +02:00
liquid_tags Fix Windows tweet schrinking phenomenon (#19686) 2023-07-06 17:25:04 -04:00
mailers "Reply to" and "From" Email addresses for SMTP Configurations (#16499) 2022-02-16 16:14:54 +02:00
models Fix bugs with article moderator notifications (and make tests less flaky) (#19688) 2023-07-14 17:29:45 +02:00
policies Subscribe to Comment Functionality (#19555) 2023-07-10 17:11:46 +02:00
queries Rename DisplayAdHelper to BillboardHelper (#19750) 2023-07-14 14:48:45 -04:00
refinements Drop profile columns from user (#10707) 2020-12-03 08:14:38 +07:00
sanitizers Don't sanitize anchor elements with no href (#16667) 2022-02-22 11:27:38 -06:00
serializers Remove deprecated Organization's columns (#19396) 2023-06-26 10:36:33 -04:00
services Still trying to fix notification caching when un/subscribing (#19754) 2023-07-17 11:23:55 +02:00
uploaders small non-views ruby i18n (#16004) 2022-01-11 10:05:18 +07:00
validators Skips newline when validating character count (#19646) 2023-07-07 14:35:29 -04:00
view_objects Patching ERB rendering of the data-info JSON (#16067) 2022-01-14 08:30:49 -05:00
views Allow admins to delete an organization (#19699) 2023-07-17 12:09:24 +02:00
workers Allow admins to delete an organization (#19699) 2023-07-17 12:09:24 +02:00