]> git.openstreetmap.org Git - rails.git/log
rails.git
2 years agoMerge remote-tracking branch 'upstream/pull/4977'
Tom Hughes [Fri, 12 Jul 2024 18:22:19 +0000 (19:22 +0100)]
Merge remote-tracking branch 'upstream/pull/4977'

2 years agoShow/hide entire OpenID form
Anton Khorev [Fri, 12 Jul 2024 11:22:11 +0000 (14:22 +0300)]
Show/hide entire OpenID form

2 years agoMerge remote-tracking branch 'upstream/pull/4976'
Tom Hughes [Thu, 11 Jul 2024 17:16:03 +0000 (18:16 +0100)]
Merge remote-tracking branch 'upstream/pull/4976'

2 years agoStack preferred auth button over other auth buttons on small screens
Anton Khorev [Wed, 10 Jul 2024 11:38:25 +0000 (14:38 +0300)]
Stack preferred auth button over other auth buttons on small screens

2 years agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Thu, 11 Jul 2024 12:18:41 +0000 (14:18 +0200)]
Localisation updates from https://translatewiki.net.

2 years agoDon't try and change the HTTP client user agent
Tom Hughes [Wed, 10 Jul 2024 18:17:09 +0000 (19:17 +0100)]
Don't try and change the HTTP client user agent

Because we only create the client once we can't override the
server URL for a test to change the user agent as we don't know
which test will create it.

2 years agoMerge remote-tracking branch 'upstream/pull/4974'
Tom Hughes [Wed, 10 Jul 2024 17:33:54 +0000 (18:33 +0100)]
Merge remote-tracking branch 'upstream/pull/4974'

2 years agoMerge remote-tracking branch 'upstream/pull/4972'
Tom Hughes [Wed, 10 Jul 2024 17:32:32 +0000 (18:32 +0100)]
Merge remote-tracking branch 'upstream/pull/4972'

2 years agoMerge remote-tracking branch 'upstream/pull/4971'
Tom Hughes [Wed, 10 Jul 2024 17:29:14 +0000 (18:29 +0100)]
Merge remote-tracking branch 'upstream/pull/4971'

2 years agoMerge remote-tracking branch 'upstream/pull/4970'
Tom Hughes [Wed, 10 Jul 2024 17:27:39 +0000 (18:27 +0100)]
Merge remote-tracking branch 'upstream/pull/4970'

2 years agoUpdate bundle
Tom Hughes [Wed, 10 Jul 2024 17:17:20 +0000 (18:17 +0100)]
Update bundle

2 years agoTest Nominatim.describe_location
Anton Khorev [Wed, 10 Jul 2024 14:08:40 +0000 (17:08 +0300)]
Test Nominatim.describe_location

2 years agoMerge branch 'pull/4957'
Anton Khorev [Wed, 10 Jul 2024 14:20:30 +0000 (17:20 +0300)]
Merge branch 'pull/4957'

2 years agoChange OpenID provider link to button
Anton Khorev [Wed, 10 Jul 2024 11:02:39 +0000 (14:02 +0300)]
Change OpenID provider link to button

2 years agoRemove alt text of OpenID logo inside input label
Anton Khorev [Wed, 10 Jul 2024 10:18:32 +0000 (13:18 +0300)]
Remove alt text of OpenID logo inside input label

This keeps the input focusing when the logo is clicked but the alt text is not read by screen readers.

2 years agoRemove single-use OpenID logo helper
Anton Khorev [Wed, 10 Jul 2024 10:16:15 +0000 (13:16 +0300)]
Remove single-use OpenID logo helper

2 years agoMove OpenID logo out of locale string
Anton Khorev [Wed, 10 Jul 2024 10:15:20 +0000 (13:15 +0300)]
Move OpenID logo out of locale string

2 years agoChange OpenID input label to "OpenID URL"
Anton Khorev [Wed, 10 Jul 2024 10:13:27 +0000 (13:13 +0300)]
Change OpenID input label to "OpenID URL"

2 years agoBump qs from 6.12.2 to 6.12.3
dependabot[bot] [Tue, 9 Jul 2024 23:44:24 +0000 (23:44 +0000)]
Bump qs from 6.12.2 to 6.12.3

