discourse/app
Robin Ward a075fd46fd FIX: Don't use exceptions to catch conflicts
If a database exception is raised ActiveRecord will always rollback
even if caught.

Instead we build the query in manual SQL and DO NOTHING when there's a
conflict. If we detect nothing was done, perform an update.
2019-07-06 14:43:56 -04:00
..
assets UX: Make default site logo height an even 40px 2019-07-05 23:46:43 -04:00
controllers FIX: Ensure lightbox image download has correct content disposition in S3 (#7845) 2019-07-04 11:32:51 -04:00
helpers FIX: ensures emoji helper is working with custom emojis (#7843) 2019-07-03 09:23:40 +02:00
jobs FIX: Don't send notification email when user isn't allowed to see topic 2019-07-01 14:03:03 +02:00
mailers SECURITY: Strip HTML from invite emails 2019-07-05 14:57:11 -04:00
models FIX: Don't use exceptions to catch conflicts 2019-07-06 14:43:56 -04:00
serializers FEATURE: opt-in guidance on topics for users without access (#7852) 2019-07-04 10:12:39 +02:00
services FIX: only add image size when with & height are in pixels 2019-07-05 20:34:11 +02:00
views FEATURE: opt-in guidance on topics for users without access (#7852) 2019-07-04 10:12:39 +02:00