Skip to content
Snippets Groups Projects
  1. Nov 04, 2020
  2. Nov 03, 2020
  3. Nov 02, 2020
    • Mashiro's avatar
      Add expand/compress image button on image view box (#15068) · 6a2db10f
      Mashiro authored
      * add zoom image button
      
      * enhance zoom algorithm & add translation
      
      * code structure
      
      * code structure
      
      * code structure
      
      * enhance grab performance
      
      * rm useless state
      
      * fix behavior on Firefox & scroll lock & horizontal scroll with mousewheel
      
      * remove scroll lock on MouseWheelEvent
      
      * code structure
      
      * enhance algorithm and code structure
      
      * rm Gemfile.lock from tree
      
      * codeclimate
      
      * fix a stupid mistake
      6a2db10f
    • 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
  4. 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
  5. Oct 30, 2020
  6. Oct 27, 2020
  7. Oct 26, 2020
  8. Oct 23, 2020
  9. Oct 22, 2020
Loading