Merge pull request #4619 from jaywink/statistics-clarification-changelog
Add mention in changelog about statistics route
This commit is contained in:
commit
4fb6da2edc
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
# Head
|
||||
|
||||
## Pod statistics
|
||||
A new feature [has been added](https://github.com/diaspora/diaspora/pull/4602) to allow pods to report extra statistics. Automatically after this code change, the route /statistics.json contains some basic data that was also available before via page headers (pod name, version, status of signups). But also, optionally podmins can enable user and post counts in the diaspora.yml configuration file. The counts are by default switched off, so if you want to report the total user, active user and local post counts, please edit your diaspora.yml configuration with the example values in diaspora.yml.example and uncomment the required lines as indicated.
|
||||
|
||||
## Refactor
|
||||
* Move non-model federation stuff into lib/ [#4363](https://github.com/diaspora/diaspora/pull/4363)
|
||||
* Build a color palette to uniform color usage [#4437](https://github.com/diaspora/diaspora/pull/4437) [#4469](https://github.com/diaspora/diaspora/pull/4469) [#4479](https://github.com/diaspora/diaspora/pull/4479)
|
||||
|
|
|
|||
Loading…
Reference in a new issue