Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream 20241119 #910

Merged
merged 47 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
a6d829e
Fix error in CLI EmailDomainBlocks when supplying `--with-dns-records…
mjankowski Nov 13, 2024
baad795
New Crowdin Translations (automated) (#32868)
github-actions[bot] Nov 13, 2024
95d7120
Misc gem version bumps (#32854)
mjankowski Nov 13, 2024
8f5cbf5
Fix list creation limit check (#32869)
ClearlyClaire Nov 13, 2024
03ecf5d
Adds a range of reserved usernames to reduce potential misuse by mali…
jmking-iftas Nov 13, 2024
7fc8292
Update dependency react-textarea-autosize to v8.5.5 (#32872)
renovate[bot] Nov 13, 2024
980970d
Update dependency browser to v6.1.0 (#32878)
renovate[bot] Nov 14, 2024
aaebf14
New Crowdin Translations (automated) (#32884)
github-actions[bot] Nov 14, 2024
ec663ea
Fix Content Warning and filter states not applying to boosted posts p…
ClearlyClaire Nov 14, 2024
e8b6607
Fix titles being escaped twice (#32889)
ClearlyClaire Nov 14, 2024
62d6550
Add `DomainResource` class to wrap MX lookup/normalize (#32864)
mjankowski Nov 14, 2024
766358e
Add coverage for malformed version cleanup in `SoftwareUpdateCheckSer…
mjankowski Nov 14, 2024
2de0182
Fix filters not being correctly applied to boosted posts (#32895)
ClearlyClaire Nov 14, 2024
ddfb3d1
Improve display of statuses in admin panel (#30813)
ThisIsMissEm Nov 15, 2024
c546aa5
New Crowdin Translations (automated) (#32900)
github-actions[bot] Nov 15, 2024
0838cf1
Fix domain attribution field having autocorrect and autocapitalize en…
ClearlyClaire Nov 15, 2024
f1ef7b5
Fix uploading higher-than-wide GIF profile picture with libvips enabl…
ClearlyClaire Nov 15, 2024
34d7c9e
Rails 7+: primary_abstract_class recommendation (#32909)
shleeable Nov 15, 2024
297ce9e
Move body class to shared partial for web app controller concern view…
mjankowski Nov 15, 2024
3191090
Fix logic in "last used at per application" oauth token list (#32912)
mjankowski Nov 15, 2024
54a7c18
Update dependency uuid to v11 (#32676)
renovate[bot] Nov 15, 2024
7bd7705
Combine shared-setup examples across `spec/controllers/auth/*` specs …
mjankowski Nov 15, 2024
9d3fcc3
Remove unused failure action in api/base controller spec (#32905)
mjankowski Nov 15, 2024
44d92fa
Update dependency uuid to v11.0.3 (#32913)
renovate[bot] Nov 15, 2024
a1ac2a7
Remove remnants of embed views (#32419)
mjankowski Nov 16, 2024
1c6f53e
Use `with_options` blocks in `Associations` concern (#32840)
mjankowski Nov 18, 2024
bcf5d30
Add OpenTelemetry VCS attributes (#32904)
renchap Nov 18, 2024
60801ab
Add missing autofocus on boost modal (#32953)
tribela Nov 18, 2024
5b68f4b
Update libretranslate/libretranslate Docker tag to v1.6.2 (#32951)
renovate[bot] Nov 18, 2024
49a12a2
Update dependency @formatjs/cli to v6.3.11 (#32950)
renovate[bot] Nov 18, 2024
02985aa
New Crowdin Translations (automated) (#32927)
github-actions[bot] Nov 18, 2024
be413d6
`Form::Import` spec reduce factories (#32924)
mjankowski Nov 18, 2024
16addf4
Reduce long lines in `relationships/show` view (#32922)
mjankowski Nov 18, 2024
c511cbc
Extract constants for controller `LIMIT` queries (#32921)
mjankowski Nov 18, 2024
d8e907f
Update dependency aws-sdk-s3 to v1.171.0 (#32901)
renovate[bot] Nov 18, 2024
03ee08c
Use `nil` instead of `false` for datetime value in spec (#32926)
mjankowski Nov 18, 2024
9a46329
Streaming: add development logging of database queries (#32945)
ThisIsMissEm Nov 18, 2024
911d7db
Fix `min_id` and `max_id` causing error in search API (#32857)
Gargron Nov 18, 2024
c0c34d3
Move self destruct check to `config_for` and add constant for verifie…
mjankowski Nov 18, 2024
3e44dca
Change dependency from annotate to annotaterb (#30232)
drwl Nov 18, 2024
477412d
Use hash arguments to `select` when possible (Rails 7.2) (#32917)
mjankowski Nov 18, 2024
da826fe
Use hash arguments to `order` when possible (Rails 7.2) (#32915)
mjankowski Nov 18, 2024
30a7986
Add coverage for fixing the thing with the dates in the search area (…
mjankowski Nov 18, 2024
295ad6f
Prep work for coverage addition to `ActivityPub::DeliveryWorker` spec…
mjankowski Nov 18, 2024
0550459
Merge remote-tracking branch 'parent/main' into upstream-20241119
kmycode Nov 18, 2024
d135cb4
Update en.yml
kmycode Nov 19, 2024
c1e0ca0
Update ja.yml
kmycode Nov 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions .annotaterb.yml
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
2 changes: 1 addition & 1 deletion .devcontainer/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
hard: -1

libretranslate:
image: libretranslate/libretranslate:v1.6.1
image: libretranslate/libretranslate:v1.6.2
restart: unless-stopped
volumes:
- lt-data:/home/libretranslate/.local
Expand Down
Loading
Loading