Daniel M Brasil
|
269812919e
|
Add test coverage for `Mastodon::CLI::Accounts#rotate` (#25212)
|
2023-06-01 14:29:29 +02:00 |
Daniel M Brasil
|
6f0217d056
|
Add test coverage for `Mastodon::CLI::Accounts#refresh` (#25196)
|
2023-06-01 10:01:09 +02:00 |
Matt Jankowski
|
a6f0456756
|
Remove unused #hash_to_object method in SettingsHelper (#25213)
|
2023-06-01 09:47:05 +02:00 |
Claire
|
8ee98cfd2b
|
Add a confirmation screen when suspending a domain (#25144)
|
2023-06-01 09:37:38 +02:00 |
Christian Schmidt
|
971eafc709
|
Translate CW, poll options and media descriptions (#24175)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2023-06-01 00:10:21 +02:00 |
Daniel M Brasil
|
fc30a59e10
|
Add test coverage for `Mastodon::CLI::Accounts#backup` (#25163)
|
2023-05-31 15:32:37 +02:00 |
Daniel M Brasil
|
ac9089805f
|
Add test coverage for `Mastodon::CLI::Accounts#unfollow` (#25162)
|
2023-05-31 09:33:57 +02:00 |
Daniel M Brasil
|
66b7c04b62
|
Add test coverage for `Mastodon::CLI::Accounts#follow` (#25161)
|
2023-05-30 16:13:29 +02:00 |
Daniel M Brasil
|
0c652b4b6d
|
Add test coverage for `Mastodon::CLI::Accounts#approve` (#25160)
|
2023-05-30 15:00:21 +02:00 |
Daniel M Brasil
|
ba924d4642
|
Add test coverage for `Mastodon::CLI::Accounts#delete` (#25146)
|
2023-05-30 11:59:17 +02:00 |
Daniel M Brasil
|
ad3f504a21
|
Add test coverage for `Mastodon::CLI::Accounts#modify` (#25145)
|
2023-05-29 15:31:59 +02:00 |
Daniel M Brasil
|
dd0d755824
|
Add test coverage for `Mastodon::CLI::Accounts#create` (#25143)
|
2023-05-29 11:43:19 +02:00 |
Matt Jankowski
|
f97a429d20
|
Add CLI Base class for command line code (#25106)
|
2023-05-24 11:55:40 +02:00 |
Matt Jankowski
|
15e143106e
|
Fix RSpec/ExpectInHook cop (#25100)
|
2023-05-23 16:40:21 +02:00 |
Matt Jankowski
|
eada85f715
|
Move the mastodon/*_cli files to mastodon/cli/* (#24139)
|
2023-05-23 16:08:26 +02:00 |
Emelia Smith
|
8b4d7b22ed
|
Allow reports with long comments from remote instances, but truncate (#25028)
|
2023-05-22 13:15:21 +02:00 |
Matt Jankowski
|
9082e53002
|
Add spec for migration warning module (#25033)
|
2023-05-19 10:53:50 +02:00 |
Claire
|
c8998a2678
|
Change profile updates to be sent to recently-mentioned servers (#24852)
|
2023-05-12 13:13:04 +02:00 |
Daniel M Brasil
|
9c5c803c7c
|
Add test coverage for `Mastodon::IpBlocksCLI` (#24935)
|
2023-05-11 10:19:24 +02:00 |
Claire
|
c752e939d5
|
Change AccessTokensVacuum to also delete expired tokens (#24868)
|
2023-05-11 04:40:03 +02:00 |
Daniel M Brasil
|
a82a6882ad
|
Add test coverage for `Mastodon::SettingsCLI` (#24856)
|
2023-05-04 20:37:42 +02:00 |
Matt Jankowski
|
8dec215a57
|
Fix RSpec/ContextWording cop (#24739)
|
2023-05-04 05:49:08 +02:00 |
Matt Jankowski
|
916f204ec1
|
Fix Lint/ConstantDefinitionInBlock cop (#24763)
|
2023-05-03 10:32:30 +02:00 |
Matt Jankowski
|
3030a8b458
|
Fix Performance/TimesMap cop (#24789)
|
2023-05-02 18:07:16 +02:00 |
Claire
|
abce7cf2b9
|
Rewrite import feature (#21054)
|
2023-05-02 12:08:48 +02:00 |
Matt Jankowski
|
e323372ebe
|
Expand coverage for "system checks" (#24216)
|
2023-04-07 14:39:34 +02:00 |
Eugen Rochko
|
c75fccf033
|
Change user settings to be stored in a more optimal way (#23630)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2023-03-30 14:44:00 +02:00 |
Matt Jankowski
|
d38c3ba12e
|
Add specs for Chewy importers (#24204)
|
2023-03-22 14:06:26 +01:00 |
Christian Schmidt
|
7583523bf0
|
Replace `Status#translatable?` with language matrix in separate endpoint (#24037)
|
2023-03-16 11:07:24 +01:00 |
Matt Jankowski
|
a7bc6ae1de
|
Add spec for the CLI `version` task (#23978)
|
2023-03-15 03:56:09 +01:00 |
Matt Jankowski
|
7a8257b638
|
Coverage improvement round-out following up previous work (#23987)
|
2023-03-10 13:33:30 +01:00 |
Christian Schmidt
|
170d3a0bc8
|
Unescape HTML entities (#24019)
|
2023-03-08 19:56:41 +01:00 |
Christian Schmidt
|
cc0c37cd69
|
Only offer translation for supported languages (#23879)
|
2023-03-03 21:06:31 +01:00 |
Claire
|
16c8144b1c
|
Add support for incoming rich text (#23913)
|
2023-03-03 20:19:29 +01:00 |
Nick Schonning
|
dd46810e8a
|
Enable Style/FrozenStringLiteralComment for specs (#23790)
|
2023-02-22 09:55:31 +09:00 |
Nick Schonning
|
9376fccf91
|
Autofix Rubocop Style/SymbolProc (#23742)
|
2023-02-20 07:58:46 +01:00 |
Nick Schonning
|
a4cbfac4d9
|
Autofix Rubocop RSpec/BeEq (#23740)
|
2023-02-20 06:14:50 +01:00 |
Nick Schonning
|
754c417e29
|
Autofix Rubocop RSpec/LeadingSubject (#23670)
|
2023-02-20 13:24:14 +09:00 |
Nick Schonning
|
ac56c3971b
|
Autofix Rubocop RSpec/ImplicitSubject (#23721)
|
2023-02-20 05:00:48 +01:00 |
Nick Schonning
|
0d47dee648
|
Autofix Rubocops RSpec/ScatteredLet (#23725)
|
2023-02-20 11:17:41 +09:00 |
Nick Schonning
|
f6c4699d73
|
Autofix Rubocop RSpec/EmptyLineAfterSubject (#23719)
|
2023-02-20 02:46:00 +01:00 |
Nick Schonning
|
181617e3d9
|
Autofix Rubocop Lint/UnusedBlockArgument (#23712)
|
2023-02-20 02:45:50 +01:00 |
Nick Schonning
|
a25f6522da
|
Enable Rubocop RSpec/NotToNot (#23723)
|
2023-02-20 02:33:27 +01:00 |
Nick Schonning
|
be1ec56c6d
|
Autofix Rubocop Style/StringLiterals (#23695)
|
2023-02-19 07:38:14 +09:00 |
Nick Schonning
|
a63cb79201
|
Autofix Rubocop RSpec/EmptyLineAfterFinalLet (#23707)
|
2023-02-19 07:10:19 +09:00 |
Nick Schonning
|
e9074c3eb5
|
Autofix Rubocop Style/BlockDelimiters (#23706)
|
2023-02-19 07:00:17 +09:00 |
Nick Schonning
|
6988b04ec7
|
Autofix Rubocop Style/TrailingCommaInArrayLiteral (#23692)
|
2023-02-19 06:54:30 +09:00 |
Nick Schonning
|
4dc470fbee
|
Autofix Rubocop Style/TrailingCommaInHashLiteral (#23693)
|
2023-02-18 23:33:41 +09:00 |
Nick Schonning
|
35dbf602f2
|
Autofix Rubocop Lint/ParenthesesAsGroupedExpression (#23682)
|
2023-02-18 04:00:05 +01:00 |
Nick Schonning
|
298f61ecef
|
Autofix Rubocop Style/RedundantPercentQ (#23651)
|
2023-02-18 03:32:57 +01:00 |