Tom Hughes
f435fce007
Link GPX fixture files instead of stubbing
2017-02-05 17:26:31 +00:00
Tom Hughes
0814b4096c
Merge remote-tracking branch 'openstreetmap/pull/1347' into master
2017-02-05 16:02:20 +00:00
Tom Hughes
30f9f95ef6
Update bundle
2017-02-05 11:33:28 +00:00
Tom Hughes
c8671c137a
Update rubocop
2017-02-05 11:12:37 +00:00
Tom Hughes
17135cad03
Add support for generating TOTP cookies
...
This allows other sites in the openstreetmap.org domain to validate
that requests are coming from a www.openstreetmap.org user.
2017-01-02 19:01:01 +00:00
Tom Hughes
a1432b08fb
Update bundle
2017-01-01 18:40:31 +00:00
Tom Hughes
69b967c9ff
Add support for Wikimedia authentication
...
Closes #1146
2016-12-20 22:32:25 +00:00
Tom Hughes
0e6d4f18da
Update bundle
2016-12-02 21:54:51 +00:00
Tom Hughes
7f363a6ce7
Use image_optim_rails instead of image_optim
...
The rails hooks have been extracted into a separate gem so
this hasn't actually been working since the last image_optim
update happened.
2016-11-10 12:14:19 +00:00
Tom Hughes
2f722fc281
Merge remote-tracking branch 'openstreetmap/pull/1350'
2016-11-09 20:32:54 +00:00
Tom Hughes
96b1bff9fb
Update bundle
2016-10-31 21:18:28 +00:00
Andy Allan
6bc488a983
Add webmock to intercept real http connections during tests
...
Intercepting real http connections also allows running the test
suite without an internet connection.
2016-10-30 10:28:26 +01:00
Andy Allan
a32333ba12
Use stub_any_instance in order to stub find results.
...
This is a much cleaner approach than before.
2016-10-30 10:22:10 +01:00
Tom Hughes
3548894696
Update bundle
2016-10-21 09:19:12 +01:00
Tom Hughes
9d106676b8
Replace quova with support for local Maxmind GeoIP lookups
2016-10-20 21:40:03 +01:00
Tom Hughes
fd9bf6b0ab
Update to rails 4.2.7.1
2016-09-15 22:26:48 +01:00
Tom Hughes
b8a59201bc
Update bundle
2016-09-15 19:07:09 +01:00
Andy Allan
d5013ad0d2
Add FactoryGirl
2016-09-07 15:28:28 +01:00
Tom Hughes
c70a1fe933
Add support for GitHub authentication
2016-07-14 09:40:45 +01:00
Tom Hughes
5fd4fd13c2
Update to rails 4.2.7
2016-07-13 09:14:01 +01:00
Tom Hughes
5c572f57fc
Update bundle
2016-06-20 09:00:23 +01:00
Tom Hughes
2ea4ecce54
Update bundle
2016-06-09 21:22:11 +01:00
Tom Hughes
414388f3b7
Update bundle
2016-03-28 22:32:24 +01:00
Tom Hughes
e782b2186d
Update bundle
2016-03-20 19:01:12 +00:00
Tom Hughes
fe04a0c486
Update to rails 4.2.6
2016-03-07 22:38:40 +00:00
Tom Hughes
95bf36e158
Update rails to 4.2.5.2
2016-02-29 22:23:08 +00:00
Tom Hughes
b2f2188e9d
Remove sprockets-rails version restriction now konacha is fixed
2016-02-11 07:10:42 +00:00
Tom Hughes
c7061991e7
Update bundle
2016-02-05 12:20:40 +00:00
Tom Hughes
e4acc41d28
Update to tails 4.2.5.1
2016-01-25 21:26:54 +00:00
Tom Hughes
2ef6a960d1
Update bundle
2016-01-19 09:51:23 +00:00
Tom Hughes
e20bb507f1
Fix issues with bogus % encoded sequences in URLs
...
Add a URI sanitizer to the rack stack avoid rack throwing
exceptions on the server side, and ignore errors decoding
components on the client side.
Fixes #1101
2015-12-07 13:52:20 +00:00
Tom Hughes
c56bf5677a
Switch back to the upsteam image_optim
2015-11-21 16:21:30 +00:00
Tom Hughes
7f3bb52b65
Update to rails 4.2.5
2015-11-19 21:41:33 +00:00
Tom Hughes
c96eb7d181
Update image_optim and disable cleanupIDs plugin
2015-11-19 21:29:23 +00:00
Tom Hughes
509f07b32e
Switch back to the upstream omniauth-google-oauth2 gem
...
Out patch is included now, so there is no need to use our version.
2015-10-02 09:01:58 +01:00
Tom Hughes
36cbda3c80
Sprockets 3 seems to be OK now
2015-09-25 15:18:47 +01:00
Tom Hughes
284b56bee9
Use image_optim to optimize SVG assets with svgo
2015-09-13 10:48:33 +01:00
Tom Hughes
46d2e4ccfc
Update bundle
2015-09-13 09:53:01 +01:00
Tom Hughes
ee9ac1930d
Update to rails 4.2.4
2015-08-24 22:32:00 +01:00
Tom Hughes
7ce77006fa
Update bundle
2015-08-18 20:19:36 +01:00
Tom Hughes
82cefb5929
Add support for generating logstash friendly logs
2015-07-19 19:24:20 +01:00
Tom Hughes
29e364d585
Update bundle
2015-07-19 19:17:35 +01:00
Tom Hughes
c4cb8286ba
Update to rails 4.2.3
2015-06-26 22:57:27 +01:00
Tom Hughes
fa4bc2e623
Update to rails 4.2.2
2015-06-16 20:20:37 +01:00
Tom Hughes
445e608bae
Update to latest upstream i18n-js
...
The issues we had before seem to be fixed now, so drop our
custom version and go back to the upstream one with some minor
monkey patching tweaks.
This also fixes the sprockets dependencies to correctly rebuild
the javascript when the translations change.
2015-06-16 19:17:37 +01:00
Tom Hughes
726c149bd5
Update bundle
2015-06-08 15:51:14 +01:00
Tom Hughes
2b2264ddab
Add support for Windows Live authentication
2015-05-19 14:04:09 +01:00
Tom Hughes
c9893e186b
Add support for Facebook authentication
2015-05-19 14:04:08 +01:00
Tom Hughes
570863392a
Update bundle
2015-04-28 18:57:13 +01:00
Tom Hughes
eeb9866d50
Add support for Google OAuth2 authentication
...
This replaces OpenID authentication, which is going away soon, but
provides an upgrade path where we can migrate users that already have
a Google OpenID setup to the new system transparently.
2015-04-14 10:08:07 +01:00