Skip to content
Extraits de code Groupes Projets
  1. août 03, 2017
  2. juil. 30, 2017
  3. juil. 28, 2017
  4. juil. 26, 2017
  5. juil. 24, 2017
    • Eugen Rochko's avatar
      Redesign /terms page (#4338) · 029f2c45
      Eugen Rochko a rédigé
      * Redesign /terms page
      
      * Fix tests
      
      * Remove unused keys
      029f2c45
    • Eugen Rochko's avatar
      Redesign extended information page (#4322) · 2374d635
      Eugen Rochko a rédigé
      * Redesign extended information page
      
      * Remove unused keys
      
      * Add $ui-base-lighter-color variable to SCSS
      2374d635
    • sdukhovni's avatar
      Allow domain blocks that only reject media without silencing or suspending (#4325) · 06d905f4
      sdukhovni a rédigé
      * Allow domain blocks to reject media without silencing or suspending
      
      * Fix typo
      
      * Hide 'Reject media' button when superfluous, instead of disabling it
      
      * Properly hide 'reject media' checkbox on page load if needed
      
      This may happen when resubmitting the domain block form after an error.
      
      * Don't ask whether undoing a media-only block should be retroactive
      
      * Rename :media_only block to :noop
      
      * Display :noop block as None in frontend, allow blocks that do nothing
      
      * Remove 'coding' line auto-added by emacs
      06d905f4
  6. juil. 23, 2017
  7. juil. 22, 2017
  8. juil. 19, 2017
  9. juil. 18, 2017
  10. juil. 15, 2017
    • Eugen Rochko's avatar
      Improve ActivityPub representations (#3844) · 8c45cd0e
      Eugen Rochko a rédigé
      * Improve webfinger templates and make tests more flexible
      
      * Clean up AS2 representation of actor
      
      * Refactor outbox
      
      * Create activities representation
      
      * Add representations of followers/following collections, do not redirect /users/:username route if format is empty
      
      * Remove unused translations
      
      * ActivityPub endpoint for single statuses, add ActivityPub::TagManager for better
      URL/URI generation
      
      * Add ActivityPub::TagManager#to
      
      * Represent all attachments as Document instead of Image/Video specifically
      (Because for remote ones we may not know for sure)
      
      Add mentions and hashtags representation to AP notes
      
      * Add AP-resolvable hashtag URIs
      
      * Use ActiveModelSerializers for ActivityPub
      
      * Clean up unused translations
      
      * Separate route for object and activity
      
      * Adjust cc/to matrices
      
      * Add to/cc to activities, ensure announce activity embeds target status and
      not the wrapper status, add "id" to all collections
      8c45cd0e
  11. juil. 13, 2017
    • Sorin Davidoi's avatar
      Web Push Notifications (#3243) · 0c7c188c
      Sorin Davidoi a rédigé
      * feat: Register push subscription
      
      * feat: Notify when mentioned
      
      * feat: Boost, favourite, reply, follow, follow request
      
      * feat: Notification interaction
      
      * feat: Handle change of public key
      
      * feat: Unsubscribe if things go wrong
      
      * feat: Do not send normal notifications if push is enabled
      
      * feat: Focus client if open
      
      * refactor: Move push logic to WebPushSubscription
      
      * feat: Better title and body
      
      * feat: Localize messages
      
      * chore: Fix lint errors
      
      * feat: Settings
      
      * refactor: Lazy load
      
      * fix: Check if push settings exist
      
      * feat: Device-based preferences
      
      * refactor: Simplify logic
      
      * refactor: Pull request feedback
      
      * refactor: Pull request feedback
      
      * refactor: Create /api/web/push_subscriptions endpoint
      
      * feat: Spec PushSubscriptionController
      
      * refactor: WebPushSubscription => Web::PushSubscription
      
      * feat: Spec Web::PushSubscription
      
      * feat: Display first media attachment
      
      * feat: Support direction
      
      * fix: Stuff broken while rebasing
      
      * refactor: Integration with session activations
      
      * refactor: Cleanup
      
      * refactor: Simplify implementation
      
      * feat: Set VAPID keys via environment
      
      * chore: Comments
      
      * fix: Crash when no alerts
      
      * fix: Set VAPID keys in testing environment
      
      * fix: Follow link
      
      * feat: Notification actions
      
      * fix: Delete previous subscription
      
      * chore: Temporary logs
      
      * refactor: Move migration to a later date
      
      * fix: Fetch the correct session activation and misc bugs
      
      * refactor: Move migration to a later date
      
      * fix: Remove follow request (no notifications)
      
      * feat: Send administrator contact to push service
      
      * feat: Set time-to-live
      
      * fix: Do not show sensitive images
      
      * fix: Reducer crash in error handling
      
      * feat: Add badge
      
      * chore: Fix lint error
      
      * fix: Checkbox label overlap
      
      * fix: Check for payload support
      
      * fix: Rename action "type" (crash in latest Chrome)
      
      * feat: Action to expand notification
      
      * fix: Lint errors
      
      * fix: Unescape notification body
      
      * fix: Do not allow boosting if the status is hidden
      
      * feat: Add VAPID keys to the production sample environment
      
      * fix: Strip HTML tags from status
      
      * refactor: Better error messages
      
      * refactor: Handle browser not implementing the VAPID protocol (Samsung Internet)
      
      * fix: Error when target_status is nil
      
      * fix: Handle lack of image
      
      * fix: Delete reference to invalid subscriptions
      
      * feat: Better error handling
      
      * fix: Unescape HTML characters after tags are striped
      
      * refactor: Simpify code
      
      * fix: Modify to work with #4091
      
      * Sort strings alphabetically
      
      * i18n: Updated Polish translation
      
      it annoys me that it's not fully localized :P
      
      * refactor: Use current_session in PushSubscriptionController
      
      * fix: Rebase mistake
      
      * fix: Set cacheName to mastodon
      
      * refactor: Pull request feedback
      
      * refactor: Remove logging statements
      
      * chore(yarn): Fix conflicts with master
      
      * chore(yarn): Copy latest from master
      
      * chore(yarn): Readd offline-plugin
      
      * refactor: Use save! and update!
      
      * refactor: Send notifications async
      
      * fix: Allow retry when push fails
      
      * fix: Save track for failed pushes
      
      * fix: Minify sw.js
      
      * fix: Remove account_id from fabricator
      0c7c188c
  12. juil. 12, 2017
  13. juil. 11, 2017
    • Eugen Rochko's avatar
      Redesign the landing page, mount public timeline on it (#4122) · e19eefe2
      Eugen Rochko a rédigé
      * Redesign the landing page, mount public timeline on it
      
      * Adjust the standalone mounted component to the lacking of router
      
      * Adjust auth layout pages to new design
      
      * Fix tests
      
      * Standalone public timeline polling every 5 seconds
      
      * Remove now obsolete translations
      
      * Add responsive design for new landing page
      
      * Address reviews
      
      * Add floating clouds behind frontpage form
      
      * Use access token from public page when available
      
      * Fix mentions and hashtags links, cursor on status content in standalone mode
      
      * Add footer link to source code
      
      * Fix errors on pages that don't embed the component, use classnames
      
      * Fix tests
      
      * Change anonymous autoPlayGif default to false
      
      * When gif autoplay is disabled, hover to play
      
      * Add option to hide the timeline preview
      
      * Slightly improve alt layout
      
      * Add elephant friend to new frontpage
      
      * Display "back to mastodon" in place of "login" when logged in on frontpage
      
      * Change polling time to 3s
      e19eefe2
  14. juil. 10, 2017
    • STJrInuyasha's avatar
      Remote following success page (#4129) · 7a889a8e
      STJrInuyasha a rédigé
      * Added a success page to remote following
      Includes follow-through links to web (the old redirect target) and back to the remote user's profile
      
      * Use Account.new in spec instead of a fake with only id
      (fixes spec)
      
      * Fabricate(:account) over Account.new
      
      * Remove self from the success text
      (and all HTML with it)
      7a889a8e
  15. juil. 04, 2017
  16. juin 26, 2017
  17. juin 25, 2017
  18. juin 14, 2017
    • Eugen Rochko's avatar
      Account deletion (#3728) · 4a618908
      Eugen Rochko a rédigé
      * Add form for account deletion
      
      * If avatar or header are gone from source, remove them
      
      * Add option to have SuspendAccountService remove user record, add tests
      
      * Exclude suspended accounts from search
      4a618908
  19. juin 09, 2017
  20. juin 08, 2017
  21. juin 07, 2017
  22. juin 04, 2017
  23. mai 31, 2017
  24. mai 23, 2017
  25. mai 17, 2017
  26. mai 15, 2017
  27. mai 07, 2017
  28. mai 04, 2017
  29. mai 03, 2017
  30. mai 02, 2017
    • Kaylee's avatar
      Add option to disable two factor auth in admin accounts panel. (#2584) · 7880671f
      Kaylee a rédigé
      * Add option to disable two factor auth in admin accounts panel.
      Closes #2578
      
      * Add @mjankowski's suggestions.
      * Moves destroy actions behind User#disable_two_factor!
      * Adds spec coverage for Admin:TwoFactorAuthenticationsController and User#disable_two_factor!
      7880671f
    • Drew Gates's avatar
      grammar fixes (#2695) · f485fa31
      Drew Gates a rédigé
      “such as” should be used instead of “like” under imports->preface.
      
      Reworded imports->preface and recovery_instructions for better flow.
      f485fa31
  31. avr. 25, 2017
  32. avr. 24, 2017
  33. avr. 23, 2017
    • Effy Elden's avatar
      Report processing improvements (#2349) · 1801a364
      Effy Elden a rédigé
      * Expose media attachments on reported statuses directly
      
      * Comment out unused bulk report checkbox. Add title to report comment for viewing full comment. Add 'contents' column, with icons and numerical indicators to show the number of referenced statuses and media attachments in the report
      
      * Link account name on authorize_follow card back to account
      
      * Add localisation string for report_contents
      
      * Show new admin accounts card partial on report view. Apply simple_format to report comment so newlines are preserved.
      
      * Add new admin accounts card partial, for display quick useful admin stats (e.g. report history, moderation status).
      
      * Fix localized variable
      1801a364
Chargement en cours