Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-10-04 | Update `user_filters` table to have a unique index, and non-null columns (#1172) | Alexander Maznev | 1 | -0/+46 | |
2019-10-04 | media/thumbnailer: Better quality for 1-bit / 8-bit color palette images (#2142) | Robert Swain | 2 | -3/+12 | |
Pillow will use nearest neighbour as the resampling algorithm if the source image is either 1-bit or a color palette using 8 bits. If we convert to RGB before scaling, we'll probably get a better result. | |||||
2019-10-03 | add some metrics on the federat |