forked from mastodon/mastodon
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit 'a34d27c18' into update/imastodon
- Loading branch information
Showing
1,154 changed files
with
20,225 additions
and
8,614 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
ignore: | ||
# devise-two-factor advisory about brute-forcing TOTP | ||
# We have rate-limits on authentication endpoints in place (including second | ||
# factor verification) since Mastodon v3.2.0 | ||
- CVE-2024-0227 |
This file contains 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 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 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 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 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 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 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 |
---|---|---|
@@ -1,33 +1,13 @@ | ||
# This configuration was generated by | ||
# `haml-lint --auto-gen-config` | ||
# on 2023-10-26 09:32:34 -0400 using Haml-Lint version 0.51.0. | ||
# on 2024-01-09 11:30:07 -0500 using Haml-Lint version 0.53.0. | ||
# The point is for the user to remove these configuration records | ||
# one by one as the lints are removed from the code base. | ||
# Note that changes in the inspected code, or installation of new | ||
# versions of Haml-Lint, may require this file to be generated again. | ||
|
||
linters: | ||
# Offense count: 16 | ||
# Offense count: 1 | ||
LineLength: | ||
exclude: | ||
- 'app/views/admin/account_actions/new.html.haml' | ||
- 'app/views/admin/accounts/index.html.haml' | ||
- 'app/views/admin/ip_blocks/new.html.haml' | ||
- 'app/views/admin/roles/_form.html.haml' | ||
- 'app/views/admin/settings/discovery/show.html.haml' | ||
- 'app/views/auth/registrations/edit.html.haml' | ||
- 'app/views/auth/registrations/new.html.haml' | ||
- 'app/views/filters/_filter_fields.html.haml' | ||
- 'app/views/media/player.html.haml' | ||
- 'app/views/settings/applications/_fields.html.haml' | ||
- 'app/views/settings/imports/index.html.haml' | ||
- 'app/views/settings/preferences/appearance/show.html.haml' | ||
- 'app/views/settings/preferences/notifications/show.html.haml' | ||
- 'app/views/settings/preferences/other/show.html.haml' | ||
|
||
# Offense count: 9 | ||
RuboCop: | ||
exclude: | ||
- 'app/views/admin/accounts/_buttons.html.haml' | ||
- 'app/views/admin/accounts/_local_account.html.haml' | ||
- 'app/views/admin/roles/_form.html.haml' |
This file contains 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 |
---|---|---|
@@ -1 +1 @@ | ||
20.9 | ||
20.11 |
This file contains 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 |
---|---|---|
|
@@ -73,3 +73,5 @@ app/javascript/styles/mastodon/reset.scss | |
|
||
# Ignore the generated AUTHORS.md | ||
AUTHORS.md | ||
|
||
!lint-staged.config.js |
This file contains 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
Oops, something went wrong.