Skip to content

Releases: mksondej/mattermost-file-list

0.9.0

05 Jun 19:16
Compare
Choose a tag to compare

0.9.0 - 2020-06-05

Added

  • "Case Insensitive" opt-in (needs to be enabled in plugin settings) searches. Usually not needed due to default Mattermost database collation which actually prevents the user from doing case sensitive searches.
  • Word-break in table columns for better readibility (thanks @nopeslide!)

Fixed

  • Fixed wrong urls if MM is hosted on a subpath (thanks @emi80!)
  • Fixed pager column span
  • Added dedicated error message when SiteURL is missing
  • Removed leftover minimum query length enforced by the backend
  • Removed unnecessary extra margin when team file lists are not enabled

v0.8.1

22 Jan 19:34
Compare
Choose a tag to compare

0.8.1 - 2020-01-22

Changed

  • Extension filter now displays only those extensions which did appear in the current channel / team
  • Made root modal slightly bigger
  • Gave slightly more space to thumbnail
  • Click on thumbnail also opens preview

0.8.0

22 Jan 18:35
Compare
Choose a tag to compare

0.8.0 - 2020-01-22

Added

  • Thumbnails and previews for image uploads
  • Filtering by extension

Fixed

  • Improved styling for action buttons
  • Fixed double "enable" in plugin settings
  • Admin list button hidden for non-admins (it was protected on the backend but still...)

0.7.0

19 Jan 13:54
b3ded7e
Compare
Choose a tag to compare

0.7.0 - 2020-01-19

Added

  • Added list of all files in the team. Also added an optional for admin list of all files even from channels where the admin is not a member. Both of those lists are opt-in: have to be enabled in plugin settings.
  • Disabled "Get public link" button when the public links are disabled in the admin console

0.6.0

12 Jan 12:01
Compare
Choose a tag to compare

0.6.0 - 2020-01-12

Breaking changes

  • Raised min version of MM to 5.16 because it officially introduced an API for reading unsanitized configuration which this plugin needs. Previous version relied on quite a hack and it was a reason for bugs especially in non-standard Mattermost installations.

Fixed

  • Errors related to the config.json file should be now fixed
  • Improved styling for all themes

Added

  • Jumping to post with file

Build from a new pipeline

28 Oct 19:57
Compare
Choose a tag to compare

0.5.1 - 2019-10-28

The plugin was rebuilt using a new pipeline which may solve the problem on alpine-based environments.
No additional features or fixes.

Sorting feature and fixes

22 Sep 18:48
Compare
Choose a tag to compare

Added

  • Sortable columns

Fixed

  • Mattermost web app crashing when using "go to post" links from e-mails and other occassions [Issue #4]

PostgreSQL search fix

27 Aug 16:06
Compare
Choose a tag to compare

This release fixes search feature when Mattermost is using PostgreSQL as the database.

Fix for clipboard issues in desktop app

18 Aug 20:03
Compare
Choose a tag to compare

This release improves copying links to cliboard from Mattermost electron-based desktop app.

First public stable version

18 Aug 18:24
Compare
Choose a tag to compare

Adds a file list with extra features to each channel.
In a dedicated compact UI you can:

  • search files by names
  • delete them
  • generate public or internal links with one click