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
Blake Erickson 0a41da6bad FEATURE: Add order logic to admin users controller
Added order and direction parameters for sorting admin user pages. This
commit only includes backend api changes.

https://meta.discourse.org/t/make-admin-users-list-sortable-suggestion/47649

Now you can pass in `order` and `asc` parameters to the
`/admin/users/list/<query>.json` endpoint.

Example:

`/admin/users/list/active.json?&order=post_count` which defaults to desc

and

`/admin/users/list/active.json?order=post_count&asc=true`
2017-02-24 17:11:17 -07:00
..
assets FIX: eradicate I18n fallback issues 💣 2017-02-24 11:31:21 +01:00
controllers remove unecessary '.limit(1)' 2017-02-24 12:56:13 +01:00
helpers FEATURE: replace emoji with unicode in title and description meta tags 2017-02-22 16:24:13 -05:00
jobs FEATURE: Add order logic to admin users controller 2017-02-24 17:11:17 -07:00
mailers add a comment because I can never find the mailing list summary email 2017-02-08 12:13:29 -05:00
models remove unecessary '.limit(1)' 2017-02-24 12:56:13 +01:00
serializers FEATURE: make show_subcategory_list a per-category setting 2017-02-22 11:42:36 -05:00
services SECURITY: Ensure oAuth authenticated email is the same as created user's email. 2017-02-24 13:13:10 +08:00
views FEATURE: linked topics should be rendered under posts for crawlers 2017-02-21 12:43:24 +05:30