Commit graph

28 commits

Author SHA1 Message Date
Tom Hughes
b9cb8f0921 Merge remote-tracking branch 'upstream/pull/4351' 2023-11-16 13:43:46 +00:00
Anton Khorev
dc103e99db Update oauth configuration url input label 2023-11-16 13:05:45 +03:00
Anton Khorev
4737461915 Remove save user step when configuring permissions 2023-11-16 12:08:18 +03:00
Tom Hughes
fb9219a52f Use rails instead of rake 2022-12-21 17:09:21 +00:00
Andy Allan
479c1575e1 Remove tile_for_point SQL functions
This removes both the pl/pgsql version and the shared library version
of the `tile_for_point` SQL function. This function was only used in some
old migrations, and is not required for production usage.

Removing this function simplifies the installation and configuration for
new developers.

These SQL functions are separate from the `tile_for_point` ruby/C function
which is part of the quad_tile gem. This function is still used when
creating and updating database records.

Fixes #3110.
2022-12-07 17:22:50 +00:00
Andy Allan
eba12dc876 Minor documentation tweaks
Prefer 'you' to 'one' since 'you' is used throughout the documentation and is easier for non-native speakers.
2022-11-16 12:19:12 +00:00
Andy Allan
293ce4880e Standardise on openstreetmap-website instead of rails port
Fixes #3796
2022-11-16 12:16:45 +00:00
Tom Hughes
16210d9f4f Rename id_oauth_application to id_application in settings 2022-06-08 13:28:07 +01:00
Martin Raifer
c55d346d5f
Update to iD v2.21.0
major changes in this release:
* dropped support for Internet Explorer 11
* switched authentication to OAuth 2

for further changes please refer to https://github.com/openstreetmap/iD/blob/release/CHANGELOG.md#2210
2022-06-03 15:32:27 +02:00
Harry Wood
ff671888f9 Update CONFIGURE instructions for oauth
Update the instructions in CONFIGURE.md on how to set-up the built-in apps. Need to clarify that iD is on OAuth1, which is a little different from the 'web site' (Notes) set-up on OAuth2. Also iD requires more permissions these days.
2022-03-08 13:57:18 +00:00
Andy Allan
572e842f8c Update documentation for how to confirm a new user account
Fixes #3460
2022-02-16 11:27:52 +00:00
Tom Hughes
81c3ebe03c Remove xid_to_int4 postgres function
Fixes #3288
2021-08-06 00:15:40 +01:00
Andy Allan
0d313a9e03 Update code example to follow rubocop recommendations
Just for consistency with what you would see elsewhere in the codebase
2021-03-17 15:37:55 +00:00
Tom Hughes
0ff89c31e4 Remove both Potlatch versions
Fixes #2622
2021-01-05 21:18:45 +00:00
Andy Allan
69621b46ff Remove outdated reference to the external gpx importer 2019-11-01 09:39:04 +01:00
Matt Amos
d3d4cff1cf Add pure SQL version of xid_to_int4. 2019-10-21 14:47:46 +01:00
Matt Amos
7fb5bcaf3f Clarify that there is no pure SQL version of xid_to_int4 for diff replication. 2019-10-09 15:18:05 +01:00
Matt Amos
2423d86914 Make documentation clearer and shorter by deferring complicated shared-library SQL explanations to 'advanced' documentation. Also mention in the CONFIGURING.md. 2019-10-09 12:13:27 +01:00
Andy Allan
e1cacdbe0e Update documentation for new approach to settings 2019-03-13 18:06:23 +01:00
Andy Allan
03f1f4e720
Fix typo 2019-02-06 16:59:27 +01:00
Peter
c6b3cfb22e
Advise to run i18n:js:export before assets:precompile 2019-01-30 21:18:02 +01:00
Matt Amos
b73825efe7 Mention error message in OAuth setup for iD
Closes #1830
2018-04-19 12:29:42 +01:00
Tom Hughes
be86e4824f Convert various URLs to https 2018-01-08 20:18:21 +00:00
Paul Norman
4877799160 Link to Phusion Passenger docs for production
Phusion Passenger has documentation for common web servers, so we can
link to them, as most users will be using one of them in production.
2014-11-07 08:23:47 +00:00
Paul Norman
e2c81091a0 Explain how to load data for testing
This is a fairly common query, and not too complicated where the data only needs to be loaded.

Loading data then editing it is more complex, and not covered here.
2014-09-08 17:12:10 -07:00
Martijn van Exel
76edbe9b4f adding detail to configure.md 2014-08-07 15:38:32 -06:00
John Firebaugh
5a4c4e5e9c Update CONFIGURE.md for Rails 4
Rails 4 doesn't support a :without_protection => true option.
2013-11-05 10:05:51 -08:00
Andy Allan
c3d7cfd7ff Improve installation documentation and add contributor instructions 2013-09-09 16:45:33 +01:00