summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update permalink error message (#3427)Eric Sethna2016-06-282-2/+2
| | | | | | | | | | * Clarify permalink error message * Clarify permalink error message en.json * Update global_actions.jsx * Update en.json
* Syncronization interval now set on config save. (#3421)Christopher Speller2016-06-284-6/+12
|
* PLT-3374 Thumbnails for live YouTube videos are broken (#3434)enahum2016-06-281-4/+13
|
* PLT-3417 Missing localization on Account Settings and Backstage (#3437)enahum2016-06-283-7/+31
|
* Adding validation for LDAP settings to configuration (#3425)Christopher Speller2016-06-284-6/+27
|
* PLT-3191 E20: Updates to Reload Configuration from Disk and Recycle Database ↵David Lu2016-06-284-4/+26
| | | | | | | | | | Connections (#3424) * added help text to reload configuration and recycle db * Update reload_config.jsx * Update en.json
* Changing email notifications to use permalinks (#3399)Christopher Speller2016-06-282-2/+2
|
* Moved file attachments to be stored in data/channels instead of ↵Harrison Healey2016-06-282-41/+40
| | | | data/teams/ID/channels (#3416)
* PLT-3242 Fixed clicking on input labels on iOS (#3417)Harrison Healey2016-06-272-0/+12
| | | | | | * Prevented channel notification settings radiobuttons from multi-selecting * Fixed clicking on input labels on iOS
* PLT-3269 Moved formatting toggle behind EnableDeveloper setting (#3402)Harrison Healey2016-06-272-2/+2
| | | | | | * Force formatting to be enabled if testing is disabled * Moved formatting toggle behind EnableDeveloper setting
* PLT-3332 Removed multiple change channel header messages (#3390)David Lu2016-06-272-3/+14
| | | | | | * disabled submit upon form submission to avoid asynchronous errors * Used state instead of props
* UI text upgrades (#3375)it332016-06-276-16/+16
| | | | | | | | | | | | | | | | | | | | | | * Clarifying auth user join button * Update team_general_tab.jsx * Update generated_setting.jsx * Update public_link_settings.jsx * Update signup_settings.jsx * Update login_settings.jsx * Update team_general_tab.jsx * Update en.json * Clarifying help text * Clarifying help text
* Fixed switching between user lists in system console (#3409)Harrison Healey2016-06-272-4/+17
|
* Email check shouldn't be case-sensitive #3349 (#3350)Thiyagaraj Krishna2016-06-271-1/+1
| | | Email address "allowed domains" check appears to be case-sensitive #3349
* changed edit header title for DM channels (#3415)David Lu2016-06-272-7/+22
|
* made channel header in mobile view correct (#3418)David Lu2016-06-271-10/+41
|
* Added error message for unchanged email (#3420)David Lu2016-06-272-2/+3
|
* PLT-3416 German localization should read "Deutsch" and not "Deutsche" (#3405)enahum2016-06-241-1/+1
|
* Fixing team creation flow and switching from bootstrap to react bootstrap ↵Asaad Mahmood2016-06-242-28/+46
| | | | (#3408)
* Clarifying help text (#3370)it332016-06-242-5/+5
| | | | | | | | | | | | | | | | | | | | * Making help text more clear * Clarifying help text * Changing "No results" to question * Changing "No results" to question * Update search_results.jsx * Update en.json * Update en.json * Update search_results.jsx * Update search_results.jsx
* PLT-3225 Fix Channel header disappears after renaming a channel (#3389)enahum2016-06-241-1/+4
|
* Fixed enabling compliance settings in the system console without reload (#3401)Harrison Healey2016-06-241-2/+3
|
* daily translations 20160623 (#3403)enahum2016-06-246-52/+57
|
* PLT-3211 Fixed search highlighting for hashtags starting with "#in", ↵Harrison Healey2016-06-221-4/+8
| | | | | | | | | | "#from", or "#channel" (#3400) * Fixed clicking hashtags/@mentions adding a # to the url * Updated punctuation trimming regex for searching to better match the server * Fixed search term splitting to not break up hashtags starting with a search flag (in, from, etc)
* Fix occasional visual hiccup when posting/replying to messages (#3397)Joram Wilander2016-06-222-2/+12
|
* Adding webpack code splitting (#3377)Christopher Speller2016-06-2265-614/+740
|
* PLT-3220 Fixed create channel modal not saving upon enter (#3380)David Lu2016-06-221-0/+32
| | | | | | * fixed create channel modal not saving upon enter * used componentWillReceiveProps
* PLT-3415 Fix Sending Test email fails with error (#3396)enahum2016-06-222-1/+2
|
* Make sure profile is not nil when assigning in sendNotifications (#3395)Joram Wilander2016-06-211-1/+3
|
* Reset MFA error upon update (#3387)David Lu2016-06-211-1/+1
|
* stopped youtube videos upon collapsing (#3388)David Lu2016-06-212-1/+7
|
* daily translations 20160621 (#3392)enahum2016-06-216-8/+158
|
* PLT-3261 Fix Can't create a team with GitLab if the email domain is ↵enahum2016-06-211-0/+7
| | | | restricted (#3379)
* PLT-3341 Add missing localization support for System Console (#3385)enahum2016-06-212-1/+31
|
* daily translations 20160620 (#3384)enahum2016-06-2012-120/+160
|
* Only check team Id in getChannel for non-DMs (#3382)Joram Wilander2016-06-201-1/+1
|
* Revert "PLT-3220 Fixed create channel modal not saving upon enter" (#3378)Joram Wilander2016-06-201-30/+0
|
* Added check for code theme (#3367)David Lu2016-06-201-0/+21
|
* removed reference to allKey (#3366)David Lu2016-06-201-1/+0
|
* fixed create channel modal not saving upon enter (#3363)David Lu2016-06-201-0/+30
|
* PLT-3364 Fix panic when load config failes (#3361)enahum2016-06-208-27/+3
|
* Reset password errors upon submit (#3362)David Lu2016-06-181-2/+3
|
* Fix typo: Attrubute (#3368)it332016-06-182-2/+2
| | | | | | * Fix typo: Attrubute * Fix typo: Attrubute
* Multiple UI fixes (#3357)Asaad Mahmood2016-06-1612-58/+88
| | | | | | * Multiple UI fixes * Removing utils from tutorial file
* Remove the unnecessary comma (#3351)Park Daesun2016-06-161-1/+1
| | | It is not error, but It is unnecessary
* Revert "PLT-3220 Made Create Channel modal save upon enter" (#3356)Joram Wilander2016-06-161-24/+0
|
* PLT-2971 Added email footer for address (#3319)David Lu2016-06-167-1/+43
| | | | | | | | | | * Added email footer for address * added default * Update html.go * Changed according to PM
* Improving about modal and colon issue with webhooks (#3343)Asaad Mahmood2016-06-168-48/+58
| | | | | Updating word break Updating improvements for about modal
* daily translations 20160615 (#3348)enahum2016-06-159-72/+112
|
* Shorten sentence to avoid word-wrap (#3347)it332016-06-152-2/+2
| | | | | | * Update about_build_modal.jsx * Update en.json