Skip to content

Adds a paged and searchable file list to each channel. The list is opened through a button in the top panel. Through the list you can obtain public or normal links to the files, open or delete them.

License

Notifications You must be signed in to change notification settings

bbodenmiller/mattermost-file-list

 
 

Repository files navigation

Mattermost File List

Adds a paged, searchable and sortable file list to each channel and team. You can open the channel file list through a button in the top panel. The team file list is available above channel list, but it has to be first enabled in the plugin settings. Admins can additionally access a list of all files from all channels, even where they are not a member.

Through the list you can obtain public or normal links to the files, open and delete entire posts.

Preview:

Sample list

How to install

  1. Grab the latest .tar.gz archive from Releases.
  2. Follow standard Mattermost plugin installation procedure (either install it through the web system console or directly by extracting it to /plugins/ folder).
  3. Remember to check out plugin settings for additonal features!

How to develop

This projects uses Docker containers to build, so you don't have to install any dependencies other than Docker. Simply run docker-build.ps1 (on *nix systems you need Powershell) and the project will be built inside an autmatically configured temporary container. The container caches entire GOPATH inside .docker_cache directory, so it should be fast and dependencies won't be redownloaded everytime you run the build. Have fun :)

Optionally you can also pass -withPreview which will spin up the mattermost-preview instance (if it's not running) and deploy the plugin to it.

About

Adds a paged and searchable file list to each channel. The list is opened through a button in the top panel. Through the list you can obtain public or normal links to the files, open or delete them.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 52.8%
  • Go 31.5%
  • Makefile 12.1%
  • PowerShell 3.3%
  • Other 0.3%