Skip to content
Snippets Groups Projects
  1. Nov 02, 2020
    • Patrice Ferlet's avatar
      Fix postrgres secret name for cronjob (#15072) · 4b2ec4a2
      Patrice Ferlet authored
      The cronjob tries to get key from `mastodon` secret instead of
      `mastodon-postgresql` - so the cronjob fails with this error:
      
      Error: couldn't find key postgresql-password in Secret [NS]/mastodon
      
      Another solution is to save the postgres password in mastodon secret,
      but that means that the password is placed in two places.
      
      Postgresql use <fullname>-postgresql name as secret name.
      4b2ec4a2
  2. Nov 01, 2020
    • ThibG's avatar
      Tweak signature verification (#15069) · fa929d8b
      ThibG authored
      * Add more specific error message when request body digest is invalid
      
      This may help other implementors debug their implementation.
      
      * Relax Host parameter requirement to GET requests
      
      The only POST requests processed by Mastodon need objects/actors (including
      their host) to be explicitly mentioned in the request's body, so replaying
      a legitimate request to another host should not be a security issue.
      
      * Support Digest headers using multiple algorithms or lowercase alogirthm names
      fa929d8b
    • ThibG's avatar
      Fix some account media gallery items having empty labels (#15073) · 9d023ed4
      ThibG authored
      Remove the labels entirely for images instead of putting an empty label.
      9d023ed4
    • ThibG's avatar
      Fix poll ending notifications being created for each vote (#15071) · c49805ef
      ThibG authored
      On a poll ending, notifications were created for each vote instead
      of for each voter.
      c49805ef
  3. Oct 30, 2020
  4. Oct 27, 2020
  5. Oct 26, 2020
  6. Oct 23, 2020
  7. Oct 22, 2020
Loading