discourse/app
Sam Saffron d643294c9d FIX: delete duplicate invites earlier in the process
There was a race condition when 2 invites existed for 1 user where in some
cases data from both invites would be used for the redeem. Depending on DB
ordering.

Fix is to delete duplicate invites earlier in the process prior to
`redeem_from_email` being called.
2019-05-13 17:42:39 +10:00
..
assets Improve theme/component delete modal warning 2019-05-10 14:14:12 -04:00
controllers FIX: Customizing missing pluralized translations didn't work 2019-05-13 09:36:05 +02:00
helpers DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
jobs Make rubocop happy. 2019-05-13 09:55:44 +08:00
mailers Fix modifying frozen strings error. 2019-05-13 14:31:20 +08:00
models FIX: delete duplicate invites earlier in the process 2019-05-13 17:42:39 +10:00
serializers FIX: Customizing missing pluralized translations didn't work 2019-05-13 09:36:05 +02:00
services DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
views fix css of prev and next page links, move them to bottom of page (#7465) 2019-05-07 17:04:27 +02:00