dawarich/app/jobs
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
..
cache Fix potential sql injection 2025-09-13 17:04:48 +02:00
data_migrations 0.36.0 (#1952) 2025-11-24 19:45:09 +01:00
family/invitations Move sending family invitation email to a background job 2025-11-07 11:49:21 +01:00
import Return sidekiq and redis to Dawarich 2025-06-09 13:39:25 +02:00
overland Move points jobs to the points queue 2025-05-21 18:57:29 +02:00
owntracks Fix owntracks point creation 2025-07-20 17:43:55 +02:00
places Fix bulk name fetching job queue 2025-07-12 11:30:51 +02:00
points Update onborading popup 2025-09-18 18:29:46 +02:00
stats Fix failing specs 2025-04-23 23:07:58 +02:00
tracks Fix UTM parameter assignment and update version to 0.34.2 2025-10-31 19:29:20 +01:00
trips Optimize stats page performance 2025-07-22 19:17:28 +02:00
users Small fixes 2025-10-22 20:39:02 +02:00
app_version_checking_job.rb Eliminate some n-plus-ones. 2025-07-27 01:08:29 +02:00
application_job.rb Fix a few issues and implement location iq support 2025-06-05 21:10:40 +02:00
area_visits_calculating_job.rb Revert specs 2025-07-12 17:21:53 +02:00
area_visits_calculation_scheduling_job.rb 0.36.0 (#1952) 2025-11-24 19:45:09 +01:00
bulk_stats_calculating_job.rb Add follow up emails 2025-09-05 19:39:50 +02:00
bulk_visits_suggesting_job.rb Introduce points counter cache to optimize performance 2025-08-21 22:32:29 +02:00
enqueue_background_job.rb Add a button to import Photoprism geodata 2024-12-03 15:40:21 +01:00
export_job.rb Fix failing tests and move testing imports to files 2025-03-24 20:46:16 +01:00
place_visits_calculating_job.rb 0.36.0 (#1952) 2025-11-24 19:45:09 +01:00
reverse_geocoding_job.rb Remove REVERSE_GEOCODING_ENABLED env var 2025-01-07 13:41:09 +01:00
visit_suggesting_job.rb Return sidekiq and redis to Dawarich 2025-06-09 13:39:25 +02:00