forked from mastodon/mastodon
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit 'e68b26c8df2056182564abcee230927ed53200c8' into glitch-s…
…oc/merge-upstream Conflicts: - `app/models/trends/statuses.rb`: Upstream added a date restriction to trendable posts, while glitch-soc had slightly different conditions. Added the date restriction to glitch-soc's conditions.
- Loading branch information
Showing
173 changed files
with
1,469 additions
and
940 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,59 @@ | ||
--- | ||
:position: before | ||
:position_in_additional_file_patterns: before | ||
:position_in_class: before | ||
:position_in_factory: before | ||
:position_in_fixture: before | ||
:position_in_routes: before | ||
:position_in_serializer: before | ||
:position_in_test: before | ||
:classified_sort: true | ||
:exclude_controllers: true | ||
:exclude_factories: true | ||
:exclude_fixtures: true | ||
:exclude_helpers: true | ||
:exclude_scaffolds: true | ||
:exclude_serializers: true | ||
:exclude_sti_subclasses: true | ||
:exclude_tests: true | ||
:force: false | ||
:format_markdown: false | ||
:format_rdoc: false | ||
:format_yard: false | ||
:frozen: false | ||
:ignore_model_sub_dir: false | ||
:ignore_unknown_models: false | ||
:include_version: false | ||
:show_complete_foreign_keys: false | ||
:show_foreign_keys: false | ||
:show_indexes: false | ||
:simple_indexes: false | ||
:sort: false | ||
:timestamp: false | ||
:trace: false | ||
:with_comment: true | ||
:with_column_comments: true | ||
:with_table_comments: true | ||
:active_admin: false | ||
:command: | ||
:debug: false | ||
:hide_default_column_types: '' | ||
:hide_limit_column_types: 'integer,boolean' | ||
:ignore_columns: | ||
:ignore_routes: | ||
:models: true | ||
:routes: false | ||
:skip_on_db_migrate: false | ||
:target_action: :do_annotations | ||
:wrapper: | ||
:wrapper_close: | ||
:wrapper_open: | ||
:classes_default_to_s: [] | ||
:additional_file_patterns: [] | ||
:model_dir: | ||
- app/models | ||
:require: [] | ||
:root_dir: | ||
- '' | ||
|
||
:show_check_constraints: false |
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
Oops, something went wrong.