summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* PLT-3080 Added ability to disable formatting for debugging and updated ↵Harrison Healey2016-05-301-58/+158
| | | | | | | | | | marked to fix errors (#3141) * Removed injectIntl from user_settings_advanced.jsx * Added setting to disable formatting for debugging * Updated fork of marked
* PLT-2321 Move the toggle icon next to the link being previewed (#3071)samogot2016-05-274-37/+64
| | | | | | | | | | | | | | * PLT-2321 Move the toggle icon next to the link being previewed only applicable to one-line messages started with link * remove useless "Youtube" header when no title is available * allow breaking long links instead of toggle * simplify "/" to "/<wbr />" replacing fix empty post without additional content body * discard buggy "simplification"
* PLT-2672 Refactored posts view with caching (#3054)Joram Wilander2016-05-2723-525/+592
| | | | | | | | | | * Refactored posts view to use view controller design * Add post view caching * Required updates after rebase * Fixed bug where current channel not set yet was causing breakage
* Changed channel navigation (#3142)David Lu2016-05-271-10/+6
|
* Merge branch 'release-3.0'JoramWilander2016-05-272-16/+18
|\
| * PLT-3030 Fix Blank Page (#3104)enahum2016-05-272-16/+18
| |
* | Forced navbar scroll to top on update (#3139)David Lu2016-05-271-0/+3
| |
* | Added preventDefault (#3137)David Lu2016-05-272-0/+2
| |
* | Added BOT in RHS (#3136)David Lu2016-05-273-3/+16
| | | | | | Changed BOT to constant
* | Display error correctly on ldap to email claim page (#3129)Joram Wilander2016-05-271-10/+7
| |
* | Don't allow gitlab users to activate mfa (#3125)Joram Wilander2016-05-271-1/+18
| |
* | Revert "PLT-1800 Load server side locale from the config.json" (#3133)Christopher Speller2016-05-275-266/+18
| |
* | PLT-1800 Load server side locale from the config.json (#3092)enahum2016-05-275-18/+266
| | | | | | | | | | | | | | | | * 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
* | Adding reload and recycle buttons to system console (#3102)Corey Hulen2016-05-264-0/+196
| |
* | Forced clear hashtag at end of URL (#3128)David Lu2016-05-261-2/+7
| |
* | PLT-2886 Added name properties to all radio buttons (#3112)Harrison Healey2016-05-267-738/+28
| | | | | | | | | | | | | | | | * Removed unused, deprecated system console page * Added name properties to all radio buttons * Removed unused english strings from admin console
* | Refactor login, claim and create_team into views and add actions (#3110)Joram Wilander2016-05-2634-135/+89
| |
* | PLT-3049 Revert Google Api Key to show YouTube Previews (#3116)enahum2016-05-261-4/+7
| |
* | Prevented scrolling through suggestion list when there's no suggestions (#3111)Harrison Healey2016-05-261-0/+4
| |
* | PLT-2989 Incoming webhooks available to all channels user is member of (#3082)David Lu2016-05-263-9/+45
| | | | | | | | | | | | | | | | | | | | | | | | * Removed OPEN_CHANNEL check * Added checks for each type of channel * Added all channels display Used onComponentUpdate, made code clearer * Made requested changes
* | PLT-2952 fixing preview mode error message (#3113)Corey Hulen2016-05-261-1/+6
| |
* | PLT-3002 Removed Auto-capitalization on Mobile Devices (#3099)David Lu2016-05-253-2/+8
| | | | | | | | | | | | | | | | * Added autoCapitalize='off' * Changed inputs to email * Removed autocapitalize for email
* | PLT-1042 allow cancel pending post (#3053)samogot2016-05-254-101/+96
| |
* | Removed all password trimming (#3109)David Lu2016-05-257-11/+11
| |
* | Minor UI improvements (#3095)Asaad Mahmood2016-05-252-2/+2
| | | | | | | | | | | | | | | | | | Updating config.json Updating config.json Updating config.json Updating config.json
* | Revert "PLT-1800 Load server side locale from the config.json (#3076)"Christopher Speller2016-05-245-250/+3
| | | | | | | | This reverts commit 34beaa569bfb32f1607375f1d5a22859322060d2.
* | Max_File_Size setting in System Console > File Settings (#3070)Thomas Balthazar2016-05-241-1/+21
| |
* | PLT-1800 Load server side locale from the config.json (#3076)enahum2016-05-245-3/+250
| | | | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics
* | Minor UI changes (#3078)Asaad Mahmood2016-05-243-13/+22
| | | | | | | | | | Updating navbar dropdown Updating margin on login page
* | Fix YouTube videos when Google Api Key is not set (#3083)enahum2016-05-241-1/+5
| |
* | Removed unused call to onListenerChange (#3081)David Lu2016-05-231-2/+0
| |
* | Added validation for command triggers (#3068)David Lu2016-05-201-1/+47
| |