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
Sam
35f7168499
Gem updates, all up to latest.
2014-09-25 10:40:35 +10:00
Sam
66db428c14
gem updates
2014-09-25 10:36:04 +10:00
Sam
dc71b90606
update gems
2014-09-25 10:33:06 +10:00
Sam
0f39025f78
Update gems
2014-09-25 10:28:27 +10:00
Sam
303076697a
update sidekiq to latest
2014-09-25 10:17:35 +10:00
Sam
135c0b75f5
FIX: RuntimeError (can't add a new key into hash during iteration) in logs
2014-09-24 12:01:07 +10:00
Sam
c61642fe00
FEATURE: better wikipedia oneboxes (support sections)
...
FEATURE: better twitter oneboxes (expand links)
update onebox gem
2014-09-10 09:39:33 +10:00
Sam
5aae2e937a
minor hacking to get rails master to work
...
(note broken cause type mapping changed but close to working)
commented gemfile a bit
2014-09-04 17:11:42 +10:00
Sam
fdc89b1735
SECURITY: GitHub authenticator returning unverified emails
2014-09-03 12:53:22 +10:00
Sam
551e8616f5
FIX: rbtrace not installing under certain rubies
2014-09-03 12:23:15 +10:00
Arpit Jalan
30e034aa53
Update onebox gem
2014-08-28 23:50:46 +05:30
Robin Ward
aed0285bc6
Update onebox gem
2014-08-28 11:28:46 -04:00
Sam
32d1e962d2
Merge pull request #2689 from chancancode/lock_mail_gem
...
Lock `mail` gem to ~> 2.5.4
2014-08-25 08:21:41 +10:00
Godfrey Chan
09b9cec009
Use the latest version of seed-fu
...
seed-fu#54 has been merged, so we don't have to use the custom fork anymore.
It also include some changes that are required for Rails 4.2+, at least for now.
See d6c1205584 (commitcomment-7502487)
2014-08-24 02:39:05 -07:00
Godfrey Chan
b0f35cbf6a
Lock `mail` gem to ~> 2.5.4
...
Rails 4.1.6+ will relax the mail gem version requirement to `~> 2.5, >= 2.5.4`.
However, mail gem 2.6.x currently does not work with discourse because of the
reference to `Mail::RFC2822Parser` in `lib/email.rb`. This ensure discourse
would continue to work with Rails 4.1.6+ when it is released.
2014-08-24 00:43:08 -07:00
Sam
12b0d5b7bb
update onebox
2014-08-22 11:39:23 +10:00
Sam
00ab6f5faa
Gem updates
2014-08-22 10:34:08 +10:00
Sam
31cc6ea633
Merge pull request #2633 from zohararad/master
...
Add RTL support to Discourse CSS Theme
2014-08-22 10:23:21 +10:00
Sam
8e208d9d1c
Update oj to latest
2014-08-15 11:16:45 +10:00
Sam
9a46a156e4
PERF: message bus releases connections earlier
2014-08-11 16:48:10 +10:00
Robin Ward
792c73a671
Bump Onebox version
2014-08-08 17:42:50 -04:00
Zohar Arad
557af8b8bd
Add RTL support to Discourse CSS pre-processing using the RTLit gem and configurable via discourse.conf
2014-08-08 09:31:31 +03:00
Sam
44d45c6eda
FIX: logster update, enable ignore patterns
2014-08-07 10:30:12 +10:00
Régis Hanol
2f4307310d
update onebox to latest
2014-08-06 19:33:13 +02:00
Sam
3cab3acd60
FIX: stop logging way too much information
2014-08-05 16:14:28 +10:00
Sam
62caca126b
Logster update
2014-07-29 12:28:50 +10:00
Robin Ward
01510e0018
Bump Onebox version to get YT fix
2014-07-28 11:05:39 -04:00
Robin Ward
c93a7020ec
Merge pull request #2565 from swalkinshaw/move-discourse-plugin
...
Move discourse_plugin to lib
2014-07-23 10:56:12 -04:00
Sam
46c406360d
FIX: cors setting was broken
...
Some days I wonder why we bother taking a whole gem
dependency when 10 lines of code does the job right
2014-07-23 17:04:09 +10:00
Scott Walkinshaw
7e2aa5acfb
Move discourse_plugin to lib
2014-07-23 00:03:48 -04:00
Sam
f7d9ffb1d5
update logster
2014-07-18 09:57:21 +10:00
Sam
5ad3396a7a
Logster update
2014-07-17 16:11:09 +10:00
Sam
d277932b22
Update logster
2014-07-10 17:59:23 +10:00
Régis Hanol
7658b72556
BUGFIX: S3 backups failed when using a region
...
TRIVIAL: updated fog gem to latest version (1.22.1)
BUGFIX: fixed algorithm used to remove old backups
2014-07-08 20:46:08 +02:00
Sam
b8a4e52541
Update logster
2014-07-04 17:41:03 +10:00
Robin Ward
334becd0ed
SECURITY: Upgrade Rails to latest version
2014-07-02 16:55:18 -04:00
Sam
d05fd7f837
FIX: Slim is no longer required for Sidekiq Web
2014-06-30 12:33:04 +10:00