discourse/app
Mark VanLandingham 0c42a29dc4
DEV: Plugin API to allow creation of directory columns with item query (#13402)
The first thing we needed here was an enum rather than a boolean to determine how a directory_column was created. Now we have `automatic`, `user_field` and `plugin` directory columns.

This plugin API is assuming that the plugin has added a migration to a column to the `directory_items` table.

This was created to be initially used by discourse-solved. PR with API usage - https://github.com/discourse/discourse-solved/pull/137/
2021-06-17 09:06:18 -05:00
..
assets DEV: Plugin API to allow creation of directory columns with item query (#13402) 2021-06-17 09:06:18 -05:00
controllers DEV: Plugin API to allow creation of directory columns with item query (#13402) 2021-06-17 09:06:18 -05:00
helpers FEATURE: Add type=website OpenGraph meta tag (#13376) 2021-06-14 15:13:55 -03:00
jobs FIX: Destroy invites of anonymized emails (#13404) 2021-06-17 10:45:40 +03:00
mailers DEV: Add SMTP group ID to EmailLog (#13381) 2021-06-15 11:29:46 +10:00
models DEV: Plugin API to allow creation of directory columns with item query (#13402) 2021-06-17 09:06:18 -05:00
serializers DEV: Plugin API to allow creation of directory columns with item query (#13402) 2021-06-17 09:06:18 -05:00
services FEATURE: Blocking is optional when deleting a user from the review queue. (#13375) 2021-06-15 12:35:45 -03:00
views FIX: Theme tests should work in production (#13333) 2021-06-08 22:03:59 +03:00