Tom Hughes
f08fb4f30f
Prevent API tokens without write_notes creating attributed comments
...
Fixes #4362
2023-11-22 12:30:39 +00:00
Tom Hughes
5da286bb45
Fix dependency
2023-11-21 17:26:52 +00:00
Tom Hughes
ce385c88eb
Merge remote-tracking branch 'upstream/pull/4358'
2023-11-21 17:24:19 +00:00
Tom Hughes
8a02d33bec
Merge remote-tracking branch 'upstream/pull/4356'
2023-11-21 17:22:21 +00:00
Tom Hughes
316cac53ae
Update bundle
2023-11-21 17:19:06 +00:00
Milan Cvetkovic
aeb4271a27
Do not merge zoom/lat/lon options with oauth_return_url
2023-11-21 13:01:52 +00:00
Milan Cvetkovic
1fbd1d11c4
Extract welcome_options
function to simplify save function
2023-11-21 11:56:09 +00:00
Milan Cvetkovic
87a5a0844b
Welcome screen works with confirmation email too
2023-11-21 11:56:09 +00:00
Milan Cvetkovic
60c885d071
Welcome screen displays 'Continue with authorization'
...
do not hide notes
2023-11-21 11:56:09 +00:00
Anton Khorev
f23993a4df
Remove 'need to return bbox' comment on conditions_bbox
2023-11-21 13:55:35 +03:00
Anton Khorev
e90d48adc9
Remove 'basic attributes' comments from changeset api output builders
2023-11-20 15:39:27 +03:00
translatewiki.net
26f12ef11a
Localisation updates from https://translatewiki.net .
2023-11-20 13:21:51 +01:00
Tom Hughes
6cd9caa4e1
Force rubygems 3.4.10 for github actions
...
This works around a problem where mini_racer doesn't like the psych
in the GitHub Actions images for ruby 3.0 and 3.1 but it fine with
the ruby 3.2 image that uses a newer rubygems version.
https://github.com/rubyjs/mini_racer/issues/289
2023-11-18 11:04:10 +00:00
dependabot[bot]
b18ba50420
Bump eslint from 8.53.0 to 8.54.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.53.0 to 8.54.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/v8.53.0...v8.54.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-17 23:02:11 +00:00
Anton Khorev
f3144a962b
Fix tiny user thumbnail size at 25x25 px
2023-11-17 12:45:20 +03:00
Anton Khorev
b5679e16db
Disable text wrapping while measuring header width
2023-11-17 10:27:38 +03:00
Anton Khorev
693fe3b587
Switch to flex header container
2023-11-17 10:27:38 +03:00
Tom Hughes
b45bce3370
Fix positioning of placeholder text in RTL mode
...
Fixes #3910
2023-11-16 22:54:03 +00:00
Tom Hughes
a328ec84a2
Use rtlcss instead of r2 for RTL support
...
This ensures that the RTL directives in bootstrap are processed
correctly as it is designed around RTLCSS for RTL support.
Fixes #4347
2023-11-16 22:53:09 +00:00
Tom Hughes
b9cb8f0921
Merge remote-tracking branch 'upstream/pull/4351'
2023-11-16 13:43:46 +00:00
Tom Hughes
50e2df57ab
Merge remote-tracking branch 'upstream/pull/4350'
2023-11-16 13:43:44 +00:00
translatewiki.net
d7b9f70c80
Localisation updates from https://translatewiki.net .
2023-11-16 13:19:00 +01:00
Anton Khorev
dc103e99db
Update oauth configuration url input label
2023-11-16 13:05:45 +03:00
Anton Khorev
4737461915
Remove save user step when configuring permissions
2023-11-16 12:08:18 +03:00
Tom Hughes
aaed886890
Hash passwords as soon as a new user is created
2023-11-16 01:02:11 +00:00
Tom Hughes
b1553135fc
Preserve pass_crypt_confirmation in the new user hash
2023-11-16 00:29:49 +00:00
Tom Hughes
2fcee9625d
Merge remote-tracking branch 'upstream/pull/4349'
2023-11-15 22:30:41 +00:00
Andy Allan
08b0bfbfdf
Merge pull request #4348 from tomhughes/native-enum
...
Switch to using native rails support for managing Postgres enumerations
2023-11-15 19:56:04 +00:00
Andy Allan
dbe84a97bf
Underline time elements that have a title
...
This replicates the previous use of abbr tags, with improved semantics.
Although we only use time tags in one place at the moment, the attribute
filter protects against any usage in the future that doesn't need a title
indication.
2023-11-15 19:46:43 +00:00
Andy Allan
0195dd60a4
Simplify date display by using friendly_date helpers
2023-11-15 19:46:10 +00:00
Andy Allan
0058765a4e
Avoid wrapping friendly_date with abbr tags
2023-11-15 19:45:48 +00:00
Andy Allan
bc9c492c48
Use friendly_date helpers for revoking user blocks
2023-11-15 19:44:10 +00:00
Andy Allan
100a7f8979
Use friendly_date for note disappear description
...
There's no need to reimplement this in its own helper.
2023-11-15 19:36:35 +00:00
Andy Allan
026fce06f4
Use the friendly_data_ago helper for contacts on the dashboard
...
Also take the opportunity to fix the translation key.
2023-11-15 19:21:51 +00:00
Andy Allan
d8400320a7
Use time instead of abbr element for changesets_helper
2023-11-15 19:19:57 +00:00
Andy Allan
d739943b36
Avoid wrapping time tags in abbr for note_helper
2023-11-15 19:18:01 +00:00
Andy Allan
0d33820150
Add missing tests for friendly_date_ago helper
2023-11-15 19:16:18 +00:00
Tom Hughes
f2f0cf1ad9
Switch to using native rails support for managing Postgres enumerations
2023-11-15 18:25:05 +00:00
Andy Allan
24a562f885
Use html 'time' element for friendly date helpers
...
This provides more structure than just a simple span.
2023-11-15 17:53:38 +00:00
Tom Hughes
cebda5ffb9
Merge remote-tracking branch 'upstream/pull/4319'
2023-11-15 17:14:49 +00:00
Andy Allan
ba2b973846
Merge pull request #4333 from mapmeld/rtl-on-tag-values
...
Format right-to-left and bi-di text in OSM tag values
2023-11-15 16:05:46 +00:00
Nick Doiron
a88f7db586
Format right-to-left and bi-di text in OSM tag values
2023-11-15 09:36:18 -06:00
Andy Allan
6016acb7e9
Merge pull request #4311 from tomhughes/query-locales
...
Improve name selection with the query tool
2023-11-15 15:34:28 +00:00
Tom Hughes
3d5ad709fa
Merge remote-tracking branch 'upstream/pull/4346'
2023-11-15 15:18:40 +00:00
Andy Allan
3c7b7cef70
Remove global text-align declarations
...
These interfere with directions set in `dir` attributes, e.g. `dir='auto'`.
The corresponding text-align was removed in Bootstrap 5.
Fixes #3432 .
2023-11-15 15:08:23 +00:00
Andy Allan
71cb84bbe2
Merge pull request #4318 from tomhughes/rails-71-defaults
...
Enable remaining rails 7.1 defaults
2023-11-15 11:48:18 +00:00
Tom Hughes
c94de1e1a3
Improve name selection with the query tool
...
Pass the full expanded list of preferred languages to the client
and use that when looking for the best name for an object.
Fixes #4310
2023-11-14 17:45:50 +00:00
Tom Hughes
1ce5d7dec1
Merge remote-tracking branch 'upstream/pull/4297'
2023-11-14 17:19:54 +00:00
Anton Khorev
562e7e7d32
Remove some tag table custom css
2023-11-14 17:17:18 +00:00
Tom Hughes
ab54ab95b7
Merge remote-tracking branch 'upstream/pull/4345'
2023-11-14 15:40:03 +00:00