Skip to content
Snippets Groups Projects
  1. May 06, 2017
  2. May 04, 2017
  3. May 03, 2017
    • ヨイツの賢狼ホロ | 3rd style's avatar
      i18n: Update zh-CN [ Chinese (China) ] translations. (#2699) · 1c469ca9
      * Update zh-CN translations.
      
      * Update doorkeeper.zh-CN.yml
      
      * Follow @Artoria2e5 's change advices.
      
      * forget mail for text format ......
      
      * fix some changes
      
      * mail's html version ......
      
      * https://github.com/tootsuite/mastodon/pull/2699#pullrequestreview-35982283
      
      * a space.....
      
      * delete some unused keys
      1c469ca9
    • Eugen Rochko's avatar
      Replace sprockets/browserify with Webpack (#2617) · f5bf5ebb
      Eugen Rochko authored
      * Replace browserify with webpack
      
      * Add react-intl-translations-manager
      
      * Do not minify in development, add offline-plugin for ServiceWorker background cache updates
      
      * Adjust tests and dependencies
      
      * Fix production deployments
      
      * Fix tests
      
      * More optimizations
      
      * Improve travis cache for npm stuff
      
      * Re-run travis
      
      * Add back support for custom.scss as before
      
      * Remove offline-plugin and babili
      
      * Fix issue with Immutable.List().unshift(...values) not working as expected
      
      * Make travis load schema instead of running all migrations in sequence
      
      * Fix missing React import in WarningContainer. Optimize rendering performance by using ImmutablePureComponent instead of
      React.PureComponent. ImmutablePureComponent uses Immutable.is() to compare props. Replace dynamic callback bindings in
      <UI />
      
      * Add react definitions to places that use JSX
      
      * Add Procfile.dev for running rails, webpack and streaming API at the same time
      f5bf5ebb
  4. May 02, 2017
    • Kaylee's avatar
      Add option to disable two factor auth in admin accounts panel. (#2584) · 7880671f
      Kaylee authored
      * 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
    • Matt Jankowski's avatar
    • Audun Larsen's avatar
      Norwegian translation for email notifications (#2673) · e68c0ce5
      Audun Larsen authored
      * Create confirmation_instructions.no.html.erb
      
      * Create confirmation_instructions.no.text.erb
      
      * Create password_change.no.html.erb
      
      * Create password_change.no.text.erb
      
      * Create reset_password_instructions.no.html.erb
      
      * Create reset_password_instructions.no.text.erb
      
      * Translates html welcome email
      
      * Translates welcome email
      
      * Translates html password changed email
      
      * Translates password changed email
      
      * Translates html reset password email
      
      * Translates reset password email
      
      * Fixes typo in translation
      
      * Fixes typo in translation
      e68c0ce5
    • Yamagishi Kazutoshi's avatar
      Fix subscription expiration condition (#2715) · 6f75c845
      Yamagishi Kazutoshi authored
      * Fix subscription expiration condition
      
      * dry and add spec
      6f75c845
    • Yamagishi Kazutoshi's avatar
    • Ira's avatar
      Add Hebrew interface translation. (#2573) · 438ce580
      Ira authored
      * follow the instructions for registering the language as stated on the Tootsuite's docs.
      
      * Added translation strings from latest master
      
      Adding &rlm; characters to many strings that are misdirected in the interface.
      
      A tiny grammar fix
      
      Updates of Hebrew strings to v1.3.1
      
      Hebrew translation of the mailer templates.
      
      Fix strings and a missing comma.
      
      Just discovered two string keys were updated. this should lay Travis' mind to rest at last.
      
      Remove mentions before counting characters to decide RTL ratio
      
      Fixes for PR #2573
      
      updated strings for latest master
      
      Undo RTL counting, moved out to another branch for future consideration...
      438ce580
  5. May 01, 2017
    • Giuseppe Pignataro's avatar
      Italian translation (#2654) · 2bd46f44
      Giuseppe Pignataro authored
      * Added Italian Translation of the following files:
      Changes to be committed:
      	new file:   app/views/user_mailer/confirmation_instructions.it.html.erb
      	new file:   app/views/user_mailer/confirmation_instructions.it.text.erb
      	new file:   app/views/user_mailer/password_change.it.html.erb
      	new file:   app/views/user_mailer/password_change.it.text.erb
      	new file:   app/views/user_mailer/reset_password_instructions.it.html.erb
      	new file:   app/views/user_mailer/reset_password_instructions.it.text.erb
      
      * Added italian translation
      Changes to be committed:
      new file:   config/locales/activerecord.it.yml
      2bd46f44
    • Matt Jankowski's avatar
      Filter on allowed user language preferences (#2361) · f025cc67
      Matt Jankowski authored
      * Naive approached to timeline filtering
      
      * Convert allowed_languages into a db column
      
      * Allow users to choose languages to see statuses in
      
      * Style list items as two columns
      
      * Add a hint to explain language filtering preference
      f025cc67
  6. Apr 28, 2017
  7. Apr 27, 2017
  8. Apr 26, 2017
  9. Apr 25, 2017
  10. Apr 24, 2017
  11. Apr 23, 2017
    • Effy Elden's avatar
      Report processing improvements (#2349) · 1801a364
      Effy Elden authored
      * 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
    • Eugen's avatar
      Followers-only post federation (#2111) · 50151496
      Eugen authored
      * Make private toots get PuSHed to subscription URLs that belong to domains where you have approved followers
      
      * Authorized followers controller, stub for bulk action
      
      * Soft block in the background
      
      * Add simple test for new controller
      
      * Rename Settings::FollowersController to Settings::FollowerDomainsController, paginate results,
      rename "private" post setting to "followers-only", fix pagination style, improve post privacy
      preferences style, improve warning style
      
      * Extract compose form warnings into own container, show warning when posting to followers-only with unlocked account
      50151496
    • Ash Furrow's avatar
      ef5937da
    • ymmtmdk's avatar
      Add link for domain in land strip (#2306) · 072c6f15
      ymmtmdk authored
      * Add link for domain in land strip
      
      * Use root_path
      
      * Avoid repeating code
      072c6f15
    • Evan Minto's avatar
      ActivityPub: Add basic, read-only support for Outboxes, Notes, and... · 66fd8e78
      Evan Minto authored
      ActivityPub: Add basic, read-only support for Outboxes, Notes, and Create/Announce Activities (#2197)
      
      * Clean up collapsible components
      
      * Expose user Outboxes and AS2 representations of statuses
      
      * Save work thus far.
      
      * Fix bad merge.
      
      * Save my work
      
      * Clean up pagination.
      
      * First test working.
      
      * Add tests.
      
      * Add Forbidden error template.
      
      * Revert yarn.lock changes.
      
      * Fix code style deviations and use localized instead of hardcoded English text.
      66fd8e78
    • Ash Furrow's avatar
      Admin UI for confirming users (#2245) · 723f25a9
      Ash Furrow authored
      * Shows confirmed status in list.
      
      * Adds ability to confirm users in admin UI.
      
      * Added new english translations.
      
      * Addresses feedback from #2245.
      
      * More feedback.
      723f25a9
Loading