This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app
Martin Brennan 968a1419df
FIX: Require q param in /tags/filter/search route (#8263)
* Require q param in /tags/filter/search route.
* If not provided this route was causing a 500 error when
  DiscourseTagging.clean_tag was called, because .downcase
  was being called on the param (which was nil).
* Now return a 400 error instead.
2019-10-30 16:32:48 +10:00
..
assets Revert Ember.run refactors 2019-10-29 17:10:47 -04:00
controllers FIX: Require q param in /tags/filter/search route (#8263) 2019-10-30 16:32:48 +10:00
helpers DEV: pluck_first 2019-10-21 12:08:20 +01:00
jobs FEATURE: allow sending bulk invites to staged users 2019-10-30 11:40:03 +05:30
mailers PERF: cache new users counts in summary emails 2019-10-25 16:33:36 -04:00
models FEATURE: allow sending bulk invites to staged users 2019-10-30 11:40:03 +05:30
serializers FEATURE: Site setting/UI to allow users to set their primary group (#8244) 2019-10-28 12:46:27 -05:00
services FEATURE: Site setting/UI to allow users to set their primary group (#8244) 2019-10-28 12:46:27 -05:00
views DEV: replace inline RTL attributes with classes in digest.html.erb 2019-10-28 16:36:55 -04:00