Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PLT-4858: Unit tests to cover this bug. (#5990) | George Goldberg | 2017-04-05 | 1 | -0/+24 |
| | |||||
* | Removing verbose from race tests | Christopher Speller | 2017-04-05 | 1 | -2/+2 |
| | |||||
* | Increment server version number | Christopher Speller | 2017-04-05 | 1 | -0/+1 |
| | |||||
* | PLT-5904 (WebApp): Config for skip email server cert verification. (#5991) | George Goldberg | 2017-04-05 | 2 | -0/+21 |
| | |||||
* | Uncomment 3.8 database upgrade. (#5992) | George Goldberg | 2017-04-05 | 1 | -7/+5 |
| | |||||
* | Fixing only EE coverage (#5933) | Christopher Speller | 2017-04-05 | 1 | -4/+5 |
| | |||||
* | PLT-6207: Fix EE policy application. (#5988) | George Goldberg | 2017-04-05 | 1 | -0/+2 |
| | |||||
* | Fix private channel translations (#5986) | enahum | 2017-04-05 | 1 | -48/+39 |
| | |||||
* | Remove unnecessary uses of getMoreChannels (#5982) | Joram Wilander | 2017-04-04 | 4 | -41/+1 |
| | |||||
* | PLT-5702 Added special error page for private browsing error message (#5985) | Harrison Healey | 2017-04-04 | 5 | -28/+105 |
| | |||||
* | Fix missed string changes of "Invite New Member" to "Send Email Invite" (#5983) | Jason Blais | 2017-04-04 | 3 | -4/+4 |
| | | | | | | | | * Update invite_member_modal.jsx * Update policy_settings.jsx * Update en.json | ||||
* | Fix title in RHS for pinned posts (#5976) | Joram Wilander | 2017-04-04 | 1 | -1/+12 |
| | |||||
* | Fix blanking out of FileIds and backwards compatability issue with v3 (#5950) | Joram Wilander | 2017-04-04 | 4 | -21/+41 |
| | |||||
* | PLT-6023: Add Users to Team in WebApp. (#5956) | George Goldberg | 2017-04-04 | 12 | -81/+770 |
| | | | | | | | | | | | | | | | * PLT-6198: Use added to channel system message on default channels. Use a different sytem message when a user was added to a default channel by someone else than when they joined themselves. * PLT-6023: Add Users to Team in WebApp. * Fix string text. * Handle added_to_team websocket message. * Fix unread flag on new channel. | ||||
* | PLT-5985 Cleaned up CSS for post textbox (#5974) | Harrison Healey | 2017-04-04 | 3 | -210/+177 |
| | |||||
* | PLT-6139 (WebApp): Manage Private Channel Members (#5947) | George Goldberg | 2017-04-04 | 7 | -60/+148 |
| | | | | Honour the policy setting for add/remove members from private channels in the WebApp UI. | ||||
* | Fixing race conditions in the code base (#5966) | Corey Hulen | 2017-04-04 | 26 | -207/+1438 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding initial race detector * Remove setting of config twice * Fixing config file watch and config reload on license save * Fixing config file watch and config reload on license save * Fixing build error * Fixing locking issue * Fixing makefile * Fixing race in config * Fixing race in status unit test * Adding EE race tests * Fixing race in cluster info * Removing code that's isn't needed * Fixing some more races * Fixing govet issue | ||||
* | PLT-6198: Use added to channel system message on default channels. (#5969) | George Goldberg | 2017-04-04 | 13 | -28/+49 |
| | | | | Use a different sytem message when a user was added to a default channel by someone else than when they joined themselves. | ||||
* | PLT-5906 Set logs path instead log filename (#5949) | enahum | 2017-04-04 | 3 | -6/+7 |
| | | | | | | * PLT-5906 Set logs path instead log filename * feedback review | ||||
* | PLT-3958 Updated title for permalink error page (#5970) | Harrison Healey | 2017-04-04 | 2 | -1/+5 |
| | |||||
* | Adding more text to webpack build so jenkins doesn't timeout (#5972) | Christopher Speller | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | Fixed pasting images not working (#5971) | Harrison Healey | 2017-04-04 | 3 | -4/+17 |
| | |||||
* | PLT-6115 adding unit tests for licensing (#5916) | Corey Hulen | 2017-04-04 | 3 | -0/+65 |
| | | | | | | | | * Adding test to license sql store * PLT-6115 adding unit tests for licensing * Removing unused test | ||||
* | PLT-5900 Removed automatic configuration of SiteURL (#5952) | Harrison Healey | 2017-04-04 | 49 | -268/+336 |
| | | | | | | | | | | | | | | | | * Revert "PLT-5765 Passed SiteURL to SendNotifications (#5705)" This reverts commit a8e68bd8905972ae59de90fa33d5b3e3c274dc47. * Removed automatic configuration of SiteURL * Reverted unintentional config changes * Updated help text * Added link to docs in Site URL warning * Fixed merge conflict | ||||
* | translations PR 20170403 (#5964) | enahum | 2017-04-04 | 22 | -1068/+1391 |
| | |||||
* | PLT-6196: Websocket message when added to a team. (#5968) | George Goldberg | 2017-04-04 | 2 | -3/+16 |
| | |||||
* | Add ID to siderbar_header_dropdown_button (#5967) | doh5 | 2017-04-04 | 1 | -0/+1 |
| | | | under testing | ||||
* | Fixing config file watch and config reload on license save (#5954) | Corey Hulen | 2017-04-04 | 5 | -7/+73 |
| | | | | | | | | | | * Fixing config file watch and config reload on license save * Fixing config file watch and config reload on license save * Fixing build error * Fixing locking issue | ||||
* | Fixed channel autocomplete flickering (#5961) | Harrison Healey | 2017-04-03 | 7 | -56/+72 |
| | |||||
* | Fixed console error thrown by PostList when switching teams (#5960) | Harrison Healey | 2017-04-03 | 1 | -0/+8 |
| | |||||
* | Added SidebarHeaderDropdownButton to stop console warning (#5959) | Harrison Healey | 2017-04-03 | 2 | -9/+32 |
| | |||||
* | PLT-6147 Fixed reactions not rendering properly while loading (#5958) | Harrison Healey | 2017-04-03 | 4 | -40/+38 |
| | |||||
* | implement GET /teams/{team_id}/commands/autocomplete (#5951) | Carlos Tadeu Panato Junior | 2017-04-03 | 3 | -0/+96 |
| | |||||
* | PLT-6098 Added Manage Teams modal to System Console users list (#5914) | Harrison Healey | 2017-04-03 | 10 | -3/+584 |
| | | | | | | | | | | | | | | | | * Added Manage Teams modal to System Console users list * Localized ManageTeamsModal * Fixed borders between Manage Teams list items * Updated appearance of ManageTeamsModal * Fixed admin being redirected from system console when removing self from a team * Sorted teams in ManageTeamsModal * Updated Manage Teams styling | ||||
* | Added viper, gomail, and fsnotify (#5923) | Jeff Schering | 2017-04-03 | 1 | -0/+98 |
| | | | | | | * Added viper, gomail, and fsnotify * add homepages | ||||
* | Implement POST /teams/{team_id}/invite/email for apiV4 (#5944) | Carlos Tadeu Panato Junior | 2017-04-03 | 3 | -0/+91 |
| | |||||
* | Update UI text for emoji picker setting (#5963) | Jason Blais | 2017-04-03 | 2 | -2/+2 |
| | | | | | | * Update user_settings_advanced.jsx * Update en.json | ||||
* | Save recently used emojis after logout (#5926) | Ryan Wang | 2017-04-03 | 3 | -3/+9 |
| | |||||
* | PLT-6169: Batch add users to teams. (#5953) | George Goldberg | 2017-04-03 | 4 | -0/+215 |
| | |||||
* | Ui improvements (#5948) | Asaad Mahmood | 2017-04-03 | 8 | -21/+31 |
| | | | | | | | | | | * PLT-5849 - Code block wrap on IOS * PLT-5972 - Comment has first line indented * PLT-6048 - Adjusting UI for link previews * PLT-5733 - Adding error text theme option | ||||
* | Add more OAuth unit tests (#5946) | enahum | 2017-04-03 | 10 | -211/+873 |
| | |||||
* | Replace initial load of user's channel members for all teams with a lazy ↵ | Joram Wilander | 2017-04-03 | 4 | -109/+129 |
| | | | | load (#5942) | ||||
* | APIv4 DELETE /teams/{team_id} (#5937) | Saturnino Abril | 2017-04-03 | 4 | -0/+87 |
| | |||||
* | APIv4 post /teams/search (#5931) | Saturnino Abril | 2017-04-03 | 10 | -1/+364 |
| | |||||
* | Add store unit tests and add make target for testing store with postgres (#5925) | Joram Wilander | 2017-04-03 | 11 | -117/+220 |
| | | | | | | | | * Add store unit tests and add make target for testing store with postgres * Remove postgres target form test-server target * Fix audit test | ||||
* | PLT-6139 (Server): Private Channel member managing (#5941) | George Goldberg | 2017-04-03 | 7 | -23/+529 |
| | | | | Adds an EE policy feature to allow restricting system-wide which level of Admins can manage the membership of private channels. | ||||
* | PLT-6162: Search for users not in a given team. (#5943) | George Goldberg | 2017-04-03 | 7 | -0/+130 |
| | |||||
* | [APIV4] Implement PUT /users/{user_id}/status for apiV4 (#5928) | Carlos Tadeu Panato Junior | 2017-04-03 | 3 | -1/+82 |
| | |||||
* | [APIV4] POST /teams/{team_id}/import for apiv4 (#5920) | Carlos Tadeu Panato Junior | 2017-04-03 | 5 | -0/+230 |
| | |||||
* | PLT-5873 Renamed private groups to private channels (#5924) | Harrison Healey | 2017-04-03 | 20 | -323/+150 |
| | | | | | | * PLT-5873 Renamed private groups to private channels in web app * PLT-5873 Renamed private groups to private channels in server |