Commit Graph

6447 Commits

Author SHA1 Message Date
enahum
a163f8d984 PLT-3064 Add ErrorBar to System Console (#3189) 2016-06-01 08:32:43 -04:00
Derek Ardolf
c7fcb4e25d Minor spelling correction (#3190) 2016-06-01 08:29:48 -04:00
Harrison Healey
f5ccfb362e Reorganized syntax highlighting code and added search term highlighting for code blocks with syntax highlighting (#3191) 2016-06-01 08:28:54 -04:00
enahum
85ccd67593 daily translations 20160531 (#3192) 2016-06-01 09:18:35 -03:00
David Lu
89717c2a77 Added maxlength for nicknames (#3186) 2016-05-31 16:20:27 -04:00
Khoa Lê
8a1da84d56 PLT-2063: Add CLI option to invite user by email (#3148)
* PLT-2063: Add CLI option to invite user by email

* fixed problem about gofmt
2016-05-31 16:16:17 -04:00
Harrison Healey
12f6593727 PLT-2643 Fixed asynchronous autocomplete incorrectly replacing text (#3167)
* Allowed different suggestions to match different text. Added a Suggestion base component. Improved text replacement used when filling in suggestions

* Fixed formatting
2016-05-31 16:14:28 -04:00
Harrison Healey
6e6257fcca Removed unnecessary wbrs (#3182) 2016-05-31 16:11:23 -04:00
enahum
268bccdf49 PLT-3053 Fix Switching between Team pages in System Console (#3183) 2016-05-31 16:10:57 -04:00
it33
0d6bf6756b Fixing broken link (#3184) 2016-05-31 16:10:33 -04:00
Harrison Healey
9e1cf71bc3 Fixed emoticons consuming the preceeding whitespace (#3187) 2016-05-31 16:10:12 -04:00
David Lu
8e2f427b46 Fixed typo (#3188) 2016-05-31 16:09:51 -04:00
David Lu
a1fd5d4df7 Changed shortcut command message (#3173) 2016-05-31 14:26:21 -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
Joram Wilander
8563fbc41e Add a wait condition in outgoing webhook test to prevent race condition (#3177) 2016-05-31 12:56:15 -04:00
Joram Wilander
e23084ba1d Reset channel top visibility correctly to fix intro message after tutorial (#3159) 2016-05-31 10:52:55 -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
8f984771ae Send websocket event for system message posts (#3162) 2016-05-31 10:45:45 -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
4a326dd6ce PLT-1626/PLT-1424/PLT-1473/PLT-1483 Improved search highlighting (#3171)
* 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
2016-05-31 10:37:59 -04:00
Khoa Lê
397e0a3f68 PLT-2061 Include FULL PATH in logs when referring to a directory (#3170) 2016-05-31 10:35:08 -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
enahum
db2ca26a02 daily translations 20160530 (#3169) 2016-05-31 08:00:32 -04:00
lfbrock
ad73aced4e Update test-links.md (#3165)
* Update test-links.md

* Update test-emoticons.md
2016-05-30 15:47:40 -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
enahum
c7615920df daily translations 20160527 (#3144) 2016-05-27 19:20:47 -03: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
Corey Hulen
cb74547545 PLT-3063 fix upgrade when user is a team admin (#3127) v3.0.3 2016-05-27 12:56:26 -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
Christopher Speller
0d8431b4ba Fixing javascript tests on build server (#3138) 2016-05-27 08:39:21 -07:00
David Lu
1736947f0e Added BOT in RHS (#3136)
Changed BOT to constant
2016-05-27 08:38:35 -07:00
enahum
97a4310610 daily translations 20160526 (#3131) 2016-05-27 08:38:01 -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
David Lu
0d0734ac98 Added duplicated trigger validation (#3124) 2016-05-27 08:35:55 -07:00