summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.7 changes into master (#5679)Joram Wilander2017-03-071-0/+12
* PLT-5685 Fixing perf issue and problem with pushing for any activity (#5662)Corey Hulen2017-03-061-30/+21
* Remove FIXME and XXX from bulk import tests. (#5664)George Goldberg2017-03-061-3/+17
* Example of how to call metrics (#5621)Corey Hulen2017-03-061-3/+3
* Fix license telemetry. (#5641)George Goldberg2017-03-061-6/+6
* 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 na...enahum2017-03-041-1/+1
* Usernames must start with a letter (#5581)Joram Wilander2017-03-032-9/+9
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-024-13/+87
* Correct typo in app/email.go (#5569)Ryan Wang2017-03-021-2/+2
* Fix push notifications where channel is set to all activity (#5594)enahum2017-03-023-32/+348
* PLT-5479: Import Slack team without emails. (#5597)George Goldberg2017-03-021-0/+5
* Removing typing check for master (#5583)Corey Hulen2017-03-011-19/+0
* Optimizing weh_hub.Start() for master (#5576)Corey Hulen2017-03-012-26/+43
* Make all emails with the same pattern on subject (#5198)Carlos Tadeu Panato Junior2017-03-013-66/+129
* Fixing removing push tokens and logging error messages (#5551)Corey Hulen2017-02-281-6/+8
* PLT-5367: Basic post bulk importing. (#5562)George Goldberg2017-02-283-16/+487
* Set timeout to http client (#5540)Josta Yee2017-02-281-3/+10
* Optimzing the user typing event in ShouldSendEvent() (#5560)Corey Hulen2017-02-282-25/+31
* Reload license from DB for all cluster app servers (#5525)Joram Wilander2017-02-282-0/+100
* Move webhook logic from api layer to app layer (#5527)Joram Wilander2017-02-281-5/+298
* Implemented preferences endpoints for apiv4 (#5531)Ruzette Tanyag2017-02-281-0/+44
* Get all teams api4 (#5542)Andrei Stanciu2017-02-281-0/+16
* Revert "Adding caching to get channel member (#5518)"Christopher Speller2017-02-273-20/+4
* Fix channel created WS event (#5552)enahum2017-02-271-0/+1
* PLT-5653 Fix Create channel does not show in another device (#5548)enahum2017-02-271-0/+4
* Adding recovery to web hub (#5546)Christopher Speller2017-02-271-2/+31
* APIv4: GET /users/{user_id}/image (#5526)Saturnino Abril2017-02-271-0/+22
* Adding edit of incoming webhook (#5272)Poornima2017-02-261-1/+1
* Updating user attributes on oauth login (#5324)Poornima2017-02-262-1/+196
* PLT-5070: Server side component of Telemetry. (#5514)George Goldberg2017-02-242-0/+519
* Adding caching to get channel member (#5518)Christopher Speller2017-02-243-4/+20
* Adding ability to remove push ids when reported as removed from google or app...Corey Hulen2017-02-231-5/+14
* PLT-3193 Add channel notification preferences for push and email notiā€¦ (#5500)enahum2017-02-235-38/+80
* Block OAuth account creation when disabled in config (#5506)Joram Wilander2017-02-232-0/+38
* Fixing double send of websocket hello message (#5490)Corey Hulen2017-02-221-1/+0
* Implement create and get incoming webhook endpoints for APIv4 (#5407)Joram Wilander2017-02-211-0/+39
* Implement posts endpoints for APIv4 (#5480)Ruzette Tanyag2017-02-211-0/+1
* Implement endpoint for APIv4: GET /users/{user_id}/audits (#5472)Saturnino Abril2017-02-211-1/+9
* Fixing file info caching issue with Aurora for master (#5477)Corey Hulen2017-02-203-6/+10
* Implement a few channel member endpoints for APIv4 (#5444)Joram Wilander2017-02-201-3/+19
* Implementation endpoint for APIv4: GET /teams/name/{name} (#5473)Saturnino Abril2017-02-201-0/+1
* Implement upload and get file endpoints for APIv4 (#5396)Joram Wilander2017-02-171-0/+57
* Implement user sessions endpoints for APIv4 (#5449)Ruzette Tanyag2017-02-171-0/+2
* Move channel permission check back to using cache (#5454)Joram Wilander2017-02-171-7/+13
* Simplify code (#5452)Josta Yee2017-02-171-1/+1
* Fix issue with Aurora read replica (#5448)Corey Hulen2017-02-171-0/+30
* Added NewPostList constructor to set fields to be non-null (#5440)Harrison Healey2017-02-161-1/+1
* PLT-5521: Mandatory version in line 1 of bulk import. (#5400)George Goldberg2017-02-162-3/+58
* Implement PUT /users/{user_id}/patch endpoint for APIv4 (#5418)Joram Wilander2017-02-161-4/+28