Skip to content
Snippets Groups Projects
  1. May 28, 2018
  2. May 27, 2018
    • Eugen Rochko's avatar
      Track trending tags (#7638) · 9bd23dc4
      Eugen Rochko authored
      * Track trending tags
      
      - Half-life of 1 day
      - Historical usage in daily buckets (last 7 days stored)
      - GET /api/v1/trends
      
      Fix #271
      
      * Add trends to web UI
      
      * Don't render compose form on search route, adjust search results header
      
      * Disqualify tag from trends if it's in disallowed hashtags setting
      
      * Count distinct accounts using tag, ignore silenced accounts
  3. May 26, 2018
  4. May 25, 2018
  5. May 22, 2018
  6. May 21, 2018
    • Marcin Mikołajczak's avatar
      :earth_africa:: :flag_pl::arrow_up: (#7580) · 810f92e6
      Marcin Mikołajczak authored
      
      Signed-off-by: default avatarMarcin Mikołajczak <me@m4sk.in>
      810f92e6
    • SerCom_KC's avatar
      i18n: Update Simplified Chinese translations (#7565) · 41b2cfe5
      SerCom_KC authored
      * i18n: (zh-CN) #7532
      
      * i18n: (zh-CN) #6984
      
      * i18n: (zh-CN) #7391, #7507
      
      * i18n: (zh-CN) #6998
      
      * i18n: (zh-CN) #7074
      
      * i18n: (zh-CN) #7000, #7032, #7131 (#7032, #7040)
      
      * i18n: (zh-CN) #7130, #7188
      
      * i18n: (zh-CN) #6486
      
      * i18n: (zh-CN) #6292
      
      * i18n: (zh-CN) #7347
      
      * i18n: (zh-CN) #6661
      
      * i18n: (zh-CN) #6425
      
      * i18n: (zh-CN) #6597
      
      * i18n: (zh-CN) #6695
      
      * i18n: (zh-CN) #6325
      
      * i18n: (zh-CN) #6460, #7375
      
      * i18n: (zh-CN) #6872
      
      * i18n: (zh-CN) #6818
      
      * i18n: (zh-CN) #7452
      
      * i18n: (zh-CN) #7176
      
      * i18n: (zh-CN) #6460
      
      * i18n: (zh-CN) #7213
      
      * i18n: (zh-CN) #7376
      
      * i18n: (zh-CN) #6556
      
      * i18n: (zh-CN) #6645
      
      * i18n: (zh-CN) #6448
      
      * i18n: (zh-CN) #5303
      
      * i18n: (zh-CN) #7445
      
      * i18n: (zh-CN) Normalization and improvements
      
      * i18n: (zh-CN) #7391
      
      * i18n: (zh-CN) #6627
      
      * i18n: (zh-CN) #6956, #7546
      
      * i18n: (zh-CN) #6636
      
      * i18n: (zh-CN) #6610, #6875
      
      * i18n: (zh-CN) #6887
      
      * i18n: (zh-CN) #4514
      
      * i18n: (zh-CN) #6628
      
      * i18n: (zh-CN) #6771
      
      * i18n: (zh-CN) #6772
      
      * i18n: (zh-CN) #7178
      
      * i18n: (zh-CN) #7521
      
      * i18n: (zh-CN) #6570
      
      * i18n: (zh-CN) #6593
      
      * i18n: (zh-CN) #6423
      
      * i18n: (zh-CN) #6157
      
      * i18n: (zh-CN) #7089
      
      * i18n: (zh-CN) #6733
      
      * i18n: (zh-CN) #7072
      
      * i18n: (zh-CN) #6520
      
      * i18n: (zh-CN) Improvment
      
      * i18n: (zh-CN) #6631
      41b2cfe5
    • Sylvhem's avatar
      Add a light theme (#7027) · ea969000
      Sylvhem authored
      * Add a light theme to Mastodon
      
      This add a second default theme to Mastodon. This new theme is supposed to be a light version of the dark original one.
      
      * Update locales
      
      Update the English and French locales.
      
      * Change capitalization of hexadecimal triplets
      
      Change capitalization of hexadecimal color codes to match Code Climate's recomandation.
      
      * Add variable
      
      Add a new variable to use instead of hardcoding a color. Change made to match Code Climate's recomandation.
      
      * Use Mastodon branding palette
      
      Replace the colors previously used by the ones found in Mastodon branding palette.
      The resulting theme is lighter than the previous version.
      
      * Make the overlay background white
      
      Make the overly background used on on sensitive medias white instead of black
      
      * Change the color used on the envelop icon
      
      Change the color used on the envelop icon for a darker one. The same color is now used on both the envelop icon and the padlock icon.
      
      * Add contrast
      
      Add contrast to various places inside the main interface and the profile pages.
      
      * Change the text color used in the compose form
      
      Change the text color used in the compose form for a darker one.
      
      * Make the code easier to read
      
      Add some blank lines to make the code easier to parse for a human eye.
      
      * Change columns' background default colors
      
      Change columns' background default colors, making the composition column the darker one.
      
      * Change the color of the log in button
      
      Change the log in button's text color to make it more readable.
      
      * Fix the color of the boost buttons on the landing page
      
      The disabled boost buttons on the landing page are now of the same color that the other disabled buttons.
      
      * Change the colors used in the dropdown menu
      
      Make the dropdown menu light instead of dark.
      ea969000
  7. May 20, 2018
  8. May 19, 2018
  9. May 18, 2018
  10. May 17, 2018
  11. May 16, 2018
  12. May 15, 2018
  13. May 14, 2018
  14. May 13, 2018
  15. May 12, 2018
    • ThibG's avatar
      Improvements to toots display in admin view (#7452) · 0f2fbf7d
      ThibG authored
      * Distinguish boosts from original statuses in the admin panel (fixes #7449)
      
      * Show the “show more” button in admin view to make CWs clearer (fixes #7451)
      
      * Make content warnings swag
      0f2fbf7d
  16. May 11, 2018
  17. May 10, 2018
  18. May 09, 2018
  19. May 07, 2018
  20. May 06, 2018
Loading