Skip to content
Snippets Groups Projects
  1. Aug 26, 2017
  2. Aug 25, 2017
  3. Aug 24, 2017
  4. Aug 23, 2017
  5. Aug 22, 2017
    • Eugen Rochko's avatar
      Fix up the applications area (#4664) · c1b086a5
      Eugen Rochko authored
      - Section it into "Development" area
      - Improve UI of application form, index, and details
      c1b086a5
    • 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
    • Yamagishi Kazutoshi's avatar
      11a75073
    • 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
  6. Aug 21, 2017
Loading