fediseer/CHANGELOG.md

122 lines
3.5 KiB
Markdown
Raw Normal View History

2023-09-10 16:43:08 +00:00
# Changelog
2023-12-29 15:44:57 +00:00
# 0.24.0
* Adds config endpoint
# 0.23.0
* Results will return the total count in the DB to help with pagination
* Fixed paginated results not always returning all results
* fixed DECOMMISSIONED typo
2023-10-16 09:16:04 +00:00
# 0.21.1
Allow to display endorsement badge without text
# 0.21.0
* Added rebuttals
* Improved speed of GET on /hesitations and /censures
2023-10-15 12:12:25 +00:00
# 0.20.1
* Allow filtering by software
# 0.20.0
* Added batching for adding/removing/modifying censures
* Added soft limit for censures/endorsements/hesitations to 2000 entries
2023-10-03 08:21:36 +00:00
# 0.19.1
* Fixed Deleting tags
2023-09-27 21:24:39 +00:00
# 0.19.0
* Added instance Tags. Instance owners can add and remove them
* Limited retrieval of whitelist to 10 instances by default
* Added paging and limit to whitelist get
* Instances will now display their tags, unless muted.
* Can now retrieve instances in the whitelist filtered by tags
* Fix hesitations received appearing when visibility was limited.
2023-09-27 22:22:00 +00:00
* FAQ retrievable by API
2023-09-27 21:24:39 +00:00
2023-09-26 10:06:30 +00:00
# 0.18.0
* Added instance flags
2023-09-25 22:10:24 +00:00
# 0.17.1
* Prevent endorsement PMs being sent when visibility is private
* Prevent lemmy switching to mastodon proxy
* Fediseer can now change the PM proxy
# 0.17.0
* Added instance state
* Added has_captcha
* Added approval_required
* Added update.py
2023-09-23 20:18:48 +00:00
# 0.16.2
* Added way to retrieve misskey admins
2023-09-18 13:55:24 +00:00
# 0.16.1
* Fix bug not returning reasons when seeing which instances censured/endorsed/hesitatated against a specific instance
* Whitelist endpoints now will return the visibility of an instance's lists
2023-09-17 23:06:58 +00:00
# 0.16.0
Allows instances to control the visibility of their endorsements, censures and hesitations by setting their visibility in PATCHing `api/b1/whitelist`
* OPEN: Public visibility (Default).
* ENDORSED: Only endorsed instances can see that list.
* PRIVATE: Only admins from their own instance can see that list.
When a list visibility is not OPEN, the reports will use `[REDACTED]` as the target domain. But this will not affect historical reports.
2023-09-17 21:47:16 +00:00
# 0.15.1
* Added some rate limits. Currently each instance is limited to 20 actions per minute
* Only claimed instanced get an automatic solicitation
* Fix report for automatic notification
2023-09-17 21:47:16 +00:00
# 0.15.0
* Added solicitation. Now you can see which instances are requesting guarantees
* Orphaned instances will automatically receive an open solicitation
2023-09-14 10:19:30 +00:00
# 0.14.1
* Fixed a bug with returning the reset API key on response
2023-09-13 22:35:44 +00:00
# 0.14.0
* Added pm_proxy fields which allow admins to receive PMs from the fediseer via fediseer@botsin.space
2023-09-13 11:58:34 +00:00
# 0.13.0
* Can now add reasons to endorsements. Likewise now the `api/v1/approvals` endoint can filter by reasons and min endorsements.
2023-09-12 23:24:32 +00:00
# 0.12.0
* Added hesitations, which signify mistrust against instances. A softer form of censure, to use in silencing or closer attention instead of blocking.
2023-09-12 16:24:58 +00:00
# 0.11.1
* Fixed censure filtering reasons using "AND" instead of "OR" as join
* Added meta reasons `__all_bigots__` and `__all_pedos__` which will attempt to filter all reasons which fall into them as supergroups
2023-09-12 12:04:12 +00:00
# 0.11.0
* Can now provide evidence for censures
# 0.10.0
Added `/api/v1/reports` endpoint which can show and filter recent actions on the fediseer
# 0.9.1
2023-09-10 16:43:08 +00:00
Added sysadmins and moderators count. This allows instance admins to self-report how many people they have in sysadmins positions and how many in moderator positions. This might be useful to find which instances might be lacking in support for their user-base.