enahum
268bccdf49
PLT-3053 Fix Switching between Team pages in System Console ( #3183 )
2016-05-31 16:10:57 -04:00
lfbrock
581d8568c5
PLT-726 Update GitLab System Console placeholder text ( #3174 )
...
* Update gitlab_settings.jsx placeholder text
* Update en.json
2016-05-31 14:26:01 -04:00
jasonblais
fe4a9bc739
Update support email help text ( #3172 )
...
* Update legal_and_support_settings.jsx
* Update admin.support.emailHelp string
2016-05-31 12:57:52 -04:00
Harrison Healey
a4d7367e2f
Properly hid integrations menu option for non-admins when EnableOnlyAdminIntegrations is true ( #3175 )
2016-05-31 12:56:26 -04:00
Thomas Balthazar
c226cabc04
PLT-2170 Send payload in application/json for outgoing webhooks ( #3160 )
...
* 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
2016-05-31 10:51:28 -04:00
Joram Wilander
ca5e8d38e9
Allow users to manually enter colors into theme pickers ( #3164 )
2016-05-31 10:40:23 -04:00
Harrison Healey
c5deb333db
Added validation to make sure theme entries are colours ( #3107 )
...
* Added validation to make sure theme entries are colours
* Added serverside validation for theme
2016-05-31 08:15:33 -04:00
enahum
64cce071a9
PLT-3061 Load user statuses as soon as possible ( #3132 )
2016-05-31 08:14:59 -04:00
David Lu
f920b80e54
Fixed endless scrolling up ( #3156 )
2016-05-31 08:13:43 -04:00
Joram Wilander
abde1da60c
User display names now update immediately after changing display setting ( #3155 )
2016-05-30 11:12:08 -04:00
David Lu
6c86ec3e4c
changed behaviour on non-empty post/comment ( #3154 )
...
Added preventDefault
changed behaviour on non-empty post/comment
2016-05-30 10:00:20 -04:00
Joram Wilander
0dfac9875e
Add license expiry messages ( #3153 )
2016-05-30 09:59:53 -04:00
enahum
e4cb9141a4
PLT-3051 Fix broken site statistics ( #3143 )
2016-05-30 08:44:32 -04:00
Christopher Speller
f9aabcab5c
Revert "PLT-2839 Forced sidebar to scroll to top on update" ( #3152 )
2016-05-30 08:35:47 -04:00
enahum
d331e5b964
PLT-2973 Fix Channel view doesn't scroll to New Messages indicator on first load ( #3151 )
2016-05-30 08:12:44 -04:00
Harrison Healey
fe5db12374
PLT-3080 Added ability to disable formatting for debugging and updated marked to fix errors ( #3141 )
...
* Removed injectIntl from user_settings_advanced.jsx
* Added setting to disable formatting for debugging
* Updated fork of marked
2016-05-30 07:57:44 -04:00
samogot
e1bebb2d77
PLT-2321 Move the toggle icon next to the link being previewed ( #3071 )
...
* 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"
2016-05-27 19:31:02 -04:00
Joram Wilander
6399a94ce2
PLT-2672 Refactored posts view with caching ( #3054 )
...
* 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
2016-05-27 16:01:28 -04:00
David Lu
ca9f348be6
Changed channel navigation ( #3142 )
2016-05-27 14:52:19 -04:00
JoramWilander
6f8d4a18ee
Merge branch 'release-3.0'
2016-05-27 14:38:41 -04:00
enahum
40743af734
PLT-3030 Fix Blank Page ( #3104 )
2016-05-27 12:53:31 -04:00
David Lu
a9a0e1f6db
Forced navbar scroll to top on update ( #3139 )
2016-05-27 12:46:52 -03:00
David Lu
24590b3e89
Added preventDefault ( #3137 )
2016-05-27 11:42:00 -04:00
David Lu
1736947f0e
Added BOT in RHS ( #3136 )
...
Changed BOT to constant
2016-05-27 08:38:35 -07:00
Joram Wilander
5ff85df9e9
Display error correctly on ldap to email claim page ( #3129 )
2016-05-27 08:37:16 -07:00
Joram Wilander
d2aacdbb07
Don't allow gitlab users to activate mfa ( #3125 )
2016-05-27 08:36:53 -07:00
Christopher Speller
ec7a273550
Revert "PLT-1800 Load server side locale from the config.json" ( #3133 )
2016-05-27 09:01:35 -04:00
enahum
a2c183f401
PLT-1800 Load server side locale from the config.json ( #3092 )
...
* 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
2016-05-27 08:25:37 -04:00
Corey Hulen
e1801d0997
Adding reload and recycle buttons to system console ( #3102 )
2016-05-26 15:11:55 -04:00
David Lu
4aa0465c73
Forced clear hashtag at end of URL ( #3128 )
2016-05-26 14:44:40 -04:00
Harrison Healey
8a7e1b6dff
PLT-2886 Added name properties to all radio buttons ( #3112 )
...
* Removed unused, deprecated system console page
* Added name properties to all radio buttons
* Removed unused english strings from admin console
2016-05-26 09:47:41 -04:00
Joram Wilander
6fecfcc7ca
Refactor login, claim and create_team into views and add actions ( #3110 )
2016-05-26 09:46:18 -04:00
enahum
21e4bc7c42
PLT-3049 Revert Google Api Key to show YouTube Previews ( #3116 )
2016-05-26 08:49:09 -04:00
Harrison Healey
e5ec6c95b5
Prevented scrolling through suggestion list when there's no suggestions ( #3111 )
2016-05-26 08:47:58 -04:00
David Lu
4353e1fb97
PLT-2989 Incoming webhooks available to all channels user is member of ( #3082 )
...
* Removed OPEN_CHANNEL check
* Added checks for each type of channel
* Added all channels display
Used onComponentUpdate, made code clearer
* Made requested changes
2016-05-26 08:36:51 -04:00
Corey Hulen
7b2538fc6c
PLT-2952 fixing preview mode error message ( #3113 )
2016-05-26 07:54:49 -04:00
David Lu
510fc33fd9
PLT-3002 Removed Auto-capitalization on Mobile Devices ( #3099 )
...
* Added autoCapitalize='off'
* Changed inputs to email
* Removed autocapitalize for email
2016-05-25 16:15:49 -04:00
samogot
d31c972a43
PLT-1042 allow cancel pending post ( #3053 )
2016-05-25 16:13:04 -04:00
David Lu
dd18b98b0b
Removed all password trimming ( #3109 )
2016-05-25 14:00:07 -04:00
Asaad Mahmood
db29413000
Minor UI improvements ( #3095 )
...
Updating config.json
Updating config.json
Updating config.json
Updating config.json
2016-05-25 08:39:14 -04:00
Christopher Speller
4ae7128ecb
Revert "PLT-1800 Load server side locale from the config.json ( #3076 )"
...
This reverts commit 34beaa569b .
2016-05-24 10:39:56 -04:00
Thomas Balthazar
7e2b539de4
Max_File_Size setting in System Console > File Settings ( #3070 )
2016-05-24 09:07:42 -04:00
enahum
34beaa569b
PLT-1800 Load server side locale from the config.json ( #3076 )
...
* PLT-1800 Load server side locale from the config.json
* Add support for locales with country specifics
2016-05-24 08:36:27 -04:00
Asaad Mahmood
79c0b20689
Minor UI changes ( #3078 )
...
Updating navbar dropdown
Updating margin on login page
2016-05-24 08:33:28 -04:00
enahum
32cb719895
Fix YouTube videos when Google Api Key is not set ( #3083 )
2016-05-24 08:32:15 -04:00
David Lu
ba5786d6a3
Removed unused call to onListenerChange ( #3081 )
2016-05-23 12:52:23 -07:00
David Lu
e81fa3220d
Added validation for command triggers ( #3068 )
2016-05-20 14:47:10 -04:00
David Lu
4f265522e1
Fixed JS errors, wrapped around nav shortcuts ( #3067 )
2016-05-20 14:45:30 -04:00
enahum
ed2e37394e
PLT 783 Fix Previews for removed YouTube videos ( #3073 )
...
* PLT-783 Fix Previews for removed YouTube videos render incorrectly and throw a 404
* Updating video poster for video not found (#3072 )
2016-05-20 11:55:52 -04:00
Christopher Speller
2a137e97c4
Adding enterprise build hash to about dialog ( #3058 )
2016-05-20 07:41:47 -07:00