API to create/manage namespaced groups and categories on a Discourse instance
Перейти к файлу
Leo McArdle 1d15d63e6d
FIX: mute new categories for all users, and add rake task to mute old categories
2020-01-22 18:38:39 +00:00
.deploy use deploy_key in travis 2019-10-08 16:54:18 +01:00
app FIX: mute new categories for all users, and add rake task to mute old categories 2020-01-22 18:38:39 +00:00
config initial commit 2019-10-08 12:03:40 +01:00
db/migrate initial commit 2019-10-08 12:03:40 +01:00
lib FIX: mute new categories for all users, and add rake task to mute old categories 2020-01-22 18:38:39 +00:00
spec FIX: mute new categories for all users, and add rake task to mute old categories 2020-01-22 18:38:39 +00:00
.gitignore update title on docs 2019-10-09 10:12:49 +01:00
.travis.yml run tests on travis as well 2019-10-09 11:49:21 +01:00
CODE_OF_CONDUCT.md initial commit 2019-10-08 12:03:40 +01:00
LICENSE initial commit 2019-10-08 12:03:40 +01:00
README.md run tests on travis as well 2019-10-09 11:49:21 +01:00
api.yml FIX: mute new categories for all users, and add rake task to mute old categories 2020-01-22 18:38:39 +00:00
plugin.rb FIX: mute new categories for all users, and add rake task to mute old categories 2020-01-22 18:38:39 +00:00

README.md

Discourse Mozilla Group and Category Management

API to create/manage namespaced groups and categories on a Discourse instance

Build Status

API

Dependencies

This plugin has a dependency on other Discourse plugins, these are:

And these plugins are recommended:

Archives category

This plugin requires a category called "Archives" to moved deleted categories to.

Usage

Currently, this plugin doesn't have a UI. New clients must be created using rails c:

MozillaGCM::Client.create!(name: "Test Client", namespace: "test", category: category, key: "12345")

Bug reports

Bug reports should be filed by following the process described here.

Running tests

Clone this plugin into plugins/discourse-mozilla-gcm in the root of your Discourse source dir.

Use RAILS_ENV=test rake plugin:spec[discourse-mozilla-gcm] to run the tests.

Licence

MPL 2.0