summaryrefslogtreecommitdiffstats
path: root/app/web_hub.go
Commit message (Collapse)AuthorAgeFilesLines
* Merge 3.7 changes into master (#5679)Joram Wilander2017-03-071-0/+12
| | | | | | | | * Save schema version for 3.7 (#5675) * Adding index and cache to reactinos store (#5654) * Fix badge count for push notifications (#5672)
* Removing typing check for master (#5583)Corey Hulen2017-03-011-19/+0
| | | | | | * Removing typing check for master * Removing typing check for master
* Optimizing weh_hub.Start() for master (#5576)Corey Hulen2017-03-011-17/+24
| | | | | | | | | | | | * Optimizing weh_hub.Start() * Optimizing weh_hub.Start() * Optimizing weh_hub.Start() * Adding to IsAuthenticated * Fixing problem with IsAuthenticated
* Optimzing the user typing event in ShouldSendEvent() (#5560)Corey Hulen2017-02-281-12/+25
|
* Revert "Adding caching to get channel member (#5518)"Christopher Speller2017-02-271-12/+0
| | | | This reverts commit ba028ed74b69bd1dd902344663fbf8ba4f1dfb87.
* Adding recovery to web hub (#5546)Christopher Speller2017-02-271-2/+31
|
* Adding caching to get channel member (#5518)Christopher Speller2017-02-241-0/+12
|
* PLT-3193 Add channel notification preferences for push and email notiā€¦ (#5500)enahum2017-02-231-0/+12
| | | | | | | | | | | | | | | | * 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
* Adding websocket event metrics (#5342)Christopher Speller2017-02-101-0/+4
|
* Fix small bug in webhub. (#5229)Christopher Speller2017-01-301-1/+3
|
* Changing map to array for web_hub connections. (#5226)Christopher Speller2017-01-301-17/+30
|
* Merge 3.6.2 into master (#5211)Joram Wilander2017-01-271-4/+33
| | | | | | | | | | * Add webhook cache * Add channel by name cache * Fxing profiles in channels cache * Fix merge
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-0/+241
* 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