- Aug 21, 2017
-
-
abcang authored
-
Yamagishi Kazutoshi authored
-
- Aug 20, 2017
-
-
Eugen Rochko authored
* ActivityPub migration procedure Once one account is detected as going from OStatus to ActivityPub, invalidate WebFinger cache for other accounts from the same domain * Unsubscribe from PuSH updates once we receive an ActivityPub payload * Re-subscribe to PuSH unless already unsubscribed, regardless of protocol
-
m4sk1n authored
* i18n: Minor changes in Polish translation * i18n: pl
-
Eugen Rochko authored
-
Yamagishi Kazutoshi authored
-
unarist authored
flex-basis: 0 allows make flexbox smaller than its contents on Safari <10. https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored
-
abcang authored
-
Eugen Rochko authored
* Handle duplicate ActivityPub activities Only perform side-effects when record processed for the first time * Fast-forward repeat follow requests
-
Quent-in authored
New strings added to be shown on the new profile page
-
takayamaki authored
-
- Aug 19, 2017
-
-
Eugen Rochko authored
*Note: OStatus URIs are invalid for ActivityPub. But we have them for as long as we want to keep old OStatus-sourced content and as long as we remain OStatus-compatible.* - In Announce handling, if object URI is not a URL, fallback to object URL - Do not use specialized ThreadResolveWorker, rely on generalized handling - When serializing notes, if parent's URI is not a URL, use parent's URL
-
Eugen Rochko authored
-
- Aug 18, 2017
-
-
Eugen Rochko authored
-
Yamagishi Kazutoshi authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Aug 17, 2017
-
-
Eugen Rochko authored
-
nightpool authored
* use existing inflections instead of custom helper * use ActiveSupport versions
-
Eugen Rochko authored
-
Eugen Rochko authored
-
nullkal authored
* Show what protocol used for in admin/accounts#index * Add frozen_string_literal
-
nullkal authored
-
- Aug 16, 2017
-
-
Naoki Kosaka authored
-
m4sk1n authored
* i18n: Update Polish translation * Update pl.json
-
Eugen Rochko authored
* Redesign public profiles * Responsive design * Change public profile status filtering defaults and add options - No longer displays private/direct toots even if you are permitted access - By default omits replies - "With replies" option - "Media only" option * Redesign account grid cards * Fix style issues
-
Clworld authored
* Make share intent modal to make "signed in as" shown. * fix glitch on mobile.
-
Quent-in authored
Update: new string + more translations for the time in words
-
- Aug 15, 2017
-
-
abcang authored
-
- Aug 14, 2017
-
-
Eugen Rochko authored
-
unarist authored
-
unarist authored
* Add protocol field * Switch protocol specific information according to active protocol * Hide PuSH subscription related buttons if ActivityPub is active
-
Yamagishi Kazutoshi authored
* Add support for searching AP users * use JsonLdHelper
-
Eugen Rochko authored
-
Eugen Rochko authored
* Add protocol handler. Handle follow intents * Add share intent * Improve code in intents controller * Adjust share form CSS
-
Yamagishi Kazutoshi authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Aug 12, 2017
-
-
Eugen Rochko authored
-
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
-