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/assets/javascripts/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
..
adapters DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
components 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 DEV: Plugin API to allow creation of directory columns with item query (#13402) 2021-06-17 09:06:18 -05:00
initializers FIX: Escape periods in current user's username before generating RegExp (#13247) 2021-06-03 14:15:38 +10:00
lib FIX: Make avatar-flair component fail gracefully group info missing (#13398) 2021-06-16 11:22:11 +01:00
mixins PERF: Animate request animation frame (#13337) 2021-06-09 04:26:52 -10:00
models FIX: Update post's raw from server response (#13414) 2021-06-17 11:53:29 +03:00
pre-initializers DEV: Remove cache option from ajax() (#13142) 2021-05-31 14:41:35 +02:00
raw-views A11Y: makes replies count a button and not a link (#12570) 2021-04-06 08:27:43 +02:00
routes DEV: Add plugin API to extend search results (#12966) 2021-06-15 15:32:41 +10:00
services FEATURE: Introduce theme/component QUnit tests (take 2) (#12661) 2021-04-12 15:02:58 +03:00
styles DEV: Migrate to Ember CLI (#11932) 2021-02-03 14:22:20 -05:00
templates DEV: Plugin API to allow creation of directory columns with item query (#13402) 2021-06-17 09:06:18 -05:00
widgets DEV: Add plugin API to extend search results (#12966) 2021-06-15 15:32:41 +10:00
app.js FEATURE: Introduce theme/component QUnit tests (take 2) (#12661) 2021-04-12 15:02:58 +03:00
index.html DEV: Remove unused offscreen-content (#13133) 2021-05-25 18:39:06 +02:00
mapping-router.js DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00