Anton Khorev
|
79933db1e4
|
Merge branch 'pull/5527'
|
2025-01-21 02:39:25 +03:00 |
|
Andy Allan
|
4470cb88e0
|
Merge pull request #5421 from tomhughes/ecma-version
Bump allowed ECMAScript version to 2021 (ES12)
|
2025-01-20 17:54:02 +00:00 |
|
Tom Hughes
|
ebeef2899a
|
Enable I18n fallback for the embed page
Fixes #5526.
|
2025-01-20 11:42:23 +00:00 |
|
Tom Hughes
|
af880d10de
|
Merge remote-tracking branch 'upstream/pull/5520'
|
2025-01-19 15:02:11 +00:00 |
|
Tom Hughes
|
fb7762feb9
|
Merge remote-tracking branch 'upstream/pull/5517'
|
2025-01-19 15:01:25 +00:00 |
|
Tom Hughes
|
fdb3a7a102
|
Merge remote-tracking branch 'upstream/pull/5516'
|
2025-01-19 14:58:26 +00:00 |
|
Tom Hughes
|
e86745f680
|
Merge remote-tracking branch 'upstream/pull/5515'
|
2025-01-19 14:57:40 +00:00 |
|
Anton Khorev
|
e096cc35dc
|
Include message_read attribute in api output of messages to self
|
2025-01-19 05:48:36 +03:00 |
|
Anton Khorev
|
420d9da1f9
|
Create changeset_comments resources for users
|
2025-01-19 04:24:35 +03:00 |
|
Anton Khorev
|
9fbe52dd21
|
Create user comments controller base class
|
2025-01-19 04:24:35 +03:00 |
|
Anton Khorev
|
43d60108da
|
Add tabbed navigation to user's diary comments page
|
2025-01-19 04:24:35 +03:00 |
|
Anton Khorev
|
08292292f0
|
Create diary_comments resources for users
|
2025-01-19 02:40:13 +03:00 |
|
Anton Khorev
|
6f71b372fb
|
Change user's diary comments path to match model name
|
2025-01-19 02:05:49 +03:00 |
|
Anton Khorev
|
899795a82b
|
Rename diary_comments_path to user_diary_comments_path
|
2025-01-19 01:54:07 +03:00 |
|
Anton Khorev
|
df1a9bb2c9
|
Simplify diary_comments_path calls in tests
|
2025-01-19 01:48:34 +03:00 |
|
Anton Khorev
|
f2a0f53cf5
|
Create traces feed resource
|
2025-01-18 23:15:43 +03:00 |
|
Anton Khorev
|
2626c763b5
|
Add regexp constraints to trace ids
|
2025-01-18 22:37:37 +03:00 |
|
Anton Khorev
|
1be841589a
|
Use resourceful routes for api tracepoints
|
2025-01-18 20:08:07 +03:00 |
|
Anton Khorev
|
82fb1bf798
|
Replace lookup_friend with lookup_user in FollowsController
|
2025-01-18 19:35:30 +03:00 |
|
Anton Khorev
|
2074e9dce2
|
Merge branch 'pull/5512'
|
2025-01-18 18:23:51 +03:00 |
|
Tom Hughes
|
09aa3ccc78
|
Merge remote-tracking branch 'upstream/pull/5507'
|
2025-01-18 12:06:58 +00:00 |
|
Marwin Hochfelsner
|
e066ed3e77
|
Use the dark version of TransportMap in dark mode
|
2025-01-18 11:56:11 +00:00 |
|
Marwin Hochfelsner
|
4241d49c63
|
Disable dark mode filtering by default
|
2025-01-18 11:50:55 +00:00 |
|
Marwin Hochfelsner
|
01d8dba8ce
|
Allow map layers to specify an alternate tile set for dark mode
|
2025-01-18 11:50:54 +00:00 |
|
Tom Hughes
|
8312ddfe0c
|
Merge remote-tracking branch 'upstream/pull/5513'
|
2025-01-18 11:45:38 +00:00 |
|
Tom Hughes
|
8809e1fd08
|
Merge remote-tracking branch 'upstream/pull/5510'
|
2025-01-18 11:41:08 +00:00 |
|
Anton Khorev
|
9c744ab65d
|
Remove "Public editing" line from settings page
|
2025-01-18 03:32:57 +03:00 |
|
Tom Hughes
|
42d622b735
|
Rename friends as followings
|
2025-01-17 23:01:56 +00:00 |
|
Tom Hughes
|
5eb4c7c0d1
|
Rename friends rate limit as follows
|
2025-01-17 23:01:55 +00:00 |
|
Tom Hughes
|
b5006acd81
|
Drop rubocop exclusions that weren't doing anything
|
2025-01-17 22:58:37 +00:00 |
|
Tom Hughes
|
3fcdeba29e
|
Rename friendship_notification to follow_notification
|
2025-01-17 22:58:36 +00:00 |
|
Tom Hughes
|
256637f6cb
|
Remove trailing whitespace from translation
|
2025-01-17 22:58:36 +00:00 |
|
Tom Hughes
|
bc630bca87
|
Rename friends_with to follows
|
2025-01-17 22:58:35 +00:00 |
|
Andy Allan
|
4370fe45ad
|
Merge pull request #5437 from AntonKhorev/user-status-resource
Use resourceful route for user status
|
2025-01-17 17:55:02 +00:00 |
|
Andy Allan
|
d6238e87a1
|
Merge pull request #5508 from AntonKhorev/fix-dashboard-follow
Fix missing translation of Follow links on dashboard
|
2025-01-17 17:53:51 +00:00 |
|
Andy Allan
|
8f25c0987a
|
Merge pull request #5509 from AntonKhorev/restore-follows-form
Use form with normal-sized button on follows show pages
|
2025-01-17 17:53:00 +00:00 |
|
Nenad Vujicic
|
297e8374f4
|
Adds validating of notes foreign key
Adds migration for validation foreign key in notes table referencing users table.
|
2025-01-17 11:15:22 +01:00 |
|
Anton Khorev
|
84a9d7117d
|
Use form with normal-sized button on follows show pages
|
2025-01-17 05:28:59 +03:00 |
|
Anton Khorev
|
835756e979
|
Fix missing translation of Follow links on dashboard
|
2025-01-17 05:09:05 +03:00 |
|
Anton Khorev
|
3eccf65d8c
|
Merge branch 'pull/5261'
|
2025-01-17 04:01:22 +03:00 |
|
Tom Hughes
|
70afbd09d6
|
Bump allowed ECMAScript version to 2021 (ES12)
|
2025-01-16 19:08:51 +00:00 |
|
Tom Hughes
|
bde5fb48db
|
Merge remote-tracking branch 'upstream/pull/5500'
|
2025-01-16 19:03:43 +00:00 |
|
Tom Hughes
|
0ab8d954ad
|
Merge remote-tracking branch 'upstream/pull/5499'
|
2025-01-16 18:38:36 +00:00 |
|
Tom Hughes
|
283e7b975b
|
Merge remote-tracking branch 'upstream/pull/5494'
|
2025-01-16 18:35:36 +00:00 |
|
Tom Hughes
|
dfc843e7af
|
Merge remote-tracking branch 'upstream/pull/5506'
|
2025-01-16 18:18:06 +00:00 |
|
Tom Hughes
|
702a861ea0
|
Merge remote-tracking branch 'upstream/pull/5502'
|
2025-01-16 18:03:08 +00:00 |
|
Anton Khorev
|
87e7f887f5
|
Remove account terms code unreachable for unregistered users
|
2025-01-16 19:05:53 +03:00 |
|
translatewiki.net
|
b45eb03a6c
|
Localisation updates from https://translatewiki.net.
|
2025-01-16 13:13:45 +01:00 |
|
Anton Khorev
|
ddba8fbcb8
|
Merge branch 'pull/5503'
|
2025-01-16 03:54:43 +03:00 |
|
dependabot[bot]
|
eb8416b73e
|
Bump osm-community-index from 5.9.0 to 5.9.1
Bumps [osm-community-index](https://github.com/osmlab/osm-community-index) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/osmlab/osm-community-index/releases)
- [Changelog](https://github.com/osmlab/osm-community-index/blob/main/CHANGELOG.md)
- [Commits](https://github.com/osmlab/osm-community-index/compare/v5.9.0...v5.9.1)
---
updated-dependencies:
- dependency-name: osm-community-index
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-15 23:45:56 +00:00 |
|