Christopher Speller
7caab35cfa
Fxing some unit tests ( #5817 )
2017-03-20 16:47:53 -04:00
Joram Wilander
dcdea9b54c
Fix compile error on master ( #5813 )
2017-03-20 10:12:43 -04:00
Ryan Wang
1ef071af6b
Remove blue bar from link previews ( #5673 )
2017-03-20 09:24:46 -04:00
Josta Yee
e86add77ad
Add http_proxy support for http client ( #5571 )
...
- if 'http_proxy' environment variable is set, respect it when creating http client
- otherwise initialize a http client with timeout settings
Add ogjson to cache even when it fails
in this way we can prevent from requesting unparsable urls repeatedly
Extend expire time of cached link preview data to a week
There's no need to invalidate cache and send request again frequently
Revert timeout
Revert cache_expire_time
2017-03-20 10:20:42 -03:00
Joram Wilander
76f8420a52
Fix success typo in Makefile ( #5809 )
2017-03-20 09:15:05 -04:00
Christopher Speller
f9be4d5acb
Removing old CLI ( #5797 )
2017-03-20 12:58:15 +00:00
Carlos Tadeu Panato Junior
3d14573b8c
[APIV4] POST /hooks/outgoing/{hook_id}/regen_token - regentoken endpoint for apiV4 ( #5783 )
2017-03-20 12:56:23 +00:00
Jason Blais
4efefa0ff6
Update pinned posts help text ( #5811 )
...
* Update pinned posts help text
* Update en.json
* Fix id
2017-03-20 08:51:25 -04:00
Saturnino Abril
7e89077a93
Endpoint for APIv4 POST /channels/{channel_id}/members ( #5775 )
2017-03-20 12:44:08 +00:00
Carlos Tadeu Panato Junior
ac8282cda1
Add updateConfig endpoint for apiV4 ( #5706 )
2017-03-20 12:37:34 +00:00
VeraLyu
9b10f3ef54
Split delete modal trigger for reuse ( #5740 )
...
Spllit delete modal trigger for reuse and make emoji delete
to use this modal trigger.
2017-03-19 09:53:12 -04:00
Christopher Speller
efd6c86066
Fxing build
2017-03-17 13:36:18 -04:00
George Goldberg
7f266c1951
Merge branch 'release-3.7' into master.
2017-03-17 16:29:26 +00:00
Asaad Mahmood
bfae88e60c
Ui improvements ( #5755 )
...
* PLT-5816 - Flagged posts tooltip fix
* PLT-5766 - Link previews appearing outside the box
* PLT-5795 - Fixing alignment user list in channel
* PLT-5818 - Reset password error not aligned
* PLT-5837 - Adjusting image preview max height
* PLT-5778 - Updating word break for paragraphs
* PLT-5848 - Updating label for file error
* PLT-5846 - Markdown tables extra border on mobile
* PLT-5662 - Pinned post UI improvement
* Fixing eslint error
* Updating tooltip eslint issue
* PLT-5832 - Removing error styling on labels
2017-03-17 08:19:54 -04:00
Ryan Wang
6f87438cbb
'Other words' for mentions no longer includes '@username' ( #5746 )
2017-03-17 08:19:10 -04:00
Christopher Speller
9298315ce9
Fxing code coverage numbers + APIv4 tests with EE ( #5789 )
2017-03-16 14:00:00 -07:00
Eric Sethna
05e3dc9f2a
Add IDs for Account Settings > Notifications ( #5788 )
...
* Add IDs for desktop notification settings
* Add IDs for email notifications
* Add IDs to user notification settings
* Add close button ID
2017-03-16 16:37:28 -04:00
Corey Hulen
b7a128ec1c
Fixing ids for UI automation ( #5772 )
2017-03-16 12:00:52 -07:00
Joram Wilander
0bc3e46082
Implement GET /logs endpoint for APIv4 ( #5778 )
2017-03-16 11:59:44 -07:00
Harrison Healey
24848f9d6a
PLT-3181 Added crossorigin='anonymous' to all external images ( #5774 )
...
* PLT-3181 Added crossorigin='anonymous' to all external images
* Fixed image unit tests
* Added crossorigin='anonymous' to a few more places
2017-03-16 11:59:00 -07:00
Joram Wilander
d757645c24
Implement some channel endpoints for APIv4 ( #5767 )
2017-03-16 11:58:33 -07:00
Ryan Wang
04c0223c64
Sort favorite channels alphabetically regardless of type ( #5739 )
2017-03-16 11:27:33 -07:00
lindalumitchell
91355f0e7d
Add IDs to Security > password fields ( #5777 )
2017-03-16 09:28:35 -07:00
Carlos Tadeu Panato Junior
6a5f621f73
cannot change ID and deleteat when trying to update the hook ( #5784 )
2017-03-16 16:26:15 +00:00
Carlos Tadeu Panato Junior
241f9e8888
Implement update IncomingHook for apiV4 ( #5762 )
2017-03-15 19:47:15 -04:00
VeraLyu
33d472c090
PLT-5321: Add markdown unit tests for images ( #5770 )
2017-03-15 10:07:50 -04:00
Joram Wilander
43d56be34a
Prevent double join calls when joining a public channel ( #5761 )
2017-03-15 09:50:06 -04:00
Eric Sethna
6b208c5f3c
Add IDs to Account Settings > General ( #5763 )
...
* Add IDs
* Add ID for cancel button
* Update ID on cancel button
2017-03-14 12:54:39 -07:00
Christopher Speller
7a7b293113
Moving HTTP request counter to the start of ServeHTTP so count time is not effected by request duration. ( #5764 )
2017-03-14 14:56:35 -04:00
Ruzette Tanyag
dc2e733058
PLT-5764 Fixed channel name minimum length ( #5693 )
...
* make sure that we use constants for channel name min length
* changed channel name error to match channel URL error
* changed constant max channel name length to 22 and reapply in modal
* reverted dutch translation
2017-03-14 12:06:31 -04:00
Carlos Tadeu Panato Junior
fa47132b8f
[APIV4] POST /caches/invalidate - endpoint for apiV4 ( #5756 )
2017-03-14 16:06:07 +00:00
Mika Andrianarijaona
a1994cf7ce
PLT-4606: Date separator in RHS ( #5606 )
2017-03-14 15:41:27 +00:00
Ryan Wang
242d2cec1b
Allow saving of identical team name ( #5738 )
2017-03-14 15:35:23 +00:00
Joram Wilander
ad0ed008fe
Implement brand image endpoints for APIv4 ( #5733 )
...
* Implement brand image endpoints for APIv4
* Fix unit test
2017-03-14 09:35:48 -04:00
Carlos Tadeu Panato Junior
d03367c560
Add implementation for POST /config/reload apiV4 - Reload Configuration ( #5713 )
2017-03-14 08:52:27 -04:00
Joram Wilander
ee457176bd
Implement admin LDAP endpoints for APIv4 ( #5720 )
2017-03-14 08:43:40 -04:00
Saturnino Abril
a71a9fc3bf
APIv4 DELETE channels/{channel_id} ( #5723 )
2017-03-14 12:08:58 +00:00
Joram Wilander
8568afe5b4
PLT-5804 Fix email blue error not showing up ( #5749 )
2017-03-14 09:29:12 +00:00
Saturnino Abril
aafc63933a
APIv4: GET /files/{file_id}/public ( #5665 )
2017-03-13 17:13:48 -04:00
Christopher Speller
24496cd0b2
Removing goamz ( #5753 )
2017-03-13 16:43:00 -04:00
Christopher Speller
3b081bda08
Update eslint ( #5752 )
...
* Updating eslint
* Updating eslint-plugin-react
2017-03-13 16:42:25 -04:00
Ryan Wang
33c1609aa4
Close confirm_integration On Enter Keypress ( #5600 )
2017-03-13 13:36:10 -07:00
Saturnino Abril
3cbe05e0f4
APIv4: GET /files/{file_id}/info ( #5591 )
2017-03-13 16:34:43 -04:00
Saturnino Abril
8b59a2a291
APIv4: GET /files/{file_id}/preview ( #5568 )
...
patch 1
2017-03-13 15:40:32 -04:00
Christopher Speller
c84b761e75
Updating client dependancies except ESLint and react-router ( #5750 )
2017-03-13 13:58:12 -04:00
Joram Wilander
ca90fe5cbe
Fix permalink in email for DMs/GMs ( #5751 )
2017-03-13 17:20:21 +00:00
Christopher Speller
c281ee3b61
Updating server dependancies. Also adding github.com/jaytaylor/html2text and gopkg.in/gomail.v2 ( #5748 )
2017-03-13 12:54:22 -04:00
George Goldberg
3ada7a41a7
Upgrade schema for pinned posts. ( #5747 )
2017-03-13 12:52:17 -04:00
Joram Wilander
59d06b5c56
Implement GET /cluster/status endpoint for APIv4 ( #5732 )
2017-03-13 12:49:19 -04:00
Carlos Tadeu Panato Junior
27d2c1f6fe
Add implementation for POST /database/recycle apiV4 - Recycle database connection ( #5717 )
2017-03-13 15:47:33 +00:00