Skip to content
Snippets Groups Projects
  1. May 22, 2018
  2. 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
  3. May 20, 2018
  4. May 19, 2018
  5. May 18, 2018
  6. May 17, 2018
  7. May 16, 2018
  8. May 15, 2018
  9. May 14, 2018
  10. May 13, 2018
  11. 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
  12. May 11, 2018
  13. May 10, 2018
  14. May 09, 2018
  15. May 07, 2018
  16. May 06, 2018
  17. May 05, 2018
  18. May 04, 2018
  19. May 03, 2018
    • Akihiko Odaki's avatar
    • Akihiko Odaki's avatar
      Throttle media post (#7337) · b1d4471e
      Akihiko Odaki authored
      The previous rate limit allowed to post media so fast that it is possible
      to fill up the disk space even before an administrator notices. The new
      rate limit is configured so that it takes 24 hours to eat 10 gigabytes:
      10 * 1024 / 8 / (24 * 60 / 30) = 27 (which rounded to 30)
      
      The period is set long so that it does not prevent from attaching several
      media to one post, which would happen in a short period. For example,
      if the period is 5 minutes, the rate limit would be:
      10 * 1024 / 8 / (24 * 60 / 5) = 4
      
      This long period allows to lift the limit up.
      b1d4471e
    • Yamagishi Kazutoshi's avatar
      Add el and te (#7332) · 7495a347
      Yamagishi Kazutoshi authored
      * Add el and te
      
      * Add missing locale files
      7495a347
Loading