Skip to content
Snippets Groups Projects
Select Git revision
  • 537145e93467dbc318995d8f709bd6d2eb8c5985
  • develop default protected
  • weblate
  • renovate/vitejs-plugin-vue-6.x
  • renovate/major-font-awesome
  • renovate/vitest-monorepo
  • renovate/sass-1.x
  • renovate/stylelint-16.x
  • renovate/vue-monorepo
  • renovate/eslint-monorepo
  • renovate/sinon-chai-4.x
  • renovate/chai-5.x
  • suggest-remove
  • renovate/node-22.x
  • shigusegubu
  • from/develop/tusooa/sw-cache-assets
  • settings-sync
  • master protected
  • release/2.8.x
  • real-vote-counts
  • audio-viz
  • 2.8.0
  • 2.7.1
  • 2.7.0
  • 2.6.1
  • 2.6.0
  • 2.5.0
  • 2.4.2
  • 2.4.0
  • 2.3.0
  • 2.2.3
  • 2.2.2
  • 2.2.1
  • 2.2.0
  • 2.1.2
  • 2.1.1
  • 2.1.0
  • 2.0.5
  • 2.0.3
  • 2.0.2
  • 0.9.999
41 results

en.json

Blame
  • 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

    [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)