Bumps [qs](https://github.com/ljharb/qs) from 6.12.2 to 6.12.3.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.12.2...v6.12.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge remote-tracking branch 'upstream/pull/4968'
Tom Hughes [Tue, 9 Jul 2024 17:47:18 +0000 (18:47 +0100)]
Merge remote-tracking branch 'upstream/pull/4968'

2 years agoMerge remote-tracking branch 'upstream/pull/4967'
Tom Hughes [Tue, 9 Jul 2024 17:46:15 +0000 (18:46 +0100)]
Merge remote-tracking branch 'upstream/pull/4967'

2 years agoMerge remote-tracking branch 'upstream/pull/4966'
Tom Hughes [Tue, 9 Jul 2024 17:44:44 +0000 (18:44 +0100)]
Merge remote-tracking branch 'upstream/pull/4966'

2 years agoUse faraday http client for nominatim lookups
Tom Hughes [Fri, 5 Jul 2024 18:33:25 +0000 (19:33 +0100)]
Use faraday http client for nominatim lookups

2 years agoSet a custom user agent for the faraday http client
Tom Hughes [Fri, 5 Jul 2024 18:29:06 +0000 (19:29 +0100)]
Set a custom user agent for the faraday http client

2 years agoRemove former .auth-container wrapper divs
Anton Khorev [Tue, 9 Jul 2024 14:46:28 +0000 (17:46 +0300)]
Remove former .auth-container wrapper divs

2 years agoRemove .d-block classes from auth buttons
Anton Khorev [Tue, 9 Jul 2024 14:21:34 +0000 (17:21 +0300)]
Remove .d-block classes from auth buttons

Unnecessary on flex items.

2 years agoRemove unused .openid_url class from OpenID url input
Anton Khorev [Tue, 9 Jul 2024 14:14:41 +0000 (17:14 +0300)]
Remove unused .openid_url class from OpenID url input

2 years agoRemove .w-100 classes from auth providers template
Anton Khorev [Tue, 9 Jul 2024 13:48:31 +0000 (16:48 +0300)]
Remove .w-100 classes from auth providers template

This is the default width.

2 years agoRemove .list-inline classes from auth providers template
Anton Khorev [Tue, 9 Jul 2024 13:44:12 +0000 (16:44 +0300)]
Remove .list-inline classes from auth providers template

None of them were on html lists.

2 years agochanging SOTMEU banner on organiser request
Mateusz Konieczny [Tue, 9 Jul 2024 06:55:25 +0000 (08:55 +0200)]
changing SOTMEU banner on organiser request

2 years agoMerge remote-tracking branch 'upstream/pull/4965'
Tom Hughes [Mon, 8 Jul 2024 17:31:17 +0000 (18:31 +0100)]
Merge remote-tracking branch 'upstream/pull/4965'

2 years agoMerge remote-tracking branch 'upstream/pull/4963'
Tom Hughes [Mon, 8 Jul 2024 17:29:56 +0000 (18:29 +0100)]
Merge remote-tracking branch 'upstream/pull/4963'

2 years agoMerge remote-tracking branch 'upstream/pull/4962'
Tom Hughes [Mon, 8 Jul 2024 17:26:54 +0000 (18:26 +0100)]
Merge remote-tracking branch 'upstream/pull/4962'

2 years agoAlways set z-index of embedded maps
Anton Khorev [Mon, 8 Jul 2024 16:32:51 +0000 (19:32 +0300)]
Always set z-index of embedded maps

2 years agoUse flex gap instead of margins on auth buttons
Anton Khorev [Mon, 8 Jul 2024 13:56:34 +0000 (16:56 +0300)]
Use flex gap instead of margins on auth buttons

2 years agoRemove unnecessary classes from preferred auth button
Anton Khorev [Mon, 8 Jul 2024 14:24:48 +0000 (17:24 +0300)]
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.

2 years agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Mon, 8 Jul 2024 12:15:40 +0000 (14:15 +0200)]
Localisation updates from https://translatewiki.net.

2 years agoClear current_user if we reject OAuth 1
Tom Hughes [Sun, 7 Jul 2024 18:40:28 +0000 (19:40 +0100)]
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.

2 years agoMerge remote-tracking branch 'upstream/pull/4958'
Tom Hughes [Sun, 7 Jul 2024 14:32:44 +0000 (15:32 +0100)]
Merge remote-tracking branch 'upstream/pull/4958'

2 years agoMerge remote-tracking branch 'upstream/pull/4944'
Tom Hughes [Sun, 7 Jul 2024 14:24:05 +0000 (15:24 +0100)]
Merge remote-tracking branch 'upstream/pull/4944'

