Skip to content
Extraits de code Groupes Projets
  1. déc. 11, 2018
    • Yamagishi Kazutoshi's avatar
      [i18n] Update Occitan (#9491) · 9650bbc8
      Yamagishi Kazutoshi a rédigé
      * Adds the Profil directory
      
      * Adds the line about directory
      
      * Harmonisation
      
      * Update oc.yml
      
      * i18n-tasks normalize && i18n-tasks remove-unused
      
      * yarn manage:translations
      9650bbc8
  2. déc. 10, 2018
  3. déc. 09, 2018
    • ThibG's avatar
      Add setting to not aggregate reblogs (#9248) · 81bda7d6
      ThibG a rédigé
      * Add setting to not aggregate reblogs
      
      Fixes #9222
      
      * Handle cases where user is nil in add_to_home and add_to_list
      
      * Add hint for setting_aggregate_reblogs option
      
      * Reword setting_aggregate_reblogs label
      81bda7d6
  4. déc. 07, 2018
  5. déc. 06, 2018
  6. déc. 03, 2018
  7. déc. 02, 2018
  8. déc. 01, 2018
  9. nov. 27, 2018
  10. nov. 26, 2018
    • Eugen Rochko's avatar
      Redesign admin accounts index (#9340) · 73faadad
      Eugen Rochko a rédigé
      * Improve overview of accounts in admin UI
      
      - Display suspended status, role, last activity and IP prominently
      - Default to showing local accounts
      - Default to not showing suspended accounts
      
      * Remove unused strings
      
      * Fix tests
      
      * Allow filtering accounts by IP mask
      73faadad
  11. nov. 09, 2018
  12. nov. 05, 2018
    • James Kiesel's avatar
      Allow joining several hashtags in a single column (#8904) · 4c03e05a
      James Kiesel a rédigé
      * Nascent tag menu on frontend
      
      * Hook up frontend to search
      
      * Tag intersection backend first pass
      
      * Update yarnlock
      
      * WIP
      
      * Fix for tags not searching correctly
      
      * Make radio buttons function
      
      * Simplify radio buttons with modeOption
      
      * Better naming
      
      * Rearrange options
      
      * Add all/any/none functionality on backend
      
      * Small PR cleanup
      
      * Move to service from scope
      
      * Small cleanup, add proper service tests
      
      * Don't use send with user input :D
      
      * Set appropriate column header
      
      * Handle auto updating timeline
      
      * Fix up toggle function
      
      * Use tag value correctly
      
      * A bit more correct to use 'self' rather than 'all' in status scope
      
      * Fix some style issues
      
      * Fix more code style issues
      
      * Style select dropdown more better
      
      * Only use to_id'ed value to ensure no SQL injection
      
      * Revamp frontend to allow for multiple selects
      
      * Update backend / col header to account for more flexible tagging
      
      * Update brakeman ignore
      
      * Codeclimate suggestions
      
      * Fix presenter tag_url
      
      * Implement initial PR feedback
      
      * Handle additional tag streaming
      
      * CodeClimate tweak
      4c03e05a
  13. oct. 30, 2018
  14. oct. 29, 2018
  15. oct. 28, 2018
  16. oct. 25, 2018
    • Eugen Rochko's avatar
      Remove character counter from edit profile (#9100) · 161aeadb
      Eugen Rochko a rédigé
      * Remove display name and bio counter hint, simply limit input
      
      * Remove now redundant translations
      
      * Fix code style issue
      161aeadb
    • Marcin Mikołajczak's avatar
      i18n: Update Polish translation (#9070) · 8445f77a
      Marcin Mikołajczak a rédigé
      
      * i18n: Update Polish translation
      
      Signed-off-by: default avatarMarcin Mikołajczak <me@m4sk.in>
      
      * kruci
      
      Signed-off-by: default avatarMarcin Mikołajczak <me@m4sk.in>
      
      * Update config/locales/pl.yml
      
      Co-Authored-By: default avatarm4sk1n <me@m4sk.in>
      8445f77a
    • Ben Lubar's avatar
      Allow cross-origin requests to /.well-known/* URLs. (#9083) · 13e049d7
      Ben Lubar a rédigé
      Right now, this includes three endpoints: host-meta, webfinger, and change-password.
      
      host-meta and webfinger are publicly available and do not use any authentication. Nothing bad can be done by accessing them in a user's browser.
      
      change-password being CORS-enabled will only reveal the URL it redirects to (which is /auth/edit) but not anything about the actual /auth/edit page, because it does not have CORS enabled.
      
      The documentation for hosting an instance on a different domain should also be updated to point out that Access-Control-Allow-Origin: * should be set at a minimum for the /.well-known/host-meta redirect to allow browser-based non-proxied instance discovery.
      13e049d7
  17. oct. 24, 2018
  18. oct. 20, 2018
  19. oct. 18, 2018
  20. oct. 17, 2018
  21. oct. 16, 2018
  22. oct. 15, 2018
  23. oct. 13, 2018
  24. oct. 12, 2018
  25. oct. 11, 2018
  26. oct. 09, 2018
Chargement en cours