Skip to content
Snippets Groups Projects
Select Git revision
  • a20f1794d0d63497f701d8db91b1b0691fd06d54
  • develop default
  • ilja_space
  • improve_delete_user_confirmation_message
  • add_moderation_menu_for_moderators
  • 828-show-description-of-all-mrf-policies
  • hotfix/summary-html
  • feature/media-timeline
  • switch-to-string-ids
  • feat/media-modal
  • referrer-caching-fix
  • package-updates
  • fix-265-fix-user-profiles-again
  • fix-262-load-older
  • scope-copy-default
  • restore-routes
  • fix_notifications
  • fix-tab-scroll
  • multiline-tabs
  • fix-hide-network
  • async_follow
21 results

_variables.scss

Blame
  • Forked from Pleroma / pleroma-fe
    Source project has a limited visibility.
    CHANGELOG.md 3.26 KiB

    Changelog

    All notable changes to this project will be documented in this file.

    The format is based on Keep a Changelog.

    Unreleased

    Changed

    • breaking PleromaFE login feature relies on admin scope presence in PleromaFE token (older versions of PleromaFE don't support it)
    • Moves emoji pack configuration from the main menu to settings tab, redesigns it and fixes bugs
    • mailerEnabled must be set to true in order to require password reset (password reset currently only works via email)
    • 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
    • Move current try/catch error handling from view files to module, add it where necessary
    • 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
    • Pass user's ID to actions that moderate users when action is called from user's profile page

    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
    • Grouped reports: now you can view reports, which are grouped by status (pagination is not implemented yet, though)
    • 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

    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