summaryrefslogtreecommitdiffstats
path: root/app/views/admin
AgeCommit message (Collapse)Author
2024-06-14Convert `form_for` -> `form_with` in views (#30700)Matt Jankowski
2024-06-14Migrate `form_tag` to `form_with` in admin and auth views (#30692)Matt Jankowski
2024-05-21Revert "Allow unblocking email addresses from any matching account (#29305)" ↵Claire
(#30385)
2024-05-15Improve Report Notes and Account Moderation Notes (#30288)Emelia Smith
2024-05-06Allow admins to configure instance favicon and logo (#30040)Fawaz Farid
2024-04-29Use shared form partial for `admin/rules` views (#30067)Matt Jankowski
2024-04-29Use shared form partial for `admin/warning_presets` views (#30069)Matt Jankowski
2024-04-29Use shorter `render` call in `admin/webhooks` view (#30071)Matt Jankowski
2024-04-26Reword and rearrange Content Retention page (#27733)Michael Stanclift
2024-04-23Add material design icons to admin/settings views (#27780)Matt Jankowski
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-04-22Use shared `form` partial for `admin/domain_blocks` views (#29609)Matt Jankowski
2024-04-19Use shared `form` partial for `admin/announcements` views (#29608)Matt Jankowski
2024-04-02Add `by_latest_used` scope, move admin area recent IPs to partial (#29497)Matt Jankowski
2024-03-26Fix admin interface repeating rule title instead of showing hint text (#29758)Claire
2024-03-20Allow unblocking email addresses from any matching account (#29305)Claire
2024-03-20Reduce `LineLength` for `react_admin_component` helpers (#29650)Matt Jankowski
2024-03-19Pull out full `li` element into admin/status_edits/status_edit partial (#29499)Matt Jankowski
2024-03-19Add badge on account card in report moderation interface when account is ↵Claire
already suspended (#29592)
2024-03-15Fix haml-lint `LineLength` cops in app/views/admin (#28680)Matt Jankowski
2024-03-11Add hints for rules (#29539)Eugen Rochko
2024-02-28Show comments in the admin/instances page (#29240)Jeong Arm
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-02-22Change registrations to be disabled by default for new servers (#29280)Claire
2024-02-06Move direct serializer usage out of admin view partial (#29028)Matt Jankowski
2024-01-11Reduce `LineLength` for `react_component` helper in views/admin (#28694)Matt Jankowski
2024-01-11Fix `LineLength` haml-lint in `t` usage (#28686)Matt Jankowski
2024-01-04Add ability to require approval when users sign up using specific email ↵Claire
domains (#28468)
2023-12-19Change algorithm of follow recommendations (#28314)Eugen Rochko
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-12-18Fix `Style/SoleNestedConditional` and `Style/IfInsideElse` cops, regenerate ↵Matt Jankowski
haml todo (#28384)
2023-12-04Fix `Style/HashEachMethods` cop in HAML files (#28178)Claire
2023-11-30Add `Account#unavailable?` and `Account#permanently_unavailable?` aliases ↵Claire
(#28053)
2023-11-29Extract helper methods for form label in admin/ area views (#27575)Matt Jankowski
2023-11-29Refactor, lint fix, and bug fix on admin/roles/form partial (#27558)Matt Jankowski
2023-11-27Fix not all legal images showing in file picker when uploading custom emoji ↵June
(#28076)
2023-11-15Add banner for forwarded reports made by remote users about remote content ↵Claire
(#27549)
2023-11-08Use helper method to build batched status edits in `admin/statuses/show` ↵Matt Jankowski
(#27739)
2023-11-07Remove false positive cop detection (#27457)Matt Jankowski
2023-10-26Use `next` keyword in field loop in admin/accounts/index view (#27559)Matt Jankowski
2023-10-25Solve simplest haml-lint `Rubocop` lints (#27529)Matt Jankowski
2023-10-25Fix haml-lint `UnnecessaryStringOutput` for views (#27531)Matt Jankowski
2023-10-23Add support for displaying unknown servers on /admin/instances/:domain (#27150)Claire
2023-10-20Configure brakeman to ignore url safe preview card urls (#25883)Matt Jankowski
2023-10-19Refactor appeal partial to avoid brakeman XSS warning (#25880)Matt Jankowski
2023-10-16Extract partials from `admin/reports/show` view (#27427)Matt Jankowski
2023-10-16Extract partials from `admin/accounts/show` view (#27428)Matt Jankowski
2023-10-11Fix haml-lint `InstanceVariables` rule for admin/reports/actions (#27339)Matt Jankowski
2023-10-03Fix haml-lint Rubocop `Rails/*` cops (#26042)Matt Jankowski
2023-09-28Fix haml-lint `InstanceVariables` rule for admin/roles/_form (#26063)Matt Jankowski
2023-09-28Fix haml-lint `InstanceVariables` rule for admin/webhooks/_form (#26062)Matt Jankowski
2023-09-28Fix haml-lint `InstanceVariables` rule for invites/_form (#26064)Matt Jankowski
2023-09-18Fix crash when viewing a moderation appeal and the moderator account has ↵Rob Thomas
been deleted (#25900) Co-authored-by: Claire <claire.github-309c@sitedethib.com>