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
Anton Khorev
126a987aa8
Move layer definitions to yml
2024-11-22 03:16:20 +03:00
Tom Hughes
257f4673e1
Merge remote-tracking branch 'upstream/pull/5346'
2024-11-21 22:13:33 +00:00
Anton Khorev
703990a5bb
Move map layer ids/codes/keys to layer definition data
2024-11-22 01:06:22 +03:00
Anton Khorev
aca9bd205e
Add subscribe/unsubscribe buttons to note pages
2024-11-22 00:55:41 +03:00
Tom Hughes
5410fb6cc6
Merge remote-tracking branch 'upstream/pull/5348'
2024-11-21 18:58:14 +00:00
Anton Khorev
00270dd86e
Collect map layer credits into a data structure
2024-11-21 20:24:02 +03:00
translatewiki.net
eed174638e
Localisation updates from https://translatewiki.net .
2024-11-21 13:15:02 +01:00
Andy Allan
6f04849421
Merge pull request #5314 from AntonKhorev/note-subscriptions-api
...
Note subscriptions API
2024-11-20 18:21:11 +00:00
Anton Khorev
53a33110f0
Add destroy note subscription api endpoint
2024-11-20 20:35:24 +03:00
Anton Khorev
edd12c6995
Add create note subscription api endpoint
2024-11-20 20:34:52 +03:00
Tom Hughes
ea3760f94d
Update bundle
2024-11-19 18:24:51 +00:00
Tom Hughes
8f148748a2
Merge remote-tracking branch 'upstream/pull/5341'
2024-11-19 18:10:38 +00:00
dependabot[bot]
43ce6e68c0
Bump qs from 6.13.0 to 6.13.1
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.13.0 to 6.13.1.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.13.0...v6.13.1 )
---
updated-dependencies:
- dependency-name: qs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-19 00:15:49 +00:00
Anton Khorev
a25b7953b3
Merge branch 'pull/5297'
2024-11-18 18:15:25 +03:00
Emin Kocan
738e66afa6
Add status filter to user's note page
2024-11-18 15:21:55 +01:00
translatewiki.net
96ef05b5f7
Localisation updates from https://translatewiki.net .
2024-11-18 13:14:43 +01:00
Tom Hughes
c69c547d01
Merge remote-tracking branch 'upstream/pull/5335'
2024-11-17 18:48:37 +00:00
Tom Hughes
82a4548ca8
Merge remote-tracking branch 'upstream/pull/5334'
2024-11-17 18:46:45 +00:00
Anton Khorev
69abc13102
Merge branch 'pull/5338'
2024-11-17 19:59:20 +03:00
Marwin Hochfelsner
abb923382c
Enable dark mode attribution font color
...
Increases the specificity of the dark mode attribution selector. This makes it overwrite Leaflet's default link selector.
2024-11-17 15:28:06 +01:00
dependabot[bot]
fff14c2fb0
Bump eslint from 9.14.0 to 9.15.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.14.0 to 9.15.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.14.0...v9.15.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-15 23:31:58 +00:00
dependabot[bot]
9fc2a5c4e9
Bump @eslint/plugin-kit from 0.2.0 to 0.2.3
...
Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite ) from 0.2.0 to 0.2.3.
- [Release notes](https://github.com/eslint/rewrite/releases )
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json )
- [Commits](https://github.com/eslint/rewrite/compare/core-v0.2.0...plugin-kit-v0.2.3 )
---
updated-dependencies:
- dependency-name: "@eslint/plugin-kit"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-15 21:01:29 +00:00
Andy Allan
22942b1ca1
Merge pull request #5333 from AntonKhorev/auth-buttons-same-as-preferred
...
Style small auth buttons similarly to preferred auth buttons
2024-11-15 16:15:05 +00:00
Andy Allan
377391e8bb
Merge pull request #5331 from AntonKhorev/trace-badges-text-bg
...
Set colors for trace visibility badges using .text-bg-*
2024-11-15 16:14:02 +00:00
Andy Allan
d185e8326d
Merge pull request #5332 from AntonKhorev/layer-preview-backgrounds
...
Set background for layer buttons to secondary body color
2024-11-15 16:11:38 +00:00
Anton Khorev
24ccba60cb
Style small auth buttons similarly to preferred auth buttons
2024-11-15 19:09:57 +03:00
Anton Khorev
61aecd32a4
Set background for layer buttons to secondary body color
2024-11-15 18:33:16 +03:00
Anton Khorev
cfe08d42d6
Set colors for trace visibility badges using .text-bg-*
2024-11-15 18:09:03 +03:00
Andy Allan
b73f5d940c
Merge pull request #5330 from AntonKhorev/apply-tile-filter-once
...
Apply dimming filter to tiles directly
2024-11-15 14:48:49 +00:00
Anton Khorev
8497760870
Apply dimming filter to tiles directly
2024-11-15 17:38:02 +03:00
Tom Hughes
314713e73d
Merge remote-tracking branch 'upstream/pull/5320'
2024-11-14 17:57:23 +00:00
translatewiki.net
4b1ceb2205
Localisation updates from https://translatewiki.net .
2024-11-14 13:15:08 +01:00
Anton Khorev
808c2cbfa9
Remove jQuery.timers plugin
2024-11-14 13:43:41 +03:00
Andy Allan
ae00fa84c8
Merge pull request #4761 from AntonKhorev:dark-mode-with-close-button
...
Enable dark theme if user prefers dark color scheme - no javascript version
2024-11-13 20:26:47 +00:00
Andy Allan
7f611b295f
Merge pull request #5151 from AntonKhorev/no-history-and-export-buttons
...
Move History and Export buttons to secondary nav
2024-11-13 19:15:59 +00:00
Andy Allan
cdf9634d08
Merge pull request #5293 from AntonKhorev/user-roles-resourceful-routes
...
Use resourceful routes for granting/revoking user roles
2024-11-13 18:45:16 +00:00
Tom Hughes
49ba5ab6d2
Merge remote-tracking branch 'upstream/pull/5319'
2024-11-13 18:40:02 +00:00
Tom Hughes
84681ff868
Merge remote-tracking branch 'upstream/pull/5318'
2024-11-13 18:38:59 +00:00
Andy Allan
a64b7237ec
Merge pull request #5158 from tomhughes/vagrant-debian
...
Switch vagrant to use Debian 12
2024-11-13 17:27:46 +00:00
Andy Allan
c54ad72f93
Add note on assigning issues
...
New users are encouraged by Github to read the CONTRIBUTING file,
so that's where it's worth putting it. The explanation of why can
be put elsewhere.
2024-11-13 17:19:57 +00:00
Tom Hughes
380027ffe0
Merge remote-tracking branch 'upstream/pull/5316'
2024-11-13 17:05:12 +00:00