Re: [openstreetmap/openstreetmap-website] API element and changeset resources (PR #5590)

2025-02-22 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 1 commit. 9a45a4b757a74d006bf01f25255a46583e0557ce Create api changeset comment subscription resource -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5590/files/9f56aa3fcfe732296da4f2bd7e02add016e02825..9a45a4b757a74d006bf01f25255a46583e055

Re: [openstreetmap/openstreetmap-website] API element and changeset resources (PR #5590)

2025-02-22 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 5 commits. 708cc046051360ae8ddae9923190bfd028a629a0 Create api changeset comment visibility resource c6e3abb3b17437a36e9afc80e4af91a70da8e049 Refactor api changeset comment visibility xml tests 8812f00c0237d32ed942ac8814ba9be742b726ed Refactor api changeset comment visibi

Re: [openstreetmap/openstreetmap-website] API element and changeset resources (PR #5590)

2025-02-22 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 4 commits. 8234152ce36870ff2dfd2b6cba101457d7d0137b Refactor api changeset comment visibility xml tests 4148634dcc8675c992490398ad0259f6c0356682 Refactor api changeset comment visibility json tests 2106a4d75b4b278ba80b20335be24665f873eae5 Test api changeset comment hide/u

Re: [openstreetmap/openstreetmap-website] API element and changeset resources (PR #5590)

2025-02-22 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 1 commit. b608aab96e79628db4e1b962471e03de8dc8f36c Remove unnecessary RuboCop exclusion -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5590/files/d89270198969a8aba845580db4f90cbf30a8c392..b608aab96e79628db4e1b962471e03de8dc8f36c You are rec

Re: [openstreetmap/openstreetmap-website] API element and changeset resources (PR #5590)

2025-02-22 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 1 commit. d89270198969a8aba845580db4f90cbf30a8c392 Create api changeset comment visibility resource -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5590/files/a523e84eddbd057ad33589e6c814b092738b1728..d89270198969a8aba845580db4f90cbf30a8c39

Re: [openstreetmap/openstreetmap-website] API element and changeset resources (PR #5590)

2025-02-22 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 3 commits. f09dec6d83c058ffa0d44101598945e62f2e7a6e Make changeset comment create action resourceful 4fba6d6ca3a55080345e7a809f2d6d7f526fce1c Test response body of changeset comment hide/unhide a523e84eddbd057ad33589e6c814b092738b1728 Create api changeset comment visibili

Re: [openstreetmap/openstreetmap-website] After what time does the logout occur? (Issue #5722)

2025-02-22 Thread Tom Hughes via rails-dev
Closed #5722 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5722#event-16416362752 You are receiving this because you are subscribed to this thread. Message ID: ___ rai

Re: [openstreetmap/openstreetmap-website] After what time does the logout occur? (Issue #5722)

2025-02-22 Thread Tom Hughes via rails-dev
tomhughes left a comment (openstreetmap/openstreetmap-website#5722) The session store is only best effort, and the checkbox only affects the client side cookie so if the session is lost on the server for any reason then you will be logged out. -- Reply to this email directly or view it on GitH

Re: [openstreetmap/openstreetmap-website] Test server with OSM website? (Issue #5723)

2025-02-22 Thread Tom Hughes via rails-dev
tomhughes left a comment (openstreetmap/openstreetmap-website#5723) Everything @AntonKhorev says is correct. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5723#issuecomment-2676459314 You are receiving this because you are sub

Re: [openstreetmap/openstreetmap-website] Test server with OSM website? (Issue #5723)

2025-02-22 Thread Tom Hughes via rails-dev
Closed #5723 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5723#event-16416361242 You are receiving this because you are subscribed to this thread. Message ID: ___ rai

[openstreetmap/openstreetmap-website] After what time does the logout occur? (Issue #5722)

2025-02-22 Thread maro-21 via rails-dev
maro-21 created an issue (openstreetmap/openstreetmap-website#5722) When I log in I check "Remember Me", but even so it sometimes logs me out after 2 days. Usually it was a few months. What does it depend on? -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap

Re: [openstreetmap/openstreetmap-website] After what time does the logout occur? (Issue #5722)

2025-02-22 Thread Anton Khorev via rails-dev
AntonKhorev left a comment (openstreetmap/openstreetmap-website#5722) #2457 -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5722#issuecomment-2676443074 You are receiving this because you are subscribed to this thread. Message

Re: [openstreetmap/openstreetmap-website] Test server with OSM website? (Issue #5723)

2025-02-22 Thread Anton Khorev via rails-dev
AntonKhorev left a comment (openstreetmap/openstreetmap-website#5723) You can ask for moderator rights on https://master.apis.dev.openstreetmap.org/ Administrator is probably trickier because you get to see ip addresses and emails of every user. -- Reply to this email directly or view it on Gi

[openstreetmap/openstreetmap-website] Test server with OSM website? (Issue #5723)

2025-02-22 Thread maro-21 via rails-dev
maro-21 created an issue (openstreetmap/openstreetmap-website#5723) Is there somewhere a test server for the OSM website where one can test and get moderator or administrator privileges? This is needed in order to correctly translate messages that a normal user can't see on the website. And with

[openstreetmap/openstreetmap-website] API changeset download resource (PR #5721)

2025-02-22 Thread Anton Khorev via rails-dev
Continues #5717. Creates `download` resources on changesets instead of `download` actions. You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/5721 -- Commit Summary -- * Create api changeset download resource * Rewri

Re: [openstreetmap/openstreetmap-website] API element and changeset resources (PR #5590)

2025-02-22 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 3 commits. 49fac49f9d6a3d49c2cd56b605ee1ba9323dffb6 Create api changeset download resource dc60d78cdabc06b3c2fe8cb923125a01fa6b3da6 Rewrite changeset download show test a3b48c43247125c341fcb4c2d1f38f280a137af0 Add show_redactions param to changeset downloads -- View it on

Re: [openstreetmap/openstreetmap-website] Extend user list to allow searching by name or email (PR #5719)

2025-02-22 Thread Anton Khorev via rails-dev
AntonKhorev left a comment (openstreetmap/openstreetmap-website#5719) Merged, thanks. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5719#issuecomment-2676321598 You are receiving this because you are subscribed to this thread.

Re: [openstreetmap/openstreetmap-website] Extend user list to allow searching by name or email (PR #5719)

2025-02-22 Thread Anton Khorev via rails-dev
Merged #5719 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5719#event-16414528602 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] contextmenu copy coords when centering map (Issue #3466)

2025-02-22 Thread Stefan via rails-dev
sfkeller left a comment (openstreetmap/openstreetmap-website#3466) @dieterdreist wrote > (...), or “center map” could be replaced by “copy coordinates”. I'm a former UX engineer (now spatialist) I very much support the proposal to replace “center map” with just showing the coordinates at this p

[openstreetmap/openstreetmap-website] Append one table per route leg (PR #5720)

2025-02-22 Thread Marwin Hochfelsner via rails-dev
### Description I modified the directions engine interface to return the steps grouped into legs and create a turn instruction table for each leg. This change isn't visible to the user, as there isn't a third endpoint yet. ### How has this been tested? So much browser-based that I initially forgo

[openstreetmap/openstreetmap-website] Extend user list to allow searching by name or email (PR #5719)

2025-02-22 Thread Tom Hughes via rails-dev
Extends the user list interface used by administrators to allow searching by name or email which will be one less thing I have to in database directly. You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/5719 -- Commit Sum

Re: [openstreetmap/openstreetmap-website] Switch to using annotaterb for annotations (PR #5716)

2025-02-22 Thread Tom Hughes via rails-dev
@tomhughes pushed 1 commit. 94b147e617a870983f9893916b10b5f2c6b17128 Drop explicit lengths from bigint columns -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5716/files/412adc982d3e36e8fd76c5f2816255f5e99db812..94b147e617a870983f9893916b10b5f2c6b17128 You are

Re: [openstreetmap/openstreetmap-website] Bump eslint from 9.20.1 to 9.21.0 (PR #5718)

2025-02-22 Thread Tom Hughes via rails-dev
Merged #5718 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5718#event-16412393800 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] API changeset resources - show path (PR #5717)

2025-02-22 Thread Tom Hughes via rails-dev
Merged #5717 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5717#event-16412393802 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] API changeset resources - show path (PR #5717)

2025-02-22 Thread Tom Hughes via rails-dev
tomhughes left a comment (openstreetmap/openstreetmap-website#5717) Looks good to me, thanks. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5717#issuecomment-2676151098 You are receiving this because you are subscribed to this t