Tom Hughes
040f2c4fb3
Merge remote-tracking branch 'upstream/pull/5724'
2025-02-23 18:59:18 +00:00
Anton Khorev
316ce7b4e9
Add show_redactions param to changeset downloads
2025-02-23 21:03:31 +03:00
Tom Hughes
3cfb8b7d05
Merge remote-tracking branch 'upstream/pull/5721'
2025-02-23 11:12:43 +00:00
Anton Khorev
dc60d78cda
Rewrite changeset download show test
2025-02-22 20:49:54 +03:00
Anton Khorev
49fac49f9d
Create api changeset download resource
2025-02-22 20:49:54 +03:00
Anton Khorev
1f1a20e539
Merge branch 'pull/5719'
2025-02-22 20:33:48 +03:00
Tom Hughes
837924027a
Extend user list to allow searching by name or email
2025-02-22 11:40:58 +00:00
Tom Hughes
d82a3df97a
Check user searches find the right users
2025-02-22 11:36:37 +00:00
Tom Hughes
9143fd61e8
Merge remote-tracking branch 'upstream/pull/5717'
2025-02-22 11:11:36 +00:00
Tom Hughes
5db6669363
Merge remote-tracking branch 'upstream/pull/5718'
2025-02-22 11:10:25 +00:00
dependabot[bot]
034a3e4177
Bump eslint from 9.20.1 to 9.21.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.20.1 to 9.21.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.20.1...v9.21.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-21 23:41:15 +00:00
Anton Khorev
a297e2ccdc
Make api changeset show path resourceful
2025-02-22 02:19:44 +03:00
Tom Hughes
2de26d54ef
Update minimum ruby version to 3.2
2025-02-21 19:48:23 +00:00
Tom Hughes
4482ed6d27
Merge remote-tracking branch 'upstream/pull/5712'
2025-02-21 18:00:06 +00:00
Nenad Vujicic
00c0a943ea
Improves note's unit test with the latest dropping
...
Improves note's unit test test_read_note_suspended_opener_and_comment by specifying "commented" type to second note comment (by default "opened") to support the latest dropping displaying notes comments.
2025-02-21 13:32:19 +01:00
Nenad Vujicic
f8fb850e8c
Improves notes_description helper routine
...
Improves notes_description helper routine to return "unknown" for cases when first note's comment doesn't have event set to "opened" or note doesn't have comments. Added new argument (note's first comment), also updated helper routines usages.
2025-02-21 13:31:07 +01:00
Marwin Hochfelsner
8277f29c90
Split engine translations
2025-02-21 12:00:43 +01:00
Marwin Hochfelsner
d5b3a70ac1
Split engine id into mode and provider
2025-02-21 11:59:10 +01:00
Nenad Vujicic
bdf3abeb07
Improves dropping of first note's comment
...
Improves calculating comments to be displayed by dropping first comment only if it is opening.
2025-02-21 00:26:16 +01:00
Nenad Vujicic
33dd13457c
Improves behavior if note lacks opening comment
...
Adds checking if note lacks opening comment and if positive, returns nil for both note's author and description.
2025-02-20 23:54:49 +01:00
Tom Hughes
51a2d85053
Merge remote-tracking branch 'upstream/pull/5694'
2025-02-20 22:08:02 +00:00
Marwin Hochfelsner
5f68458185
Improve download link translation
...
Can be squashed with main commit
2025-02-20 21:17:50 +01:00
Tom Hughes
cf9831c0af
Merge remote-tracking branch 'upstream/pull/5713'
2025-02-20 17:10:00 +00:00
Tom Hughes
c40e999fe0
Merge remote-tracking branch 'upstream/pull/5711'
2025-02-20 16:56:49 +00:00
translatewiki.net
14b927b332
Localisation updates from https://translatewiki.net .
2025-02-20 13:18:06 +01:00
Anton Khorev
0b751a4b1b
Make api changeset index path resourceful
2025-02-20 02:10:29 +03:00
Anton Khorev
bcf066ff9c
Move api changeset index tests up
2025-02-20 02:10:29 +03:00
Anton Khorev
d479a3781a
Make api create changeset path resourceful
2025-02-20 02:10:29 +03:00
Marwin Hochfelsner
154af08786
Set zoom in id iframe data
2025-02-19 21:29:15 +01:00
Tom Hughes
42d4ed76e4
Merge remote-tracking branch 'upstream/pull/5702'
2025-02-19 18:10:22 +00:00
Tom Hughes
0ae489e319
Merge remote-tracking branch 'upstream/pull/5705'
2025-02-19 18:09:20 +00:00
Tom Hughes
846353303b
Merge remote-tracking branch 'upstream/pull/5703'
2025-02-19 18:06:55 +00:00
Tom Hughes
1f8a86f7bc
Merge remote-tracking branch 'upstream/pull/5710'
2025-02-19 18:01:52 +00:00
Tom Hughes
263a4fc8f7
Merge remote-tracking branch 'upstream/pull/5709'
2025-02-19 17:59:17 +00:00
Tom Hughes
fe7fe7a77d
Merge remote-tracking branch 'upstream/pull/5707'
2025-02-19 17:58:24 +00:00
Marwin Hochfelsner
e6b0e1ae7e
Associate search input with route destination instead of departure
2025-02-19 17:06:36 +01:00
dependabot[bot]
efc37a4eb7
Bump nokogiri from 1.18.2 to 1.18.3
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.18.2 to 1.18.3.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.18.3/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.18.2...v1.18.3 )
---
updated-dependencies:
- dependency-name: nokogiri
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-19 13:22:12 +00:00
Holger Jeromin
0f76726392
Migrate eslint config to esmodules
...
And upgrade `@stylistic/eslint-plugin-js` to `4.0.x`
closes #5704
2025-02-19 09:54:07 +01:00
Marwin Hochfelsner
9df0872ce8
Center secondary nav
2025-02-19 05:03:37 +01:00
Anton Khorev
50bf0a6379
Remove current user check from dashboard view
2025-02-19 04:13:34 +03:00
Anton Khorev
02d9467939
Initialize dashboard followings and nearby users in controller
2025-02-19 04:02:40 +03:00
Anton Khorev
532275fa93
Add xml changeset tags test
2025-02-19 03:03:45 +03:00
Anton Khorev
c3dc1b7770
Convert json changeset tags and comments test to tags test
...
There are other tests that check comments.
2025-02-19 03:01:37 +03:00
Tom Hughes
79f5ccca31
Fix rubocop warnings
2025-02-18 20:25:55 +00:00
Tom Hughes
881d0b11b5
Avoid modifying constant strings
...
This fixes a ruby 3.4 warning about strings that will
be frozen by default in a future release.
2025-02-18 20:14:01 +00:00
Tom Hughes
5eed367f71
Avoid redefining object_id method
...
This fixes a ruby 3.4 warning.
2025-02-18 20:13:31 +00:00
Tom Hughes
b4a9d75377
Merge remote-tracking branch 'upstream/pull/5700'
2025-02-18 18:35:31 +00:00
Tom Hughes
9179b0d663
Update rubocop confguration for plugins
...
Move plugins which support it to the new plugins clause.
2025-02-18 18:21:29 +00:00
Tom Hughes
2e23677502
Drop workaround for #2472 that is no longer required
2025-02-18 18:21:22 +00:00
Tom Hughes
1062840d10
Update bundle
2025-02-18 18:10:06 +00:00