2 years agoMerge remote-tracking branch 'upstream/pull/4954'
Tom Hughes [Sun, 7 Jul 2024 09:47:56 +0000 (10:47 +0100)]
Merge remote-tracking branch 'upstream/pull/4954'

2 years agoMerge remote-tracking branch 'upstream/pull/4960'
Tom Hughes [Sun, 7 Jul 2024 09:45:39 +0000 (10:45 +0100)]
Merge remote-tracking branch 'upstream/pull/4960'

2 years agoMerge remote-tracking branch 'upstream/pull/4959'
Tom Hughes [Sun, 7 Jul 2024 09:42:45 +0000 (10:42 +0100)]
Merge remote-tracking branch 'upstream/pull/4959'

2 years agoMerge remote-tracking branch 'upstream/pull/4953'
Tom Hughes [Sun, 7 Jul 2024 09:26:27 +0000 (10:26 +0100)]
Merge remote-tracking branch 'upstream/pull/4953'

2 years agoMerge remote-tracking branch 'upstream/pull/4952'
Tom Hughes [Sun, 7 Jul 2024 09:23:06 +0000 (10:23 +0100)]
Merge remote-tracking branch 'upstream/pull/4952'

2 years agoDon't call check_signup_allowed inside save_new_user
Anton Khorev [Sat, 6 Jul 2024 15:51:54 +0000 (18:51 +0300)]
Don't call check_signup_allowed inside save_new_user

2 years agoRemove "whereami" search parameter, use "lat" and "lon" instead
Anton Khorev [Sat, 6 Jul 2024 13:56:49 +0000 (16:56 +0300)]
Remove "whereami" search parameter, use "lat" and "lon" instead

2 years agoMerge branch 'pull/4793'
Anton Khorev [Sat, 6 Jul 2024 11:18:50 +0000 (14:18 +0300)]
Merge branch 'pull/4793'

2 years agoRestore previous position of signup background
Anton Khorev [Sat, 6 Jul 2024 11:17:58 +0000 (14:17 +0300)]
Restore previous position of signup background

The new image is cropped differently, resulting in a different background-position-x value.

2 years agoOrder of comments in changeset comments feeds
nertc [Fri, 5 Jul 2024 15:00:15 +0000 (19:00 +0400)]
Order of comments in changeset comments feeds

2 years agoSet "login/signup" page width equal to "about" page width
Anton Khorev [Fri, 5 Jul 2024 11:38:25 +0000 (14:38 +0300)]
Set "login/signup" page width equal to "about" page width

2 years agoRemove padding around tabs on blocked signup page
Anton Khorev [Fri, 5 Jul 2024 10:55:02 +0000 (13:55 +0300)]
Remove padding around tabs on blocked signup page

2 years agoUse alt text in OpenID image alt attribute
Anton Khorev [Fri, 5 Jul 2024 09:36:02 +0000 (12:36 +0300)]
Use alt text in OpenID image alt attribute

2 years agoMerge remote-tracking branch 'upstream/pull/4949'
Tom Hughes [Thu, 4 Jul 2024 17:54:03 +0000 (18:54 +0100)]
Merge remote-tracking branch 'upstream/pull/4949'

2 years agoMerge remote-tracking branch 'upstream/pull/4945'
Tom Hughes [Thu, 4 Jul 2024 17:31:23 +0000 (18:31 +0100)]
Merge remote-tracking branch 'upstream/pull/4945'

2 years agoMerge remote-tracking branch 'upstream/pull/4943'
Tom Hughes [Thu, 4 Jul 2024 17:30:07 +0000 (18:30 +0100)]
Merge remote-tracking branch 'upstream/pull/4943'

2 years agoMerge remote-tracking branch 'upstream/pull/4942'
Tom Hughes [Thu, 4 Jul 2024 17:28:29 +0000 (18:28 +0100)]
Merge remote-tracking branch 'upstream/pull/4942'

2 years agoMerge remote-tracking branch 'upstream/pull/4941'
Tom Hughes [Thu, 4 Jul 2024 17:26:18 +0000 (18:26 +0100)]
Merge remote-tracking branch 'upstream/pull/4941'

2 years agoMerge branch 'pull/4935'
Anton Khorev [Thu, 4 Jul 2024 15:14:58 +0000 (18:14 +0300)]
Merge branch 'pull/4935'

2 years agoShare button unusable on a cell phone
nertc [Thu, 4 Jul 2024 12:17:56 +0000 (16:17 +0400)]
Share button unusable on a cell phone

