Tom Hughes
330e2cc521
Merge remote-tracking branch 'upstream/pull/4963'
2024-07-08 18:29:56 +01:00
Anton Khorev
e415ba764d
Always set z-index of embedded maps
2024-07-08 19:32:51 +03:00
Anton Khorev
bacca516f0
Use flex gap instead of margins on auth buttons
2024-07-08 17:28:36 +03:00
Anton Khorev
a696d2b24c
Remove unnecessary classes from preferred auth button
...
.rounded is the default rounding for this button type.
.fs-6 is the default font size for this button type.
2024-07-08 17:24:48 +03:00
Tom Hughes
3e77cae66c
Clear current_user if we reject OAuth 1
...
This ensures we don't try and do any further validation of the
user which might lead to trying to report additional errors.
2024-07-07 19:40:28 +01:00
Tom Hughes
d4344da2be
Merge remote-tracking branch 'upstream/pull/4958'
2024-07-07 15:32:44 +01:00
Tom Hughes
10cd2ce242
Merge remote-tracking branch 'upstream/pull/4944'
2024-07-07 15:24:05 +01:00
Tom Hughes
625e7c3296
Merge remote-tracking branch 'upstream/pull/4954'
2024-07-07 10:47:56 +01:00
Tom Hughes
2061b5c257
Merge remote-tracking branch 'upstream/pull/4960'
2024-07-07 10:45:39 +01:00
Tom Hughes
89369915d8
Merge remote-tracking branch 'upstream/pull/4959'
2024-07-07 10:42:45 +01:00
Tom Hughes
5d109919ff
Merge remote-tracking branch 'upstream/pull/4953'
2024-07-07 10:26:27 +01:00
Tom Hughes
dffe0c91b9
Merge remote-tracking branch 'upstream/pull/4952'
2024-07-07 10:23:06 +01:00
Anton Khorev
4e01f6830a
Don't call check_signup_allowed inside save_new_user
2024-07-06 18:51:54 +03:00
Anton Khorev
0d2010cd2f
Remove "whereami" search parameter, use "lat" and "lon" instead
2024-07-06 16:56:49 +03:00
Anton Khorev
e3c9192758
Merge branch 'pull/4793'
2024-07-06 14:18:50 +03:00
Anton Khorev
12ac6f8f27
Restore previous position of signup background
...
The new image is cropped differently, resulting in a different background-position-x value.
2024-07-06 14:17:58 +03:00
nertc
676aef5be6
Order of comments in changeset comments feeds
2024-07-05 19:00:15 +04:00
Anton Khorev
8ee3d67831
Set "login/signup" page width equal to "about" page width
2024-07-05 14:38:25 +03:00
Anton Khorev
46d2b4c652
Remove padding around tabs on blocked signup page
2024-07-05 13:55:02 +03:00
Anton Khorev
c1882f0ff3
Use alt text in OpenID image alt attribute
2024-07-05 12:36:02 +03:00
Tom Hughes
87422e56f9
Merge remote-tracking branch 'upstream/pull/4949'
2024-07-04 18:54:03 +01:00
Tom Hughes
2f56aff9fa
Merge remote-tracking branch 'upstream/pull/4945'
2024-07-04 18:31:23 +01:00
Tom Hughes
251274d44d
Merge remote-tracking branch 'upstream/pull/4943'
2024-07-04 18:30:07 +01:00
Tom Hughes
c51f16f3f9
Merge remote-tracking branch 'upstream/pull/4942'
2024-07-04 18:28:29 +01:00
nertc
c66851f474
Share button unusable on a cell phone
2024-07-04 18:09:48 +04:00
Emin Kocan
c10c10e734
update styling
...
Co-authored-by: Anton Khorev <tony29@yandex.ru>
2024-07-04 14:18:09 +02:00
Emin Kocan
1ce191943c
refactor password field to use form helpers
2024-07-03 15:01:13 +02:00
Anton Khorev
29583e0713
Use inline svg for new diary entry icon
2024-07-03 15:14:11 +03:00
Anton Khorev
1deeade2cd
Move source images to assets directory
2024-07-03 11:35:46 +03:00
Anton Khorev
b12692f449
Remove unused gradients from note markers
2024-07-03 11:13:09 +03:00
Tom Hughes
f9db802c7b
Merge remote-tracking branch 'upstream/pull/4938'
2024-07-02 21:07:27 +01:00
nertc
4b593412c2
Accept coordinates with a slash in search
2024-07-02 23:48:55 +04:00
Emin Kocan
ea7b19c8fa
separate translatable messages for privacy policy link in sign up form
2024-07-01 18:35:43 +02:00
Tom Hughes
7ce5dffb6d
Merge remote-tracking branch 'upstream/pull/4927'
2024-06-30 10:28:02 +01:00
Anton Khorev
adabf84fe6
Set i18n locale before writing "report a problem" on embed page
2024-06-30 04:51:43 +03:00
Tom Hughes
b03eb84bb6
Only the sender of a message should be able to mark it as read/unread
2024-06-29 00:14:42 +01:00
Anton Khorev
51d2a846ec
Rename map layer javascript files
2024-06-28 03:12:15 +03:00
mmd-osm
8c20bc1d98
Jbuilder: render collections of partials
2024-06-27 22:44:37 +02:00
Tom Hughes
5cc0b26bba
Merge remote-tracking branch 'upstream/pull/4916'
2024-06-27 17:56:13 +01:00
Emin Kocan
9e99fa05c9
add _section_divider component utilizing hr tags
2024-06-27 18:52:56 +02:00
Tom Hughes
1c179621d2
Use SVG for OpenID icon on the login screen
2024-06-27 17:51:32 +01:00
Tom Hughes
24d535237c
Merge remote-tracking branch 'upstream/pull/4917'
2024-06-27 17:47:16 +01:00
Emin Kocan
8e1071ebf1
utilize button classes on preferred auth button
2024-06-27 15:43:57 +02:00
Emin Kocan
3dc76a9bc0
style auth buttons using .btn & .btn-light classes
2024-06-27 14:55:28 +02:00
Tom Hughes
271384e683
Simplify handling of geocoder URLs
...
This avoids having to build them in multiple places and also
ensures we link to what was actually searched rather than some
random string from the locale file.
2024-06-25 17:57:38 +01:00
Tom Hughes
ddc252016a
Merge remote-tracking branch 'upstream/pull/4895'
2024-06-25 17:42:52 +01:00
Tom Hughes
4c6e9de1ad
Merge remote-tracking branch 'upstream/pull/4915'
2024-06-25 17:35:26 +01:00
Anton Khorev
403d86c7d3
Move reverse directions button to the right of from/to inputs
2024-06-25 03:11:36 +03:00
Anton Khorev
06820acc4b
Discard fragments from wikimedia_commons tag values
2024-06-22 21:48:42 +03:00
Hidde Wieringa
18628b6f38
OSM icon to SVG
...
whitespace
Revert og:image tags
Add original design OSM logo in assets/
Update _header.html.erb
2024-06-21 20:22:05 +02:00