Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-27 | don't use continue in Stats init for test env | Alexander Strizhakov | |
2021-01-15 | Change user.deactivated field to user.is_active | Mark Felder | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2020-09-09 | don't run update in tests | Alexander Strizhakov | |
2020-09-08 | combo fixes | Alexander Strizhakov | |
2020-09-07 | removing Stats worker from Oban cron jobs | Alexander Strizhakov | |
2020-05-09 | Update stats admin endpoint | Roman Chvanikov | |
2020-05-09 | update counter_cache logic | Roman Chvanikov | |
2020-05-05 | Add OpenAPI spec for InstanceController | Egor Kislitsyn | |
2020-04-22 | Stats: Use `invisible` property for filtering. | lain | |
2020-04-22 | Stats: Ignore internal users for user count. | lain | |
2020-03-04 | Generate instance stats on startup | Mark Felder | |
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-02-24 | Admin API: `GET /api/pleroma/admin/stats` to get status count by visibility ↵ | eugenijm | |
scope | |||
2019-11-26 | moved Pleroma.Stats to Oban Periodic jobs | Maksim Pechnikov | |
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-08-15 | Collect stats immediately after init | rinpatch | |
2019-08-14 | Implement Pleroma.Stats as GenServer | stwf | |
2019-08-14 | use default child_specs | stwf | |
2019-05-08 | Merge develop | Alexander Strizhakov | |
Merge conflict in lib/pleroma/activity.ex | |||
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-02-09 | de-group alias/es | Haelwenn (lanodan) Monnier | |
2019-02-09 | Make credo happy | Haelwenn (lanodan) Monnier | |
2019-01-17 | [#502] Fixed `user_count` in `/api/v1/instance` to include only active local ↵ | Ivan Tashkinov | |
users. | |||
2019-01-16 | [#518] Fixed /api/v1/instance ("domain_count" value) and ↵ | Ivan Tashkinov | |
/api/v1/instance/peers responses. | |||
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-05-04 | Clean up unused aliases and imports | Mark Felder | |
2018-03-30 | Format the code. | lain | |
2018-02-12 | Make test output easier to read. | lain | |
2018-02-08 | Fix compile errors on 1.4.5 | Roger Braun | |
2018-01-20 | Stats: Make less crashy and improve query. | Roger Braun | |
2018-01-14 | Move user count to stats agent. | eal | |
2018-01-13 | Add a stats agent for storing data from expensive queries. | eal | |