Commit graph

2522 commits

Author SHA1 Message Date
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
0f311104a6 Add missing public files 2025-12-06 12:45:32 +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
d13b86a177 Remove unused file 2025-11-30 23:13:50 +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
36846cc96c Fix some e2e tests 2025-11-30 18:19:00 +01:00
Eugene Burmakin
bcf76c65e7 Fix spec problem 2025-11-30 17:17: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
cebbc28912 Update changelog 2025-11-29 19:58:57 +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
51a212d1fd Fix last failing test 2025-11-27 21:27:12 +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
Robin Tuszik
6772f2f7b7
fix: move foreman to global gems to fix startup crash (#1971) 2025-11-25 20:30:34 +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
Eugene Burmakin
f8be3ecdca Merge branch 'dev' 2025-11-24 19:47:00 +01:00
Eugene Burmakin
573ed510a5 Update changelog 2025-11-24 19:46:27 +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
fa4e368003 Fix potential xss 2025-11-24 19:44:21 +01:00
Eugene Burmakin
4aa6edc3cc Update OIDC auto-registration and email/password registration settings 2025-11-24 19:33:51 +01:00
Eugene Burmakin
f447039bbe Fix tag layers restoration and filtering logic 2025-11-23 23:16:37 +01:00
Eugene Burmakin
289a2a5373 Update migration to use disable_ddl_transaction! and add up/down methods 2025-11-23 01:21:37 +01:00
Eugene Burmakin
6dfc0099e1 Fix bug where enabling place tag layers would trigger saving enabled layers, overwriting with incomplete data 2025-11-23 01:12:38 +01:00
Eugene Burmakin
78ac365c00 Some fixes 2025-11-23 00:43:31 +01:00
Evgenii Burmakin
5266436396
Merge pull request #1955 from Freika/feature/places-management
Feature/places management
2025-11-23 00:13:24 +01:00
Eugene Burmakin
e965838f14 Save enabled tag layers 2025-11-22 23:22:37 +01:00
Eugene Burmakin
a33373ae7c Add home location based on "Home" tagged place 2025-11-22 20:46:35 +01:00