Commit graph

15129 commits

Author SHA1 Message Date
Tom Hughes
e2839ae098 Update bundle 2024-12-10 18:18:46 +00:00
Tom Hughes
7b05c1c060 Merge remote-tracking branch 'upstream/pull/5375' 2024-12-08 14:55:55 +00:00
Tom Hughes
bf4d8fc2d0 Merge remote-tracking branch 'upstream/pull/5386' 2024-12-08 11:27:18 +00:00
Tom Hughes
d9e047f189 Merge remote-tracking branch 'upstream/pull/5384' 2024-12-08 10:47:43 +00:00
Tom Hughes
0d9894214b Merge remote-tracking branch 'upstream/pull/5383' 2024-12-08 10:40:04 +00:00
Tom Hughes
8595b67e05 Merge remote-tracking branch 'upstream/pull/5382' 2024-12-08 10:37:47 +00:00
Tom Hughes
d598623305 Protect against malicious branch names 2024-12-07 17:04:03 +00:00
Anton Khorev
02257f7294 Allow specifying extra layer options in layers.yml 2024-12-07 19:21:36 +03:00
Anton Khorev
725f6d847f Remove logger.debug from relation update action 2024-12-06 14:27:46 +03:00
Anton Khorev
4b92c8e555 Let header username expand to screen width in small nav mode 2024-12-06 12:19:43 +03:00
Anton Khorev
ba87362e7f Don't interpolate type in issue title 2024-12-06 11:15:34 +03:00
Tom Hughes
fe81ac334c Merge remote-tracking branch 'upstream/pull/5377' 2024-12-05 18:41:10 +00:00
Tom Hughes
08de53f51b Merge remote-tracking branch 'upstream/pull/5381' 2024-12-05 18:34:41 +00:00
Tom Hughes
2cb1462602 Merge remote-tracking branch 'upstream/pull/5380' 2024-12-05 18:31:56 +00:00
translatewiki.net
664aaeee38
Localisation updates from https://translatewiki.net. 2024-12-05 13:13:52 +01:00
Anton Khorev
1c3e4746b0 Don't show types twice in issue type select 2024-12-05 12:47:58 +03:00
Anton Khorev
1c7ead6008 Use translated model names in issue type select 2024-12-05 12:29:13 +03:00
Tom Hughes
0b97b6bc34 Merge remote-tracking branch 'upstream/pull/5374' 2024-12-04 18:59:21 +00:00
Tom Hughes
12998355a3 Merge remote-tracking branch 'upstream/pull/5378' 2024-12-04 18:53:37 +00:00
Tom Hughes
98b4d62462 Merge remote-tracking branch 'upstream/pull/5376' 2024-12-04 18:46:39 +00:00
Anton Khorev
88d80018b5 Include data: when using allow_thirdparty_images CSP 2024-12-04 19:26:21 +03:00
Anton Khorev
16e97c57ca Truncate if necessary and set dir=auto for note usernames 2024-12-04 14:10:09 +03:00
Anton Khorev
f5980aca56 Truncate usernames in trace navigation tabs 2024-12-04 13:09:46 +03:00
Anton Khorev
821ebdd57b Use fetch() instead of iframe to make remote control requests 2024-12-04 12:30:19 +03:00
Anton Khorev
6b55cce25c Use relation icon instead of word in containing relations 2024-12-04 10:30:44 +03:00
Tom Hughes
572d1adaae Merge remote-tracking branch 'upstream/pull/5372' 2024-12-03 18:36:23 +00:00
Tom Hughes
10bd646d40 Merge remote-tracking branch 'upstream/pull/5371' 2024-12-03 18:33:38 +00:00
Tom Hughes
4c1cdc6de3 Update bundle 2024-12-03 18:19:50 +00:00
Anton Khorev
2d36aa74db Truncate if necessary and set dir=auto for message usernames 2024-12-03 10:48:59 +03:00
Anton Khorev
c739e061cc Truncate if necessary and set dir=auto for changeset usernames 2024-12-03 10:24:56 +03:00
Tom Hughes
bc70cae711 Merge remote-tracking branch 'upstream/pull/5366' 2024-12-02 15:00:45 +00:00
Tom Hughes
c4988a69b4 Merge remote-tracking branch 'upstream/pull/5365' 2024-12-02 15:00:42 +00:00
Tom Hughes
aa4354bd50 Merge remote-tracking branch 'upstream/pull/5364' 2024-12-02 15:00:39 +00:00
translatewiki.net
79baa2d47e
Localisation updates from https://translatewiki.net. 2024-12-02 13:14:19 +01:00
Anton Khorev
20ae1926a8 Truncate usernames in block navigation tabs 2024-12-02 12:22:45 +03:00
Anton Khorev
c4d16abeb7 Set dir=auto on usernames in block lists 2024-12-02 12:02:04 +03:00
Anton Khorev
0babf98256 Set dir=auto on username in header 2024-12-02 10:56:23 +03:00
Tom Hughes
ca0815ada5 Merge remote-tracking branch 'upstream/pull/5360' 2024-12-01 19:25:10 +00:00
dependabot[bot]
e2105c5096
Bump eslint from 9.15.0 to 9.16.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.15.0 to 9.16.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.15.0...v9.16.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-11-29 23:47:00 +00:00
Tom Hughes
8a020b3ec7 Don't send comment text when reopening a note
Fixes #5359.
2024-11-29 17:41:00 +00:00
translatewiki.net
2e1f6428e7
Localisation updates from https://translatewiki.net. 2024-11-28 13:14:20 +01:00
Andy Allan
ce342fede0 Move html_safe declaration for user_mailer from layout to helper
This allows us to enable output safety checks for all code within
erb files.

`rubocop --auto-gen-config` ignores code within the erb files, so
it is easier to maintain an exclusion on the helper than inside
the layout.
2024-11-27 18:04:32 +00:00
Tom Hughes
d2dc1ff897 Merge remote-tracking branch 'upstream/pull/5357' 2024-11-27 17:55:09 +00:00
Andy Allan
35a98e045e Resolve erb_lint deprecations
They have standardized on underscores. See
https://github.com/Shopify/erb_lint/pull/360
2024-11-27 17:11:23 +00:00
Andy Allan
c47a40c1db
Merge pull request #4316 from AntonKhorev/block-reason-max-length
Set max length of block reason
2024-11-27 17:02:25 +00:00
Tom Hughes
fa7841acbf Update bundle 2024-11-26 18:38:29 +00:00
translatewiki.net
26d19939b7
Localisation updates from https://translatewiki.net. 2024-11-25 13:14:48 +01:00
Tom Hughes
9b533b2789 Merge remote-tracking branch 'upstream/pull/5353' 2024-11-24 10:40:39 +00:00
Anton Khorev
26cd62d5f2 Add default browse icons for nodes, ways, relations 2024-11-24 03:04:11 +03:00
Tom Hughes
2882a65d21 Merge remote-tracking branch 'upstream/pull/5349' 2024-11-22 17:51:49 +00:00