Matt Jankowski
|
b5d1d48266
|
Convert `form_for` -> `form_with` in views (#30700)
|
2 years ago |
Matt Jankowski
|
8d5ed19c6d
|
Migrate `form_tag` to `form_with` in admin and auth views (#30692)
|
2 years ago |
Claire
|
89f89d738f
|
Revert "Allow unblocking email addresses from any matching account (#29305)" (#30385)
|
2 years ago |
Emelia Smith
|
5fd56512de
|
Improve Report Notes and Account Moderation Notes (#30288)
|
2 years ago |
Fawaz Farid
|
bc24c4792d
|
Allow admins to configure instance favicon and logo (#30040)
|
2 years ago |
Matt Jankowski
|
e336466894
|
Use shared form partial for `admin/rules` views (#30067)
|
2 years ago |
Matt Jankowski
|
a9816f051d
|
Use shared form partial for `admin/warning_presets` views (#30069)
|
2 years ago |
Matt Jankowski
|
2739d8d5a4
|
Use shorter `render` call in `admin/webhooks` view (#30071)
|
2 years ago |
Michael Stanclift
|
bb8c6346fb
|
Reword and rearrange Content Retention page (#27733)
|
2 years ago |
Matt Jankowski
|
32ead51e5a
|
Add material design icons to admin/settings views (#27780)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2 years ago |
Matt Jankowski
|
33e829763d
|
Use shared `form` partial for `admin/domain_blocks` views (#29609)
|
2 years ago |
Matt Jankowski
|
4837bfcc6a
|
Use shared `form` partial for `admin/announcements` views (#29608)
|
2 years ago |
Matt Jankowski
|
f56309f5f0
|
Add `by_latest_used` scope, move admin area recent IPs to partial (#29497)
|
2 years ago |
Claire
|
7508472d84
|
Fix admin interface repeating rule title instead of showing hint text (#29758)
|
2 years ago |
Claire
|
8a1423a474
|
Allow unblocking email addresses from any matching account (#29305)
|
2 years ago |
Matt Jankowski
|
0a33be39c1
|
Reduce `LineLength` for `react_admin_component` helpers (#29650)
|
2 years ago |
Matt Jankowski
|
4c84891453
|
Pull out full `li` element into admin/status_edits/status_edit partial (#29499)
|
2 years ago |
Claire
|
cf08a438e7
|
Add badge on account card in report moderation interface when account is already suspended (#29592)
|
2 years ago |
Matt Jankowski
|
f445d33fd6
|
Fix haml-lint `LineLength` cops in app/views/admin (#28680)
|
2 years ago |
Eugen Rochko
|
5b3a8737d6
|
Add hints for rules (#29539)
|
2 years ago |
Jeong Arm
|
deffb8ecb6
|
Show comments in the admin/instances page (#29240)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2 years ago |
Claire
|
b71904816a
|
Change registrations to be disabled by default for new servers (#29280)
|
2 years ago |
Matt Jankowski
|
69e61fff38
|
Move direct serializer usage out of admin view partial (#29028)
|
2 years ago |
Matt Jankowski
|
b68f185573
|
Reduce `LineLength` for `react_component` helper in views/admin (#28694)
|
2 years ago |
Matt Jankowski
|
6daa69327b
|
Fix `LineLength` haml-lint in `t` usage (#28686)
|
2 years ago |
Claire
|
dfdadb92e8
|
Add ability to require approval when users sign up using specific email domains (#28468)
|
2 years ago |
Eugen Rochko
|
b5ac61b2c5
|
Change algorithm of follow recommendations (#28314)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2 years ago |
Matt Jankowski
|
2bd8d343cf
|
Fix `Style/SoleNestedConditional` and `Style/IfInsideElse` cops, regenerate haml todo (#28384)
|
2 years ago |
Claire
|
a2bcfeb887
|
Fix `Style/HashEachMethods` cop in HAML files (#28178)
|
2 years ago |
Claire
|
963354978a
|
Add `Account#unavailable?` and `Account#permanently_unavailable?` aliases (#28053)
|
2 years ago |
Matt Jankowski
|
72b7cd349c
|
Extract helper methods for form label in admin/ area views (#27575)
|
2 years ago |
Matt Jankowski
|
186895fc88
|
Refactor, lint fix, and bug fix on admin/roles/form partial (#27558)
|
2 years ago |
June
|
97e677f993
|
Fix not all legal images showing in file picker when uploading custom emoji (#28076)
|
2 years ago |
Claire
|
bd575a1dd6
|
Add banner for forwarded reports made by remote users about remote content (#27549)
|
2 years ago |
Matt Jankowski
|
13c3e59601
|
Use helper method to build batched status edits in `admin/statuses/show` (#27739)
|
2 years ago |
Matt Jankowski
|
bbad5b6456
|
Remove false positive cop detection (#27457)
|
2 years ago |
Matt Jankowski
|
3ca974e101
|
Use `next` keyword in field loop in admin/accounts/index view (#27559)
|
2 years ago |
Matt Jankowski
|
70dbf84b9b
|
Solve simplest haml-lint `Rubocop` lints (#27529)
|
2 years ago |
Matt Jankowski
|
c926f5fd67
|
Fix haml-lint `UnnecessaryStringOutput` for views (#27531)
|
2 years ago |
Claire
|
99f2534cee
|
Add support for displaying unknown servers on /admin/instances/:domain (#27150)
|
2 years ago |
Matt Jankowski
|
ab0fb81479
|
Configure brakeman to ignore url safe preview card urls (#25883)
|
2 years ago |
Matt Jankowski
|
9f218c9924
|
Refactor appeal partial to avoid brakeman XSS warning (#25880)
|
2 years ago |
Matt Jankowski
|
33b073f77d
|
Extract partials from `admin/reports/show` view (#27427)
|
2 years ago |
Matt Jankowski
|
8d0f12f776
|
Extract partials from `admin/accounts/show` view (#27428)
|
2 years ago |
Matt Jankowski
|
66becf9a1e
|
Fix haml-lint `InstanceVariables` rule for admin/reports/actions (#27339)
|
2 years ago |
Matt Jankowski
|
e715da6d25
|
Fix haml-lint Rubocop `Rails/*` cops (#26042)
|
3 years ago |
Matt Jankowski
|
89a17878ef
|
Fix haml-lint `InstanceVariables` rule for admin/roles/_form (#26063)
|
3 years ago |
Matt Jankowski
|
9d56c1949b
|
Fix haml-lint `InstanceVariables` rule for admin/webhooks/_form (#26062)
|
3 years ago |
Matt Jankowski
|
e6b903b21e
|
Fix haml-lint `InstanceVariables` rule for invites/_form (#26064)
|
3 years ago |
Rob Thomas
|
200312e8be
|
Fix crash when viewing a moderation appeal and the moderator account has been deleted (#25900)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
3 years ago |