Skip to content
Snippets Groups Projects
  1. May 10, 2020
    • Bèr Kessels's avatar
      Include capistrano tasks that reload the services after deploying. (#12642) · e09e225e
      Bèr Kessels authored
      After a successfull deploy, I need the services to switch over to use the
      new code. I need to restart the services.
      
      These capistrano tasks do that.
      e09e225e
    • ThibG's avatar
      Remove confusing “You are already signed in.” flash message (#13547) · 45202f79
      ThibG authored
      When attempting to access the log-in page while already logged in,
      Devise's `require_no_authentication` kicks in and sets a flash
      message “You are already signed in.”
      
      In almost all cases, this also causes a redirect to /web, which
      does not display or clear flash messages, thus leaving the message
      to a potentially much later date, like for instance, accessing
      /preferences several minutes after being redirected to /web.
      45202f79
    • ThibG's avatar
      Improve RSS entries for statuses (#13592) · a4240fd0
      ThibG authored
      * Improve RSS entries for statuses
      
      - Render polls in both accounts and tags serializers
      - Refactor RSS serializers
      - Change title preview to include ellipsis when truncated
      - Change title preview to show CW instead of toot text
      - Add tests
      
      * Remove title from OEmbed serialization
      
      Twitter doesn't serialize title either, and tihs allows us to move the
      title formatting code to the RSS serializers.
      a4240fd0
    • Denis Teyssier's avatar
      Updated docker-compose snippet to a working one (#13196) · 73f38422
      Denis Teyssier authored
      added 'bundle exec' before rake
      73f38422
  2. May 09, 2020
  3. May 08, 2020
Loading