Sam
b5bcf7bf3d
update some testing gems
2015-02-16 07:17:45 +11:00
Sam
c867074e0e
Update gems, hiredis contained a confirmed memory leak
2015-02-16 07:12:26 +11:00
Sam
43375c8b15
FIX: upgrade event machine
...
1.0.5 and 1.0.6 contain confirmed memory leaks
2015-02-16 07:06:19 +11:00
Sam
bd8d8b2b49
Revert "Revert "update gems" , may be causing mem leak"
...
This reverts commit 112e82d11a
.
2015-02-16 07:04:50 +11:00
Sam
0b7c92166c
upgrade pg, appears to be false positive
2015-02-15 08:27:35 +11:00
Sam
112e82d11a
Revert "update gems" , may be causing mem leak
...
This reverts commit 5eea774f54
.
2015-02-15 08:25:58 +11:00
Sam
cd0fa12562
FIX: downgrade pg to stop memory leak
2015-02-13 10:10:15 +11:00
Sam
e96dbd6f06
Revert "Upgrade i18n gem"
...
This reverts commit dde24c4ddb
.
2015-02-12 12:11:49 +11:00
Sam
dde24c4ddb
Upgrade i18n gem
2015-02-12 12:05:19 +11:00
Sam
c5fde808cf
PERF: remove addressable gem, its consuming huge amount of memory
2015-02-11 14:30:12 +11:00
Sam
d5405eebde
Add basic snapshot comparison for tracking memory leaks
2015-02-10 15:54:16 +11:00
Robin Ward
a65e0a80ba
Add support for more ES6 features
2015-02-06 13:26:33 -05:00
Régis Hanol
d8f8e03128
update onebox
2015-02-06 12:26:12 +01:00
Robin Ward
d0630b7f26
Update to latest onebox gem
2015-02-03 12:55:41 -05:00
Sam
5eea774f54
update gems
2015-02-03 10:31:37 +11:00
Sam
0f1bd60ab2
update gems
2015-02-03 10:24:24 +11:00
Sam
d1dd0d888a
FIX: message bus was causing constant redis growth
...
(minor amount of space but it adds up)
2015-02-03 10:22:40 +11:00
Régis Hanol
0500638900
FIX: ⬆️ update onebox gem for more dailymotion.com support
2015-01-23 19:57:01 +01:00
Robin Ward
87cfbfa117
Another imgur onebox fix
2015-01-22 14:53:11 -05:00
Robin Ward
08cc9bc6ef
Update onebox gem for more Imgur support
2015-01-22 14:10:46 -05:00
Robin Ward
514a45b0c1
SECURITY: Don't whitelist codepen as it is a potential vector for abuse
2015-01-21 13:57:28 -05:00
ojab
b2eacae4fb
bundle update rbtrace
for mri-2.2.0 compatibility
2015-01-10 02:45:27 +03:00
Sam
e089f699c1
upgrade pg to version 0.18, may fix encoding issue
2015-01-06 06:16:22 +11:00
Robin Ward
b1fae2ee33
Bump onebox to latest version.
2014-12-29 15:05:09 -05:00
jaanus
f6026ad1d0
Added eu-central-1 S3 bucket.
2014-12-29 18:31:21 +02:00
Sam
ef62933034
Ruby 2.2 fixes
2014-12-29 13:31:15 +11:00
Guo Xiang Tan
b7a7288eca
Update eventmachine to 1.0.4.
...
This will allow the gem to be installed on Ruby 2.2.
2014-12-21 15:21:57 +08:00
Sam
8be2cb061e
barber upgrade, get assets precompile working on 1.9
2014-12-17 09:31:41 -05:00
Robin Ward
5659b93c71
Many fixes for Ember 1.9.0
2014-12-17 09:31:40 -05:00
Sam
f8fb823924
FEATURE: source maps in production for JavaScripts
2014-12-12 18:53:26 +11:00
Sam
87e9510bb0
update nokogiri
2014-12-07 18:11:08 +11:00
Régis Hanol
a6074af711
Merge pull request #3010 from techAPJ/patch-1
...
FEATURE: switch to GitHub email_reply_parser library and parse plain tex...
2014-12-01 11:18:24 +01:00
Sam
9defb6879b
upgrade to rails master
2014-12-01 15:34:50 +11:00
Arpit Jalan
529014d56e
FEATURE: switch to GitHub email_reply_parser library and parse plain text email content
2014-12-01 09:00:35 +05:30
Robin Ward
cc097a3baa
SECURITY: Update Rails to 4.1.8
2014-11-17 12:21:00 -05:00
Robin Ward
54c4d200a6
Upgrade to latest onebox.
2014-11-14 11:01:19 -05:00
Sam
f25f8de972
update nokogiri
2014-11-14 21:53:55 +11:00
Régis Hanol
961f676b91
FIX: proper hack to support underscores in URLs
2014-11-12 18:15:50 +01:00
Régis Hanol
7244266174
FIX: support for underscores in URLs (when using S3 storage)
2014-11-12 17:08:11 +01:00
Sam
adcf8b4b18
update flamegraph for superior flamegraphs
...
(add github links and easier ability to share issues)
2014-11-12 15:46:07 +11:00
Erick Guan
667758ff40
Add stringex for Chinese slug generation
2014-11-11 21:12:07 +08:00
Sam
4cf33ca59a
upgrade rails
2014-10-31 15:19:40 +11:00
Sam
da3275ec20
FIX: missing headers from long poll response
2014-10-24 16:45:22 +11:00
Sam
aa9b3bb35a
FEATURE: allow long polling to go to a different url
...
Added the site setting long_polling_base_url , this allows you
to farm long polling to a different server.
This setting is very important if a CDN is serving dynamic content.
2014-10-24 13:38:38 +11:00
Sam
73486b8ddd
FIX: respect anon_polling_interval
...
FIX: only poll background message bus pages once a minute
FEATURE: background_polling_interval
FEATURE: long polling pushed back to 25 seconds
FEATURE: force a poll when a bg page returns to foreground
also improve copy of message bus settings a bit
2014-10-22 12:49:10 +11:00
Régis Hanol
60a0173e01
update onebox to latest version
2014-10-15 22:47:26 +02:00
Robin Ward
9bb0760a88
FIX: Autoplaying videos, updates onebox gem.
2014-10-07 17:05:15 -04:00
Sam
8d75ab60ea
FEATURE: github onebox improvements
...
FIX: incorrect number on github onebox
2014-09-26 18:29:03 +10:00
Sam
0a37f32eea
FIX: someone yanked ffi :(
2014-09-26 06:49:27 +10:00
Sam
c43f6455f2
hold back some gems, do fix rspec issue
2014-09-25 11:04:22 +10:00