Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PLT-5017 Fix import of Slack webhook/bot messages. (#4964) | George Goldberg | 2017-01-04 | 1 | -1/+4 |
| | |||||
* | Removing old createTeamFromSignup api (#4945) | Christopher Speller | 2017-01-03 | 2 | -216/+13 |
| | |||||
* | Fixing should send event removing extra go channel creation (#4942) | Corey Hulen | 2017-01-03 | 1 | -6/+1 |
| | |||||
* | Fixing TODO comment in web_hub.go (#4938) | Corey Hulen | 2017-01-03 | 1 | -1/+2 |
| | |||||
* | Removing un-needed go func (#4939) | Corey Hulen | 2017-01-03 | 1 | -8/+6 |
| | |||||
* | Fix msg command so that it doesn't try to pull all user profiles at once (#4936) | Joram Wilander | 2017-01-03 | 2 | -50/+46 |
| | |||||
* | Adding Etag to user profile pictures. (#4926) | Christopher Speller | 2017-01-03 | 2 | -1/+16 |
| | |||||
* | Adding memcache to getchannel (#4928) | Christopher Speller | 2017-01-03 | 8 | -19/+25 |
| | |||||
* | PLT-4955 Fixes DM initiation by Slack Import users. (#4933) | George Goldberg | 2017-01-03 | 1 | -0/+2 |
| | | | Fixes #4707 | ||||
* | PLT-5018 Fix thumbnails of imported attachments. (#4934) | George Goldberg | 2017-01-03 | 1 | -0/+6 |
| | |||||
* | Remove TODOs that now have tickets (#4935) | Joram Wilander | 2017-01-03 | 2 | -2/+0 |
| | |||||
* | Clean up /logout command flow and errors (#4918) | Joram Wilander | 2016-12-30 | 1 | -1/+1 |
| | |||||
* | Add initial unit test for post.getPostById() (#4910) | Carlos Tadeu Panato Junior | 2016-12-30 | 1 | -0/+30 |
| | | | | | | | | | | * add itinial tests for GetPostById update per review fix lint * add missing comment | ||||
* | Fix join message sometimes not appearing (#4909) | Joram Wilander | 2016-12-28 | 1 | -4/+4 |
| | |||||
* | PLT-4648 break `/shortcuts` block (#4829) | Yusuke Nemoto | 2016-12-28 | 1 | -10/+46 |
| | |||||
* | Add API call to get a user by their email address (#4884) | Carlos Tadeu Panato Junior | 2016-12-28 | 2 | -0/+52 |
| | | | | | | * Add API call to get a user by their email address * update per review | ||||
* | Don't autocomplete users by email (#4896) | Joram Wilander | 2016-12-26 | 2 | -1/+20 |
| | |||||
* | PLT-5073 Improve performance of /channels/view endpoint (#4881) | Joram Wilander | 2016-12-23 | 4 | -41/+38 |
| | | | | | | * Improve performance of /channels/view endpoint * Fix store unit test | ||||
* | Adding caching of last 60 posts. (#4880) | Christopher Speller | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | PLT-5080 (Server): Channel-Admin level permissions (#4874) | George Goldberg | 2016-12-22 | 3 | -2/+144 |
| | | | | Adds permissions for manage/delete public/private channels at the Channel Admin level. | ||||
* | Skip intensive stat DB queries when more than a set number of users on the ↵ | Joram Wilander | 2016-12-22 | 2 | -20/+160 |
| | | | | system (#4876) | ||||
* | Return 400 bad request codes for webhooks when attachment or text is too ↵ | Joram Wilander | 2016-12-22 | 2 | -2/+67 |
| | | | | long (#4879) | ||||
* | API for getting channel members by IDs. (#4877) | George Goldberg | 2016-12-22 | 2 | -0/+62 |
| | |||||
* | Remove new user event handling on client (#4822) | Joram Wilander | 2016-12-22 | 1 | -5/+0 |
| | |||||
* | Adding session cache directly to web-conn (#4861) | Christopher Speller | 2016-12-22 | 4 | -15/+34 |
| | |||||
* | PLT-5012 Combine updateLastViewedAt, setLastViewedAt and setActiveChannel ↵ | Joram Wilander | 2016-12-21 | 6 | -184/+278 |
| | | | | | | | | into a single API (#4840) * Combine updateLastViewedAt, setLastViewedAt and setActiveChannel into a single API * Remove preference DB writes | ||||
* | Fix teams unread count (#4848) | enahum | 2016-12-21 | 1 | -2/+31 |
| | | | | | | | | * Fix teams unread * Moving logic out of the store * fix unit test | ||||
* | PLT-4990 - Server: Split out channel permissions to Create/Manage/Delete (#4864) | George Goldberg | 2016-12-21 | 1 | -8/+16 |
| | | | | | | * Server side changes. * Fix unit tests and default config. | ||||
* | Fixing image profiles (#4863) | Corey Hulen | 2016-12-21 | 1 | -4/+8 |
| | | | | | | * Fixing image profiles * Fixing break | ||||
* | Fix API Get channels for a user returns users' dm channels with blank teamid ↵ | Carlos Tadeu Panato Junior | 2016-12-20 | 4 | -11/+41 |
| | | | | | | | | | | | | | | | | | | (#4748) * fix API Get channels for a user returns users' dm channels with blank team ID add check in the context.go add suggestion made adjustment per review and support from @joram * update tests * add check if needd user or admin permissions * update per review | ||||
* | Modifying post etag cache to apply to getPostsSince (#4837) | Christopher Speller | 2016-12-20 | 2 | -2/+2 |
| | |||||
* | Fixes for the /echo command (#4843) | Joram Wilander | 2016-12-20 | 2 | -2/+9 |
| | |||||
* | Prevent accidental removal of user from town square (#4842) | Joram Wilander | 2016-12-20 | 2 | -8/+21 |
| | |||||
* | GH-4685 Post a System Message when channel is renamed (#4762) | Nick Frazier | 2016-12-20 | 2 | -0/+59 |
| | | | | | | | | | | * test changes * added system message when displayname changed * added test * gofmt | ||||
* | Adding metrics for caching mechanisms (#4828) | Christopher Speller | 2016-12-19 | 10 | -22/+48 |
| | |||||
* | PLT-4167 Team Sidebar (#4569) | enahum | 2016-12-19 | 4 | -6/+93 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-4167 Team Sidebar * Address feedback from PM * change route from my_members to members * bug fixes * Updating styles for teams sidebar (#4681) * Added PM changes * Fix corner cases * Addressing feedback * use two different endpoints * Bug fixes * Rename model and client functions, using preferences to store last team and channel viewed * Fix mobile notification count and closing the team sidebar * unit test, fixed bad merge and retrieve from cached when available * bug fixes * use id for last channel in preferences, query optimization * Updating multi team css (#4830) | ||||
* | Fix typo (#4814) | Zeger-Jan van de Weg | 2016-12-16 | 1 | -1/+1 |
| | |||||
* | PLT-4923 Changing missing license to info msg (#4810) | Corey Hulen | 2016-12-16 | 1 | -2/+2 |
| | |||||
* | Adding caching layer to some posts calls (#4779) | Christopher Speller | 2016-12-14 | 5 | -3/+32 |
| | |||||
* | PLT-4983 Adding file info caching (#4781) | Corey Hulen | 2016-12-14 | 1 | -0/+1 |
| | |||||
* | PLT-4982 Adding caching to user profiles (#4782) | Corey Hulen | 2016-12-14 | 2 | -1/+2 |
| | |||||
* | Fixed encoding of file name when downloading attachments (#4787) | Harrison Healey | 2016-12-14 | 1 | -1/+1 |
| | |||||
* | Fixing etag issue with load tests (#4777) | Corey Hulen | 2016-12-13 | 1 | -0/+1 |
| | |||||
* | PLT-4767 Implement MFA Enforcement (#4662) | Joram Wilander | 2016-12-12 | 6 | -18/+135 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create MFA setup page and remove MFA setup from account settings modal * Add enforce MFA to system console and force redirect * Lockdown mfa required API routes, add localization, other changes * Minor fixes * Fix typo * Fix some unit tests * Fix more unit tests * Minor fix * Updating UI for MFA screen (#4670) * Updating UI for MFA screen * Updating styles for MFA page * Add the ability to switch between email/sso with MFA enabled * Added mfa change email * Minor UI updates for MFA enforcement * Fix unit test * Fix client unit test * Allow switching email to ldap and back when MFA is enabled * Fix unit test * Revert config.json | ||||
* | Add API call to get a channel by its name (#4700) | Carlos Tadeu Panato Junior | 2016-12-11 | 2 | -0/+60 |
| | | | | | | | | | | | | * add api for getByChannelName * add tests * fix test * rename and tests * check for permissions and test | ||||
* | gh-4759 add system message feedbak for expand/collapse command (#4761) | Yusuke Nemoto | 2016-12-11 | 1 | -5/+14 |
| | |||||
* | PLT-1598 Slash command works in RHS (#4367) | Yusuke Nemoto | 2016-12-09 | 26 | -55/+58 |
| | | | | | | | | | | | | | | | | | | | | | * PLT-1598 Slash command works in RHS * fix UserProfile in the reply for Slash Command * fix some problem about the system messages in RHS * system message in RHS isn't displayed as comment for root message * remove status indicator for system message in RHS * system message in RHS is colored to grey * system messages don't count as commented post * fix bug about cleaning draft in RHS * remove unnecessary function * implement new model for executing command | ||||
* | PLT-3736 Fixed duplicated create_direct api calls not returning the ↵ | Harrison Healey | 2016-12-09 | 1 | -7/+10 |
| | | | | | | | | existing channel (#4745) * Fixed duplicated create_direct api calls not returning the existing channel * Added unit tests for duplicated create_direct api calls | ||||
* | Handled possible race confition in TestGetMessageForNotification (#4737) | Harrison Healey | 2016-12-08 | 1 | -2/+2 |
| | |||||
* | Fixed sender's username not being sent with websocket posted messages (#4736) | Harrison Healey | 2016-12-08 | 1 | -1/+8 |
| |