2 years agoupdate styling
Emin Kocan [Thu, 4 Jul 2024 12:18:09 +0000 (14:18 +0200)]
update styling

Co-authored-by: Anton Khorev <tony29@yandex.ru>
2 years agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Thu, 4 Jul 2024 12:16:42 +0000 (14:16 +0200)]
Localisation updates from https://translatewiki.net.

2 years agorefactor password field to use form helpers
Emin Kocan [Mon, 1 Jul 2024 11:23:03 +0000 (13:23 +0200)]
refactor password field to use form helpers

2 years agoUse inline svg for new diary entry icon
Anton Khorev [Wed, 3 Jul 2024 12:14:11 +0000 (15:14 +0300)]
Use inline svg for new diary entry icon

2 years agoMove source images to assets directory
Anton Khorev [Wed, 3 Jul 2024 08:35:46 +0000 (11:35 +0300)]
Move source images to assets directory

2 years agoRemove unused gradients from note markers
Anton Khorev [Wed, 3 Jul 2024 08:13:09 +0000 (11:13 +0300)]
Remove unused gradients from note markers

2 years agoChange auth provider logo alt texts to indicate that these are logos
Anton Khorev [Wed, 3 Jul 2024 07:40:27 +0000 (10:40 +0300)]
Change auth provider logo alt texts to indicate that these are logos

2 years agoMerge remote-tracking branch 'upstream/pull/4938'
Tom Hughes [Tue, 2 Jul 2024 20:07:27 +0000 (21:07 +0100)]
Merge remote-tracking branch 'upstream/pull/4938'

2 years agoKeep to strong_migrations 1.8 for ruby 3.0 compatibility
Tom Hughes [Tue, 2 Jul 2024 20:06:33 +0000 (21:06 +0100)]
Keep to strong_migrations 1.8 for ruby 3.0 compatibility

2 years agoAccept coordinates with a slash in search
nertc [Tue, 2 Jul 2024 10:17:23 +0000 (14:17 +0400)]
Accept coordinates with a slash in search

2 years agoMerge remote-tracking branch 'upstream/pull/4936'
Tom Hughes [Tue, 2 Jul 2024 17:28:06 +0000 (18:28 +0100)]
Merge remote-tracking branch 'upstream/pull/4936'

2 years agoMerge remote-tracking branch 'upstream/pull/4939'
Tom Hughes [Tue, 2 Jul 2024 17:19:09 +0000 (18:19 +0100)]
Merge remote-tracking branch 'upstream/pull/4939'

2 years agoMerge remote-tracking branch 'upstream/pull/4937'
Tom Hughes [Tue, 2 Jul 2024 17:17:08 +0000 (18:17 +0100)]
Merge remote-tracking branch 'upstream/pull/4937'

2 years agoUpdate bundle
Tom Hughes [Tue, 2 Jul 2024 17:06:27 +0000 (18:06 +0100)]
Update bundle

2 years agoRemove aol and wordpress auth provider locale strings
Anton Khorev [Tue, 2 Jul 2024 13:20:12 +0000 (16:20 +0300)]
Remove aol and wordpress auth provider locale strings

2 years agoBump qs from 6.12.1 to 6.12.2
dependabot[bot] [Mon, 1 Jul 2024 23:09:35 +0000 (23:09 +0000)]
Bump qs from 6.12.1 to 6.12.2

Bumps [qs](https://github.com/ljharb/qs) from 6.12.1 to 6.12.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.12.1...v6.12.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoseparate translatable messages for privacy policy link in sign up form
Emin Kocan [Mon, 1 Jul 2024 16:35:43 +0000 (18:35 +0200)]
separate translatable messages for privacy policy link in sign up form

2 years agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Mon, 1 Jul 2024 12:16:34 +0000 (14:16 +0200)]
Localisation updates from https://translatewiki.net.

2 years agoMerge remote-tracking branch 'upstream/pull/4927'
Tom Hughes [Sun, 30 Jun 2024 09:28:02 +0000 (10:28 +0100)]
Merge remote-tracking branch 'upstream/pull/4927'

2 years agoMerge remote-tracking branch 'upstream/pull/4934'
Tom Hughes [Sun, 30 Jun 2024 09:08:40 +0000 (10:08 +0100)]
Merge remote-tracking branch 'upstream/pull/4934'

