Skip to content
Extraits de code Groupes Projets
  1. août 06, 2017
  2. août 05, 2017
  3. juil. 26, 2017
  4. juil. 24, 2017
  5. juil. 22, 2017
    • Damien Erambert's avatar
      Update French locales (settings, ToS, & co) (#4261) · 4cd82d44
      Damien Erambert a rédigé
      * add fr-FR locales to the landing page
      
      * moar french locales
      
      * terms of service/privacy policy
      
      * remove un-used locales in the client (yarn manage:translations)
      
      * update french locales in the client
      
      * remove duplicate locales in fr.yml
      
      * fix typos per PR comments in fr.yml
      
      * put back default messages
      
      * translate untranslated keys on the client
      
      * add "push" after notifications
      
      * correctly ident ToS in fr.yml
      4cd82d44
    • Sylvhem's avatar
      Mise à jour de la traduction de la page d’accueil (#4294) · cf51e07b
      Sylvhem a rédigé
      * Mise à jour de la traduction de la page d’accueil
      
      Met à jour les traductions et ajoute les chaînes manquantes suite à la refonte de la page d’accueil.
      
      Update translations and add the strings introduced by the landing page's redesign.
      
      * Correction d’erreurs
      
      Corrige l’indentation de certaines clefs et supprime admin.settings.setting qui n’existe plus dans le projet original.
      
      Fix some indentations and delete admin.settings.setting, which have been removed upstream.
      cf51e07b
  6. juil. 15, 2017
    • Eugen Rochko's avatar
      Improve ActivityPub representations (#3844) · 8c45cd0e
      Eugen Rochko a rédigé
      * Improve webfinger templates and make tests more flexible
      
      * Clean up AS2 representation of actor
      
      * Refactor outbox
      
      * Create activities representation
      
      * Add representations of followers/following collections, do not redirect /users/:username route if format is empty
      
      * Remove unused translations
      
      * ActivityPub endpoint for single statuses, add ActivityPub::TagManager for better
      URL/URI generation
      
      * Add ActivityPub::TagManager#to
      
      * Represent all attachments as Document instead of Image/Video specifically
      (Because for remote ones we may not know for sure)
      
      Add mentions and hashtags representation to AP notes
      
      * Add AP-resolvable hashtag URIs
      
      * Use ActiveModelSerializers for ActivityPub
      
      * Clean up unused translations
      
      * Separate route for object and activity
      
      * Adjust cc/to matrices
      
      * Add to/cc to activities, ensure announce activity embeds target status and
      not the wrapper status, add "id" to all collections
      8c45cd0e
  7. juil. 14, 2017
  8. juil. 12, 2017
  9. juil. 11, 2017
    • Eugen Rochko's avatar
      Redesign the landing page, mount public timeline on it (#4122) · e19eefe2
      Eugen Rochko a rédigé
      * Redesign the landing page, mount public timeline on it
      
      * Adjust the standalone mounted component to the lacking of router
      
      * Adjust auth layout pages to new design
      
      * Fix tests
      
      * Standalone public timeline polling every 5 seconds
      
      * Remove now obsolete translations
      
      * Add responsive design for new landing page
      
      * Address reviews
      
      * Add floating clouds behind frontpage form
      
      * Use access token from public page when available
      
      * Fix mentions and hashtags links, cursor on status content in standalone mode
      
      * Add footer link to source code
      
      * Fix errors on pages that don't embed the component, use classnames
      
      * Fix tests
      
      * Change anonymous autoPlayGif default to false
      
      * When gif autoplay is disabled, hover to play
      
      * Add option to hide the timeline preview
      
      * Slightly improve alt layout
      
      * Add elephant friend to new frontpage
      
      * Display "back to mastodon" in place of "login" when logged in on frontpage
      
      * Change polling time to 3s
      e19eefe2
  10. juil. 07, 2017
    • Sylvhem's avatar
      Various fixes in the French translation (#4107) · 8fecd801
      Sylvhem a rédigé
      * 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
  11. juil. 02, 2017
    • Damien Erambert's avatar
      Update French locales (#4034) · 133b892e
      Damien Erambert a rédigé
      * add missing locales for French translation
      
      * accent "Media" in the front-end locales
      
      * images => médias
      
      * Change 'rapport' to 'signalement' in French locales to be more coherent
      
      * fix typo
      
      * remove duplicate EN locale
      
      * translate missing locales
      
      * update missing locale
      
      * fix typo
      
      * unify with "utilisateur⋅ice⋅s"
      
      * address PR comments
      133b892e
  12. juin 26, 2017
  13. juin 25, 2017
    • Eugen Rochko's avatar
      Fix #3910 - Require OTP authentication to disable 2FA (#3935) · 5e8d037e
      Eugen Rochko a rédigé
      * Fix #3910 - Require OTP authentication to disable 2FA. Also, remove ability
      to generate new OTP backup codes *after* initial backup codes were handed
      out during activation
      
      * Restore recovery code re-generation
      
      * Improve display of some 2FA elements
      5e8d037e
  14. juin 08, 2017
  15. mai 31, 2017
  16. mai 15, 2017
  17. mai 04, 2017
  18. avr. 23, 2017
  19. avr. 22, 2017
    • Matt Jankowski's avatar
      2FA controller cleanup (#2296) · 67dea31b
      Matt Jankowski a rédigé
      * Add spec coverage for settings/two_factor_auth area
      
      * extract setup method for qr code
      
      * Move otp required check to before action
      
      * Merge method only used once
      
      * Remove duplicate view
      
      * Consolidate creation of @codes for backup
      
      * Move settings/2fq#recovery_codes to settings/recovery_codes#create
      
      * Rename settings/two_factor_auth#disable to #destroy
      
      * Add coverage for the otp required path on 2fa#show
      
      * Clean up the recovery codes list styles
      
      * Move settings/two_factor_auth to settings/two_factor_authentication
      
      * Reorganize the settings two factor auth area
      
      Updated to use a flow like:
      
      - settings/two_factor_authentication goes to a #show view which has a button
        either enable or disable 2fa on the account
      - the disable button turns off the otp requirement for the user
      - the enable button cycles the user secret and redirects to a confirmation page
      - the confirmation page is a #new view which shows the QR code for user
      - that page posts to #create which verifies the code, and creates the recovery
        codes
      - that create action shares a view with a recovery codes controller which can be
        used separately to reset codes if needed
      67dea31b
  20. avr. 18, 2017
  21. avr. 17, 2017
  22. avr. 16, 2017
    • Matt Jankowski's avatar
      I18n health warnings (#1949) · f87b51fd
      Matt Jankowski a rédigé
      * Rename admin.domain_block to admin.domain_blocks in prep for i18n improvement
      
      * Use implicit controller/action path for i18n in admin/domain_blocks
      
      * Add DomainBlock#accounts has_many
      
      * Avoid i18n health warning for `en` locale by using symbol scope with :count
      
      * Remove unused i18n key: plaintext_secret_html
      
      * Remove unused i18n key two_factor_auth.warning
      
      * Remove final will_paginate i18n keys
      
      * Remove unused key two_factor_auth.recovery_codes
      
      * Remove unused key: admin.reports.comment.none
      
      * Remove unused reports. i18n namespace (moved to admin.reports)
      
      * Ignore keys from locales which override activemodel and activerecord errors
      
      * Revert "Remove unused key: admin.reports.comment.none"
      
      This reverts commit 350ef2685fadc069e619bb6d1066190de195d942.
      
      * Update i18n key reference to match moved location
      
      * Add missing `en` keys to i18n
      
      * Tell i18n-tasks to ignore missing attributes that dont need overwriting
      
      * Add i18n-tasks unused to travis
      f87b51fd
  23. avr. 15, 2017
  24. avr. 13, 2017
  25. avr. 12, 2017
  26. 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
  27. avr. 09, 2017
    • Olivier Humbert's avatar
      French translation update (#1271) · 082bef30
      Olivier Humbert a rédigé
      * Update confirmation_instructions.fr.html.erb
      
      consistency across the French translation
      
      * Update 
      
      consistency across the French translation
      
      * Update fr.yml
      
      a bunch of consistency across the French translation + a few typos
      
      * Update doorkeeper.fr.yml
      
      consistency across the French translation (punctuation)
      082bef30
    • spf's avatar
      French typo (#1257) · e6b48a70
      spf a rédigé
      * French typo
      
      * Datetime french translation
      e6b48a70
  28. avr. 08, 2017
  29. avr. 04, 2017
  30. avr. 03, 2017
  31. avr. 02, 2017
Chargement en cours