summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
* Update help text for localization settings (#3252)jasonblais2016-06-061-4/+4
| | | | | | * Update help text for localization settings * Add to en.json
* PLT-3182 - Improving switch channels modal and some minor UI improvements ↵Asaad Mahmood2016-06-065-22/+57
| | | | | | | | | | | | | | (#3238) * PLT-3182 - Improving switch channels modal and some minor UI improvements Enabling link previews Adding compact layout to RHS Improving timestamps * Adding update code for RHS components
* Edit to Segment help text to explain what it offers. (#3257)it332016-06-051-2/+2
| | | | | | | | | | * Update Segment text * Update Segment text * Correcting typo * Fixed typo
* Added sign in link to the signup_user_complete page (#3248)Harrison Healey2016-06-052-15/+51
|
* Fixing nickname when LDAP is enabled but nickname field not set (#3243)Christopher Speller2016-06-051-1/+1
|
* Fixed code preview (#3242)Harrison Healey2016-06-051-1/+1
|
* Changed noLoginId error message to be specified in i18n (#3239)Harrison Healey2016-06-051-10/+24
|
* PLT-3168 Hide EnableFormatting advanced setting unless testing is enabled ↵Harrison Healey2016-06-051-73/+86
| | | | | | | | (#3237) * Added EnableTesting to the client config * Hid EnableFormatting advanced setting unless testing is enabled
* added ctrlSend checking (#3196)David Lu2016-06-054-7/+63
|
* PLT-3169 moving reload/recycle commands (#3223)Corey Hulen2016-06-042-0/+8
| | | | | | * PLT-3169 moving reload/recycle commands * Fixing eslint
* PLT-2994 Added @all (#3233)David Lu2016-06-042-7/+11
| | | | | | * Added @all * Uncomment @all server side
* PLT-2981 Disabled Push Notifications section in Settings if disabled by ↵David Lu2016-06-041-63/+85
| | | | | | | | admin (#3225) * Added push notifications disabled message to settings * Update user_settings_notifications.jsx
* Changed joiningChannel to id (#3240)David Lu2016-06-041-8/+8
|
* Fix missing invalid password errors on claim pages (#3236)Joram Wilander2016-06-033-6/+6
|
* Added hint (#3232)David Lu2016-06-031-0/+1
|
* Fix typo on help text (#3227)jasonblais2016-06-031-1/+1
| | | | | | | | * Fix typo on help text Fix typo on `allow anyone to join this team` help text. * Added fix to webapp/i18n/en.json
* Adding LDAP Syncronization (#3219)Christopher Speller2016-06-031-0/+20
|
* PLT-3020 Re-added errors to login page when no username/password is added ↵Harrison Healey2016-06-031-5/+49
| | | | | | | | (#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-033-3/+3
| | | | | | | | | Fix for bot tag and webhook attachments Adding theme styling for webhooks Removing embed styling Improving margins on compcat view for line breaks
* PLT-2962 Added channel switcher modal (#3216)David Lu2016-06-025-5/+248
| | | | | | | | * Added channel switcher modal * Fixed typos * Added handling for duplicate channels
* PLT-3028 Added CTRL+/ to show shortcuts (#3181)David Lu2016-06-021-1/+22
| | | | | | * Added CTRL / to show shortcuts * Simplified code
* 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-026-4/+251
| | | | | | | | | | | | * 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
|
* Multiple UI improvements (#3220)Asaad Mahmood2016-06-027-58/+40
| | | | | | | | * Multiple UI improvements * Pushing time fix * Fixing absolute time stamps on IOS
* PLT-3010 - Updating system console (#3146)Asaad Mahmood2016-06-0223-229/+136
| | | | | | | | * Updating system console * Updating system console stuff * Updating ldap settings
* Fix brand image not showing up after selecting it and before uploading (#3197)Joram Wilander2016-06-011-0/+14
|
* Added scrolling, move out of navbar (#3163)David Lu2016-06-012-100/+78
| | | Added magic number, removed jqueryi
* PLT-3152 Fix System Console scroll (#3198)enahum2016-06-011-3/+5
| | | | | | * 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-015-250/+3
|
* PLT-1800 Load server side locale from the config.json (#3135)enahum2016-06-015-3/+250
| | | | | | | | | | * 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
* PLT-3064 Add ErrorBar to System Console (#3189)enahum2016-06-011-6/+15
|
* Reorganized syntax highlighting code and added search term highlighting for ↵Harrison Healey2016-06-011-8/+41
| | | | code blocks with syntax highlighting (#3191)
* Added maxlength for nicknames (#3186)David Lu2016-05-311-0/+1
|
* PLT-2643 Fixed asynchronous autocomplete incorrectly replacing text (#3167)Harrison Healey2016-05-319-86/+117
| | | | | | * Allowed different suggestions to match different text. Added a Suggestion base component. Improved text replacement used when filling in suggestions * Fixed formatting
* PLT-3053 Fix Switching between Team pages in System Console (#3183)enahum2016-05-312-1/+4
|
* PLT-726 Update GitLab System Console placeholder text (#3174)lfbrock2016-05-311-4/+4
| | | | | | * Update gitlab_settings.jsx placeholder text * Update en.json
* Update support email help text (#3172)jasonblais2016-05-311-2/+2
| | | | | | * 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)
* PLT-2170 Send payload in application/json for outgoing webhooks (#3160)Thomas Balthazar2016-05-312-21/+65
| | | | | | | | | | | | | | | * 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
* Allow users to manually enter colors into theme pickers (#3164)Joram Wilander2016-05-312-16/+15
|
* Added validation to make sure theme entries are colours (#3107)Harrison Healey2016-05-311-1/+6
| | | | | | * Added validation to make sure theme entries are colours * Added serverside validation for theme
* PLT-3061 Load user statuses as soon as possible (#3132)enahum2016-05-311-42/+43
|
* Fixed endless scrolling up (#3156)David Lu2016-05-311-0/+6
|
* User display names now update immediately after changing display setting (#3155)Joram Wilander2016-05-303-3/+15
|
* changed behaviour on non-empty post/comment (#3154)David Lu2016-05-302-4/+4
| | | | | Added preventDefault changed behaviour on non-empty post/comment
* Add license expiry messages (#3153)Joram Wilander2016-05-304-33/+144
|
* PLT-3051 Fix broken site statistics (#3143)enahum2016-05-304-46/+49
|
* Revert "PLT-2839 Forced sidebar to scroll to top on update" (#3152)Christopher Speller2016-05-301-3/+0
|
* PLT-2973 Fix Channel view doesn't scroll to New Messages indicator on first ↵enahum2016-05-301-2/+3
| | | | load (#3151)