The Rails application that powers OpenStreetMap
Find a file
Tom Hughes 2233edbcfa Use a 307 Temporary Redirect to redirect to authentication
When the user wants to enable an external authenticator we need
to redirect to omniauth but that now needs to be a POST so use a
redirect that preserves the POST method.

Fixes #3114
2021-03-03 09:27:33 +00:00
.github Update actions/cache requirement to v2.1.4 2021-02-08 07:38:32 +00:00
app Use a 307 Temporary Redirect to redirect to authentication 2021-03-03 09:27:33 +00:00
bin Update to rails 6.0.1 2019-11-24 11:05:02 +00:00
config Localisation updates from https://translatewiki.net. 2021-03-01 14:50:53 +01:00
db Remove /api/0.6/changes endpoint 2021-02-03 14:06:34 +00:00
docker Added note about password and privileges for OSM DB user 2021-02-12 22:56:17 -08:00
lib Fix new rubocop warnings 2021-03-02 08:24:15 +00:00
public Remove both Potlatch versions 2021-01-05 21:18:45 +00:00
script Remove /api/0.6/changes endpoint 2021-02-03 14:06:34 +00:00
storage Update to rails 5.2.0 2018-06-19 00:16:24 +01:00
test Prevent CSRF bypass with login form 2021-02-10 20:39:23 +00:00
vendor/assets Merge remote-tracking branch 'upstream/pull/2994' 2021-01-13 20:40:48 +00:00
.dockerignore Added new parallel test job for docker-compose 2021-01-28 12:03:58 -08:00
.erb-lint.yml Sort cops 2020-04-15 15:55:18 +01:00
.gitignore Introduce docker-compose config for development 2021-01-28 12:03:58 -08:00
.mailmap Update mailmap 2018-10-29 12:48:32 +00:00
.rubocop.yml Restore ruby 2.5 compatibility 2021-01-11 20:04:13 +00:00
.rubocop_todo.yml Update to Omniauth 2.x 2021-02-02 19:49:03 +00:00
config.ru Update to rails 5.0.4 2017-06-27 08:26:44 +01:00
CONFIGURE.md Remove both Potlatch versions 2021-01-05 21:18:45 +00:00
CONTRIBUTING.md Use Brakeman for static code analysis 2020-07-22 13:37:38 +02:00
docker-compose.yml Removed ENABLE_BOOTSNAP environment variable 2021-02-12 22:56:17 -08:00
DOCKER.md Added explanatory notes and comments 2021-02-12 22:56:17 -08:00
Dockerfile Added explanatory notes and comments 2021-02-12 22:56:17 -08:00
FAQ.md Link to official OWG Banner Policy page 2020-10-21 23:25:51 +08:00
Gemfile Update to rails 6.0.3.5 2021-02-10 22:42:39 +00:00
Gemfile.lock Update bundle 2021-03-02 08:22:08 +00:00
INSTALL.md Merge pull request #2409 from jalessio/docker-compose-take2 2021-02-03 18:07:29 +00:00
LICENSE Add GPLv2 license file and mention in README 2012-02-23 18:55:39 +00:00
package.json Merge remote-tracking branch 'upstream/pull/2756' 2020-08-07 09:09:07 +01:00
Rakefile Update to rails 5.0.4 2017-06-27 08:26:44 +01:00
README.md Remove both Potlatch versions 2021-01-05 21:18:45 +00:00
VAGRANT.md Rephrase note on vagrant providers, now that we support multiple providers 2019-10-21 11:27:48 +02:00
Vagrantfile Increase memory given to the virtualbox vm 2020-12-16 18:25:39 +00:00
Vendorfile Move jquery.cookie to be a yarn managed asset 2020-08-06 19:28:51 +01:00
yarn.lock Bump eslint from 7.20.0 to 7.21.0 2021-03-01 05:05:49 +00:00

"The Rails Port"

Lint Tests Coverage Status

This is The Rails Port, the Ruby on Rails application that powers the OpenStreetMap website and API. The software is also known as "openstreetmap-website".

This repository consists of:

  • The web site, including user accounts, diary entries, user-to-user messaging.
  • The XML-based editing API.
  • The integrated version of the iD editors.
  • The Browse pages - a web front-end to the OpenStreetMap data.
  • The GPX uploads, browsing and API.

A fully-functional Rails Port installation depends on other services, including map tile servers and geocoding services, that are provided by other software. The default installation uses publicly-available services to help with development and testing.

License

This software is licensed under the GNU General Public License 2.0, a copy of which can be found in the LICENSE file.

Installation

The Rails Port is a Ruby on Rails application that uses PostgreSQL as its database, and has a large number of dependencies for installation. For full details please see INSTALL.md.

Development

We're always keen to have more developers! Pull requests are very welcome.

More details on contributing to the code are in the CONTRIBUTING.md file.

Maintainers