summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding LDAP Syncronization (#3219)Christopher Speller2016-06-0313-75/+416
|
* PLT-3020 Re-added errors to login page when no username/password is added ↵Harrison Healey2016-06-032-5/+51
| | | | | | | | (#3215) * Re-added errors to login page when no username/password is added * Added code to help login page state keep in sync with the browser's state after using autocomplete
* PLT-3177 - Fixing ordering for custom themes (#3226)Asaad Mahmood2016-06-037-16/+19
| | | | | | | | | Fix for bot tag and webhook attachments Adding theme styling for webhooks Removing embed styling Improving margins on compcat view for line breaks
* Removed hashtag/mention links that appear within text for markdown links (#3199)Harrison Healey2016-06-021-1/+2
|
* daily translations 20160602 (#3224)enahum2016-06-025-4/+8
|
* PLT-2962 Added channel switcher modal (#3216)David Lu2016-06-028-6/+257
| | | | | | | | * Added channel switcher modal * Fixed typos * Added handling for duplicate channels
* PLT-3028 Added CTRL+/ to show shortcuts (#3181)David Lu2016-06-022-2/+28
| | | | | | * Added CTRL / to show shortcuts * Simplified code
* PLT-3131 Add slash command for sending email invites (#3218)Joram Wilander2016-06-024-4/+141
| | | | | | | | | | * Add slash command for sending email invites * Add response for empty message and trim commas * Check for @ in email addresses before sending * Update invite people error message
* Made all settings save on enter (#3221)David Lu2016-06-022-6/+42
|
* PLT-1800 Load server side locale from the config.json (#3202)enahum2016-06-0239-894/+376
| | | | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency * Fix get locale on login_controller
* Fixed click handlers for autocomplete (#3213)Harrison Healey2016-06-024-7/+7
|
* Close HTTP response bodies properly in golang driver (and some api ↵Joram Wilander2016-06-023-4/+120
| | | | functions) (#3217)
* Multiple UI improvements (#3220)Asaad Mahmood2016-06-0216-173/+244
| | | | | | | | * Multiple UI improvements * Pushing time fix * Fixing absolute time stamps on IOS
* PLT-3010 - Updating system console (#3146)Asaad Mahmood2016-06-0227-251/+199
| | | | | | | | * Updating system console * Updating system console stuff * Updating ldap settings
* Fixing client tests. Disabling bad test. (#3214)Christopher Speller2016-06-022-1/+1
|
* daily translations 20160601 (#3209)enahum2016-06-024-16/+16
|
* Fix brand image not showing up after selecting it and before uploading (#3197)Joram Wilander2016-06-011-0/+14
|
* PLT-3149 Remove duplicate match-at dependency in package.json (#3195)enahum2016-06-011-1/+0
|
* Added scrolling, move out of navbar (#3163)David Lu2016-06-013-100/+79
| | | Added magic number, removed jqueryi
* PLT-2283 Improved trimming of punctuation from hashtags and search terms (#3178)Harrison Healey2016-06-013-7/+20
| | | | | | * Improved trimming of punctuation from hashtags and search terms * Separated punctuation regexes used for hashtags and for search terms
* Allow system admins to update and delete channels (#3161)Joram Wilander2016-06-012-23/+56
|
* PLT-3152 Fix System Console scroll (#3198)enahum2016-06-012-3/+10
| | | | | | * PLT-3152 Fix System Console scroll * Fix direct url access
* Revert "PLT-1800 Load server side locale from the config.json" (#3201)Christopher Speller2016-06-0138-375/+893
|
* PLT-1800 Load server side locale from the config.json (#3135)enahum2016-06-0138-893/+375
| | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency
* Allow clearing direct messages across team based on channel view events (#3176)Joram Wilander2016-06-011-1/+1
|
* Improved internal links which use react-router (#3180)Harrison Healey2016-06-012-4/+10
|
* PLT-3064 Add ErrorBar to System Console (#3189)enahum2016-06-011-6/+15
|
* Minor spelling correction (#3190)Derek Ardolf2016-06-011-1/+1
|
* Reorganized syntax highlighting code and added search term highlighting for ↵Harrison Healey2016-06-014-82/+121
| | | | code blocks with syntax highlighting (#3191)
* daily translations 20160531 (#3192)enahum2016-06-018-25/+41
|
* Added maxlength for nicknames (#3186)David Lu2016-05-312-0/+2
|
* PLT-2063: Add CLI option to invite user by email (#3148)Khoa Lê2016-05-311-0/+44
| | | | | | * PLT-2063: Add CLI option to invite user by email * fixed problem about gofmt
* PLT-2643 Fixed asynchronous autocomplete incorrectly replacing text (#3167)Harrison Healey2016-05-3111-110/+165
| | | | | | * Allowed different suggestions to match different text. Added a Suggestion base component. Improved text replacement used when filling in suggestions * Fixed formatting
* Removed unnecessary wbrs (#3182)Harrison Healey2016-05-311-3/+0
|
* PLT-3053 Fix Switching between Team pages in System Console (#3183)enahum2016-05-312-1/+4
|
* Fixing broken link (#3184)it332016-05-311-2/+2
|
* Fixed emoticons consuming the preceeding whitespace (#3187)Harrison Healey2016-05-311-4/+4
|
* Fixed typo (#3188)David Lu2016-05-311-1/+1
|
* Changed shortcut command message (#3173)David Lu2016-05-315-17/+1
|
* PLT-726 Update GitLab System Console placeholder text (#3174)lfbrock2016-05-312-7/+7
| | | | | | * Update gitlab_settings.jsx placeholder text * Update en.json
* Update support email help text (#3172)jasonblais2016-05-312-3/+3
| | | | | | * Update legal_and_support_settings.jsx * Update admin.support.emailHelp string
* Properly hid integrations menu option for non-admins when ↵Harrison Healey2016-05-311-1/+1
| | | | EnableOnlyAdminIntegrations is true (#3175)
* Add a wait condition in outgoing webhook test to prevent race condition (#3177)Joram Wilander2016-05-311-0/+5
|
* Reset channel top visibility correctly to fix intro message after tutorial ↵Joram Wilander2016-05-311-1/+5
| | | | (#3159)
* PLT-2170 Send payload in application/json for outgoing webhooks (#3160)Thomas Balthazar2016-05-318-109/+250
| | | | | | | | | | | | | | | * Send payload in application/json for outgoing webhooks The Add outgoing webhook UI now has a 'Content-Type' field that allows to choose between application/x-www-form-urlencoded and application/json. All outgoing webhooks created before this change will be considered as x-www-form-urlencoded. There's also a minor change in the way the outgoing webhook summary is displayed: the 'Callback URLs' label was missing. * Fix JS formatting errors * Increase ContentType field length to 128
* Send websocket event for system message posts (#3162)Joram Wilander2016-05-311-15/+17
|
* Allow users to manually enter colors into theme pickers (#3164)Joram Wilander2016-05-312-16/+15
|
* PLT-1626/PLT-1424/PLT-1473/PLT-1483 Improved search highlighting (#3171)Harrison Healey2016-05-313-15/+54
| | | | | | | | | | | | | | | | * PLT-1626 Stopped breaking up hyphenated hashtags when highlighting search terms * Made hashtag search highlighting case independent * PLT-1424 Improved search highlighting when searching for CJK characters * PLT-1473 Added search term highlighting to single-line code blocks * PLT-1473 Added search term highlighting to code blocks that don't use syntax highlighting * PLT-1483 Added proper highlighting of at mentions * Fixing formatting
* PLT-2061 Include FULL PATH in logs when referring to a directory (#3170)Khoa Lê2016-05-311-1/+2
|
* Added validation to make sure theme entries are colours (#3107)Harrison Healey2016-05-314-13/+38
| | | | | | * Added validation to make sure theme entries are colours * Added serverside validation for theme