205 lines
8.8 KiB
Markdown
205 lines
8.8 KiB
Markdown
# Changelog
|
||
|
||
All notable changes to this project will be documented in this file.
|
||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||
|
||
## Unreleased
|
||
|
||
### Added
|
||
|
||
- Evicting and banning objects from the MediaProxy cache is disabled if MediaProxy is disabled on the Settings tab. Add ability to enable MediaProxy and Invalidation from MediaProxy tab.
|
||
- Allow to upload the custom Terms of Service and Instance Panel HTML pages via Admin API
|
||
- Add Report show page and link Moderation log references to the respective reports
|
||
|
||
### Changed
|
||
|
||
- Hide Tag actions on Users tab if MRF TagPolicy is disabled. Add ability to enable TagPolicy from Moderation menu
|
||
- Move `:restrict_unauthenticated` settings from Authentication tab to Instance tab
|
||
|
||
### Fixed
|
||
|
||
- Fix depricatied action names in Reports, move actions that manage users from Reports to reports module
|
||
- Allow using underscores and hyphens in new account's usernames
|
||
- Fix wrapping `:icons` setting and parsing tuples in settings with key `:headers`
|
||
|
||
## [2.2] - 2020-11-18
|
||
|
||
### Added
|
||
|
||
- Ability to configure Media Preview Proxy settings on MediaProxy tab
|
||
|
||
### Fixed
|
||
|
||
- Update keys for PurgeExpiredActivity and RemoteIp settings
|
||
- Fix wrapping `:icons` setting and parsing tuples in settings with key `:headers`
|
||
|
||
## [2.1] - 2020-08-26
|
||
|
||
### Added
|
||
|
||
- Create `/statuses/:id` route that shows single status
|
||
- Add link to the user's account in Pleroma on the user's profile page
|
||
- On Reports page add links to reported account and the author of the report
|
||
- In Notes add link to the note author's profile page
|
||
- In Moderation log add link to the actor's profile page
|
||
- Support pagination of local emoji packs and files
|
||
- Add MRF Activity Expiration setting
|
||
- Add ability to disable multi-factor authentication for a user
|
||
- Add ability to configure Invalidation settings on MediaProxy tab
|
||
- Ability to configure `S3` settings on Upload tab, `Pleroma.Web.ApiSpec.CastAndValidate` and `:modules` settings on Other tab, `:pools`, `:connections_pool` and `:hackney_pools` settings on Job Queue tab, `:restrict_unauthenticated` settings on Authentication tab, `:favicons` and `:welcome` settings on Instance tab, `:frontends` and `Pleroma.Web.Preload` settings on Frontend tab
|
||
- Show number of open reports in Sidebar Menu
|
||
- Add confirmation message when deleting a user
|
||
- Add new MediaProxy Cache Tab with ability to manually evict and ban objects from the Pleroma MediaProxy cache
|
||
- Allow managing user's actor_type field via Admin API
|
||
|
||
### Changed
|
||
|
||
- Statuses count changes when an instance is selected and shows the amount of statuses from an originating instance
|
||
- Add a confirmation dialog window when Remove button is clicked on the Settings page
|
||
- Disable tab on the Settings page if there are no settings on this tab that can be changed in Admin FE
|
||
- Settings that can't be altered in Admin FE are removed: HTTP Signatures settings, Federation publisher modules and Oban Repo
|
||
- When rendering user's profile, statuses, reports and notes check if required properties exist
|
||
- Remove ability to moderate users that don't have valid nicknames
|
||
- Displays both labels and description in the header of group of settiings
|
||
- Ability to add custom values in Pleroma.Upload.Filter.Mogrify setting in the following format: '{"implode", "1"}'
|
||
- Change types of the following settings: ':groups', ':replace', ':federated_timeline_removal', ':reject', ':match_actor'. Update functions that parses and wraps settings data according to this change.
|
||
- Move rendering Crontab setting from a separate component to EditableKeyword component
|
||
- Show only those MRF settings that have been enabled in MRF Policies setting
|
||
- Move Auto Linker settings to Link Formatter Tab as its configuration was moved to :pleroma, Pleroma.Formatter
|
||
- Active and Local filters are applied by default on the Users tab
|
||
- Update Emoji Packs API to support special chars in pack names
|
||
|
||
### Fixed
|
||
|
||
- Send `true` and `false` as booleans if they are values of single selects on the Settings page
|
||
- Fix sorting users on Users page if there is an acount with missing nickname or ID
|
||
- Add new type of settings: `['string', 'image']`. Render Image upload Input depending on the type of setting, not its key
|
||
- Fix displaying `Pending` tag and filtering by Pending Approval status
|
||
- Fix following and unfollowing relays from Admin-FE, update mobile UI
|
||
- Support special chars in Emoji packs names
|
||
|
||
## [2.0.3] - 2020-04-29
|
||
|
||
### Added
|
||
|
||
- Link settings that enable registrations and invites
|
||
- Ability to upload logo, background, default user avatar, instance thumbnail, and NSFW hiding images
|
||
|
||
### Changed
|
||
|
||
- Put Instance Reboot button on all pages of admin-fe
|
||
- Make Instance Reboot button's positon fixed on Settings page
|
||
- Update jest and babel-jest
|
||
- Generate an invite link when an invite token has been generated
|
||
- Put labels on top of inputs in mobile version
|
||
- Shorten suggestions for a series of select inputs: Rewrite policy, Pleroma Authenticator, Captcha Method, Mailer adapter, Metadata providers, Rich Media parsers, TTL setters, Scrub policy, Uploader, Filters and Federation publisher modules
|
||
|
||
### Fixed
|
||
|
||
- Disable Invites tab when invites are disabled on BE
|
||
|
||
## [2.0.2] - 2020-04-01
|
||
|
||
### Added
|
||
|
||
- Ability to see local statuses in Statuses by instance section
|
||
- Ability to configure Oban.Cron settings and settings for notifications streamer
|
||
- Settings search
|
||
- Ability to set user's password and email on user's page
|
||
- Display status count by scope on Statuses page
|
||
|
||
### Changed
|
||
|
||
- Link to Pleroma docs when a non-admin user tries to log in
|
||
|
||
### Fixed
|
||
|
||
- Fix parsing tuples in Pleroma.Upload.Filter.Mogrify and Pleroma.Emails.Mailer settings
|
||
- Fix settings submit button position on wide screens when sidebar menu is open
|
||
- Updates links for downloading remote emoji packs
|
||
- Fix parsing emails that have symbols in it
|
||
|
||
## [2.0] - 2020-02-27
|
||
|
||
### Added
|
||
|
||
- Optimistic update for actions in users module and fetching users after api function finished its execution
|
||
- Relay management
|
||
- Ability to fetch all statuses from a given instance
|
||
- Ability to confirm users' emails and resend confirmation emails
|
||
- Report notes
|
||
- Ability to moderate users on the statuses page
|
||
- Ability to moderate user on the user's page
|
||
- Ability to remove setting's updated value and set it back to initial value
|
||
- Ability to restart an application when settings that require instance reboot were changed
|
||
- Mobile and Tablet UI for all sections
|
||
|
||
### Changed
|
||
|
||
- **breaking** PleromaFE login feature relies on `admin` scope presence in PleromaFE token (older versions of PleromaFE don't support it)
|
||
- `mailerEnabled` must be set to `true` in order to require password reset (password reset currently only works via email)
|
||
- Render inputs for configuring settings based on description that comes from the BE
|
||
- Remove fetching initial data for configuring server settings
|
||
- Actions in users module (ActivateUsers, AddRight, DeactivateUsers, DeleteRight, DeleteUsers) now accept an array of users instead of one user
|
||
- Leave dropdown menu open after clicking an action
|
||
- Display checkboxes in status card and fetch statuses only when status card was rendered from Statuses by instance page
|
||
- Move statuses by instance state from local state to store state
|
||
|
||
### Fixed
|
||
|
||
- Show checkmarks when tag is applied
|
||
- Reports update (also, now it's optimistic)
|
||
- Remove duplicated success message
|
||
- Fix styles for Statuses by instance page
|
||
- Fix styles for Reports section
|
||
- Fix listing remote emoji
|
||
|
||
## [1.2.0] - 2019-09-27
|
||
|
||
### Added
|
||
|
||
- Emoji pack configuration
|
||
- Statuses page: fetch all statuses from a given instance
|
||
- Ability to require user's password reset
|
||
– Ability to track admin/moderator actions, a.k.a. "the moderation log"
|
||
|
||
## [1.1.0] - 2019-09-15
|
||
|
||
### Added
|
||
|
||
- adds ability to configure new settings (UploadS3 bucket namespace, Rate limit for Activity pub routes, Email notifications settings, MRF Vocabulary, user bio and name length and others)
|
||
- adds ability to disable certain features (settings/reports/invites)
|
||
- adds sign in via PleromaFE
|
||
- adds ability to generate invite tokens and list them on a separate tab
|
||
- adds ability to invite users via email
|
||
- adds ability to reset users passwords
|
||
- adds tests for invites and resetting password
|
||
|
||
### Changed
|
||
|
||
- removes "Dashboard" from dropdown menu
|
||
- makes all single selects clearable and allow to enter custom values in all multiple selects
|
||
- removes legacy activitypub accept_blocks setting
|
||
|
||
### Fixed
|
||
|
||
- converts maps and structs to JS objects, not array of tuples when wrapping config
|
||
- changes type of IP value from string to number
|
||
- updates error handling for users and invites modules
|
||
|
||
## [1.0.1] - 2019-08-15
|
||
|
||
### Fixed
|
||
|
||
- fixes inputs for renders_errors and rewrite_policy settings
|
||
- removes unnecessary computed properties
|
||
- enables source maps for production build
|
||
|
||
## [1.0.0] - 2019-08-14
|
||
|
||
Starting this changelog, for now we have:
|
||
|
||
- User management system
|
||
- Reports management
|
||
- Pleroma configuration (unstable)
|