Update apidoc comment & changelog

This commit is contained in:
Starbeamrainbowlabs 2017-07-10 22:10:18 +01:00
parent 70a6704b64
commit 576b293c4e
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,11 @@
# Changelog # Changelog
This file holds the changelog for Pepperminty Wiki. This is the master list of things that have changed (second only to the commit history!) - though the information for any particular release can also be found in the description of it's page for every release made on Github too. This file holds the changelog for Pepperminty Wiki. This is the master list of things that have changed (second only to the commit history!) - though the information for any particular release can also be found in the description of it's page for every release made on Github too.
## v0.15-dev
### Changed
- Make `invindex-rebuild` admin-only, but allow access if the POST param `secret` is set to your secret in `peppermint.json`
## v0.14 ## v0.14
### Changed ### Changed

View File

@ -46,7 +46,9 @@ register_module([
* @apiDescription Causes the inverted search index to be completely rebuilt from scratch. Can take a while for large wikis! * @apiDescription Causes the inverted search index to be completely rebuilt from scratch. Can take a while for large wikis!
* @apiName SearchInvindexRebuild * @apiName SearchInvindexRebuild
* @apiGroup Search * @apiGroup Search
* @apiPermission Anonymous * @apiPermission Admin
*
* @apiParam {string} secret Optional. Specify the secret from peppermint.json here in order to rebuild the search index without logging in.
*/ */
/* /*