2023-09-03 04:18:48 +02:00
|
|
|
# Changes to the Firefish API
|
|
|
|
|
2023-09-26 06:08:43 +02:00
|
|
|
Breaking changes are indicated by the :warning: icon.
|
2023-09-14 21:24:04 +02:00
|
|
|
|
2024-02-15 17:08:05 +01:00
|
|
|
## Unreleased
|
|
|
|
|
|
|
|
- :warning: Since the auto NSFW media detection has been removed, these endpoints are affected:
|
|
|
|
- `admin/meta`
|
|
|
|
- These parameter(s) are removed from the response field:
|
|
|
|
- `sensitiveMediaDetection`
|
|
|
|
- `sensitiveMediaDetectionSensitivity`
|
|
|
|
- `setSensitiveFlagAutomatically`
|
|
|
|
- `enableSensitiveMediaDetectionForVideos`
|
|
|
|
- `admin/update-meta`
|
|
|
|
- These parameter(s) are removed from the request field:
|
|
|
|
- `sensitiveMediaDetection`
|
|
|
|
- `sensitiveMediaDetectionSensitivity`
|
|
|
|
- `setSensitiveFlagAutomatically`
|
|
|
|
- `enableSensitiveMediaDetectionForVideos`
|
|
|
|
- `admin/show-user`
|
|
|
|
- These parameter(s) are removed from the response field:
|
|
|
|
- `autoSensitive`
|
|
|
|
- `i/update`
|
|
|
|
- These parameter(s) are removed from the request field:
|
|
|
|
- `autoSensitive`
|
2024-02-16 09:26:52 +01:00
|
|
|
- `/api/emojis` endpoint has been added.
|
2024-02-15 17:08:05 +01:00
|
|
|
|
2024-02-12 08:37:40 +01:00
|
|
|
## v20240212
|
2024-02-11 18:49:36 +01:00
|
|
|
|
|
|
|
- :warning: The field name of the response of `latest-version` has been changed from `tag_name` to `latest_version`.
|
|
|
|
|
2024-02-07 18:54:29 +01:00
|
|
|
## v1.0.5-rc
|
2023-11-26 21:14:02 +01:00
|
|
|
|
|
|
|
- `admin/update-meta` can now take `moreUrls` parameter, and response of `admin/meta` now includes `moreUrls`
|
2024-02-14 14:44:11 +01:00
|
|
|
- These URLs are used for the help menu ([related merge request](https://firefish.dev/firefish/firefish/-/merge_requests/10640))
|
2023-10-16 19:05:32 +02:00
|
|
|
- :warning: response of `meta` no longer includes the following:
|
|
|
|
- `enableTwitterIntegration`
|
|
|
|
- `enableGithubIntegration`
|
|
|
|
- `enableDiscordIntegration`
|
|
|
|
- :warning: parameter of `admin/update-meta` and response of `admin/meta` no longer include the following:
|
|
|
|
- `enableTwitterIntegration`
|
|
|
|
- `enableGithubIntegration`
|
|
|
|
- `enableDiscordIntegration`
|
|
|
|
- `twitterConsumerKey`
|
|
|
|
- `twitterConsumerSecret`
|
|
|
|
- `githubClientId`
|
|
|
|
- `githubClientSecret`
|
|
|
|
- `discordClientId`
|
|
|
|
- `discordClientSecret`
|
|
|
|
- :warning: response of `admin/show-user` no longer includes `integrations`.
|
2023-09-22 03:29:33 +02:00
|
|
|
- Added `lang` parameter to `notes/create` and `notes/edit`.
|
2023-09-14 21:24:04 +02:00
|
|
|
- :warning: `notes/translate` now requires credentials.
|