Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding caching of last 60 posts. (#4880) | Christopher Speller | 2016-12-22 | 1 | -1/+27 |
| | |||||
* | Modifying post etag cache to apply to getPostsSince (#4837) | Christopher Speller | 2016-12-20 | 1 | -10/+17 |
| | |||||
* | Adding caching layer to some posts calls (#4779) | Christopher Speller | 2016-12-14 | 1 | -4/+39 |
| | |||||
* | PLT-3105 Files table migration (#4068) | Harrison Healey | 2016-09-30 | 1 | -15/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implemented initial changes for files table * Removed *_benchmark_test.go files * Re-implemented GetPublicFile and added support for old path * Localization for files table * Moved file system code into utils package * Finished server-side changes and added initial upgrade script * Added getPostFiles api * Re-add Extension and HasPreviewImage fields to FileInfo * Removed unused translation * Fixed merge conflicts left over after permissions changes * Forced FileInfo.extension to be lower case * Changed FileUploadResponse to contain the FileInfos instead of FileIds * Fixed permissions on getFile* calls * Fixed notifications for file uploads * Added initial version of client code for files changes * Permanently added FileIds field to Post object and removed Post.HasFiles * Updated PostStore.Update to be usable in more circumstances * Re-added Filenames field and switched file migration to be entirely lazy-loaded * Increased max listener count for FileStore * Removed unused fileInfoCache * Moved file system code back into api * Removed duplicate test case * Fixed unit test running on ports other than 8065 * Renamed HasPermissionToPostContext to HasPermissionToChannelByPostContext * Refactored handleImages to make it more easily understandable * Renamed getPostFiles to getFileInfosForPost * Re-added pre-FileIds posts to analytics * Changed files to be saved as their ids as opposed to id/filename.ext * Renamed FileInfo.UserId to FileInfo.CreatorId * Fixed detection of language in CodePreview * Fixed switching between threads in the RHS not loading new files * Add serverside protection against a rare bug where the client sends the same file twice for a single post * Refactored the important parts of uploadFile api call into a function that can be called without a web context | ||||
* | Fixing the console level debug statements (#4092) | Corey Hulen | 2016-09-27 | 1 | -3/+1 |
| | |||||
* | Prevent flagging of deleted posts and don't show deleted posts in flagged ↵ | Joram Wilander | 2016-08-22 | 1 | -0/+23 |
| | | | | post list (#3846) | ||||
* | PLT-3506 Added flagged posts functionality (#3679) | Joram Wilander | 2016-08-04 | 1 | -0/+64 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added flagged posts functionality * UI Improvements to flags (#3697) * Added flag functionality for mobile * Updating flagged text (#3699) * Add back button to RHS thread when coming from flagged posts * Updating position of flags (#3708) * Plt 3506 - Reverting flag position (#3724) * Revert "Updating position of flags (#3708)" This reverts commit aaa05632c5d9eda35a048300a5bd7e99584c5b58. * Fixing the icon in search * Help text and white space improvements (#3730) * Updatng help text and some white spacing. * Updating help text | ||||
* | Recent mention searches now OR terms instead of AND (#2931) | Joram Wilander | 2016-05-09 | 1 | -0/+5 |
| | |||||
* | Update search unit tests | JoramWilander | 2016-03-18 | 1 | -2/+7 |
| | |||||
* | Added extra system-wide statistics for EE | JoramWilander | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | Update search query to ignore system messages | JoramWilander | 2016-01-26 | 1 | -0/+7 |
| | |||||
* | Revert " PLT-7 adding loc for db calls" | Corey Hulen | 2016-01-20 | 1 | -118/+118 |
| | |||||
* | PLT-7 adding loc db calls for posts table | =Corey Hulen | 2016-01-20 | 1 | -111/+111 |
| | |||||
* | PLT-7 adding loc db calls for oauth table | =Corey Hulen | 2016-01-20 | 1 | -5/+5 |
| | |||||
* | PLT-7 adding loc db calls for team table | =Corey Hulen | 2016-01-20 | 1 | -2/+2 |
| | |||||
* | Update unit test | JoramWilander | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | PLT-1035: Remove last data point in graphs on #statistics page | Florian Orben | 2015-11-28 | 1 | -2/+3 |
| | |||||
* | Adding perm delete to cmd line | =Corey Hulen | 2015-11-16 | 1 | -0/+70 |
| | |||||
* | Merge pull request #1285 from mattermost/plt-824 | Joram Wilander | 2015-11-04 | 1 | -0/+105 |
|\ | | | | | PLT-824 Adding ability to fetch posts around a specifc post | ||||
| * | Adding ability to fetch posts around a specifc post | Christopher Speller | 2015-11-03 | 1 | -0/+105 |
| | | |||||
* | | Improved tests for search wildcards and removed duplicate search code | hmhealey | 2015-11-02 | 1 | -6/+6 |
|/ | |||||
* | PLT-25 fixing stats for postgres | =Corey Hulen | 2015-10-27 | 1 | -22/+19 |
| | |||||
* | Fixing unit test | =Corey Hulen | 2015-10-26 | 1 | -18/+25 |
| | |||||
* | Adding analytics tab | =Corey Hulen | 2015-10-22 | 1 | -0/+128 |
| | |||||
* | Added from:, in:, and channel: search modifiers | hmhealey | 2015-10-19 | 1 | -11/+11 |
| | |||||
* | Changing SpinPunch to Mattermost in copyright | Christopher Speller | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | Parse special characters out of search strings and replace with spaces. | JoramWilander | 2015-10-06 | 1 | -8/+18 |
| | |||||
* | Moved ChannelMember.NotifyLevel into ChannelMember.NotifyProps | hmhealey | 2015-10-01 | 1 | -1/+0 |
| | |||||
* | Replaced ChannelMember.MarkUnreadLevel with ChannelMember.NotifyProps | hmhealey | 2015-10-01 | 1 | -1/+1 |
| | |||||
* | Added additional test cases and fixed existing ones for ↵ | hmhealey | 2015-09-30 | 1 | -0/+1 |
| | | | | ChannelMember.MarkUnreadLevel | ||||
* | PLT-404 adding basic error checking to config file. | =Corey Hulen | 2015-09-29 | 1 | -7/+0 |
| | |||||
* | Making changes to versioning | =Corey Hulen | 2015-09-17 | 1 | -4/+4 |
| | |||||
* | PLT-92 Adding server side versioning to the binary | =Corey Hulen | 2015-09-16 | 1 | -4/+4 |
| | |||||
* | Merge pull request #475 from nickago/MM-1773 | Christopher Speller | 2015-08-31 | 1 | -7/+10 |
|\ | | | | | MM-1773a Add wildcard searching for postgresql | ||||
| * | Added unit tests | nickago | 2015-08-27 | 1 | -7/+10 |
| | | |||||
* | | Merge pull request #486 from asubset/master | Joram Wilander | 2015-08-28 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix getParentsPosts() query | ||||
| * | fix GetParentPosts() query | Jason Rossman | 2015-08-27 | 1 | -1/+1 |
| | | |||||
* | | Refactored post handling/updating on both the client and server. | JoramWilander | 2015-08-27 | 1 | -0/+85 |
|/ | |||||
* | partially fixed postgres search so that multiple search terms work | JoramWilander | 2015-07-30 | 1 | -0/+5 |
| | |||||
* | removing flaky unit test | =Corey Hulen | 2015-07-30 | 1 | -6/+6 |
| | |||||
* | Patching remainder of the sql stmts to work with postgres | =Corey Hulen | 2015-07-12 | 1 | -6/+11 |
| | |||||
* | Fixing unit tests | =Corey Hulen | 2015-07-06 | 1 | -3/+3 |
| | |||||
* | first commit | =Corey Hulen | 2015-06-14 | 1 | -0/+481 |