summaryrefslogtreecommitdiffstats
path: root/webapp/stores/post_store.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-3105 Fixed bugs with FileInfos migration, including duplicate FileInfos ↵Harrison Healey2016-10-061-1/+1
| | | | | | | | | | being saved (#4134) * Added a limit to GetByPath for the rare cases when two old files had the same path * Fixed files still being displayed for deleted posts * Added a lock to prevent migrateFilenamesToFileInfos from migrating multiple posts at once
* PLT-3105 Files table migration (#4068)Harrison Healey2016-09-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Show loading icon until first page of posts is loaded on channel switch (#3918)Joram Wilander2016-09-021-4/+9
|
* Remove getPosts request after deleting a post (#3905)Joram Wilander2016-08-301-0/+5
|
* Fix the elusive missing posts bug (#3836)Joram Wilander2016-08-191-2/+19
|
* PLT-3754 EE: Add a Display Option to disable Join/Leave messages (#3808)enahum2016-08-181-0/+18
| | | | | | | | * PLT-3754 EE: Add a Display Option to disable Join/Leave messages * Differentiate between join/leave add/remove messages * Update user removed from channel text message
* PLT-3506 Added flagged posts functionality (#3679)Joram Wilander2016-08-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix javascript error when getting a nottification about a reply in a channel ↵Joram Wilander2016-07-071-1/+6
| | | | not loaded (#3518)
* Merge branch 'release-3.1'JoramWilander2016-06-131-1/+1
|\ | | | | | | | | Conflicts: webapp/components/create_comment.jsx
| * PLT-3203 Commenting on the RHS while in permalink view makes the message not ↵enahum2016-06-071-1/+1
| | | | | | | | show up in the RHS (#3282)
* | PLT-3221 Remove async call to get posts when creating a comment and editing ↵enahum2016-06-091-4/+9
|/ | | | | a post (#3300) PLT-3203 Commenting on the RHS while in permalink view makes the message not show up in the RHS
* Reset channel top visibility correctly to fix intro message after tutorial ↵Joram Wilander2016-05-311-1/+5
| | | | (#3159)
* PLT-1909 Fixed error rendering pending posts (#3041)Harrison Healey2016-05-181-2/+3
| | | | | | * Fixed error caused by checking if a post is a system message * Fixed trying to edit system posts when using the up arrow hotkey
* Fixed PostStore to not return deleted posts when attempting to edit (#2839)Harrison Healey2016-05-021-12/+28
|
* Fixing reply from permalinksChristopher Speller2016-03-311-2/+2
|
* Fixed errors when joining a channel that doesn't exist yetHarrison Healey2016-03-311-1/+1
|
* Fixing warning with drafts.Christopher Speller2016-03-291-2/+2
|
* Refactoring center panel away. Moving tutorial to a route. Fixing aChristopher Speller2016-03-291-1/+1
| | | | bunch of bugs.
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-0/+610