dawarich/app/controllers
sunstep 6d05065659
Convert the headers to string
It seems like all HTTP headers are string, while other types may work, its more safe to convert the types to strings to ensure no trouble is caused by non string types. Even if it does work, at least now the types are consistent, as headers are being put as string and they are also retrieved as string.
2024-09-15 12:07:46 +02:00
..
api/v1 Convert the headers to string 2024-09-15 12:07:46 +02:00
concerns Initial Rails 7.0.2.3 template w/ rspec, tailwind, and devise user 2022-04-06 22:46:10 +04:00
settings Implement the import of geodata from Immich to Dawarich 2024-08-21 18:40:54 +02:00
api_controller.rb Add places page 2024-08-25 20:19:02 +02:00
application_controller.rb Add places page 2024-08-25 20:19:02 +02:00
exports_controller.rb Rename the format variable to file_format 2024-09-02 21:45:27 +02:00
home_controller.rb Update changelog 2024-05-25 20:50:25 +02:00
imports_controller.rb Update immich data importing service 2024-09-08 16:52:35 +02:00
map_controller.rb Add links to view import points on the map and on the Points page on the Imports page 2024-09-08 17:25:35 +02:00
notifications_controller.rb Add visits page 2024-07-24 20:25:16 +02:00
places_controller.rb Add places page 2024-08-25 20:19:02 +02:00
points_controller.rb Add pagination headers to the API response 2024-09-14 22:52:25 +02:00
settings_controller.rb Implement the import of geodata from Immich to Dawarich 2024-08-21 18:40:54 +02:00
stats_controller.rb Use Stat's toponyms to calculate the number of countries and cities visited in a month 2024-06-07 21:22:57 +02:00
visits_controller.rb Replace google places api with photon api by komoot 2024-08-13 18:25:48 +02:00