All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- "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 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
- 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
- Thumbnails and previews for image uploads
- Filtering by extension
- 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...)
- 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
- 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.
- Errors related to the config.json file should be now fixed
- Improved styling for all themes
- Jumping to post with file
The plugin was rebuilt using a new pipeline which may solve the problem on alpine-based environments. No additional features or fixes.
- Sortable columns
- Mattermost web app crashing when using "go to post" links from e-mails and other occassions [Issue #4]
- Fixed search not working on PostgreSQL databases
- Fixed copying links to clipboard in electron desktop app
- Minor UI improvements
- Fixed API calls in electron desktop app
- Search files by names
- Delete files
- Genereate public or internal links with one click