summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* made create channel/group save upon enter (#3344)David Lu2016-06-151-0/+24
|
* Reset error on invalid MFA (#3346)David Lu2016-06-151-1/+2
|
* PLT-946 Add status icon to the left of the username in DM channel (#3258)Kevyn Bruyere2016-06-159-56/+126
| | | Add a StatusIcon component to be able to display a status icon from anywhere
* Fixed @all not working as intended (#3335)David Lu2016-06-155-46/+5
|
* PLT-3202 Re-render timestamps when display settings switch between 12h and ↵Harrison Healey2016-06-1515-79/+110
| | | | | | | | 24h (#3337) * Made post timestamp switch from 12h to 24h without refreshing * Made RHS post timestamps switch from 12h to 24h without refreshing
* PLT-3344 Set Localization config to always have by default all languages ↵enahum2016-06-157-31/+16
| | | | available (#3339)
* PLT-3264 remove session cookie when switching accounts (#3341)Corey Hulen2016-06-151-0/+3
|
* PLT-2993 redirecting to team when joining. (#3342)Corey Hulen2016-06-151-2/+2
|
* Added text emoticons to autocomplete (#3312)Harrison Healey2016-06-152-5/+24
|
* Update error message when trying to switch account with a duplicate email ↵Joram Wilander2016-06-152-1/+9
| | | | (#3332)
* Distinguish between static embeds and toggleable embeds (#3333)Joram Wilander2016-06-152-22/+44
|
* Improved paste handling to allow pasting images copied from the browser (#3334)Harrison Healey2016-06-151-52/+48
|
* Fixed DM channels not opening (#3336)David Lu2016-06-152-2/+29
|
* daily translations 20160614 (#3340)enahum2016-06-1512-128/+756
|
* Fix channels showing up across teams when multiple teams open in same ↵Joram Wilander2016-06-154-1/+18
| | | | browser (#3329)
* Multiple UI improvements (#3317)Asaad Mahmood2016-06-1414-138/+254
| | | | | | | Removing break all Replacing jquery selectors and some other UI improvements Removing jquery selector
* Add German Localization (#3328)enahum2016-06-145-1/+5618
|
* Fix bad condition on hiding email addresses and update user etag to include ↵Joram Wilander2016-06-1410-33/+17
| | | | privacy settings (#3327)
* PLT-3143 Added serverside code for custom Emoji (#3311)Harrison Healey2016-06-1418-5/+1538
| | | | | | | | | | | | | | * Added model objects for emoji * Added database tables for emoji * Added settings for custom emoji * Added serverside APIs and unit tests for custom emoji * Added additional validation to catch duplicate emoji names earlier on * Added additional validation to prevent users from adding emoji as another user
* Made error message clearer (#3318)David Lu2016-06-142-3/+9
|
* Require indentation for multiline list items (#3326)Harrison Healey2016-06-142-6/+5
|
* Merge branch 'release-3.1'JoramWilander2016-06-1329-137/+252
|\ | | | | | | | | Conflicts: webapp/components/create_comment.jsx
| * PLT-3270 Comment out max file size setting in system console (#3324)Joram Wilander2016-06-132-21/+22
| | | | | | | | | | | | * Comment out max file size settting in system console * Remove pending post after successful create post request
| * Adding DB schema version to CLI (#3315)Corey Hulen2016-06-131-0/+1
| |
| * Stopped trimming passwords on login (#3304)Harrison Healey2016-06-101-2/+2
| |
| * Correctly set defaults for all LDAPSettings in the config (#3301)Joram Wilander2016-06-091-24/+64
| |
| * Add server restart note to LDAP sync setting (#3303)jasonblais2016-06-092-2/+2
| | | | | | | | | | | | * Add server restart note to LDAP sync setting * Add server restart note to LDAP sync setting
| * PLT-3254 Javascript error and can't login with Spanish Client language (#3298)enahum2016-06-091-1/+1
| |
| * PLT-3236 Click in little x for admin console localization settings causes ↵enahum2016-06-093-0/+5
| | | | | | | | error (#3292)
| * PLT-3257 Fix Team Statistics (#3290)enahum2016-06-092-12/+12
| |
| * Fixing attachment in RHS root post for compact view (#3289)Asaad Mahmood2016-06-092-4/+5
| | | | | | | | | | | | * Fixing attachment in RHS root post for compact view * Improving spacing for mentions
| * Join team correctly when signing up with LDAP (#3287)Joram Wilander2016-06-071-6/+28
| |
| * Lock Javascript driver to 3.1 branch (#3277)Harrison Healey2016-06-071-1/+1
| |
| * Changed default LocalizationSettings.AvailableLocales to include all locales ↵Harrison Healey2016-06-072-1/+12
| | | | | | | | (#3280)
| * PLT-3203 Commenting on the RHS while in permalink view makes the message not ↵enahum2016-06-075-7/+13
| | | | | | | | show up in the RHS (#3282)
| * Properly removed hashtags and at mentions inside of markdown links (#3283)Harrison Healey2016-06-071-1/+1
| |
| * Auto join teams if coming from team sign-up page to login for GitLab (#3284)Joram Wilander2016-06-075-44/+67
| |
| * PLT-3215 Moving custom branding in admin console (#3286)Corey Hulen2016-06-071-10/+17
| |