This project is mirrored from https://github.com/tootsuite/mastodon.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 26 Oct, 2020 1 commit
-
-
Jeffrey Phillips Freeman authored
-
- 16 Nov, 2019 1 commit
-
-
Jennifer Glauche authored
* make it not return http 400 when passing and empty source argument * create a spec for the empty source hash bug * compact checks for nil, empty? parameters * use nil.blank? instead checking for nil
-
- 06 Dec, 2018 1 commit
-
-
Eugen Rochko authored
Fix #5578
-
- 23 Oct, 2018 1 commit
-
-
Renato "Lond" Cerqueira authored
-
- 01 Oct, 2018 1 commit
-
-
Renato "Lond" Cerqueira authored
-
- 05 Jul, 2018 1 commit
-
-
Eugen Rochko authored
* Add more granular OAuth scopes * Add human-readable descriptions of the new scopes * Ensure new scopes look good on the app UI * Add tests * Group scopes in screen and color-code dangerous ones * Fix wrong extra scope
-
- 17 Jun, 2018 1 commit
-
-
Eugen Rochko authored
* Allow selecting default posting language instead of auto-detect * Enable default language setting in credentials API * Fix form saving
-
- 07 May, 2018 1 commit
-
-
Eugen Rochko authored
* Store actor type in database * Add bot nameplate to web UI, add setting to preferences, API, AP Fix #7365 * Fix code style issues
-
- 02 May, 2018 1 commit
-
-
Eugen Rochko authored
Add raw bio fields to the source attribute on GET /api/v1/accounts/verify_credentials
-
- 08 Apr, 2018 1 commit
-
-
Levi Bard authored
* Enable updating additional account information from user preferences via rest api Resolves #6553 * Pacify rubocop * Decoerce incoming settings in UserSettingsDecorator * Create user preferences hash directly from incoming credentials instead of going through ActionController::Parameters * Clean up user preferences update * Use ActiveModel::Type::Boolean instead of manually checking stringified number equivalence
-
- 18 Feb, 2018 1 commit
-
-
Konrad Pozniak authored
-
- 26 Aug, 2017 1 commit
-
-
masarakki authored
-
- 20 Aug, 2017 1 commit
-
-
Eugen Rochko authored
-
- 12 Aug, 2017 1 commit
-
-
Eugen Rochko authored
* Deliver ActivityPub Like * Deliver ActivityPub Undo-Like * Deliver ActivityPub Create/Announce activities * Deliver ActivityPub creates from mentions * Deliver ActivityPub Block/Undo-Block * Deliver ActivityPub Accept/Reject-Follow * Deliver ActivityPub Undo-Follow * Deliver ActivityPub Follow * Deliver ActivityPub Delete activities Incidentally fix #889 * Adjust BatchedRemoveStatusService for ActivityPub * Add tests for ActivityPub workers * Add tests for FollowService * Add tests for FavouriteService, UnfollowService and PostStatusService * Add tests for ReblogService, BlockService, UnblockService, ProcessMentionsService * Add tests for AuthorizeFollowService, RejectFollowService, RemoveStatusService * Add tests for BatchedRemoveStatusService * Deliver updates to a local account to ActivityPub followers * Minor adjustments
-
- 10 Jul, 2017 1 commit
-
-
Yamagishi Kazutoshi authored
* Add attribute for default privacy to verify credentials * add raw_note * source
-
- 07 Jul, 2017 1 commit
-
-
Eugen Rochko authored
-
- 07 Jun, 2017 1 commit
-
-
Matt Jankowski authored
* Move ApiController to Api/BaseController * API controllers inherit from Api::BaseController * Add coverage for various error cases in api/base controller
-
- 31 May, 2017 1 commit
-
-
Matt Jankowski authored
-