Skip to content
Snippets Groups Projects
  1. Aug 22, 2017
    • Daigo 3 Dango's avatar
      Add Mastodon::Source.url (#4643) · 696c2c6f
      Daigo 3 Dango authored
      * Add Mastodon::Source.url
      
      * Update spec
      
      * Refactor
      
      Move things frmo Mastodon::Source to Mastodon::Version
      696c2c6f
    • unarist's avatar
      Ignore empty response in ActivityPub::FetchRemoteStatusService (#4661) · 5927b43c
      unarist authored
      * Ignore empty response in ActivityPub::FetchRemoteStatusService
      
      This fixes `NoMethodError: undefined method `[]' for nil:NilClass` error.
      
      * Check json.nil? in JsonLdHelper#supported_context?
      5927b43c
    • Colin Mitchell's avatar
      Application prefs section (#2758) · 871c0d25
      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
      871c0d25
    • unarist's avatar
      Fix bugs which OStatus accounts may detected as ActivityPub ready (#4662) · d63de55e
      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
      d63de55e
  2. Aug 21, 2017
  3. Aug 20, 2017
  4. Aug 19, 2017
    • Eugen Rochko's avatar
      Improve ActivityPub/OStatus compatibility (#4632) · 412ea873
      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
      412ea873
    • Eugen Rochko's avatar
      Revert #4616 (#4638) · 774b8661
      Eugen Rochko authored
      774b8661
  5. Aug 18, 2017
  6. Aug 17, 2017
  7. Aug 16, 2017
  8. Aug 15, 2017
  9. Aug 14, 2017
Loading