2 years agoMerge remote-tracking branch 'upstream/pull/4932'
Tom Hughes [Sun, 30 Jun 2024 09:01:00 +0000 (10:01 +0100)]
Merge remote-tracking branch 'upstream/pull/4932'

2 years agoSet i18n locale before writing "report a problem" on embed page
Anton Khorev [Sun, 30 Jun 2024 01:51:43 +0000 (04:51 +0300)]
Set i18n locale before writing "report a problem" on embed page

2 years agoBump eslint from 9.5.0 to 9.6.0
dependabot[bot] [Fri, 28 Jun 2024 23:32:27 +0000 (23:32 +0000)]
Bump eslint from 9.5.0 to 9.6.0

Bumps [eslint](https://github.com/eslint/eslint) from 9.5.0 to 9.6.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.5.0...v9.6.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoOnly the sender of a message should be able to mark it as read/unread
Tom Hughes [Fri, 28 Jun 2024 23:14:42 +0000 (00:14 +0100)]
Only the sender of a message should be able to mark it as read/unread

2 years agoJbuilder: render collections of partials
mmd-osm [Thu, 27 Jun 2024 20:44:37 +0000 (22:44 +0200)]
Jbuilder: render collections of partials

2 years agoMerge remote-tracking branch 'upstream/pull/4928'
Tom Hughes [Thu, 27 Jun 2024 20:12:35 +0000 (21:12 +0100)]
Merge remote-tracking branch 'upstream/pull/4928'

2 years agolink event website after all
Mateusz Konieczny [Thu, 27 Jun 2024 20:01:13 +0000 (22:01 +0200)]
link event website after all

I got request from wzbartczak that - based on feedback - linking event page would be better after all

2 years agoMerge remote-tracking branch 'upstream/pull/4923'
Tom Hughes [Thu, 27 Jun 2024 17:52:10 +0000 (18:52 +0100)]
Merge remote-tracking branch 'upstream/pull/4923'

2 years agoMerge remote-tracking branch 'upstream/pull/4916'
Tom Hughes [Thu, 27 Jun 2024 16:56:13 +0000 (17:56 +0100)]
Merge remote-tracking branch 'upstream/pull/4916'

2 years agoadd _section_divider component utilizing hr tags
Emin Kocan [Thu, 27 Jun 2024 15:22:41 +0000 (17:22 +0200)]
add _section_divider component utilizing hr tags

2 years agoUse SVG for OpenID icon on the login screen
Tom Hughes [Thu, 27 Jun 2024 16:51:32 +0000 (17:51 +0100)]
Use SVG for OpenID icon on the login screen

2 years agoMerge remote-tracking branch 'upstream/pull/4917'
Tom Hughes [Thu, 27 Jun 2024 16:47:16 +0000 (17:47 +0100)]
Merge remote-tracking branch 'upstream/pull/4917'

2 years agoutilize button classes on preferred auth button
Emin Kocan [Thu, 27 Jun 2024 13:43:57 +0000 (15:43 +0200)]
utilize button classes on preferred auth button

2 years agostyle auth buttons using .btn & .btn-light classes
Emin Kocan [Fri, 21 Jun 2024 12:14:54 +0000 (14:14 +0200)]
style auth buttons using .btn & .btn-light classes

2 years agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Thu, 27 Jun 2024 12:16:29 +0000 (14:16 +0200)]
Localisation updates from https://translatewiki.net.

2 years agoMerge pull request #4610 from AntonKhorev/no-old-note-api
Andy Allan [Wed, 26 Jun 2024 13:17:39 +0000 (14:17 +0100)]
Merge pull request #4610 from AntonKhorev/no-old-note-api

Remove old note api endpoints

2 years agoMerge pull request #4922 from tomhughes/geocoder-urls
Andy Allan [Wed, 26 Jun 2024 13:12:02 +0000 (14:12 +0100)]
Merge pull request #4922 from tomhughes/geocoder-urls

Simplify handling of geocoder URLs

2 years agoDrop compromised polyfill.io from upstream vendors
Tom Hughes [Wed, 26 Jun 2024 07:36:14 +0000 (08:36 +0100)]
Drop compromised polyfill.io from upstream vendors

2 years agoAdd entries for cowshed and sty to en.yml
Hufkratzer [Tue, 25 Jun 2024 22:11:06 +0000 (00:11 +0200)]
Add entries for cowshed and sty to en.yml

2 years agoSimplify handling of geocoder URLs
Tom Hughes [Tue, 25 Jun 2024 16:57:38 +0000 (17:57 +0100)]
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.