Skip to content
Snippets Groups Projects
  1. Jul 10, 2017
  2. Jul 09, 2017
  3. Jul 08, 2017
  4. Jul 07, 2017
    • Nolan Lawson's avatar
    • Sylvhem's avatar
      Various fixes in the French translation (#4107) · 8fecd801
      Sylvhem authored
      * Changement de « Changement de mot de passe » en « Sécurité »
      
      * Suppression de « (Two-factor auth) »
      
      Change la valeur de la chaîne « two_factor_authentication » de « Identification à deux facteurs (Two-factor auth) » à « Identification à deux facteurs ».
      La traduction anglaise entre parathentèse était redondante et gênait la lecture.
      
      Change the value of the "two_factor_authentication" from "Identification à deux facteurs (Two-factor auth)" to "Identification à deux facteurs".
      The English translation in brackets was superflous and was getting in the way of the reader.
      
      * Remplace « ' » par « ’ »
      
      Retire de la traduction les apostrophes droites « ' » (U+0027) au profit des apostrophes typographiques « ’ » (U+2019).
      En typographie française, les apostrophes typographiques sont utilisées à la place des apostrophes droites. La traduction était jusqu’ici incohérente et utilisait les deux.
      
      Remove from the translation all the vertical apostrophes (U+0027) in favor of the curly ones (U+2019).
      In French typography, typographic apostrophes are used instead of vertical ones. The translation was incoherent and used both.
      
      * Remplace « ... » par « … »
      
      Remplace les séries de trois points par le caractère dédié « … » (U+2026).
      
      Replace all the series of three dots by the dedicated character "…" (U+2026).
      
      * Mise à jour
      
      Crée config/locales/activerecord.fr.yml, ajoute de nouvelles chaînes et met à jour certains textes.
      Les compteurs de caractères pour le pseudonyme et la biographie devrait maintenant pouvoir fonctionner même quand l’interface est en français.
      
      Create config/locales/activerecord.fr.yml, add new strings et update some textes.
      The caracters counters for the username and the biography should now work even when the interface is in French.
      
      * Remplace « A » par « À »
      
      Remplace « A » par « À » aux endroits où le mot est mal orthographié.
      
      Replace "A" by "À" when the wrong word is used.
      
      * Ajout d’espaces insécables
      
      Ajoute des espaces insécables suivant les régles nécessaires en typographie française.
      
      Add non-breaking spaces following rules of French typography.
      
      * Remplace « certain » par « certain·e »
      
      Harmonise la traduction en remplaçant « certain » par sa forme épicène.
      
      Harmonize the translation by replacing "certain" (sure) by its epicene form.
      
      * Corrige un angliscisme
      
      Remplace « adresse e-mail » par « adresse électronique ».
      
      Replace "adresse e-mail" (e-mail address) by "adresse électronique" (electronic address).
      8fecd801
    • Sorin Davidoi's avatar
      Lazy load components (#3879) · 348d6f5e
      Sorin Davidoi authored
      * feat: Lazy-load routes
      
      * feat: Lazy-load modals
      
      * feat: Lazy-load columns
      
      * refactor: Simplify Bundle API
      
      * feat: Optimize bundles
      
      * feat: Prevent flashing the waiting state
      
      * feat: Preload commonly used bundles
      
      * feat: Lazy load Compose reducers
      
      * feat: Lazy load Notifications reducer
      
      * refactor: Move all dynamic imports into one file
      
      * fix: Minor bugs
      
      * fix: Manually hydrate the lazy-loaded reducers
      
      * refactor: Move all dynamic imports to async-components
      
      * fix: Loading modal style
      
      * refactor: Avoid converting the raw state for each lazy hydration
      
      * refactor: Remove unused component
      
      * refactor: Maintain modal name
      
      * fix: Add as=script to preload link
      
      * chore: Fix lint error
      
      * fix(components/bundle): Check if timestamp is set when computing elapsed
      
      * fix: Load compose reducers for the onboarding modal
      348d6f5e
    • Eugen Rochko's avatar
      Fix #4058 - Use a long-lived cookie to keep track of user-level sessions (#4091) · 00df69bc
      Eugen Rochko authored
      * Fix #4058 - Use a long-lived cookie to keep track of user-level sessions
      
      * Fix tests, smooth migrate from previous session-based identifier
      00df69bc
    • m4sk1n's avatar
      i18n: improve consistency (pl) (#4104) · 7a549f83
      m4sk1n authored
      
      Signed-off-by: default avatarMarcin Mikołajczak <me@m4sk.in>
      7a549f83
    • Nolan Lawson's avatar
      Gracefully stop streaming server (#4103) · 3f82d8b9
      Nolan Lawson authored
      3f82d8b9
    • m4sk1n's avatar
      i18n: @18d3fa95 (pl) (#4101) · 9fe6cfca
      m4sk1n authored
      9fe6cfca
    • Eugen Rochko's avatar
      Restore streaming API output format (#4100) · ebd2dde6
      Eugen Rochko authored
      * Restore streaming API output format
      
      Regression from #4090
      
      * Remove whitespace
      ebd2dde6
    • Eugen Rochko's avatar
    • Yamagishi Kazutoshi's avatar
      91d548f7
    • Yamagishi Kazutoshi's avatar
    • Eugen Rochko's avatar
      Fix feed author not being enforced in ProcessFeedService (#4092) · 1c1819a7
      Eugen Rochko authored
      Ensure the only allowed author of top-level entries in feed is the person
      the feed belongs to (a verified user). Ensure delete events only apply
      if the deleted item belonged to that user.
      1c1819a7
    • Eugen Rochko's avatar
  5. Jul 06, 2017
    • のら's avatar
      Togglable filter links (#4021) · 2d612867
      のら authored
      * Togglable filter links
      
      * Rename is_selected to selected?
      2d612867
    • Daniel Hunsaker's avatar
      [nanobox] Add Automated Backups (#4023) · 185b41be
      Daniel Hunsaker authored
      This PR adds automatic backups to Nanobox instances. The database, Redis, and user files are backed up every day at 03:00 (server time) to the data warehouse component which comes with every Nanobox app. Old backups are automatically cleared out, but the number of backups that are left untouched can be configured by setting the `BACKUP_COUNT` environment variable to any integer value greater than 0 (the default is 1).
      
      Also updated `.env.nanobox` to reflect the current `.env.production.sample`.
      185b41be
    • Akihiko Odaki (@fn_aki@pawoo.net)'s avatar
      Set default From address in config (#3756) · 20830000
      Akihiko Odaki (@fn_aki@pawoo.net) authored
      The old implementation sets default From address in mailers. It sets
      the address from SMTP_FROM_ADDRESS, or notifications@localhost. The
      behavior is occasionally undesired results.
      
      In production environment, notifications@localhost is likely to be
      incorrect.
      In testing environment, the email address should not be varied by a
      environment variable.
      
      After appling this change,
      
      In production environment, it will throw an exception when launching
      Mastodon.
      In testing environment, the address will be fixed with
      notifications@localhost.
      20830000
    • Damien Erambert's avatar
      Add a setting allowing the use of system's default font in Web UI (#4033) · 18d3fa95
      Damien Erambert authored
      * add a system_font_ui setting on the server
      
      * Plug the system_font_ui on the front-end
      
      * add EN/FR locales for the new setting
      
      * put Roboto after all other fonts
      
      * remove trailing whitespace so CodeClimate is happy
      
      * fix user_spec.rb
      
      * correctly write user_spect this time
      
      * slightly better way of adding the classes
      
      * add comments to the system-font stack for clarification
      
      * use .system-font for the class instead
      
      * don't use multiple lines for comments
      
      * remove trailing whitespace
      
      * use the classnames module for consistency
      
      * use `mastodon-font-sans-serif` instead of Roboto directly
      18d3fa95
Loading