Commit graph

13987 commits

Author SHA1 Message Date
Anton Khorev
29e1336da3 Use inline svg for notice icons
Allows to set fill to currentColor which adapts to dark mode.
2024-05-06 14:33:57 +03:00
Tom Hughes
0b18937384 Merge remote-tracking branch 'upstream/pull/4757' 2024-05-06 11:15:12 +01:00
Anton Khorev
f418d0bbb4 Simplify message paths in tests 2024-05-06 12:37:57 +03:00
Tom Hughes
b625eefdeb Merge remote-tracking branch 'upstream/pull/4455' 2024-05-06 09:15:03 +01:00
Tom Hughes
1874e5b1a2 Improve flash message handling in users#new
Only show the duplicate email message if we actually have errors
logged against the email field, and then show it as a warning.

In all other cases we show the generic informational hint about
social logins and pre-existing accounts.
2024-05-06 09:14:49 +01:00
Tom Hughes
51d778097f Merge remote-tracking branch 'upstream/pull/4753' 2024-05-05 18:54:57 +01:00
Tom Hughes
e1234bc960 Merge remote-tracking branch 'upstream/pull/4752' 2024-05-05 18:51:37 +01:00
Tom Hughes
c0a7ce71c8 Merge remote-tracking branch 'upstream/pull/4751' 2024-05-05 18:48:08 +01:00
Anton Khorev
926788ff9a Remove tests for message paths without ids
These tests don't fail because they reuse ids from previous requests.
2024-05-05 17:14:37 +03:00
Anton Khorev
5da2957591 Redirect to inbox after marking a message as read/unread disregarding referer
Avoids staying on the message page after the "Mark as unread" button is clicked and immediately reading the message again.
2024-05-05 15:32:47 +03:00
Anton Khorev
4c21a09b32 Rename unread_message to message in messages controller test
There's only one message in the affected test methods. That message becomes read during the test.
2024-05-05 15:21:09 +03:00
dependabot[bot]
fc6aee553a
Bump eslint from 9.1.1 to 9.2.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.1.1 to 9.2.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.1.1...v9.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-03 23:24:28 +00:00
Tom Hughes
b3759c0d58 Merge remote-tracking branch 'upstream/pull/4747' 2024-05-02 17:52:45 +01:00
Tom Hughes
59071bfe5d Merge remote-tracking branch 'upstream/pull/4746' 2024-05-02 17:48:03 +01:00
Tom Hughes
ea6ace3ac5 Merge remote-tracking branch 'upstream/pull/4745' 2024-05-02 17:44:06 +01:00
Tom Hughes
4300c7b142 Merge remote-tracking branch 'upstream/pull/4748' 2024-05-02 17:40:47 +01:00
translatewiki.net
5f43044cac Localisation updates from https://translatewiki.net. 2024-05-02 14:17:23 +02:00
dependabot[bot]
8538f0029b
Bump osm-community-index from 5.6.2 to 5.6.3
Bumps [osm-community-index](https://github.com/osmlab/osm-community-index) from 5.6.2 to 5.6.3.
- [Release notes](https://github.com/osmlab/osm-community-index/releases)
- [Changelog](https://github.com/osmlab/osm-community-index/blob/main/CHANGELOG.md)
- [Commits](https://github.com/osmlab/osm-community-index/compare/v5.6.2...v5.6.3)

---
updated-dependencies:
- dependency-name: osm-community-index
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 23:48:22 +00:00
Anton Khorev
15e1459f25 Link to previous/next nonempty user's changeset on changeset pages 2024-05-01 15:02:59 +03:00
Anton Khorev
f554e14b7f Use common sidebar_browse_check in notes controller test 2024-05-01 13:21:24 +03:00
Anton Khorev
eaacfbb911 Restore constraints on note id parameter 2024-05-01 13:17:14 +03:00
Anton Khorev
6a5fea01b1 Update outdated tags of amenity/office/shop browse icons 2024-05-01 10:25:38 +03:00
Tom Hughes
2058251659 Merge remote-tracking branch 'upstream/pull/4735' 2024-04-30 18:58:42 +01:00
Tom Hughes
9ee3df33bd Merge remote-tracking branch 'upstream/pull/4712' 2024-04-30 18:46:14 +01:00
Tom Hughes
183e5c6d67 Merge remote-tracking branch 'upstream/pull/4744' 2024-04-30 18:41:01 +01:00
Tom Hughes
8dafc39ab3 Merge remote-tracking branch 'upstream/pull/4740' 2024-04-30 18:37:25 +01:00
Tom Hughes
56a57e7f29 Merge remote-tracking branch 'upstream/pull/4739' 2024-04-30 18:34:43 +01:00
Tom Hughes
3a4b23a3c1 Update bundle 2024-04-30 18:07:55 +01:00
Anton Khorev
dea9c385b3 Set trace thumbnail link display property to inline-block, fixing focus outline
This makes <a> as tall as <img> inside it.
2024-04-30 17:14:07 +03:00
Anton Khorev
728425858d Don't change display property of messages table header cell 2024-04-30 06:58:43 +03:00
Anton Khorev
a84c1cb89d Remove .message-summary css classes and selectors
They are not necessary because they select every table body row, and the table already has its own class.
2024-04-30 06:49:30 +03:00
Anton Khorev
90f1c49227 Invert dark browse icons in dark mode 2024-04-30 06:20:50 +03:00
Anton Khorev
c1dc4f62eb Write browse icons using Sass loop 2024-04-30 06:20:50 +03:00
Tom Hughes
b46c53d329 Merge remote-tracking branch 'upstream/pull/4736' 2024-04-29 22:40:53 +01:00
Tom Hughes
a76a2db37c Merge remote-tracking branch 'upstream/pull/4737' 2024-04-29 22:38:55 +01:00
Tom Hughes
2ebb84118f Merge remote-tracking branch 'upstream/pull/4738' 2024-04-29 22:37:30 +01:00
translatewiki.net
2bb4ca45b3 Localisation updates from https://translatewiki.net. 2024-04-29 14:16:28 +02:00
Milan Cvetkovic
4965c19b7a Re-introduce additional round trip for verifying auth_provider 2024-04-29 11:32:54 +00:00
Milan Cvetkovic
c486dd5532 Rename verified_email to email_hmac parameter in /users/new 2024-04-29 11:32:54 +00:00
Milan Cvetkovic
2b4096e566 Remove "Sign up" and "Log in" from application bar when sessions or user controller are active 2024-04-29 11:32:54 +00:00
Milan Cvetkovic
9649b192c0 Add preferred provider social signup
- Add preferred provider for authorization to login and signup pages.
  To use, the 3rd party application would have to add `preferred_provider=...`
  parameter to OAuth2 authorization request.
- Resize 3rd party provider icons
- Add "login to authorize" heading to login and signup screens
2024-04-29 11:32:54 +00:00
Anton Khorev
728a03466c Remove color override for user dropdown message count 2024-04-29 10:07:10 +03:00
Anton Khorev
d4f4a97b7f Adapt Leaflet context menus to dark mode 2024-04-29 09:47:14 +03:00
Anton Khorev
dd29af0ec4 Remove white background from tree, gate, level crossing icons 2024-04-29 09:11:18 +03:00
Tom Hughes
fc81201cab Mark copyright example image as fluid
This preserves the old behaviour after #4732 is applied.
2024-04-28 18:47:13 +01:00
Tom Hughes
fd732ee33d Merge remote-tracking branch 'upstream/pull/4732' 2024-04-28 18:45:44 +01:00
Tom Hughes
0e749fd5be Merge remote-tracking branch 'upstream/pull/4731' 2024-04-28 18:41:17 +01:00
Tom Hughes
fa0f31c83c Merge remote-tracking branch 'upstream/pull/4730' 2024-04-28 18:39:50 +01:00
Anton Khorev
312648cb05 Remove custom css applied to images inside paragraphs 2024-04-28 02:44:34 +03:00
Anton Khorev
e820e143a8 Remove custom css for note icons on welcome and fixthemap pages 2024-04-28 02:22:33 +03:00