summaryrefslogtreecommitdiffstats
path: root/api/file.go
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow users to download file attachments with names that don't include a ↵hmhealey2015-07-281-1/+1
| | | | file extension
* Change image rescaling algorithm back to Lanczos3 now that it works ↵hmhealey2015-07-241-2/+2
| | | | correctly in all cases
* fixed unit tests to work with team domain changes and update partial url ↵JoramWilander2015-07-211-6/+5
| | | | regex for files
* added sanitization to filenames to remove the possibility of relative pathsJoramWilander2015-07-211-3/+5
|
* add proper url encoding for filenamesJoramWilander2015-07-211-1/+4
|
* update file unit testsJoramWilander2015-07-211-6/+4
|
* initial implementation of local server storage for filesJoramWilander2015-07-211-72/+97
|
* Old files are saved with full paths, this changes so that new files are not ↵Christopher Speller2015-07-211-1/+1
| | | | saved with absolute paths and detects old files saved and fixes them.
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-3/+3
| | | | | | | domain.com/team. Renaming team.Name to team.DisplayName and team.Domain to team.Name. So: team.Name -> url safe name. team.DisplayName -> nice name for users
* Revert "MM-1494 Change image resizing for preview and thumbnail to use ↵Joram Wilander2015-07-161-3/+3
| | | | Lanczos interpolation"
* Changed image resizing for both the preview and thumbnail to use Lanczos ↵hmhealey2015-07-141-3/+3
| | | | interpolation instead of simple nearest neighbour
* Fixed bmp image previewing/uploading by adding new go image libraryReed Garmsen2015-06-221-0/+1
|
* fixes mm-1245 filenames are now url escapedJoramWilander2015-06-151-1/+1
|
* first commit=Corey Hulen2015-06-141-0/+375