discourse/app
Robin Ward 6797a710aa FEATURE: Lazily Load Images as they scroll into the viewport.
This feature uses the Intersection Observer API

https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API

It should be compatible with all modern browsers. Non-Edge IE is *NOT*
supported, so in that particular browser images are loaded by default.
2018-12-12 10:12:49 +11:00
..
assets FEATURE: Lazily Load Images as they scroll into the viewport. 2018-12-12 10:12:49 +11:00
controllers FIX: Return authenticated=true when reconnecting 2018-12-11 17:40:02 +00:00
helpers FIX: `UserNotificationsHelper#logo_url' to work with S3 based uploads. 2018-12-06 09:39:08 +08:00
jobs FIX: Use database to persist metadata during social registration (#6750) 2018-12-10 15:10:06 +00:00
mailers DEV: Enable Style/SingleLineMethods and Style/Semicolon in Rubocop (#6717) 2018-12-04 11:48:13 +08:00
models DEV: Improve specs and handle invalid email token 2018-12-11 18:04:10 +01:00
serializers Add groups to current user serializer (#6748) 2018-12-10 16:23:29 +01:00
services REFACTOR: Migrate TwitterAuthenticator to use ManagedAuthenticator (#6739) 2018-12-07 15:39:06 +00:00
views Remove extra apple-touch-icon link in head. 2018-11-29 15:24:52 +08:00