discourse/app
Matthew Campbell 05438d99a8 FIX: Ensure the like button always has a title, for accessibility (#6525)
The like button previously didn't have a title for anonymous users,
because the `canToggleLike` flag wasn't set, but the `liked` flag wasn't
set either. This made the button inaccessible to blind users.
2018-10-24 13:58:42 +00:00
..
assets FIX: Ensure the like button always has a title, for accessibility (#6525) 2018-10-24 13:58:42 +00:00
controllers FEATURE: [Experimental] Content Security Policy (#6514) 2018-10-22 13:22:23 -04:00
helpers extract client side `Discourse` setup inline JS (#6409) 2018-10-01 21:29:04 -07:00
jobs minor, bypass gravatar update if user does not match 2018-10-23 12:20:41 +11:00
mailers FIX: Notifications shouldn't use user locale unless allow_user_locale is enabled 2018-09-05 11:44:28 +02:00
models PERF: limit unread count to 99 in blue circle 2018-10-24 12:10:27 +11:00
serializers FEATURE: Support backup uploads/downloads directly to/from S3. 2018-10-15 09:43:31 +08:00
services FIX: Strip accents from search query 2018-10-23 12:10:33 +11:00
views FIX: remove code that restricted "header" theme field from admin 2018-10-15 17:29:10 +11:00