Commit graph

2499 commits

Author SHA1 Message Date
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
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
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
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
Eugene Burmakin
e1013b1ae1 Update place creating modal 2025-11-22 20:35:51 +01:00
Eugene Burmakin
64d299b363 Fix last tests 2025-11-22 19:45:53 +01:00
Eugene Burmakin
e4fa282eb8 Fix visits creator spec 2025-11-22 18:51:11 +01:00
Eugene Burmakin
ba6314231a Fix few more specs 2025-11-22 18:38:20 +01:00
Eugene Burmakin
b18fc392cc Fix PlaceFinder to only consider global places when finding existing places 2025-11-22 18:32:26 +01:00
Eugene Burmakin
02cbf65781 Fix some specs 2025-11-22 18:27:54 +01:00
Eugene Burmakin
1e2c709047 Revert changes in place export/import code 2025-11-22 13:28:38 +01:00
Eugene Burmakin
0ac5e2ffed Next step: fix specs, phase 7 done 2025-11-21 23:49:10 +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
50bfece971 Add missing specs 2025-11-20 00:04:37 +01:00
Eugene Burmakin
c99f6597f0 Revert some changes 2025-11-19 21:40:43 +01:00
Eugene Burmakin
491767b114 Fix rest of the tests 2025-11-19 21:19:59 +01:00
Eugene Burmakin
ebd0f8d6bc Fix some tests 2025-11-19 20:56:46 +01:00
Eugene Burmakin
01df22d080 Fix tags request specs 2025-11-19 20:35:43 +01:00
Eugene Burmakin
e02b397b87 Fix some tests 2025-11-19 20:08:49 +01:00
Eugene Burmakin
1d07eb652d Extract tag serializer to its own file 2025-11-19 19:33:28 +01:00
Eugene Burmakin
449884796f Update e2e tests 2025-11-19 19:17:30 +01:00
Eugene Burmakin
4f5903e220 Update changelog 2025-11-18 22:16:43 +01:00
Eugene Burmakin
2ab24201c1 Add notes to places and manage place tags 2025-11-18 22:16:34 +01:00