summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* PLT-6169: Batch add users to teams. (#5953)George Goldberg2017-04-034-0/+215
|
* Ui improvements (#5948)Asaad Mahmood2017-04-038-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)enahum2017-04-0310-211/+873
|
* Replace initial load of user's channel members for all teams with a lazy ↵Joram Wilander2017-04-034-109/+129
| | | | load (#5942)
* APIv4 DELETE /teams/{team_id} (#5937)Saturnino Abril2017-04-034-0/+87
|
* APIv4 post /teams/search (#5931)Saturnino Abril2017-04-0310-1/+364
|
* Add store unit tests and add make target for testing store with postgres (#5925)Joram Wilander2017-04-0311-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 Goldberg2017-04-037-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 Goldberg2017-04-037-0/+130
|
* [APIV4] Implement PUT /users/{user_id}/status for apiV4 (#5928)Carlos Tadeu Panato Junior2017-04-033-1/+82
|
* [APIV4] POST /teams/{team_id}/import for apiv4 (#5920)Carlos Tadeu Panato Junior2017-04-035-0/+230
|
* PLT-5873 Renamed private groups to private channels (#5924)Harrison Healey2017-04-0320-323/+150
| | | | | | * PLT-5873 Renamed private groups to private channels in web app * PLT-5873 Renamed private groups to private channels in server
* Add IDs to the Admin Sidebar Section (#5909)doh52017-04-031-0/+2
| | | | | | | | | | | | | | * Add IDs to the Admin Sidebar Section Under Testing * Update admin_sidebar_section.jsx * Update admin_sidebar_section.jsx * Update admin_sidebar_section.jsx * Update admin_sidebar_section.jsx
* Different 'name' value for system console LHS "Email" section + route name ↵doh52017-04-032-6/+6
| | | | | | | | | | | | | | | | | update (#5917) * Different 'name' value for system console LHS "Email" section Under Testing -This is to create a unique ID for the Selenium UI Automiation * Update the system console route because of the name change for unique selenium ID * Update admin_sidebar.jsx * Update route_admin_console.jsx
* implement GET /commands (#5865)Carlos Tadeu Panato Junior2017-04-035-2/+168
|
* Creating unit tests for diagnostics (#5932)Christopher Speller2017-04-032-2/+155
|
* Add reaction picker (#5904)bonespiked2017-04-0113-197/+541
|
* PLT-5750 Add sequence number to websocket connections and events (#5907)Joram Wilander2017-04-017-46/+41
| | | | | | | | * Add sequence number to websocket connections and events * Copy pointer instead of pass by value and use int64 over uint64 * Add more logging to missed events
* Corrected 'hangup' to 'hang up' (#5930)Harrison Healey2017-03-312-5/+5
|
* PLT-5483 Fix bug where flagged posts endpoint returned posts on other teams ↵Joram Wilander2017-03-316-1/+240
| | | | | | | | (#5765) * Fix bug where flagged posts endpoint returned posts on other teams * Include flagged posts from DMs/GMs
* Re-enable MFA test (#5911)Joram Wilander2017-03-311-2/+2
|
* APIv4 POST /posts/{post_id/pin & unpin (#5906)Saturnino Abril2017-03-313-0/+124
| | | | | | * APIv4 get /posts/{post_id}/pin & unpin * remove PinnedPost from api test helper
* Use 201 status code where appropriate for APIv4 (#5903)Joram Wilander2017-03-3111-0/+21
|
* Implement PUT /channels/{channel_id}/members/{user_id}/notify_props for ↵Joram Wilander2017-03-313-0/+87
| | | | APIv4 (#5901)
* Fix console error and reverted colorpicker upgrade to prevent crash (#5897)Joram Wilander2017-03-311-1/+1
|
* PLT-6090 adding ability to read license file from disk (#5895)Corey Hulen2017-03-317-11/+97
| | | | | | | | * PLT-6090 adding ability to read license file from disk * Fixing unit test that fails only sometimes * Fixing test that fails randomly
* Fixed @ not working on latest build due to... (#5878)prixone2017-03-311-2/+11
| | | | | | | | | | * Fixed @ not working on latest build due to... On latest build the @ shortcut to search for mentions was not working due to missing parameters on the onListenerChange method, due to changes done previously to post_action and search_bar that were not made to the onListenerChange method. * Update search_bar.jsx added fix for when no notification options for mentions is defined by the user...
* translations PR 20170328 (#5899)enahum2017-03-3022-97/+1456
|
* PLT-1990 Closed markdown preview when edit post modal is closed (#5921)Harrison Healey2017-03-302-0/+6
|
* PLT-5976 Fixed date of first post in RHS (#5922)Harrison Healey2017-03-301-2/+3
|
* PLT-2713/PLT-6028 Added System Users list to System Console (#5882)Harrison Healey2017-03-3074-1289/+1436
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-2713 Added ability for admins to list users not in any team * Updated style of unit test * Split SearchableUserList to give better control over its properties * Added users without any teams to the user store * Added ManageUsers page * Renamed ManageUsers to SystemUsers * Added ability to search by user id in SystemUsers page * Added SystemUsersDropdown * Removed unnecessary injectIntl * Created TeamUtils * Reduced scope of system console heading CSS * Added team filter to TeamAnalytics page * Updated admin console sidebar * Removed unnecessary TODO * Removed unused reference to deleted modal * Fixed system console sidebar not scrolling on first load * Fixed TeamAnalytics page not rendering on first load * Fixed chart.js throwing an error when switching between teams * Changed TeamAnalytics header to show the team's display name * Fixed appearance of TeamAnalytics and SystemUsers on small screen widths * Fixed placement of 'No users found' message * Fixed teams not appearing in SystemUsers on first load * Updated user count text for SystemUsers * Changed search by id fallback to trigger less often * Fixed SystemUsers list items not updating when searching * Fixed localization strings for SystemUsers page
* fix typo and missing messages (#5902)Yusuke Nemoto2017-03-308-10/+14
|
* Implement POST /users/status/ids for apiv4 (#5894)Carlos Tadeu Panato Junior2017-03-306-2/+136
|
* PLT-5035 Added loading of missing profiles when hovering over reactions (#5887)Harrison Healey2017-03-308-37/+122
|
* PLT-6076 Read config file info from enviroment vars (#5873)Corey Hulen2017-03-293-17/+96
| | | | | | | | | | | | * Adding viper libs for config file changes * Removing the old fsnotify lib * updating some missing libs * PLT-6076 Read config file info from enviroment vars * Changing unit test to use less important props
* PLT-2713 Added ability for admins to list users not in any team (#5844)Harrison Healey2017-03-298-1/+191
| | | | | | * PLT-2713 Added ability for admins to list users not in any team * Updated style of unit test
* PLT-6083: API to get users not in a specific team. (#5888)George Goldberg2017-03-297-0/+304
|
* Ui ifxes (#5890)Asaad Mahmood2017-03-298-18/+25
| | | | | | | | | | | | * PLT-5975 - Back arrow in flag list cutting off * PLT-6049 - Fixing pin icon color, and hover state * PLT-5989 - Channel member and pin icon issue * PLT-6067 - Pinned icon misaligned in firefox * PLT-5885 - Adjusting icon spacing in modal
* PLT 6125 Allow system admins to create users on closed servers (#5908)prixone2017-03-293-1/+30
| | | | | | | | | | | | | | * Update user.go Added method to create user accounts using a privileged system_admin account * Update user.go Added respective method to handle the the APIv4 call to create users with privileged account(system_admin) by passing server restrictions of EnableUserCreation and/or EnableOpenServer set to false. * Update user_test.go Added test case
* Add ID to System Console in the LHS Header Dropdown (#5900)doh52017-03-291-0/+1
| | | | | | | | | | * Add ID to System Console in the LHS Header Dropdown Under TEsting * Update sidebar_header_dropdown.jsx * Update sidebar_header_dropdown.jsx
* APIv4 get /channels/{channel_id}/pinned (#5893)Saturnino Abril2017-03-295-0/+102
|
* PLT-6057: Fix empty search results with in/from. (#5892)George Goldberg2017-03-291-1/+1
| | | | When search query was empty but in/from was set, search results didn't include posts containing hashtags.
* Remove user from list when selected in DM modal (#5884)Joram Wilander2017-03-292-2/+17
|
* APIv4 put /posts/{post_id}/patch (#5883)Saturnino Abril2017-03-295-4/+221
| | | | | | * APIv4 put /posts/{post_id}/patch * Add props and edit permission
* Add extra check before rendering emojis (#5879)Ryan Wang2017-03-291-10/+10
|
* Remove API endpoints being deprecated in 3.8 (#5880)Joram Wilander2017-03-286-312/+5
|
* Move WebSocket API to it's own package and add websocket v4 endpoint (#5881)Joram Wilander2017-03-2822-96/+370
|
* Fixing cancel ids for selenium (#5896)Corey Hulen2017-03-273-5/+15
| | | | | | | | * Fixing ids for selenium * Fixing ids * Fixing prop
* Disabled problematic unit test (#5891)Harrison Healey2017-03-271-2/+2
|
* Implement some MFA endpoints for APIv4 (#5864)Joram Wilander2017-03-277-21/+238
|