Akihiko Odaki
503298d89b
Spec Auth::PasswordsController ( #3352 )
8 years ago
Akihiko Odaki
1cb145578b
Spec Admin::ResetsController calls send_reset_password_instructions ( #3354 )
8 years ago
Akihiko Odaki
2b299efbbc
Spec #destroy feature of Admin::TwoFactorAuthenticationsController ( #3355 )
8 years ago
Akihiko Odaki
07c90d0b0d
Coever Admin::SilencesController more ( #3356 )
8 years ago
Akihiko Odaki
e48d2dfd87
Cover Settings::ExportsController more ( #3358 )
8 years ago
Akihiko Odaki
43722d1add
Cover Oauth::AuthorizedApplicationsController ( #3359 )
8 years ago
Akihiko Odaki
cdcb550ce9
Cover Oauth::AuthorizationsController more ( #3361 )
8 years ago
Akihiko Odaki
013825b7b0
Cover Settings::TwoFactorAuthenticationsController more ( #3376 )
8 years ago
Akihiko Odaki
bbaa9dda56
Cover WellKnown::HostMetaController more ( #3382 )
8 years ago
Akihiko Odaki
bb41a6ad80
Cover Settings::TwoFactorAuthentication::RecoveryCodesController more ( #3383 )
8 years ago
Akihiko Odaki
f868fcb154
Spec Settings::Exports ( #3384 )
...
* Spec output of Settings::Exports::BlockedAccountsController
* Spec output of Settings::Exports::FollowingAccountsController
* Spec output of Settings::Exports::MutedAccountsController
* Spec Settings::Exports::BaseController
This commit removes duplicate specs in classes inheriting
Settings::Exports::BaseController as well.
8 years ago
Akihiko Odaki
7300379c81
Cover WellKnown::WebfingerController more ( #3385 )
8 years ago
Akihiko Odaki
820e97af27
Cover Settings::TwoFactorAuthentication::ConfirmationsController more ( #3386 )
8 years ago
Akihiko Odaki
53bc24a6ae
Cover ApplicationHelper more ( #3412 )
8 years ago
Akihiko Odaki
8192f0d981
Spec Activitystreams2BuilderHelper ( #3413 )
8 years ago
Akihiko Odaki
9389058544
Spec FlashesHelper ( #3414 )
8 years ago
Akihiko Odaki
b0c3722eea
Spec HomeHelper ( #3415 )
8 years ago
Akihiko Odaki
5f935f5da8
Spec HttpHelper ( #3416 )
8 years ago
Akihiko Odaki
437ef29afd
Cover Admin::PubSubHubHubController more ( #3343 )
8 years ago
Atsushi Yamamoto
4547e3585a
Add preference setting for delete toot modal ( #3368 )
...
* Set delete_modal preference to true by default
* Does not show confirmation modal if delete_modal is false
* Add ja translation for preference setting page
8 years ago
happycoloredbanana
a867644030
Avoid comparing domains when looking for an exact match of a local account ( #3336 )
8 years ago
Akinori MUSHA
8a5d3b2e5d
Go to root after login in single user mode ( #3289 )
...
In single user mode, visitors are redirected to the single user's
profile page. So, if you are the owner without a session, you start
from that page, click the login button and authenticate yourself
expecting you'll soon get started with the home page, but in reality
you'll get redirected back to where you started from -- your own
profile page.
This fixes the behavior by redirecting you home after login if you
have started from your own profile page.
8 years ago
Akihiko Odaki
5d9513aaea
Spec Admin::BaseController ( #3328 )
8 years ago
Akihiko Odaki
9efb491366
Cover TagsController more ( #3306 )
8 years ago
abcang
4c889085d2
Add test when hashtag and URL are concatenated ( #3279 )
8 years ago
Yamagishi Kazutoshi
d54273621b
Skip formatting for cashtag in status text ( #3275 )
...
Resolve #3270
8 years ago
Akihiko Odaki
6af012aae4
Cover HomeController more ( #3258 )
8 years ago
Eugen Rochko
b886ecea5c
Fix Devise destroy method being available to delete user record ( #3266 )
...
(You may think that we need account deletions, but this way would've just orphaned the db records)
8 years ago
alpaca-tc
46ca699d72
Toggle sensitive from admin page ( #3261 )
8 years ago
Matt Jankowski
fecc2c2f47
Refactor of API timeline actions ( #3263 )
...
- Increase coverage to exercise all parts of each action
- Move into namespace to share common code
- Misc refactor of each action for smaller methods, simpler code
8 years ago
Akihiko Odaki
855082f935
Cover StatusesController more ( #3259 )
8 years ago
Akihiko Odaki
d670290506
Cover StreamEntriesController more and remove redundant instructions ( #3257 )
...
* Cover StreamEntriesController more
* Remove redundant instructions in StreamEntriesController
8 years ago
Akihiko Odaki
1cf385646a
Spec AuthorizeFollowsController assigns @account ( #3246 )
...
@account is used by the view.
8 years ago
Akihiko Odaki
4f023cb001
Introduce recent to Follow ( #3247 )
...
Introduce recent to Follow, as Account and other models have.
This change also adds specs for the scope and the dependents.
8 years ago
Akihiko Odaki
9cc7a3c209
Cover AccountsController more in spec ( #3229 )
...
* Introduce recent scope to Status and StreamEntry
Introduce recent scope to Status and StreamEntry as Account has.
* Cover AccountsController more in AccountsController
8 years ago
Matt Jankowski
4f2a0f546d
Coverage for api/web/settings controller ( #3238 )
8 years ago
Matt Jankowski
8c11626321
Add coverage for ReportFilter and AccountFilter ( #3236 )
8 years ago
Matt Jankowski
0eb8b00cc9
Specs for cleanup workers ( #3235 )
...
* Add spec files for feed and media cleanup workers
* Add coverage for feed and media cleanup schedulers
* Clean up feed and media cleanup workers
8 years ago
Akihiko Odaki
c0aba00ae1
Cover ApplicationController more in spec ( #3230 )
8 years ago
Akihiko Odaki
387e8449a8
Cover AccountUnfollowController more in spec ( #3228 )
8 years ago
Akihiko Odaki
4f061bc92c
Cover AccountFollowController more in spec ( #3227 )
8 years ago
Akihiko Odaki
680f357380
Cover AboutController more in spec ( #3226 )
8 years ago
Immae
ae917bfb23
Allow alternate domains for mastodon handlers ( #3187 )
8 years ago
Akihiko Odaki
cbd9804857
single_user_mode? always returns boolean ( #3215 )
...
This change also adds a specification for the method.
8 years ago
Matt Jankowski
1122249e51
Filter languages with opt out ( #3175 )
...
* Remove allowed_languages and add filtered_languages
* Use filtered_languages instead of allowed_languages
8 years ago
Eugen Rochko
c8c80650bc
Ensure unique identifiers in fabricated objects in tests ( #3173 )
8 years ago
Eugen Rochko
a55019c3bf
More tests for public timeline method ( #3171 )
8 years ago
Sorin Davidoi
fcf794aebe
Performance improvements ( #3168 )
...
* refactor(components/status_list): Avoid quering scrollTop if not necessary
* refactor(components/dropdown_menu): Do not render items if not expanded
* refactor: Cherry-pick react-motion imports
* refactor(compose/privacy_dropdown): Do not render options if not open
* refactor(components/column_collapsable): Do not render children if collapsed
8 years ago
Jack Jennings
2d7cf07852
Enable and fill in JSON response test in API::AccountsController ( #3157 )
8 years ago
Matt Jankowski
c3f8cd26c7
Add coverage for api/v1 controllers ( #3155 )
8 years ago