openstreetmap-website/app/models
Frederik Ramm ad2b4fe12a Reduce maximum changeset size to 10k changes
Ten thousand changes ought to be enough for any normal mapping activity.

Automatic edits and imports are controlled by scripts anyway so it doesn't
make a difference to them as they just have to adapt the limit.

The reason for my suggestion is that large changesets are becoming
increasingly difficult to handle due to frequent timeouts when trying
to load and process them.

The changeset size limit is returned by the API in the "capabilities" request
so client software that honours that information will automatically pick up
the new limit.

Closes #1259
2017-01-31 18:15:42 +00:00
..
access_token.rb Fix some rubocop rails style issues 2015-02-26 00:12:54 +00:00
acl.rb Convert ACL fixture to a factory, and add some tests 2016-10-26 09:15:56 +01:00
changeset.rb Reduce maximum changeset size to 10k changes 2017-01-31 18:15:42 +00:00
changeset_comment.rb Validate characters in changeset comments 2016-01-19 09:51:24 +00:00
changeset_tag.rb Fix some rubocop rails style issues 2015-02-26 00:12:54 +00:00
client_application.rb Fix rubocop warnings 2016-10-20 22:35:51 +01:00
diary_comment.rb Fix some rubocop rails style issues 2015-02-26 00:12:54 +00:00
diary_entry.rb fix rubocop warnings 2016-10-07 06:32:05 -04:00
diary_entry_subscription.rb more idiomatic models for diary entry subscriptions 2016-10-06 20:31:10 -04:00
friend.rb Add basic support for logically deleting a user. 2008-08-24 16:53:42 +00:00
language.rb Standardise on double quoted strings 2015-02-20 19:47:26 +00:00
message.rb Fix some rubocop rails style issues 2015-02-26 00:12:54 +00:00
node.rb Clone objects before saving in case of a retry 2016-11-28 20:31:04 +00:00
node_tag.rb Fix some rubocop rails style issues 2015-02-26 00:12:54 +00:00
note.rb Fix rubocop warnings 2016-01-19 09:51:24 +00:00
note_comment.rb Fix some rubocop rails style issues 2015-02-26 00:12:54 +00:00
notifier.rb Make sure email replies to diary comments come from the right user 2016-11-29 19:30:23 +00:00
oauth2_token.rb Standardise on double quoted strings 2015-02-20 19:47:26 +00:00
oauth2_verifier.rb Fix some rubocop rails style issues 2015-02-26 00:12:54 +00:00
oauth_nonce.rb Reject oauth nonces over a day old 2016-11-03 07:14:19 +00:00
oauth_token.rb Fix some rubocop rails style issues 2015-02-26 00:12:54 +00:00
old_node.rb Fix rubocop warnings 2016-01-19 09:51:24 +00:00
old_node_tag.rb Fix some rubocop rails style issues 2015-02-26 00:12:54 +00:00
old_relation.rb Improve test coverage 2015-02-27 00:40:37 +00:00
old_relation_member.rb Replace deprecated methods with modern equivalents 2012-02-15 17:48:17 +00:00
old_relation_tag.rb Fix some rubocop rails style issues 2015-02-26 00:12:54 +00:00
old_way.rb Improve test coverage 2015-02-27 00:40:37 +00:00
old_way_node.rb Replace deprecated methods with modern equivalents 2012-02-15 17:48:17 +00:00
old_way_tag.rb Fix some rubocop rails style issues 2015-02-26 00:12:54 +00:00
redaction.rb Add extra tests for API and redaction controllers 2015-03-03 00:55:19 +00:00
relation.rb Clone objects before saving in case of a retry 2016-11-28 20:31:04 +00:00
relation_member.rb Fix error resolving relation parents 2014-07-24 00:23:45 +01:00
relation_tag.rb Fix some rubocop rails style issues 2015-02-26 00:12:54 +00:00
request_token.rb Fix rubocop warnings 2016-01-19 09:51:24 +00:00
trace.rb Suppress XML parsing errors. 2016-10-26 10:35:03 +01:00
tracepoint.rb Fix some rubocop rails style issues 2015-02-26 00:12:54 +00:00
tracetag.rb Fix style issues found by new rubocop version 2015-04-14 09:38:24 +01:00
user.rb Fix rubocop warnings 2016-10-31 21:24:10 +00:00
user_block.rb Fix some rubocop rails style issues 2015-02-26 00:12:54 +00:00
user_preference.rb Fix some rubocop rails style issues 2015-02-26 00:12:54 +00:00
user_role.rb Fix rubocop warnings 2016-01-19 09:51:24 +00:00
user_token.rb Fix most auto-correctable rubocop issues 2015-02-20 08:56:16 +00:00
way.rb Clone objects before saving in case of a retry 2016-11-28 20:31:04 +00:00
way_node.rb Replace deprecated methods with modern equivalents 2012-02-15 17:48:17 +00:00
way_tag.rb Fix some rubocop rails style issues 2015-02-26 00:12:54 +00:00