discourse/app
Marica Odagaki 3bb1b98b0e FIX: admin dashboard shouldn't complain when using iam profile for s3 access
Previous code wasn't working as intended because it was parsed as

    (bad_keys = (access_key or secret_key)) and !use_iam_profile

because of Ruby's operator precedence: `=` binds more eagerly than `and`.

http://ruby-doc.org/core-2.3.1/doc/syntax/precedence_rdoc.html

See also: https://github.com/bbatsov/ruby-style-guide#no-and-or-or
2017-02-15 00:22:14 -08:00
..
assets Add outlet for injecting custom tags 2017-02-14 17:40:13 -05:00
controllers Use `natural` orientation for web app manifest. 2017-02-12 18:04:06 +00:00
helpers FIX: tags shouldn't be listed as breadcrumbs in web crawler view 2017-02-06 17:35:54 -05:00
jobs should not have renamed this setting in 460665895c 2017-02-08 18:11:34 +01:00
mailers add a comment because I can never find the mailing list summary email 2017-02-08 12:13:29 -05:00
models FIX: admin dashboard shouldn't complain when using iam profile for s3 access 2017-02-15 00:22:14 -08:00
serializers FIX: allow existing users to be invited to topic/message when must_approve_users is enabled 2017-02-03 13:01:23 +05:30
services Merge pull request #4662 from tgxworld/fix_localized_group_name_change 2017-01-26 10:50:00 -05:00
views Merge pull request #4705 from vinothkannans/dev 2017-02-13 11:18:51 -05:00