zulip/zerver
Aditya Bansal a16bf34c7f thumbnailing: Fix oversharpening of thumbnails.
We seemed to have been doing too much of sharpening on the thumbnails.
The purpose of sharpening here was to just counter the softening
effects of a resize on an image but overdoing it is bad.

Value sharpen(0.5,0.2,true) seems to look good for achieving the
best results here on different displays as revealed in the manual
hit and trial based testing.

Thanks to @borisyankov for pointing out the issue and suggesting
the values.
2018-10-22 22:28:04 +05:30
..
data_import hipchat import: Add NotificationMessage support. 2018-10-17 12:11:08 -07:00
lib thumbnailing: Fix oversharpening of thumbnails. 2018-10-22 22:28:04 +05:30
management minor: Add link to hipchat spec to code. 2018-10-13 16:43:28 -07:00
migrations notifications: Fix push notifications with multiple realms. 2018-10-10 16:15:52 -07:00
openapi api docs: Document the /dev_fetch_api_key endpoint. 2018-10-16 12:47:12 -07:00
templatetags api docs: Rename webhook-walkthrough to incoming-webhooks-walkthrough. 2018-10-16 21:07:00 -07:00
tests thumbnailing: Fix oversharpening of thumbnails. 2018-10-22 22:28:04 +05:30
tornado tornado: Rename async_request_{restart,stop} to mention timer. 2018-10-16 15:39:10 -07:00
views users: Avoid O(N) query checking for is_admin. 2018-10-19 15:51:12 -07:00
webhooks webhooks/taiga: Add test for when a task is moved between stories. 2018-10-16 13:06:20 -07:00
worker refactor: Extract build_bot_request(). 2018-10-11 16:12:07 -07:00
__init__.py
apps.py zerver: Use Python 3 syntax for typing. 2017-11-28 16:49:36 -08:00
context_processors.py portico: Change buttons on /plans to reflect current plan. 2018-09-05 13:44:35 -07:00
decorator.py decorator: Fix error message for accessing deactivated accounts. 2018-08-09 15:58:31 -07:00
filters.py error reports: Ensure we filter API keys from query strings. 2018-10-19 15:03:14 -07:00
forms.py password reset: Deduplicate code for reset URL generation. 2018-08-23 12:06:02 -07:00
logging_handlers.py bugdown: Improve exception handler for BugdownRenderingException. 2018-07-26 09:27:55 -07:00
middleware.py tornado: Rename async_request_{restart,stop} to mention timer. 2018-10-16 15:39:10 -07:00
models.py management: Add command to scrub a realm of personal data. 2018-10-11 15:30:26 -07:00
signals.py emails: Add detection for ChromeOS User-Agents. 2018-09-21 10:41:05 -07:00
static_header.txt