summaryrefslogtreecommitdiffstats
path: root/webapp/stores/notification_store.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-4261 Set silent parameter for Notification (#4192)Yuya Ochiai2016-10-121-2/+4
| | | | | In the desktop app, there are two kinds of sound on notifications, `Utils.ding()` and `new Notification()` on Windows and Mac. This commit stops both if the account setting is set to off.
* PLT-3105 Files table migration (#4068)Harrison Healey2016-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* PLT-2074 Refactor desktop notification settings UI and add setting for ↵Joram Wilander2016-08-291-4/+13
| | | | | | | | | | duration (#3883) * Refactor desktop notification settings UI and add setting for duration * Update en.json * Update desktop_notification_settings.jsx
* PLT-3754 EE: Add a Display Option to disable Join/Leave messages (#3808)enahum2016-08-181-1/+4
| | | | | | | | * 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-3328 Added Title for Direct Message Desktop Notifications (#3438)David Lu2016-06-291-3/+5
| | | | * Added title for DM desktop notifications
* System messages trigger notifications when user is mentioned (#3235)Joram Wilander2016-06-061-1/+9
|
* PLT-2990 Clicking on a desktop notification from another team opens the team ↵enahum2016-06-061-4/+5
| | | | (#3253)
* PLT-2672 Refactored posts view with caching (#3054)Joram Wilander2016-05-271-1/+2
| | | | | | | | | | * Refactored posts view to use view controller design * Add post view caching * Required updates after rebase * Fixed bug where current channel not set yet was causing breakage
* Multiple cross-team functionality fixes (#2902)Joram Wilander2016-05-061-1/+1
|
* SpellingChristopher Speller2016-03-291-1/+1
|
* Fix HTML Notifications not showingElias Nahum2016-03-261-0/+98
- fix filename typo