summaryrefslogtreecommitdiffstats
path: root/app/notification.go
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix permalink in email for DMs/GMs (#5751)Joram Wilander2017-03-131-2/+1
|
* PLT-5765 Passed SiteURL to SendNotifications (#5705)Harrison Healey2017-03-101-5/+5
|
* Fix GMs showing up on refresh after being hidden (#5702)Joram Wilander2017-03-091-1/+1
|
* PLT-5685 Fixing perf issue and problem with pushing for any activity (#5662)Corey Hulen2017-03-061-30/+21
| | | | | | * PLT-5685 Fixing perf issue and problem with pushing for any activity * PLT-5685 Fixing perf issue and problem with pushing for any activity
* PLT-5701 Fix DM email subject text (#5630)enahum2017-03-041-1/+1
|
* PLT-4969 remove Push notifications @ preceeding the username or the user's ↵enahum2017-03-041-1/+1
| | | | name (#5629)
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-021-10/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement server changes for group messaging * Majority of client-side implementation * Some server updates * Added new React multiselect component * Fix style issues * Add custom renderer for options * Fix model test * Update ENTER functionality for multiselect control * Remove buttons from multiselect UI control * Updating group messaging UI (#5524) * Move filter controls up a component level * Scroll with arrow keys * Updating mobile layout for multiselect (#5534) * Fix race condition when backspacing quickly * Hidden or new GMs show up for regular messages * Add overriding of number remaining text * Add UI filtering for team if config setting set * Add icon to channel switcher and class prop to status icon * Minor updates per feedback * Improving group messaging UI (#5563) * UX changes per feedback * Update email for group messages * UI fixes for group messaging (#5587) * Fix missing localization string * Add maximum users message when adding members to GM * Fix input clearing on Android * Updating group messaging UI (#5603) * Updating UI for group messaging (#5604)
* Fix push notifications where channel is set to all activity (#5594)enahum2017-03-021-14/+58
| | | | | | | | | | | | * Fix push notifications where channel is set to all activity * feedback review * moved push notification logic to DoesStatusAllowPushNotification * Have every option handled in ShouldSendPushNotification * unit tests
* Fixing removing push tokens and logging error messages (#5551)Corey Hulen2017-02-281-6/+8
|
* Adding ability to remove push ids when reported as removed from google or ↵Corey Hulen2017-02-231-5/+14
| | | | | | | | | | apple (#5513) * Adding ability to remove push device Ids when reported as removed from google or apple * Fixing log string * Removing unneeded nil check
* PLT-3193 Add channel notification preferences for push and email noti… (#5500)enahum2017-02-231-5/+26
| | | | | | | | | | | | | | | | * PLT-3193 Add channel notification preferences for push and email notifications * unit tests, model validation and localization * Feedback review * Adding back allowFromCache check * Setting push and email to use default settings * Move props as constants * address feedback
* Fixing file info caching issue with Aurora for master (#5477)Corey Hulen2017-02-201-3/+7
|
* Fix here notifications (#5377)Joram Wilander2017-02-141-14/+10
|
* Fixing push notificaiton (#5394)Corey Hulen2017-02-131-1/+2
|
* Adding go vet from hack-a-thon (#5328)Corey Hulen2017-02-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | * Adding go vet to the api package * Adding go vet to app package * Adding go vet to manualtesting package * Adding go vet to the model package * Adding go vet to the store dir * Adding go vet to utils package * Adding missing dirs with go files * Fixing up makefile * Fixing up makefile * Removing root dir
* Add caching for file infos (#5330)Joram Wilander2017-02-071-2/+2
|
* Implement GET /users endpoint for APIv4 (#5277)Joram Wilander2017-02-031-1/+1
|
* Merge 3.6.2 into master (#5211)Joram Wilander2017-01-271-6/+0
| | | | | | | | | | * Add webhook cache * Add channel by name cache * Fxing profiles in channels cache * Fix merge
* Notifications fix from 3.6 branchChristopher Speller2017-01-271-9/+7
|
* PLT-5284 Fix webhook notifications for channel creator is not in (#5119)Joram Wilander2017-01-201-12/+10
| | | | | | * Fix webhook notifications for channel creator is not in * Fix unit test
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-1/+0
| | | | | | | | | | | | | | | | | | * Refactor and move session logic into app package * Refactor email functions into the app package * Refactor password update into app package * Migrate user functions to app package * Move team functions into app package * Migrate channel functions into app package * Pass SiteURL through to app functions * Update based on feedback
* Refactor and migrate more functions out of api into app package (#5063)Joram Wilander2017-01-131-201/+193
|
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-0/+732
* Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge