Skip to content
Extraits de code Groupes Projets
  1. déc. 06, 2018
  2. sept. 28, 2018
    • Eugen Rochko's avatar
      Revert Font Awesome 5 upgrade (#8810) · 3d7f68c2
      Eugen Rochko a rédigé
      * Revert "Fix some icon names changed by the Font Awesome 5. (#8796)"
      
      This reverts commit 3f9ec3de.
      
      * Revert "Migrate to font-awesome 5.0. (#8799)"
      
      This reverts commit 8bae1459.
      
      * Revert "Fix some icons names, unavailable in fontawesome5 (free license). (#8792)"
      
      This reverts commit b9c727a9.
      
      * Revert "Update the icon name changed by the Font Awesome 5. (#8776)"
      
      This reverts commit 17af4d27.
      
      * Revert "Add bot icon to bot avatars and migrate to newer version of Font Awesome (#8484)"
      
      This reverts commit 4b794e13.
      Non vérifiée
      3d7f68c2
  3. sept. 27, 2018
  4. sept. 18, 2018
    • Eugen Rochko's avatar
      Redesign forms, verify link ownership with rel="me" (#8703) · f4d549d3
      Eugen Rochko a rédigé
      * Verify link ownership with rel="me"
      
      * Add explanation about verification to UI
      
      * Perform link verifications
      
      * Add click-to-copy widget for verification HTML
      
      * Redesign edit profile page
      
      * Redesign forms
      
      * Improve responsive design of settings pages
      
      * Restore landing page sign-up form
      
      * Fix typo
      
      * Support <link> tags, add spec
      
      * Fix links not being verified on first discovery and passive updates
      Non vérifiée
      f4d549d3
  5. juil. 28, 2018
  6. juil. 07, 2018
  7. juil. 01, 2018
    • Eugen Rochko's avatar
      Improve embeds (#7919) · 2092d5c0
      Eugen Rochko a rédigé
      * Make embeds cacheable by reverse proxy
      
      * Make follow button on embeds open remote follow modal
      
      Instead of web+mastodon://, also, turn the button blue, and add a
      sign up prompt to the remote follow modal
      Non vérifiée
      2092d5c0
  8. juin 15, 2018
  9. mai 26, 2018
  10. mai 20, 2018
  11. mai 18, 2018
  12. mai 04, 2018
  13. avr. 21, 2018
  14. avr. 18, 2018
    • Lynx Kotoura's avatar
      Add color variables of texts for better accesibility (#7125) · 74dae945
      Lynx Kotoura a rédigé
      * Add variables for text colors
      
      * Change variables in sass files
      
      * Apply text color variables for recently added colors
      
      * Fix text colors of emoji mart anchors
      
      * Fix text colors of search__input
      
      * Fix text colors of text area of compose-form
      
      * Fix icon colors of privacy dropdown and modal
      
      * Inverted icon colors by classname
      
      * Change variables in boost.scss
      
      * Change action-button-color
      
      * Fix text colors of pre-header
      74dae945
  15. avr. 14, 2018
    • Eugen Rochko's avatar
      Add bio fields (#6645) · 78ed4ab7
      Eugen Rochko a rédigé
      * Add bio fields
      
      - Fix #3211
      - Fix #232
      - Fix #121
      
      * Display bio fields in web UI
      
      * Fix output of links and missing fields
      
      * Federate bio fields over ActivityPub as PropertyValue
      
      * Improve how the fields are stored, add to Edit profile form
      
      * Add rel=me to links in fields
      
      Fix #121
      Non vérifiée
      78ed4ab7
  16. mars 17, 2018
  17. fév. 26, 2018
    • Eugen Rochko's avatar
      Improve public account cards (#6559) · 18513a97
      Eugen Rochko a rédigé
      - Add follow/unfollow/remote follow buttons
      - Format the bio properly
      - Always show username@domain, even for local accounts
      Non vérifiée
      18513a97
    • Ian McCowan's avatar
      Fix prev/next links on public profile page (#6497) · c33931b6
      Ian McCowan a rédigé
      * Fix prev/next links on public profile page
      
      * Don't make pagination urls if no available statuses
      
      * Fix empty check method
      
      * Put left chevron before prev page link
      
      * Add scope for pagination "starting at" a given id
      
      * Status pagination try 2:
      
      s/prev/older and s/next/newer
      "older" on left, "newer" on right
      Use new scope for "newer" link
      Extract magic 20 page size to constant
      Remove max_id from feed pagination as it's not respected
      
      * Reinstate max_id for accounts atom stream
      
      * normalize
      c33931b6
  18. déc. 07, 2017
  19. nov. 17, 2017
  20. oct. 17, 2017
  21. oct. 04, 2017
  22. août 27, 2017
    • Lynx Kotoura's avatar
      Adjust public profile pages (#4713) · bab9afaa
      Lynx Kotoura a rédigé
      * Adjust account-grid in public profiles
      
      Full-width card on mobile UI. Set break-word for long name and ID. Fix margin.
      
      * Reduce padding-bottom of public profiles
      
      * Revive next prev buttons in mobile public profiles
      
      In followers followees pages.
      
      * Revert break-word for username
      
      * Fix overflow of display_name
      
      Need re-setting text-overflow and overflow in display: block;
      bab9afaa
  23. août 16, 2017
    • Eugen Rochko's avatar
      Redesign public profiles (#4608) · ca7ea1ab
      Eugen Rochko a rédigé
      * 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
      ca7ea1ab
  24. août 07, 2017
  25. juil. 21, 2017
  26. mai 26, 2017
  27. mai 11, 2017
  28. mai 08, 2017
    • Matt Jankowski's avatar
      Improve scss color variables (#2912) · b85dec2b
      Matt Jankowski a rédigé
      - Updates scss variables file to use better-named variables for black/white/etc
      - Arranges the "mastodon classic" colors into variables
      - Remove all references to `$color-*` naming, replacing with new
      
      This does not in itself introduce "theme" support, but:
      
      - It would probably be easier to start working on theme support after this
        change and others
      - Even without the goal of themes, these changes make it more clear how the
        colors are being used.
      
      There is almost definitely some edge case in here where I've guessed the
      intent/context of some color usage incorrectly, but it still seems like a net
      improvement.
      b85dec2b
  29. mai 07, 2017
  30. mai 03, 2017
    • Eugen Rochko's avatar
      Replace sprockets/browserify with Webpack (#2617) · f5bf5ebb
      Eugen Rochko a rédigé
      * 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
  31. avr. 23, 2017
    • Eugen's avatar
      Followers-only post federation (#2111) · 50151496
      Eugen a rédigé
      * 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
  32. avr. 19, 2017
  33. avr. 12, 2017
  34. avr. 11, 2017
  35. avr. 10, 2017
    • Matt Jankowski's avatar
      Pagination improvements (#1445) · 4ada5098
      Matt Jankowski a rédigé
      * Replace will_paginate with kaminari
      
      * Use #page instead of #paginate in controllers
      
      * Replace will_paginate.page_gap with pagination.truncate in i18n
      
      * Customize kaminari views to match prior styles
      
      * Set kaminari options to match prior behavior
      
      * Replace will_paginate with paginate in views
      4ada5098
  36. avr. 05, 2017
Chargement en cours