Eugen Rochko
722d152082
Fix #3063 - Add dynamic app manifest ( #3563 )
* Fix #3063 - Add dynamic app manifest
* Added short_name
* Add background_color
7 years ago
Daigo 3 Dango
2985d08951
Redirect to streaming_api_base_url ( #3579 )
* Redirect to streaming_api_base_url
When Rails receives a request to streaming API, it most likely
means that there is another host which is configured to respond
to it. This is to redirect clients to that host if
`STREAMING_API_BASE_URL` is set as another host.
* Use the new Ruby 1.9 hash syntax
7 years ago
Naoki Kosaka
e014bf8ed0
Fix limit_param in favourites_controller.rb ( #3553 )
7 years ago
takayamaki
3eedad2737
change sidekiq queueing to bulk push ( #3536 )
7 years ago
ThibG
d567a382e3
Ensure well_known controllers use WEB_DOMAIN by including RoutingHelper ( #2388 )
This fixes #2375 .
7 years ago
Akihiko Odaki (@fn_aki@pawoo.net)
10768aa204
Spec response for forgery ( #3248 )
Remove protect_from_forgery in ApiController, which is disabled by the
following skip_before_action, as well.
7 years ago
Matt Jankowski
5c63523972
Spec coverage and refactor for the api/v1/accounts controllers ( #3451 )
7 years ago
Matt Jankowski
de4681b2be
Move admin/pubsubhubbub controller to admin/subscriptions ( #3442 )
7 years ago
Matt Jankowski
a132332b86
Add Instance class to list admin records ( #3443 )
7 years ago
Matt Jankowski
5236a62861
Improve spec coverage and clean up api/v1/blocks controller ( #3464 )
7 years ago
Matt Jankowski
0f155829b7
Improve spec coverage and clean up api/v1/follow_requests controller ( #3465 )
7 years ago
Matt Jankowski
84dda45df9
Improve spec coverage and clean up api/v1/domain_blocks controller ( #3466 )
7 years ago
Matt Jankowski
9c7505489f
Refactor api/v1/notifications controller ( #3470 )
7 years ago
Matt Jankowski
75cad1d9d6
Improve spec coverage and clean up api/v1/favourites controller ( #3472 )
7 years ago
Matt Jankowski
bf811e4d4a
Improve spec coverage and clean up api/v1/mutes controller ( #3481 )
7 years ago
Matt Jankowski
d6774d2ca3
Refactor and spec coverage for api/v1/timelines actions ( #3482 )
7 years ago
Matt Jankowski
79335e46fd
Refactor api/v1/apps controller ( #3471 )
7 years ago
Matt Jankowski
7c6e02aaf3
Refactor api/v1/reports controller ( #3469 )
7 years ago
Matt Jankowski
7f55430652
Refactor api/v1/search controller ( #3468 )
7 years ago
Matt Jankowski
8235623362
Improve spec coverage and clean up api/v1/media controller ( #3467 )
7 years ago
Matt Jankowski
83435c49ea
Clean up api/subscriptions controller ( #3448 )
7 years ago
Jack Jennings
33f669a5f8
Add status destroy authorization to policy ( #3453 )
* Add status destroy authorization to policy
* Create explicit unreblog status authorization
7 years ago
Matt Jankowski
3576fa0d59
Improve api oembed controller ( #3450 )
* Add StreamEntryFinder class to parse URLs
* Use StreamEntryFinder and clean up api/oembed controller
7 years ago
Matt Jankowski
1dcfb90202
Clean up api/salmon controller ( #3449 )
7 years ago
Matt Jankowski
0ebe7d6d23
Remove exports/base controller in favor of shared concern ( #3444 )
7 years ago
Jack Jennings
3a2003ba86
Extract authorization policy for viewing statuses ( #3150 )
7 years ago
Akihiko Odaki
922fb74197
Remove methods from ObfuscateFilename and spec ( #3347 )
* Remove methods from ObfuscateFilename
* Spec ObfuscateFilename
7 years ago
Atsushi Yamamoto
402c19a924
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
7 years ago
unarist
ecef03bb15
Fix empty flash message on the settings page ( #3345 )
7 years ago
Akihiko Odaki
860e257a68
Remove redundant call of recent scope in AccountsController ( #3330 )
recent is included in paginate_by_max_id.
7 years ago
Akinori MUSHA
f6a93fc150
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.
7 years ago
unarist
cf4fe6cab8
More use of next link header on account (media) timelines ( #3311 )
This will reduce requests on who have only few statuses.
- Use next link header to detect more items from first request
- Omit next link header if result items are fewer than requested count
(It had omit it only if result was empty before)
7 years ago
Yamagishi Kazutoshi
676ba50601
Show error message to suspended user ( #3281 )
7 years ago
unarist
3ce9ca4c99
Fix following/followers API to return correct link headers ( #3268 )
Link headers in following/followers API should include follow_id as max_id/since_id.
However, these API use current_user's account_id instead of follow_id from #3167 .
This causes irrelevant result on loading more users.
7 years ago
Eugen Rochko
2ca1f0737a
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)
7 years ago
alpaca-tc
7ee5fc5d68
Toggle sensitive from admin page ( #3261 )
7 years ago
Matt Jankowski
4289ed1d13
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
7 years ago
Akihiko Odaki
ea2ef16ea4
Cover StreamEntriesController more and remove redundant instructions ( #3257 )
* Cover StreamEntriesController more
* Remove redundant instructions in StreamEntriesController
7 years ago
Akihiko Odaki
bf575a1f5e
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.
7 years ago
Akihiko Odaki
8fd174298d
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
7 years ago
Matt Jankowski
a28ce13b3e
Coverage for api/web/settings controller ( #3238 )
7 years ago
Tomonori Murakami
7966d3a872
Fix locale bug when change it on preferences ( #3223 ) ( #3232 )
7 years ago
Immae
a94c152fd3
Allow alternate domains for mastodon handlers ( #3187 )
7 years ago
Yamagishi Kazutoshi
73e4468ff3
Change "Account.any?" to "Account.exists?" ( #3217 )
7 years ago
Akihiko Odaki
aa662cecad
single_user_mode? always returns boolean ( #3215 )
This change also adds a specification for the method.
7 years ago
Akihiko Odaki
2af5cd96fe
Fix mutes_controller error and incorrect statuses_controller report ( #3202 )
This commit fixes a regression in commit
f554807563
.
7 years ago
Akihiko Odaki
22cb286ad7
Fix regressions in api/v1 ( #3178 )
The regressions are introduced at commit
f554807563
by me (Akihiko Odaki)
7 years ago
Matt Jankowski
8f4b7c1820
Filter languages with opt out ( #3175 )
* Remove allowed_languages and add filtered_languages
* Use filtered_languages instead of allowed_languages
7 years ago
Yamagishi Kazutoshi
6c1122a1d9
Fix block list 500 ( #3174 )
7 years ago
Akihiko Odaki
f554807563
Use joins for account properties ( #3167 )
7 years ago