Commit graph

4059 commits

Author SHA1 Message Date
Milan Cvetkovic
e996ee5dbc Merge locale definitions to config/locales/en.yml 2023-10-03 18:53:09 +01:00
Milan Cvetkovic
8a22bfb222 Add unconfigured doorkeeper-openid_connect
After executing:
rails generate doorkeeper:openid_connect:install
rails generate doorkeeper:openid_connect:install

Split migration script to 2 to avoid deadlock.
2023-10-03 18:53:09 +01:00
translatewiki.net
900d475392 Localisation updates from https://translatewiki.net. 2023-10-02 13:19:00 +02:00
translatewiki.net
be541bcab2 Localisation updates from https://translatewiki.net. 2023-09-28 13:19:02 +02:00
Andy Allan
0a046673d6
Merge pull request #4201 from AntonKhorev/issues-limit-settings
Move max value of issues counter to settings
2023-09-27 15:47:44 +01:00
translatewiki.net
93691b3595 Localisation updates from https://translatewiki.net. 2023-09-25 13:17:56 +02:00
Tom Hughes
44c30fa6ce Merge remote-tracking branch 'upstream/pull/4255' 2023-09-22 17:45:42 +01:00
translatewiki.net
7a597d2972 Localisation updates from https://translatewiki.net. 2023-09-21 13:32:19 +02:00
Paul Norman
00d085ed5d
Add Tracestrack Topo as featured layer 2023-09-19 22:16:42 -07:00
Tom Hughes
8bd52cec3f Limit SOTM EU banner to one month 2023-09-19 09:33:20 +01:00
Marjan Van de Kauter
781b5166ce Add banner for State of the Map Europe 2023
Closes #4252
2023-09-19 09:17:30 +01:00
translatewiki.net
6bc81dc3e7 Localisation updates from https://translatewiki.net. 2023-09-18 13:18:08 +02:00
Tom Hughes
85b17a1f2a Merge remote-tracking branch 'upstream/pull/4240' 2023-09-14 17:42:04 +01:00
translatewiki.net
6b86be6dec Localisation updates from https://translatewiki.net. 2023-09-14 13:22:37 +02:00
translatewiki.net
3628bfd493 Localisation updates from https://translatewiki.net. 2023-09-11 13:18:30 +02:00
Anton Khorev
71654e563e Add show user block api endpoint 2023-09-09 15:53:22 +03:00
translatewiki.net
aceae23c8e Localisation updates from https://translatewiki.net. 2023-09-07 13:26:57 +02:00
Anton Khorev
caf49bb25d Show user id on profile pages to moderators and admins 2023-09-05 13:35:08 +03:00
translatewiki.net
050fc582e9 Localisation updates from https://translatewiki.net. 2023-09-04 13:19:10 +02:00
Anton Khorev
d2bdf1f0ae Add notes feed description for unspecified area 2023-09-01 17:05:07 +03:00
Anton Khorev
09225bc02d Use i18n at_least_pattern in issues count helper 2023-09-01 08:19:22 +03:00
Anton Khorev
963b8f43f1 Change issue count logic from (n-1)+ to n+ 2023-09-01 08:05:01 +03:00
Anton Khorev
fff98f2afb Move max value of issues counter to settings 2023-09-01 07:14:45 +03:00
translatewiki.net
abecde92f5 Localisation updates from https://translatewiki.net. 2023-08-31 13:19:07 +02:00
Andy Allan
cdfd617eba
Merge pull request #4211 from tomhughes/changeset-comment-cleanup
Address review comments for changeset comment limiting
2023-08-31 10:02:18 +01:00
Tom Hughes
8e3af42fe1 Bump facebook API version 2023-08-30 20:31:24 +01:00
Tom Hughes
75bde83a13 Improve testing of changeset comment rate limits 2023-08-30 19:11:08 +01:00
Tom Hughes
e210b4efbf Improve naming of changeset comment rate limit settings 2023-08-30 18:25:06 +01:00
Andy Allan
a1657f03a8
Merge pull request #4202 from tomhughes/changeset-comment-limit
Add rate limiting for changeset comments
2023-08-30 11:12:40 +01:00
translatewiki.net
2588c14d26 Localisation updates from https://translatewiki.net. 2023-08-28 13:26:20 +02:00
Tom Hughes
3422bb541d Merge remote-tracking branch 'upstream/pull/4198' 2023-08-27 09:46:10 +01:00
Tom Hughes
a274726f46 Add rate limiting for changeset comments
Fixes #4196
2023-08-25 19:53:04 +01:00
translatewiki.net
d5d67d7bbe Localisation updates from https://translatewiki.net. 2023-08-24 13:21:00 +02:00
Tom Hughes
0913f286fe Make the TOTP cookie httponly 2023-08-22 21:18:45 +01:00
Tom Hughes
63bf18a3c3 Add support for rate limiting signup requests 2023-08-22 18:45:17 +01:00
Tom Hughes
2a1689f962 Merge remote-tracking branch 'upstream/pull/4169' 2023-08-20 11:04:28 +01:00
Milan Cvetkovic
ad164d384e Change provider name to "microsoft" 2023-08-20 10:19:30 +01:00
Anton Khorev
bc9f081841 Move note query limit values to settings 2023-08-19 05:06:00 +03:00
Anton Khorev
d69ae84963 Add color keys to note tables 2023-08-17 19:26:26 +03:00
Milan Cvetkovic
568bf4939d Replace references to windowslive with microsoft_graph 2023-08-17 13:01:15 +00:00
Milan Cvetkovic
7428da74c2 Use omniauth-microsoft_graph instead of omniauth-windowslive
Omniauth-microsoft_graph correctly populates 'email' and 'name' fields used by OpenStreetMap.
It also  uses updated endpoints for Microsoft identity provider.

Use email address returned by microsoft_graph provider as a verified address.

Upgrading exisiting users from windowslive to microsoft_graph:
 - upon next login existing `windowslive` users will have to authorizei
   OpenStreetMap application to "Read Your Profile," required for proper reading
   of display name field.

The name of the identity provider in OSM is kept to 'windowslive':
 - the entries in users table with `provider == 'windowslive'`
   can be reused for microsoft_graph provider, since
   the uid field is preserved. Users will not need to repeat the sign up process.
 - OAuth2 callback is still `/auth/windowslive`, no updates to Microsoft Identity Provider portal
   App registration are necessary.
2023-08-17 13:01:15 +00:00
translatewiki.net
fbe478d104 Localisation updates from https://translatewiki.net. 2023-08-17 13:22:14 +02:00
translatewiki.net
23680cb445 Localisation updates from https://translatewiki.net. 2023-08-14 13:20:48 +02:00
Tom Hughes
7912b7620f Add support for dark banner images that need a white close icon 2023-08-13 21:57:09 +01:00
Guillaume Rischard
242b73b632 Remove SotM 2022 banner, add fundraising banner
Closes #4162
2023-08-13 21:36:57 +01:00
Anton Khorev
a2ff9b38f8 Add user home location change listeners and buttons 2023-08-11 21:44:15 +03:00
translatewiki.net
b7aa42174c Localisation updates from https://translatewiki.net. 2023-08-10 13:26:11 +02:00
Tom Hughes
d3f532ed78 Merge remote-tracking branch 'upstream/pull/4142' 2023-08-08 17:53:35 +01:00
Anton Khorev
a5d14a1815 Move changeset query limit values to settings 2023-08-08 03:33:04 +03:00
translatewiki.net
377c43c02c Localisation updates from https://translatewiki.net. 2023-08-07 13:17:26 +02:00