summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-12414-432/+443
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* Update profile picture format message (#6049)Ryan Wang2017-04-112-2/+2
|
* Added missing localization strings for error page (#6026)Harrison Healey2017-04-101-0/+4
|
* PLT-6259 Fix outdated help text in System Console > Developer settings (#6017)Jason Blais2017-04-072-2/+2
|
* Add ids to admin dropdown button, switch team button and logout button (#5973)doh52017-04-051-0/+5
| | | | | | | | * Add ids to admin dropdown button, switch team button and logout button For selenium automation - update the admin setting and switch to specific team or logout * updated the team nav button based on the suggestion
* PLT-5904 (WebApp): Config for skip email server cert verification. (#5991)George Goldberg2017-04-052-0/+21
|
* Fix private channel translations (#5986)enahum2017-04-051-48/+39
|
* Remove unnecessary uses of getMoreChannels (#5982)Joram Wilander2017-04-044-41/+1
|
* PLT-5702 Added special error page for private browsing error message (#5985)Harrison Healey2017-04-045-28/+105
|
* Fix missed string changes of "Invite New Member" to "Send Email Invite" (#5983)Jason Blais2017-04-043-4/+4
| | | | | | | | * Update invite_member_modal.jsx * Update policy_settings.jsx * Update en.json
* Fix title in RHS for pinned posts (#5976)Joram Wilander2017-04-041-1/+12
|
* PLT-6023: Add Users to Team in WebApp. (#5956)George Goldberg2017-04-0412-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 Healey2017-04-043-210/+177
|
* PLT-6139 (WebApp): Manage Private Channel Members (#5947)George Goldberg2017-04-047-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 Hulen2017-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-5906 Set logs path instead log filename (#5949)enahum2017-04-042-4/+4
| | | | | | * PLT-5906 Set logs path instead log filename * feedback review
* PLT-3958 Updated title for permalink error page (#5970)Harrison Healey2017-04-042-1/+5
|
* Adding more text to webpack build so jenkins doesn't timeout (#5972)Christopher Speller2017-04-041-1/+1
|
* Fixed pasting images not working (#5971)Harrison Healey2017-04-043-4/+17
|
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-045-15/+94
| | | | | | | | | | | | | | | | * 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)enahum2017-04-0411-776/+779
|
* Add ID to siderbar_header_dropdown_button (#5967)doh52017-04-041-0/+1
| | | under testing
* Fixed channel autocomplete flickering (#5961)Harrison Healey2017-04-037-56/+72
|
* Fixed console error thrown by PostList when switching teams (#5960)Harrison Healey2017-04-031-0/+8
|
* Added SidebarHeaderDropdownButton to stop console warning (#5959)Harrison Healey2017-04-032-9/+32
|
* PLT-6147 Fixed reactions not rendering properly while loading (#5958)Harrison Healey2017-04-034-40/+38
|
* PLT-6098 Added Manage Teams modal to System Console users list (#5914)Harrison Healey2017-04-0310-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
* Update UI text for emoji picker setting (#5963)Jason Blais2017-04-032-2/+2
| | | | | | * Update user_settings_advanced.jsx * Update en.json
* Save recently used emojis after logout (#5926)Ryan Wang2017-04-033-3/+9
|
* 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
* Replace initial load of user's channel members for all teams with a lazy ↵Joram Wilander2017-04-034-109/+129
| | | | load (#5942)
* PLT-5873 Renamed private groups to private channels (#5924)Harrison Healey2017-04-0319-303/+146
| | | | | | * 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
* Add reaction picker (#5904)bonespiked2017-04-0113-197/+541
|
* PLT-5750 Add sequence number to websocket connections and events (#5907)Joram Wilander2017-04-012-0/+20
| | | | | | | | * 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
|
* Fix console error and reverted colorpicker upgrade to prevent crash (#5897)Joram Wilander2017-03-311-1/+1
|
* 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-3011-51/+970
|
* 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-305-6/+10
|
* PLT-5035 Added loading of missing profiles when hovering over reactions (#5887)Harrison Healey2017-03-308-37/+122
|
* 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
* 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
* Remove user from list when selected in DM modal (#5884)Joram Wilander2017-03-292-2/+17
|
* 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-282-48/+0
|