summaryrefslogtreecommitdiffstats
path: root/webapp/stores
Commit message (Expand)AuthorAgeFilesLines
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-1221-24/+24
* PLT-5702 Added special error page for private browsing error message (#5985)Harrison Healey2017-04-041-7/+2
* PLT-6023: Add Users to Team in WebApp. (#5956)George Goldberg2017-04-042-0/+117
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-041-2/+2
* Fixed channel autocomplete flickering (#5961)Harrison Healey2017-04-031-2/+2
* PLT-6147 Fixed reactions not rendering properly while loading (#5958)Harrison Healey2017-04-031-18/+18
* Save recently used emojis after logout (#5926)Ryan Wang2017-04-032-3/+8
* Replace initial load of user's channel members for all teams with a lazy load...Joram Wilander2017-04-031-107/+3
* PLT-2713/PLT-6028 Added System Users list to System Console (#5882)Harrison Healey2017-03-302-63/+81
* Ticket 4665 - Emoji Picker (#5157)bonespiked2017-03-241-1/+48
* Merge branch 'release-3.7' into master.George Goldberg2017-03-172-2/+6
|\
| * Fix posts from your own webhook not showing as unread until refresh (#5703)Joram Wilander2017-03-091-2/+2
| * Fix GMs showing up on refresh after being hidden (#5702)Joram Wilander2017-03-091-0/+4
* | Add pinned posts (#4217)Gabin Aureche2017-03-132-12/+55
|/
* Fix desktop notification click handler for existing/new GMs (#5633)Joram Wilander2017-03-041-1/+2
* Fix JS error when receiving reply during channel switch (#5582)Joram Wilander2017-03-031-3/+3
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-023-1/+10
* Prevent msg count subtraction to be less than zero (#5565)enahum2017-03-011-2/+5
* PLT-5396 Fix team mention badge persistance (#5543)enahum2017-02-271-0/+8
* Adding edit of incoming webhook (#5272)Poornima2017-02-261-0/+18
* PLT-5080 (WebApp): Channel Admin permission level. (#5047)George Goldberg2017-02-231-1/+11
* Fix Utils importing in ChannelStore. (#5503)George Goldberg2017-02-221-6/+7
* Fix unreads appearing after some system messages posted (#5491)Joram Wilander2017-02-221-2/+1
* Clean-up unread counting and fix commenting (#5437)Joram Wilander2017-02-151-3/+13
* Fix commenting in RHS marking channel unread (#5405)Joram Wilander2017-02-141-4/+10
* Increment channel counts for own messages (#5399)Joram Wilander2017-02-141-0/+4
* Fix JS error on out of channel mentions and slash commands (#5395)Joram Wilander2017-02-131-2/+2
* Final fixes for moving unread handling to client (#5392)Joram Wilander2017-02-132-0/+11
* Fix ignore unread and DM unreads (#5391)Joram Wilander2017-02-132-4/+16
* Fix typo (#5380)Robin Naundorf2017-02-131-2/+2
* Increase performance when receiving messages (#5375)Joram Wilander2017-02-132-0/+62
* Let emoji_store.jsx use Client APIs to resolve URLs (#5302)Akihiko Odaki2017-02-081-2/+2
* Add webapp/utils/url.jsx (#5285)Akihiko Odaki2017-02-071-8/+3
* Partially reverted 7e9cf13aa356f991f48ba0a943bdab9b4d3c9233 (#5295)Harrison Healey2017-02-031-2/+2
* Use consistent Display Name sorting code throughout the webapp #5159 (#5213)Saturnino Abril2017-01-311-4/+4
* Use Client APIs to resolve URLs (#5148)Akihiko Odaki2017-01-311-2/+2
* Improvments to typing messages (#5230)Christopher Speller2017-01-301-1/+1
* PLT-2555/PLT-5009/PLT-5225 Changed system messages to be rendered by the clie...Harrison Healey2017-01-302-5/+4
* Fix @ mentions not always highlighting (#5223)Joram Wilander2017-01-301-0/+5
* #4257 Added functionality to create previews for post links using open graph...Debanshu Kundu2017-01-201-0/+68
* PLT-5135: Fix left channel in more channels list. (#5114)George Goldberg2017-01-181-1/+6
* Message Editing and Deleting permissions (#4692)Amit Yadav2017-01-181-1/+1
* Discard outdated results in modal searches (#5082)Joram Wilander2017-01-161-0/+2
* Fix lodaing missing messages after search bug (#5080)Joram Wilander2017-01-161-17/+17
* PLT-5049 (Webapp) New Channel Members UI. (#5036)George Goldberg2017-01-151-1/+48
* Fix JS error when receiving message in system console (#5019)Joram Wilander2017-01-121-1/+1
* Fixing deleting messages in permalink view (#4958)Christopher Speller2017-01-041-2/+7
* Fix unread for your own message after logout (#4943)Joram Wilander2017-01-031-1/+3
* Store posts for focus view in regular post store as well (#4913)Joram Wilander2016-12-291-3/+6
* Remove race between multiple autocomplete requests (#4860)Joram Wilander2016-12-211-7/+10