translatewiki.net
1e64a2695b
Localisation updates from https://translatewiki.net .
2022-03-28 13:13:01 +02:00
hlfan
29c199d581
google imagery blacklist entry update
...
Updated google imagery blacklist entry to include the pb implementation of the vt endpoint for URLs like these:
https://www.google.at/maps/vt?pb=!1m4!1m3!1e{z}!2i{x}!3u{y}!2m2!1e1!2sm!3b0
2022-03-26 02:02:32 +01:00
Andy Allan
3477053c9a
Merge pull request #3510 from danieldegroot2/aid-school
...
Add initial capital letters for Nominatim
2022-03-24 11:55:48 +00:00
danieldegroot2
9e15999419
Add initial capital letters for Nominatim
2022-03-24 11:49:22 +01:00
danieldegroot2
028399bd2c
Change spelling for club=sport
2022-03-23 13:00:25 +01:00
danieldegroot2
74bd0715bd
Update spelling for "website" to current standard
...
Removed redundant space in "web site".
2022-03-22 10:42:29 +01:00
translatewiki.net
095187d08f
Localisation updates from https://translatewiki.net .
2022-03-21 13:12:36 +01:00
translatewiki.net
b7f6b5df93
Localisation updates from https://translatewiki.net .
2022-03-17 13:12:39 +01:00
translatewiki.net
ba3bbeb618
Localisation updates from https://translatewiki.net .
2022-03-14 13:12:25 +01:00
translatewiki.net
014c2e80c0
Localisation updates from https://translatewiki.net .
2022-03-10 13:12:37 +01:00
Tom Hughes
99f5d51595
Merge pull request #3486 from tomhughes/vips
...
Switch to using vips for image processing
2022-03-09 18:58:54 +00:00
Andy Allan
d6f8302eae
Merge pull request #3491 from tomhughes/legacy-trace
...
Remove support for legacy trace files
2022-03-09 17:10:40 +00:00
translatewiki.net
7fc9144bf7
Localisation updates from https://translatewiki.net .
2022-03-07 13:11:39 +01:00
Tom Hughes
92b122759f
Remove support for legacy trace files
2022-03-03 19:47:40 +00:00
Tom Hughes
ddb140f387
Switch to using vips for image processing
2022-03-02 19:44:56 +00:00
Andy Allan
e530d4f54d
Move the i18n loading to an initializer
...
Use after_initialize to avoid rails resetting the translations
2022-03-02 16:24:02 +00:00
Harry Wood
71a34923d0
Fix redirecting links to osmfoundation.org
...
Fix some links to osmfoundation.org pages which are redirecting (not broken links but this is just avoiding a slightly messy redirection)
2022-03-02 14:44:22 +00:00
Tom Hughes
304eb3b75c
Enable open redirect protection
2022-03-01 18:39:08 +00:00
Tom Hughes
2122d1843e
Restore asset debugging in development mode
2022-02-28 18:47:51 +00:00
translatewiki.net
b819ab6abb
Localisation updates from https://translatewiki.net .
2022-02-28 13:11:32 +01:00
translatewiki.net
873739ac1e
Localisation updates from https://translatewiki.net .
2022-02-24 13:12:32 +01:00
Andy Allan
619ac4c5b2
Enable active_record.belongs_to_required_by_default
...
This switches the logic so that belongs_to parent objects must exist
by default, and marks the optional ones explicitly. This is reflected
in the null/not_null status on the relevant db columns.
2022-02-23 20:33:28 +00:00
Tom Hughes
172a71e3f2
Disable partial inserts
2022-02-22 19:16:10 +00:00
Tom Hughes
5b3edb8075
Switch to rails 7 default headers
...
These are basically all the same as what secure_headers
was already setting for us anyway.
2022-02-22 19:13:02 +00:00
Tom Hughes
a5508cfba1
Enable automatic scope inversing
2022-02-21 19:11:58 +00:00
Tom Hughes
b86390d303
Use a button element for button_to
2022-02-21 19:11:58 +00:00
Tom Hughes
999ebb1bf2
Default to not specifying media restrictions on stylesheet tags
2022-02-21 19:11:58 +00:00
Tom Hughes
04cb32b140
Enable verification of foreign keys in tests
2022-02-21 19:11:58 +00:00
translatewiki.net
a6f28dd52e
Localisation updates from https://translatewiki.net .
2022-02-21 13:11:46 +01:00
Tom Hughes
fbd45a2ea0
Wrap test execution for better isolation
2022-02-17 19:30:19 +00:00
Tom Hughes
890569fba7
Enable some rails 7.x defaults
2022-02-17 19:18:03 +00:00
translatewiki.net
0d8c27bb0c
Localisation updates from https://translatewiki.net .
2022-02-17 13:11:27 +01:00
Tom Hughes
28900676f3
Default to allowing TLS for SMTP but without peer verification
2022-02-17 00:54:11 +00:00
Tom Hughes
aec7af87d7
Disable peer host name validation when sending email
2022-02-16 22:48:26 +00:00
Tom Hughes
1f8df781be
Merge remote-tracking branch 'upstream/pull/3398'
2022-02-16 18:13:16 +00:00
Andy Allan
ce4fbc63ec
Merge pull request #3414 from tomhughes/rails7
...
Update to rails 7.x
2022-02-16 15:16:53 +00:00
Andy Allan
2fabc46421
Merge pull request #3440 from mmd-osm/relationmemberlimit
...
Introduce relation member limit
2022-02-16 14:58:30 +00:00
Tom Hughes
7eafdca51c
Update to rails 7.0.2.2
2022-02-16 14:26:57 +00:00
translatewiki.net
c24b548181
Localisation updates from https://translatewiki.net .
2022-02-14 13:11:05 +01:00
Tom Hughes
1612ea75c5
Allow trace image URL to be configured in the CSP policy
2022-02-13 19:25:42 +00:00
Tom Hughes
53aa7259bb
Merge remote-tracking branch 'upstream/pull/3345'
2022-02-13 18:39:21 +00:00
translatewiki.net
0d15899de5
Localisation updates from https://translatewiki.net .
2022-02-10 13:11:21 +01:00
Andy Allan
6c1d73a509
Allow users to delete their own accounts
...
This PR allows users to delete their own accounts. The logic implemented matches
that currently used by the admins when they manually close accounts, although
there is room to be more complex in future e.g. completely removing accounts
with no content.
The error handling has been slightly adapted for namespaced controllers, by
anchoring the controller name with a leading forward slash.
2022-02-09 16:15:24 +00:00
translatewiki.net
abdc557bc9
Localisation updates from https://translatewiki.net .
2022-02-07 13:10:37 +01:00
Tom Hughes
446837c351
Merge remote-tracking branch 'upstream/pull/3419'
2022-02-03 18:37:12 +00:00
Tom Hughes
1cee23ddc2
Merge remote-tracking branch 'upstream/pull/3445'
2022-02-03 18:32:40 +00:00
translatewiki.net
b82b16c2a5
Localisation updates from https://translatewiki.net .
2022-02-03 13:11:37 +01:00
Andy Allan
2731e7244a
Add extra user transitions needed by the administrators
2022-02-02 16:37:50 +00:00
Morten Bruhn
ec58fbde83
Added some key-value pairs under railway=
2022-02-02 16:13:07 +01:00
mmd-osm
2efd73c672
Introduce relation member limit
...
Adds a new parameter `max_number_of_relation_members` in settings.yml
2022-02-02 13:15:40 +01:00