- Aug 22, 2017
-
-
Daigo 3 Dango authored
* Add Mastodon::Source.url * Update spec * Refactor Move things frmo Mastodon::Source to Mastodon::Version
-
unarist authored
* Ignore empty response in ActivityPub::FetchRemoteStatusService This fixes `NoMethodError: undefined method `[]' for nil:NilClass` error. * Check json.nil? in JsonLdHelper#supported_context?
-
Colin Mitchell authored
* Add code for creating/managing apps to settings section * Add specs for app changes * Fix controller spec * Fix view file I pasted over by mistake * Add locale strings. Add 'my apps' to nav * Add Client ID/Secret to App page. Add some visual separation * Fix rubocop warnings * Fix embarrassing typo I lost an `end` statement while fixing a merge conflict. * Add code for creating/managing apps to settings section - Add specs for app changes - Add locale strings. Add 'my apps' to nav - Add Client ID/Secret to App page. Add some visual separation - Fix some bugs/warnings * Update to match code standards * Trigger notification * Add warning about not sharing API secrets * Tweak spec a bit * Cleanup fixture creation by using let! * Remove unused key * Add foreign key for application<->user
-
unarist authored
* Fallback to OStatus in FetchAtomService * Skip activity+json link if that activity is Person without inbox * If unsupported activity was detected and all other URLs failed, retry with ActivityPub-less Accept header * Allow mention to OStatus account in ActivityPub * Don't update profile with inbox-less Person object
-
- Aug 21, 2017
-
-
Eugen Rochko authored
- Tries to avoid performing HTTP request if the keyId is an actor URI - Likewise if the URI is a fragment URI on top of actor URI - Resolves public key, returns owner if the owner links back to the key
-
Eugen Rochko authored
-
Lynx Kotoura authored
* Increase contrast in about and about/more page * Lighten em color in landing pages * Increase contrast in landing pages Fix about.scss
-
Eugen Rochko authored
-
Eugen Rochko authored
-
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
-
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
-
- Aug 16, 2017
-
-
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.
-
- 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
-