Anton Khorev
6b203c63fe
Don't pass placement: right to tooltip()
...
Bootstrap flips it on its own, see https://getbootstrap.com/docs/5.2/components/tooltips/#directions
2023-10-25 15:48:53 +03:00
Anton Khorev
d2f26a5436
Apply unread message background to table cells
...
Required after updating Bootstrap.
2023-10-25 15:02:28 +03:00
Adam Hoyle
441be268d8
Fix file dimensions and switch from png to jpg
2023-10-24 12:11:51 +01:00
Adam Hoyle
73bba0a9b6
Add Africa banner (with @2x)
2023-10-24 08:44:23 +01:00
Adam Hoyle
1a3a40772c
Add banner for SOTM Asia 2023
2023-10-23 14:14:59 +01:00
Anton Khorev
d8216ef98b
Remove user list custom css
2023-10-20 20:42:38 +03:00
Tom Hughes
a8f49f5747
Merge remote-tracking branch 'upstream/pull/4304'
2023-10-20 17:11:13 +01:00
Tom Hughes
3023c070ea
Merge remote-tracking branch 'upstream/pull/4303'
2023-10-20 17:07:07 +01:00
Anton Khorev
50c2b24c28
Remove oauth list custom css
2023-10-20 17:55:10 +03:00
Anton Khorev
abf5342845
Remove some print-related custom css
2023-10-20 17:26:51 +03:00
Anton Khorev
62ba143c3c
Remove some search/directions custom css
2023-10-20 16:58:59 +03:00
tom.k
016ab83a22
add contributor info for Czechia
2023-10-19 08:22:32 +02:00
Tom Hughes
a6b5f2f56d
Adjust code for rails internal changes
2023-10-18 18:26:14 +01:00
Tom Hughes
46cd08b1c8
Replace composite_primary_keys with rails builtin support
2023-10-18 18:26:14 +01:00
Andy Allan
945df0f150
Merge pull request #4299 from AntonKhorev/no-changeset-action-button-css
...
Remove subscribe/unsubscribe button custom css
2023-10-18 16:25:27 +01:00
Tom Hughes
5933ade9a7
Update annotation for change to changeset_tags indexes
2023-10-18 15:53:45 +01:00
Anton Khorev
5e0792631a
Remove subscribe/unsubscribe button custom css
2023-10-18 17:37:36 +03:00
Andy Allan
3c706ab847
Merge pull request #4289 from grekko/github_workflow_add_annotate_models_check_2
...
.github/workflows/lint.yml: Check if annotate_models is up to date
2023-10-18 14:22:05 +01:00
Tom Hughes
83d9f1f164
Merge remote-tracking branch 'upstream/pull/4295'
2023-10-17 18:49:58 +01:00
Tom Hughes
2ce6bf383a
Merge remote-tracking branch 'upstream/pull/4294'
2023-10-17 18:47:24 +01:00
Anton Khorev
74a87d55e7
Replace secondary nav buttons custom css with classes
2023-10-17 17:35:14 +03:00
Anton Khorev
3fc971d03c
Enable focus outline on More button
2023-10-17 17:21:25 +03:00
Anton Khorev
7eee48b761
Decrease directions button height to match Go button
2023-10-17 12:26:29 +03:00
Anton Khorev
afdfda9557
Remove some h1/logo custom css
2023-10-16 12:32:06 +03:00
Gregory Igelmund
a4edd3fd04
Annotate models
2023-10-14 11:19:13 +08:00
Tom Hughes
7dbc349510
Drop redundant primary key specification for languages table
2023-10-07 15:08:30 +01:00
Tom Hughes
f6d1b6cda4
Fix rails 7.1.0 deprecation warning
2023-10-06 19:07:47 +01:00
Andy Allan
1700c23dd1
Prefer find_by() instead of where().first
...
These are very similar, differing only if we would expect multiple
results and the sorting is important. However, in all our cases
we're only expecting one result to be returned, and so find_by is
easier to read.
2023-10-04 17:53:58 +01:00
Tom Hughes
c8fc2218e5
Merge remote-tracking branch 'upstream/pull/4226'
2023-10-03 19:39:41 +01:00
Milan Cvetkovic
64bcf7652b
Add openid connect support using doorkeeper-openid_connect gem
...
... as discussed in [Issue 507](https://github.com/openstreetmap/operations/issues/507 )
and described by @mmd-osm.
To activate, set the value of `doorkeeper_signing_key` to RSA private key.
Allows using openstreetmap as an identity provider.
Adds `openid` scope to OAuth2 authorizations, required to login to OSM.
Currently, the only claims returned are:
- "openid" scope: "sub" and "preferred_username"
- "read_email" scope: "email"
2023-10-03 18:53:47 +01:00
Anton Khorev
0fae5627a5
Remove <picture>s around <img srcset=...>
2023-10-03 03:06:12 +03:00
Tom Hughes
95041ec81a
Merge remote-tracking branch 'upstream/pull/4269'
2023-10-02 18:53:14 +01:00
Tom Hughes
389b715241
Merge remote-tracking branch 'upstream/pull/4268'
2023-10-02 18:48:52 +01:00
Tom Hughes
0d420a8374
Merge remote-tracking branch 'upstream/pull/4266'
2023-10-02 18:47:21 +01:00
Anton Khorev
94fead62ec
Remove <picture> from logo
2023-10-02 04:12:47 +03:00
Anton Khorev
3c5c376158
Remove custom color from changeset comments count
2023-10-02 02:32:47 +03:00
Anton Khorev
9768a01717
Remove custom opacity from changeset comments count
2023-10-02 02:32:03 +03:00
Anton Khorev
d60a873126
Remove rtl direction fix for <code>
2023-10-01 18:40:10 +03:00
Anton Khorev
839cc132b8
Limit nav color override to edit/history/export buttons
2023-10-01 18:16:36 +03:00
Anton Khorev
665f6d3d95
Write button instead of link for 'Where is this?'
2023-10-01 18:16:35 +03:00
Anton Khorev
e6e478f5b0
Make search input a direct child of input group
2023-10-01 17:49:31 +03:00
Andy Allan
520cffabea
Upgrade to bootstrap 5.2
2023-09-29 09:41:35 +01:00
Andy Allan
ad4ed68037
Fix border settings used in workaround
...
Fixes #4263
2023-09-28 21:01:41 +01:00
Tom Hughes
32ffd66eb5
Merge remote-tracking branch 'upstream/pull/4260'
2023-09-28 16:35:05 +01:00
Andy Allan
14936150ac
Merge pull request #3690 from AntonKhorev/search-form-no-group
...
Stick search input and Go button together with flex instead of input group
2023-09-27 17:36:35 +01:00
Andy Allan
0a046673d6
Merge pull request #4201 from AntonKhorev/issues-limit-settings
...
Move max value of issues counter to settings
2023-09-27 15:47:44 +01:00
Andy Allan
a569343e01
Merge pull request #4249 from AntonKhorev/no-traces-nav-empty-li
...
Change traces feed and upload button alignment
2023-09-27 15:33:58 +01:00
Andy Allan
228ab23ce1
Merge pull request #4184 from AntonKhorev/print
...
Show sidebar in print media
2023-09-27 15:10:52 +01:00
Andy Allan
c975bae507
Workaround for dartsass vs bootstrap 5.1 bug
2023-09-27 09:35:30 +01:00
Tom Hughes
3e8bbe70fb
Add whitespace
2023-09-22 17:54:18 +01:00