Commit graph

1133 commits

Author SHA1 Message Date
Eugene Burmakin
cc42428d24 Update routing 2025-12-06 19:53:20 +01:00
Eugene Burmakin
cb64b1aa88 Use maps/v2 as main path for MapLibre maps 2025-12-06 19:20:51 +01:00
Eugene Burmakin
e1b59a94d9 Add settings to select map version 2025-12-06 16:51:10 +01:00
Eugene Burmakin
62d716f196 Fix lots of e2e tests 2025-12-06 16:24:11 +01:00
Eugene Burmakin
028bbce4a4 Fix remembering enabled/disabled layers of the v2 map 2025-12-06 14:46:48 +01:00
Eugene Burmakin
301373629b Add handling for real time points 2025-12-06 14:20:55 +01:00
Eugene Burmakin
6fec2f0e0f Fix method name to config in SafeSettings and update usages accordingly 2025-12-06 12:29:44 +01:00
Eugene Burmakin
fafa152b58 Fix specs 2025-12-06 12:13:22 +01:00
Eugene Burmakin
388e49bba9 Update API to use safe settings config method 2025-12-06 11:49:54 +01:00
Eugene Burmakin
f02ff86554 Merge branch 'dev' into feature/maplibre-frontend 2025-12-03 22:52:05 +01:00
Eugene Burmakin
f8e3c10f24 Put place, area and visit info into side panel 2025-12-03 22:46:29 +01:00
Eugene Burmakin
fea34535f7 Update v2 references to maplibre 2025-12-02 22:56:53 +01:00
Eugene Burmakin
3662d4f4b3 Move v2 maps to maplibre namespace 2025-12-01 21:56:06 +01:00
Eugene Burmakin
39307e1bb3 Make popups respect dark theme 2025-12-01 20:30:09 +01:00
Eugene Burmakin
756cda06f6 Start adding dark theme to popups on MapLibre maps 2025-12-01 00:09:23 +01:00
Eugene Burmakin
af139f988d Extract some styles 2025-11-30 22:02:30 +01:00
Eugene Burmakin
3f847ede4f Update icons and panel 2025-11-30 21:35:11 +01:00
Eugene Burmakin
dd479c17f2 Implement live mode in v2 map 2025-11-30 21:18:37 +01:00
Eugene Burmakin
8d0fb2867e Implement area creation 2025-11-30 13:37:03 +01:00
Eugene Burmakin
dad5fa9c4f Extract js to modules from maps_v2_controller.js 2025-11-29 20:53:44 +01:00
Eugene Burmakin
236da955d4 Fix a routes e2e test and simplify the routes layer styling. 2025-11-29 19:57:06 +01:00
Eugene Burmakin
d612c82675 Implement visits merging 2025-11-29 19:32:28 +01:00
Evgenii Burmakin
ac9b668c30
Update exporting code to stream points data to file in batches to red… (#1980)
* Update exporting code to stream points data to file in batches to reduce memory usage

* Update changelog
2025-11-27 21:29:59 +01:00
Eugene Burmakin
987f0cb4a2 Implement visits and places creation in v2 2025-11-27 21:21:53 +01:00
Eugene Burmakin
541488e6ce Update speed routes 2025-11-26 21:43:59 +01:00
Eugene Burmakin
529eee775a Reimplement location search in maps v2 2025-11-26 21:07:12 +01:00
Eugene Burmakin
1955ef371c Update v2 e2e tests structure 2025-11-26 19:40:12 +01:00
Eugene Burmakin
e8392ee4f7 Update settings panel on v2 map 2025-11-25 23:37:50 +01:00
Eugene Burmakin
68410a1f2d Extract v2 map logic to separate manager classes 2025-11-25 23:03:49 +01:00
Eugene Burmakin
47dcaaf514 Use our own map tiles 2025-11-25 20:27:18 +01:00
Eugene Burmakin
97179f809c Merge remote-tracking branch 'origin' into feature/maplibre-frontend 2025-11-24 20:29:44 +01:00
Eugene Burmakin
52eb80503d Rework usage of OIDC auto-registration and email/password registration settings to use constants instead of direct ENV access. 2025-11-24 20:04:31 +01:00
Evgenii Burmakin
b1393ee674
0.36.0 (#1952)
* Implement OmniAuth GitHub authentication

* Fix omniauth GitHub scope to include user email access

* Remove margin-bottom

* Implement Google OAuth2 authentication

* Implement OIDC authentication for Dawarich using omniauth_openid_connect gem.

* Add patreon account linking and patron checking service

* Update docker-compose.yml to use boolean values instead of strings

* Add support for KML files

* Add tests

* Update changelog

* Remove patreon OAuth integration

* Move omniauthable to a concern

* Update an icon in integrations

* Update changelog

* Update app version

* Fix family location sharing toggle

* Move family location sharing to its own controller

* Update changelog

* Implement basic tagging functionality for places, allowing users to categorize and label places with custom tags.

* Add places management API and tags feature

* Add some changes related to places management feature

* Fix some tests

* Fix sometests

* Add places layer

* Update places layer to use Leaflet.Control.Layers.Tree for hierarchical layer control

* Rework tag form

* Add hashtag

* Add privacy zones to tags

* Add notes to places and manage place tags

* Update changelog

* Update e2e tests

* Extract tag serializer to its own file

* Fix some tests

* Fix tags request specs

* Fix some tests

* Fix rest of the tests

* Revert some changes

* Add missing specs

* Revert changes in place export/import code

* Fix some specs

* Fix PlaceFinder to only consider global places when finding existing places

* Fix few more specs

* Fix visits creator spec

* Fix last tests

* Update place creating modal

* Add home location based on "Home" tagged place

* Save enabled tag layers

* Some fixes

* Fix bug where enabling place tag layers would trigger saving enabled layers, overwriting with incomplete data

* Update migration to use disable_ddl_transaction! and add up/down methods

* Fix tag layers restoration and filtering logic

* Update OIDC auto-registration and email/password registration settings

* Fix potential xss
2025-11-24 19:45:09 +01:00
Eugene Burmakin
f49b6d4434 Phase 7 2025-11-21 19:46:51 +01:00
Eugene Burmakin
5bb3e7b099 Implement fog of war 2025-11-21 00:10:08 +01:00
Eugene Burmakin
b2802c9d6a Phase 6 2025-11-20 23:46:06 +01:00
Eugene Burmakin
3ffc563b35 Fix e2e tests 2025-11-20 23:01:02 +01:00
Eugene Burmakin
ac6898e311 Phases 1-3 + part of 4 2025-11-20 22:36:58 +01:00
Eugene Burmakin
0ca4cb2008 Implement phase 1 2025-11-16 12:45:26 +01:00
Eugene Burmakin
ec54d202ff Add a plan to use MapLibre GL JS for the frontend map rendering, replacing Leaflet 2025-11-15 21:07:40 +01:00
Eugene Burmakin
8ecd75429b Update an icon in integrations 2025-11-14 19:06:16 +01:00
Eugene Burmakin
bedac89821 Move omniauthable to a concern 2025-11-14 18:54:35 +01:00
Eugene Burmakin
a4dcd0387f Remove patreon OAuth integration 2025-11-14 18:39:15 +01:00
Eugene Burmakin
fde478e2a4 Merge branch 'dev' into feature/omniauth 2025-11-14 18:22:36 +01:00
Eugene Burmakin
3bd59c20c1 Add tests 2025-11-14 18:16:51 +01:00
Eugene Burmakin
8c4d4d5cbe Add support for KML files 2025-11-14 18:04:46 +01:00
Eugene Burmakin
749d1d0031 Add authorization for updating location sharing in FamiliesController 2025-11-09 19:32:24 +01:00
Eugene Burmakin
b0bd2bf93c Update tests 2025-11-09 16:03:05 +01:00
Eugene Burmakin
23aa533279 Add a button to close the visits side panel 2025-11-08 19:57:15 +01:00
Eugene Burmakin
18de91e562 Make sure visits keep their collapsible sections open/closed state when the side panel is refreshed. 2025-11-08 19:35:44 +01:00