summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
...
* PLT-4125 Prevent typing on settings that use the regenerate button (#4016)enahum2016-09-141-7/+1
|
* Modifying permissions system. (#3897)Christopher Speller2016-09-135-27/+27
|
* Highlight comment bar for comments considered mentions (#3938)Joram Wilander2016-09-137-36/+40
|
* PLT-3801 Fix toggle dropdown Main menu (#4014)enahum2016-09-132-16/+11
|
* PLT-4086 Mobile: ENTER creates a new line even with CTRL+ENTER off (#4015)enahum2016-09-131-1/+2
|
* PLT-4131 Dynamic update the Password requirements error message sample (#4017)enahum2016-09-131-4/+10
|
* Add noscript message to root.html (fixes #3953) (#3968)Pierre Rudloff2016-09-121-0/+3
|
* Some improvments to slack import (#4010)Christopher Speller2016-09-121-2/+2
|
* code block should be Code block as used in a menu IIRC (#4006)William Gathoye2016-09-121-1/+1
| | | All translators have translated this string item using an uppercase letter.
* Made search autocomplete for channels and users case insensitive (#3965)Harrison Healey2016-09-122-2/+2
|
* Team names in system console are sorted alphabetically regardless of case ↵Ryan Wang2016-09-121-2/+5
| | | | (#3958)
* Let's be consistent with keyboard shortcuts. (#4005)William Gathoye2016-09-122-2/+2
| | | | | | * Let's be consistent with keyboard shortcuts. * Update en.json
* Translations for RC5 (#4004)enahum2016-09-098-2297/+2297
|
* Correctly passed invite ID through to LDAP signup page (#4001)Harrison Healey2016-09-091-1/+1
|
* Fix team invite links when the invite ID is invalid (#3998)Joram Wilander2016-09-091-4/+12
|
* Fix weird typing behaviour on LDAP signup page on IE11 (#3996)Harrison Healey2016-09-091-4/+0
|
* daily translations 20160908 (#3994)enahum2016-09-0810-2593/+2683
|
* Stopped automatically focusing user list search box on mobile (#3992)Harrison Healey2016-09-081-1/+5
|
* Displayed proper token on integration creation confirmation (#3991)Harrison Healey2016-09-084-18/+16
|
* PLT-4100 Made SuggestionList dividers optional (#3990)Harrison Healey2016-09-084-17/+16
| | | | | | * Made SuggestionList dividers optional * Stopped mutating the User object in the AtMentionProvider
* PLT-3880 Update the "Password Requirements" help text (#3989)enahum2016-09-081-9/+11
|
* Updating minor fixes for rc4 (#3988)Asaad Mahmood2016-09-081-0/+11
|
* PLT-3766 Change remaining LDAP references to AD/LDAP (#3985)Jason Blais2016-09-082-5/+7
| | | | | | | | | | * Update user.go * Update en.json * Update ldap_test_button.jsx * Update en.json
* PLT-4084 Fix Unable to send messages in RC (#3983)enahum2016-09-072-3/+20
|
* SiteURL help text update (#3977)Eric Sethna2016-09-062-4/+4
|
* PLT-3753 Added Segment analytics (#3972)David Lu2016-09-063-23/+23
|
* Fixed emojis not being stored by EmojiStore on first page load (#3980)Harrison Healey2016-09-061-0/+3
|
* PLT-3775/PLT-4067 Fixes for email notifications for 3.4Harrison Healey2016-09-062-0/+7
|
* PLT-4025 fixed so Ctrl+Enter works on windows (#3979)enahum2016-09-062-12/+3
|
* Change Native Download Link Copy (#3976)Yang Chen2016-09-063-4/+4
|
* PLT-3820 Fix preview flickering on Edge and remove previews from DOM when ↵Joram Wilander2016-09-061-22/+56
| | | | | | not expanded (#3967)
* Allowed post formatting to be disabled regardless of whether EnableDeveloper ↵Harrison Healey2016-09-062-8/+11
| | | | is set (#3975)
* PLT-4080 Remove the option to reply to system messages (#3974)enahum2016-09-061-1/+1
|
* PLT-3766 Change LDAP references to AD/LDAP in the UI (#3925)Jason Blais2016-09-0612-96/+96
|
* Look at direct profiles when viewing a direct channel thread in the RHS (#3971)Harrison Healey2016-09-061-2/+8
|
* Minor UI fixes (#3970)Asaad Mahmood2016-09-064-6/+17
| | | | * Minor UI fixes
* Fix email invitations (#3964)Joram Wilander2016-09-061-53/+56
|
* PLT-3921 Fix System Console Recent Active Users (#3856)enahum2016-09-062-1/+10
| | | * PLT-3921 System Console Recent Active Users
* Ui improvements (#3963)Asaad Mahmood2016-09-066-23/+49
| | | | | | | | | | * PLT-4061 - Updating pdf preview pages message * PLT-4063 - Fixing spacing for LDAP button * PLT-3837 - Showing reply button on mobile in the RHS * PLT-4046 - Cantering tutorial on older mobile versions
* daily translations 20160906 (#3961)enahum2016-09-069-917/+1196
|
* Update text for restricting integration management to admins (#3962)Jason Blais2016-09-062-4/+4
| | | Update text for restricting integration management to admins
* PLT-3707 Refocus post textbox when channel switcher exits (#3955)enahum2016-09-061-1/+9
|
* add missing locs and fix a few others (#3952)enahum2016-09-062-31/+35
|
* Add statuses to profiles pictures and remove from header in DMs (#3940)Joram Wilander2016-09-062-31/+3
|
* Change "Native Apps" to "Mattermost Apps" for consistency (#3957)Jason Blais2016-09-065-8/+8
| | | Change "Native Apps" to "Mattermost Apps" for consistency
* PLT-3875 Update error page to use Markdown and add error for missing OAuth ↵Joram Wilander2016-09-061-1/+2
| | | | | | | | | | | | code (#3934) * Update error page to use Markdown and add error for missing OAuth code * Add line breaks to error messages This is to make the error message easier to read. * Update en.json
* PLT-4042 Moved {createSetHeaderButton(channel)} order (#3935)CyberShambles2016-09-061-2/+2
| | | | | | * Moved {createSetHeaderButton(channel)} order * Update channel_intro_messages.jsx
* Reply notifications text (#3942)Eric Sethna2016-09-062-2/+2
| | | | | | * Update user_settings_notifications.jsx * Update en.json
* PLT-4025 "CTRL+ENTER" option isn't honoured on the edit dialog after a ↵enahum2016-09-061-12/+12
| | | | refresh (#3948)
* PLT-3880 Dynamic Password Min Length help text (#3949)enahum2016-09-061-1/+1
|