mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Update apidoc comment & changelog
This commit is contained in:
parent
70a6704b64
commit
576b293c4e
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue