Commit graph

14724 commits

Author SHA1 Message Date
Tom Hughes
973d62a25e Drop support for basic authentication 2024-09-02 19:00:57 +01:00
Anton Khorev
b4146947ad Merge branch 'pull/5142' 2024-09-01 18:22:30 +03:00
Tom Hughes
7e03bd5313 Drop unused oauth_10a_disabled translation 2024-09-01 15:31:53 +01:00
Tom Hughes
563871c5a9 Merge remote-tracking branch 'upstream/pull/5140' 2024-09-01 10:56:37 +01:00
Tom Hughes
d67efc3168 Merge remote-tracking branch 'upstream/pull/5139' 2024-09-01 10:55:48 +01:00
Tom Hughes
dbc3ab53e7 Merge remote-tracking branch 'upstream/pull/5138' 2024-09-01 10:54:39 +01:00
Tom Hughes
84765f2e6d Merge remote-tracking branch 'upstream/pull/5137' 2024-09-01 10:53:44 +01:00
Tom Hughes
0a9dc1651e Merge remote-tracking branch 'upstream/pull/5136' 2024-09-01 10:53:04 +01:00
Tom Hughes
33a2ccf560 Merge remote-tracking branch 'upstream/pull/5135' 2024-09-01 10:51:50 +01:00
Anton Khorev
d419a5d6c8 Merge branch 'drop-oauth1' 2024-09-01 03:46:23 +03:00
Tom Hughes
17bc0853a0 Drop support for OAuth 1 2024-09-01 03:43:02 +03:00
Anton Khorev
e5ce05edc0 Remove unused donation strings 2024-09-01 02:46:32 +03:00
Anton Khorev
1ee74b86df Remove unused no_iframe_support message 2024-09-01 02:32:46 +03:00
Anton Khorev
9f218038cb Remove unused fail locale strings from user role grant/revoke 2024-09-01 02:18:13 +03:00
Anton Khorev
952188c814 Remove unused not_an_admin locale string 2024-09-01 01:49:05 +03:00
Anton Khorev
a638220ff7 Remove unused reference to missing gps layer name 2024-09-01 01:17:12 +03:00
Anton Khorev
9ed6a9d779 Fix page title for failed trace updates 2024-08-31 19:13:27 +03:00
Tom Hughes
2666294abb Merge remote-tracking branch 'upstream/pull/5133' 2024-08-30 17:46:00 +01:00
Anton Khorev
212ace7ef1 Test oauth2 application list with moderator permission icon 2024-08-30 19:29:02 +03:00
Anton Khorev
cee9818dfc Merge branch 'pull/5129' 2024-08-29 18:58:45 +03:00
Anton Khorev
9f6be9ca4c Decrease number of issues in pagination test 2024-08-29 18:57:27 +03:00
nertc
52a28fbae8 Test failures on issues pagination 2024-08-29 17:07:05 +04:00
translatewiki.net
a3cbb20bf8
Localisation updates from https://translatewiki.net. 2024-08-29 14:13:43 +02:00
Tom Hughes
549a46c867 Merge remote-tracking branch 'upstream/pull/5126' 2024-08-28 19:03:53 +01:00
Tom Hughes
5f2a5cadcb Merge remote-tracking branch 'upstream/pull/4565' 2024-08-28 18:59:09 +01:00
Andy Allan
7fc83c880a
Merge pull request #5124 from tomhughes/turbo-issue-search
Use turbo to update issue search results
2024-08-28 18:52:10 +01:00
Tom Hughes
990b41cd4c Merge remote-tracking branch 'upstream/pull/5120' 2024-08-28 18:38:34 +01:00
Andy Allan
10a4c5cf6e Rename Feeds::ChangesetCommentsController to ChangesetComments::FeedsController
We usually create nested controllers with the main controller as the module,
and the nested controller as the specialization, e.g. Users::DeletionsController
or Traces::IconsController.

This then leaves the topic of whether the feed resource is plural, and whether we
are then showing a singular feed or showing a list (index) of objects.

The routes are carefully named so that we have `changesets_comments_feed_path` (the
comments feed for all changesets) vs `changeset_comment_feed_path(changeset)` (the
comments for a singular changeset).
2024-08-28 18:31:36 +01:00
Andy Allan
a948f2bc24
Merge pull request #4587 from AntonKhorev/changeset-comment-routes
Move changeset comments feed to resourceful routes
2024-08-28 18:30:11 +01:00
Andy Allan
b9988bdbc8
Merge pull request #5093 from AntonKhorev/diary-comments-shallow-paths
Use shallow routes for diary comments
2024-08-28 14:58:53 +01:00
Andy Allan
6bc4b20731
Merge pull request #5034 from grischard/patch-4
Add planet link and explanation to robots.txt
2024-08-28 14:55:36 +01:00
Andy Allan
c073f15f5c
Merge pull request #5060 from tomhughes/rake-expiry
Move token expiry to a rake task
2024-08-28 14:54:31 +01:00
Nenad Vujicic
4716800144 Allowed sending follow-ups for sent messages
Fixes #3497. Adds Reply button when displaying sent messages (app/views/messages/show.html.erb) and allows replying to messages for which sender is current user (app/controllers/messages_controller.rb). Improved tests for testing added functionality.
2024-08-28 15:11:09 +02:00
Tom Hughes
9416317e64 Use turbo to update issue search results 2024-08-27 20:21:00 +01:00
Tom Hughes
5841813b82 Merge remote-tracking branch 'upstream/pull/5057' 2024-08-27 19:07:47 +01:00
Tom Hughes
90e43e714f Update rubocop todo 2024-08-27 19:03:43 +01:00
Tom Hughes
a136b92761 Update bundle 2024-08-27 17:47:47 +01:00
nertc
3cf5667c91 Add turbo to Issues page 2024-08-27 11:50:43 +04:00
translatewiki.net
fd46c924ba
Localisation updates from https://translatewiki.net. 2024-08-26 14:15:06 +02:00
nertc
c32f6dd4ff Add pagination to Issues page 2024-08-26 13:57:44 +04:00
Tom Hughes
a45467d0bc Merge remote-tracking branch 'upstream/pull/5113' 2024-08-25 17:27:37 +01:00
dependabot[bot]
eced56495a
Bump eslint from 9.9.0 to 9.9.1
Bumps [eslint](https://github.com/eslint/eslint) from 9.9.0 to 9.9.1.
- [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.9.0...v9.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-23 23:46:41 +00:00
Tom Hughes
fba6f95b39 Merge remote-tracking branch 'upstream/pull/5106' 2024-08-23 18:27:10 +01:00
Anton Khorev
3bba84ed3a Backfill block deactivates_at 2024-08-23 18:25:14 +01:00
Tom Hughes
ec5754a9bd Merge remote-tracking branch 'upstream/pull/5110' 2024-08-23 18:09:21 +01:00
Tom Hughes
dd1c07f609 Merge remote-tracking branch 'upstream/pull/5111' 2024-08-23 18:01:27 +01:00
Tom Hughes
6704a6a0dc Merge remote-tracking branch 'upstream/pull/5107' 2024-08-23 17:48:48 +01:00
Anton Khorev
4a38ab5c80 Move changeset comment feeds to resourceful routes 2024-08-23 18:14:19 +03:00
Anton Khorev
09d5ae68dd Move changeset comments controller to feeds module 2024-08-23 17:40:26 +03:00
Anton Khorev
52324cba89 Disable turbo on all links inside pagination frames except older/newer 2024-08-23 15:00:55 +03:00